public interface OAuthService
Modifier and Type | Method and Description |
---|---|
Parameters |
authorizeOauthRequestToken(Parameters params29)
Auto generated method signature
|
Parameters |
getAccessToken(Parameters params17)
Auto generated method signature
|
Parameters |
getOauthRequestToken(Parameters params25)
Auto generated method signature
|
Parameters |
getScopeAndAppName(String oauthToken13)
Auto generated method signature
|
boolean |
isOAuthConsumerValid(OAuthConsumerDTO oauthConsumer21)
Auto generated method signature
|
void |
startauthorizeOauthRequestToken(Parameters params29,
OAuthServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAccessToken(Parameters params17,
OAuthServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetOauthRequestToken(Parameters params25,
OAuthServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetScopeAndAppName(String oauthToken13,
OAuthServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startisOAuthConsumerValid(OAuthConsumerDTO oauthConsumer21,
OAuthServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startvalidateAuthenticationRequest(Parameters params9,
OAuthServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
Parameters |
validateAuthenticationRequest(Parameters params9)
Auto generated method signature
|
Parameters validateAuthenticationRequest(Parameters params9) throws RemoteException, OAuthServiceAuthenticationException, OAuthServiceIdentityException
validateAuthenticationRequest8
- OAuthServiceAuthenticationException
- :OAuthServiceIdentityException
- :RemoteException
void startvalidateAuthenticationRequest(Parameters params9, OAuthServiceCallbackHandler callback) throws RemoteException
validateAuthenticationRequest8
- RemoteException
Parameters getScopeAndAppName(String oauthToken13) throws RemoteException, OAuthServiceException
getScopeAndAppName12
- OAuthServiceException
- :RemoteException
void startgetScopeAndAppName(String oauthToken13, OAuthServiceCallbackHandler callback) throws RemoteException
getScopeAndAppName12
- RemoteException
Parameters getAccessToken(Parameters params17) throws RemoteException, OAuthServiceAuthenticationException, OAuthServiceIdentityOAuthAdminException
getAccessToken16
- OAuthServiceAuthenticationException
- :OAuthServiceIdentityOAuthAdminException
- :RemoteException
void startgetAccessToken(Parameters params17, OAuthServiceCallbackHandler callback) throws RemoteException
getAccessToken16
- RemoteException
boolean isOAuthConsumerValid(OAuthConsumerDTO oauthConsumer21) throws RemoteException, OAuthServiceIdentityException
isOAuthConsumerValid20
- OAuthServiceIdentityException
- :RemoteException
void startisOAuthConsumerValid(OAuthConsumerDTO oauthConsumer21, OAuthServiceCallbackHandler callback) throws RemoteException
isOAuthConsumerValid20
- RemoteException
Parameters getOauthRequestToken(Parameters params25) throws RemoteException, OAuthServiceAuthenticationException, OAuthServiceIdentityOAuthAdminException
getOauthRequestToken24
- OAuthServiceAuthenticationException
- :OAuthServiceIdentityOAuthAdminException
- :RemoteException
void startgetOauthRequestToken(Parameters params25, OAuthServiceCallbackHandler callback) throws RemoteException
getOauthRequestToken24
- RemoteException
Parameters authorizeOauthRequestToken(Parameters params29) throws RemoteException, OAuthServiceAuthenticationException, OAuthServiceIdentityException
authorizeOauthRequestToken28
- OAuthServiceAuthenticationException
- :OAuthServiceIdentityException
- :RemoteException
void startauthorizeOauthRequestToken(Parameters params29, OAuthServiceCallbackHandler callback) throws RemoteException
authorizeOauthRequestToken28
- RemoteException
Copyright © 2017 WSO2. All rights reserved.