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
- :RemoteException
void startisOAuthConsumerValid(OAuthConsumerDTO oauthConsumer9, OAuthServiceCallbackHandler callback) throws RemoteException
isOAuthConsumerValid8
- RemoteException
Parameters validateAuthenticationRequest(Parameters params13) throws RemoteException, OAuthServiceIdentityException, OAuthServiceAuthenticationException
validateAuthenticationRequest12
- OAuthServiceIdentityException
- :OAuthServiceAuthenticationException
- :RemoteException
void startvalidateAuthenticationRequest(Parameters params13, OAuthServiceCallbackHandler callback) throws RemoteException
validateAuthenticationRequest12
- RemoteException
Parameters authorizeOauthRequestToken(Parameters params17) throws RemoteException, OAuthServiceIdentityException, OAuthServiceAuthenticationException
authorizeOauthRequestToken16
- OAuthServiceIdentityException
- :OAuthServiceAuthenticationException
- :RemoteException
void startauthorizeOauthRequestToken(Parameters params17, OAuthServiceCallbackHandler callback) throws RemoteException
authorizeOauthRequestToken16
- RemoteException
Parameters getAccessToken(Parameters params21) throws RemoteException, OAuthServiceIdentityOAuthAdminException, OAuthServiceAuthenticationException
getAccessToken20
- OAuthServiceIdentityOAuthAdminException
- :OAuthServiceAuthenticationException
- :RemoteException
void startgetAccessToken(Parameters params21, OAuthServiceCallbackHandler callback) throws RemoteException
getAccessToken20
- RemoteException
Parameters getScopeAndAppName(String oauthToken25) throws RemoteException, OAuthServiceException
getScopeAndAppName24
- OAuthServiceException
- :RemoteException
void startgetScopeAndAppName(String oauthToken25, OAuthServiceCallbackHandler callback) throws RemoteException
getScopeAndAppName24
- RemoteException
Parameters getOauthRequestToken(Parameters params29) throws RemoteException, OAuthServiceIdentityOAuthAdminException, OAuthServiceAuthenticationException
getOauthRequestToken28
- OAuthServiceIdentityOAuthAdminException
- :OAuthServiceAuthenticationException
- :RemoteException
void startgetOauthRequestToken(Parameters params29, OAuthServiceCallbackHandler callback) throws RemoteException
getOauthRequestToken28
- RemoteException
Copyright © 2021 WSO2. All rights reserved.