org.exoplatform.ws.security.oauth
Interface ExoOAuthClient
- All Known Implementing Classes:
- OAuthClientHttpImpl
public interface ExoOAuthClient
- Version:
- $Id: $
- Author:
- Andrey Parfonov
|
Method Summary |
void |
getAccessToken(net.oauth.OAuthAccessor accessor)
Get access token from Provider. |
void |
getRequestToken(net.oauth.OAuthAccessor accessor)
Get request token from Provider. |
getRequestToken
void getRequestToken(net.oauth.OAuthAccessor accessor)
throws java.lang.Exception
- Get request token from Provider.
- Parameters:
accessor - the accessor.
- Throws:
java.lang.Exception - if request token not valid.
getAccessToken
void getAccessToken(net.oauth.OAuthAccessor accessor)
throws java.lang.Exception
- Get access token from Provider.
- Parameters:
accessor - the accessor.
- Throws:
java.lang.Exception - if request token not valid.
Copyright © 2010 eXo Platform SAS. All Rights Reserved.