Interface OAuth2Service
-
- All Known Implementing Classes:
OAuth2ServiceStub
public interface OAuth2Service
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OAuth2AuthorizeRespDTO
authorize(OAuth2AuthorizeReqDTO oAuth2AuthorizeReqDTO18)
Auto generated method signatureClaim[]
getUserClaims(String accessToken22)
Auto generated method signatureOAuth2AccessTokenRespDTO
issueAccessToken(OAuth2AccessTokenReqDTO tokenReqDTO14)
Auto generated method signatureOAuthRevocationResponseDTO
revokeTokenByOAuthClient(OAuthRevocationRequestDTO revokeRequestDTO10)
Auto generated method signaturevoid
startauthorize(OAuth2AuthorizeReqDTO oAuth2AuthorizeReqDTO18, OAuth2ServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetUserClaims(String accessToken22, OAuth2ServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startissueAccessToken(OAuth2AccessTokenReqDTO tokenReqDTO14, OAuth2ServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startrevokeTokenByOAuthClient(OAuthRevocationRequestDTO revokeRequestDTO10, OAuth2ServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startvalidateClientInfo(String clientId5, String callbackURI6, OAuth2ServiceCallbackHandler callback)
Auto generated method signature for Asynchronous InvocationsOAuth2ClientValidationResponseDTO
validateClientInfo(String clientId5, String callbackURI6)
Auto generated method signature
-
-
-
Method Detail
-
validateClientInfo
OAuth2ClientValidationResponseDTO validateClientInfo(String clientId5, String callbackURI6) throws RemoteException
Auto generated method signature- Parameters:
validateClientInfo4
-- Throws:
RemoteException
-
startvalidateClientInfo
void startvalidateClientInfo(String clientId5, String callbackURI6, OAuth2ServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
validateClientInfo4
-- Throws:
RemoteException
-
revokeTokenByOAuthClient
OAuthRevocationResponseDTO revokeTokenByOAuthClient(OAuthRevocationRequestDTO revokeRequestDTO10) throws RemoteException
Auto generated method signature- Parameters:
revokeTokenByOAuthClient9
-- Throws:
RemoteException
-
startrevokeTokenByOAuthClient
void startrevokeTokenByOAuthClient(OAuthRevocationRequestDTO revokeRequestDTO10, OAuth2ServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
revokeTokenByOAuthClient9
-- Throws:
RemoteException
-
issueAccessToken
OAuth2AccessTokenRespDTO issueAccessToken(OAuth2AccessTokenReqDTO tokenReqDTO14) throws RemoteException
Auto generated method signature- Parameters:
issueAccessToken13
-- Throws:
RemoteException
-
startissueAccessToken
void startissueAccessToken(OAuth2AccessTokenReqDTO tokenReqDTO14, OAuth2ServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
issueAccessToken13
-- Throws:
RemoteException
-
authorize
OAuth2AuthorizeRespDTO authorize(OAuth2AuthorizeReqDTO oAuth2AuthorizeReqDTO18) throws RemoteException
Auto generated method signature- Parameters:
authorize17
-- Throws:
RemoteException
-
startauthorize
void startauthorize(OAuth2AuthorizeReqDTO oAuth2AuthorizeReqDTO18, OAuth2ServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
authorize17
-- Throws:
RemoteException
-
getUserClaims
Claim[] getUserClaims(String accessToken22) throws RemoteException
Auto generated method signature- Parameters:
getUserClaims21
-- Throws:
RemoteException
-
startgetUserClaims
void startgetUserClaims(String accessToken22, OAuth2ServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getUserClaims21
-- Throws:
RemoteException
-
-