public interface OAuth2Service
| Modifier and Type | Method and Description |
|---|---|
OAuth2AuthorizeRespDTO |
authorize(OAuth2AuthorizeReqDTO oAuth2AuthorizeReqDTO18)
Auto generated method signature
|
Claim[] |
getUserClaims(String accessToken22)
Auto generated method signature
|
OAuth2AccessTokenRespDTO |
issueAccessToken(OAuth2AccessTokenReqDTO tokenReqDTO14)
Auto generated method signature
|
OAuthRevocationResponseDTO |
revokeTokenByOAuthClient(OAuthRevocationRequestDTO revokeRequestDTO10)
Auto generated method signature
|
void |
startauthorize(OAuth2AuthorizeReqDTO oAuth2AuthorizeReqDTO18,
OAuth2ServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetUserClaims(String accessToken22,
OAuth2ServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startissueAccessToken(OAuth2AccessTokenReqDTO tokenReqDTO14,
OAuth2ServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startrevokeTokenByOAuthClient(OAuthRevocationRequestDTO revokeRequestDTO10,
OAuth2ServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startvalidateClientInfo(String clientId5,
String callbackURI6,
OAuth2ServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
OAuth2ClientValidationResponseDTO |
validateClientInfo(String clientId5,
String callbackURI6)
Auto generated method signature
|
OAuth2ClientValidationResponseDTO validateClientInfo(String clientId5, String callbackURI6) throws RemoteException
validateClientInfo4 - RemoteExceptionvoid startvalidateClientInfo(String clientId5, String callbackURI6, OAuth2ServiceCallbackHandler callback) throws RemoteException
validateClientInfo4 - RemoteExceptionOAuthRevocationResponseDTO revokeTokenByOAuthClient(OAuthRevocationRequestDTO revokeRequestDTO10) throws RemoteException
revokeTokenByOAuthClient9 - RemoteExceptionvoid startrevokeTokenByOAuthClient(OAuthRevocationRequestDTO revokeRequestDTO10, OAuth2ServiceCallbackHandler callback) throws RemoteException
revokeTokenByOAuthClient9 - RemoteExceptionOAuth2AccessTokenRespDTO issueAccessToken(OAuth2AccessTokenReqDTO tokenReqDTO14) throws RemoteException
issueAccessToken13 - RemoteExceptionvoid startissueAccessToken(OAuth2AccessTokenReqDTO tokenReqDTO14, OAuth2ServiceCallbackHandler callback) throws RemoteException
issueAccessToken13 - RemoteExceptionOAuth2AuthorizeRespDTO authorize(OAuth2AuthorizeReqDTO oAuth2AuthorizeReqDTO18) throws RemoteException
authorize17 - RemoteExceptionvoid startauthorize(OAuth2AuthorizeReqDTO oAuth2AuthorizeReqDTO18, OAuth2ServiceCallbackHandler callback) throws RemoteException
authorize17 - RemoteExceptionClaim[] getUserClaims(String accessToken22) throws RemoteException
getUserClaims21 - RemoteExceptionvoid startgetUserClaims(String accessToken22, OAuth2ServiceCallbackHandler callback) throws RemoteException
getUserClaims21 - RemoteExceptionCopyright © 2019 WSO2. All rights reserved.