org.exoplatform.ws.security.oauth.impl
Class OAuthClientHttpImpl
java.lang.Object
org.exoplatform.ws.security.oauth.impl.OAuthClientHttpImpl
- All Implemented Interfaces:
- ExoOAuthClient
public class OAuthClientHttpImpl
- extends Object
- implements 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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OAuthClientHttpImpl
public OAuthClientHttpImpl()
getAccessToken
public void getAccessToken(net.oauth.OAuthAccessor accessor)
throws Exception
- Get access token from Provider.
- Specified by:
getAccessToken in interface ExoOAuthClient
- Parameters:
accessor - the accessor.
- Throws:
Exception - if request token not valid.
getRequestToken
public void getRequestToken(net.oauth.OAuthAccessor accessor)
throws Exception
- Get request token from Provider.
- Specified by:
getRequestToken in interface ExoOAuthClient
- Parameters:
accessor - the accessor.
- Throws:
Exception - if request token not valid.
Copyright © 2009 eXo Platform SAS. All Rights Reserved.