Class OAuth2TokenValidationServiceClient


  • public class OAuth2TokenValidationServiceClient
    extends Object
    • 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