Search in sources :

Example 1 with OAuthClientAuthenticator

use of org.wso2.carbon.identity.oauth2.client.authentication.OAuthClientAuthenticator in project identity-inbound-auth-oauth by wso2-extensions.

the class OAuth2ServiceComponentHolder method addAuthenticationHandler.

public static void addAuthenticationHandler(OAuthClientAuthenticator clientAuthenticator) {
    authenticationHandlers.add(clientAuthenticator);
    authenticationHandlers.sort(new HandlerComparator());
}
Also used : HandlerComparator(org.wso2.carbon.identity.core.handler.HandlerComparator)

Aggregations

HandlerComparator (org.wso2.carbon.identity.core.handler.HandlerComparator)1