|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.ws.security.oauth.impl.OAuthClientHttpImpl
public class OAuthClientHttpImpl
| Constructor Summary | |
|---|---|
OAuthClientHttpImpl()
|
|
| 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 |
| Constructor Detail |
|---|
public OAuthClientHttpImpl()
| Method Detail |
|---|
public void getAccessToken(net.oauth.OAuthAccessor accessor)
throws java.lang.Exception
getAccessToken in interface ExoOAuthClientaccessor - the accessor.
java.lang.Exception - if request token not valid.
public void getRequestToken(net.oauth.OAuthAccessor accessor)
throws java.lang.Exception
getRequestToken in interface ExoOAuthClientaccessor - the accessor.
java.lang.Exception - if request token not valid.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||