Class OAuth2TokenValidationServiceClient
- java.lang.Object
-
- org.wso2.carbon.identity.oauth.mediator.OAuth2TokenValidationServiceClient
-
public class OAuth2TokenValidationServiceClient extends Object
-
-
Constructor Summary
Constructors Constructor Description OAuth2TokenValidationServiceClient(String backendServerURL, String username, String password, org.apache.axis2.context.ConfigurationContext configCtx)
OAuth2TokenValidationService Admin Service Client
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.wso2.carbon.identity.oauth2.stub.dto.OAuth2TokenValidationResponseDTO
validateAuthenticationRequest(String accessTokenIdentifier, List<org.wso2.carbon.identity.oauth2.stub.dto.OAuth2TokenValidationRequestDTO_TokenValidationContextParam> params)
Validates the OAuth 2.0 request
-
-
-
Constructor Detail
-
OAuth2TokenValidationServiceClient
public OAuth2TokenValidationServiceClient(String backendServerURL, String username, String password, org.apache.axis2.context.ConfigurationContext configCtx) throws Exception
OAuth2TokenValidationService Admin Service Client- Parameters:
backendServerURL
-username
-password
-configCtx
-- Throws:
Exception
-
-
Method Detail
-
validateAuthenticationRequest
public org.wso2.carbon.identity.oauth2.stub.dto.OAuth2TokenValidationResponseDTO validateAuthenticationRequest(String accessTokenIdentifier, List<org.wso2.carbon.identity.oauth2.stub.dto.OAuth2TokenValidationRequestDTO_TokenValidationContextParam> params) throws Exception
Validates the OAuth 2.0 request- Parameters:
accessTokenIdentifier
-- Returns:
- Throws:
Exception
-
-