public interface OAuthService
| Modifier and Type | Method and Description |
|---|---|
Parameters |
authorizeOauthRequestToken(Parameters params17)
Auto generated method signature
|
Parameters |
getAccessToken(Parameters params21)
Auto generated method signature
|
Parameters |
getOauthRequestToken(Parameters params29)
Auto generated method signature
|
Parameters |
getScopeAndAppName(String oauthToken25)
Auto generated method signature
|
boolean |
isOAuthConsumerValid(OAuthConsumerDTO oauthConsumer9)
Auto generated method signature
|
void |
startauthorizeOauthRequestToken(Parameters params17,
OAuthServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAccessToken(Parameters params21,
OAuthServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetOauthRequestToken(Parameters params29,
OAuthServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetScopeAndAppName(String oauthToken25,
OAuthServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startisOAuthConsumerValid(OAuthConsumerDTO oauthConsumer9,
OAuthServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startvalidateAuthenticationRequest(Parameters params13,
OAuthServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
Parameters |
validateAuthenticationRequest(Parameters params13)
Auto generated method signature
|
boolean isOAuthConsumerValid(OAuthConsumerDTO oauthConsumer9) throws RemoteException, OAuthServiceIdentityException
isOAuthConsumerValid8 - OAuthServiceIdentityException - :RemoteExceptionvoid startisOAuthConsumerValid(OAuthConsumerDTO oauthConsumer9, OAuthServiceCallbackHandler callback) throws RemoteException
isOAuthConsumerValid8 - RemoteExceptionParameters validateAuthenticationRequest(Parameters params13) throws RemoteException, OAuthServiceIdentityException, OAuthServiceAuthenticationException
validateAuthenticationRequest12 - OAuthServiceIdentityException - :OAuthServiceAuthenticationException - :RemoteExceptionvoid startvalidateAuthenticationRequest(Parameters params13, OAuthServiceCallbackHandler callback) throws RemoteException
validateAuthenticationRequest12 - RemoteExceptionParameters authorizeOauthRequestToken(Parameters params17) throws RemoteException, OAuthServiceIdentityException, OAuthServiceAuthenticationException
authorizeOauthRequestToken16 - OAuthServiceIdentityException - :OAuthServiceAuthenticationException - :RemoteExceptionvoid startauthorizeOauthRequestToken(Parameters params17, OAuthServiceCallbackHandler callback) throws RemoteException
authorizeOauthRequestToken16 - RemoteExceptionParameters getAccessToken(Parameters params21) throws RemoteException, OAuthServiceIdentityOAuthAdminException, OAuthServiceAuthenticationException
getAccessToken20 - OAuthServiceIdentityOAuthAdminException - :OAuthServiceAuthenticationException - :RemoteExceptionvoid startgetAccessToken(Parameters params21, OAuthServiceCallbackHandler callback) throws RemoteException
getAccessToken20 - RemoteExceptionParameters getScopeAndAppName(String oauthToken25) throws RemoteException, OAuthServiceException
getScopeAndAppName24 - OAuthServiceException - :RemoteExceptionvoid startgetScopeAndAppName(String oauthToken25, OAuthServiceCallbackHandler callback) throws RemoteException
getScopeAndAppName24 - RemoteExceptionParameters getOauthRequestToken(Parameters params29) throws RemoteException, OAuthServiceIdentityOAuthAdminException, OAuthServiceAuthenticationException
getOauthRequestToken28 - OAuthServiceIdentityOAuthAdminException - :OAuthServiceAuthenticationException - :RemoteExceptionvoid startgetOauthRequestToken(Parameters params29, OAuthServiceCallbackHandler callback) throws RemoteException
getOauthRequestToken28 - RemoteExceptionCopyright © 2019 WSO2. All rights reserved.