org.eclipse.lyo.client.oslc
Class OAuthRedirectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.oauth.OAuthException
org.eclipse.lyo.client.oslc.OAuthRedirectException
- All Implemented Interfaces:
- Serializable
public class OAuthRedirectException
- extends net.oauth.OAuthException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OAuthRedirectException
public OAuthRedirectException(String redirectURL,
net.oauth.OAuthAccessor accessor)
- Parameters:
redirectURL
- requestToken
- tokenSecret
-
getRedirectURL
public String getRedirectURL()
- Returns:
- the redirectURL
setRedirectURL
public void setRedirectURL(String redirectURL)
- Parameters:
redirectURL
- the redirectURL to set
getAccessor
public net.oauth.OAuthAccessor getAccessor()
- Returns:
- the accessor
setAccessor
public void setAccessor(net.oauth.OAuthAccessor accessor)
- Parameters:
accessor
- the accessor to set
Copyright © 2013. All Rights Reserved.