Class DefaultClientAssertionStrategy
java.lang.Object
org.keycloak.authentication.authenticators.client.DefaultClientAssertionStrategy
- All Implemented Interfaces:
ClientAssertionIdentityProviderFactory.ClientAssertionStrategy
public class DefaultClientAssertionStrategy
extends Object
implements ClientAssertionIdentityProviderFactory.ClientAssertionStrategy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisSupportedAssertionType(String assertionType) lookup(ClientAuthenticationFlowContext context)
-
Constructor Details
-
DefaultClientAssertionStrategy
public DefaultClientAssertionStrategy()
-
-
Method Details
-
isSupportedAssertionType
- Specified by:
isSupportedAssertionTypein interfaceClientAssertionIdentityProviderFactory.ClientAssertionStrategy
-
lookup
public ClientAssertionIdentityProviderFactory.LookupResult lookup(ClientAuthenticationFlowContext context) throws Exception - Specified by:
lookupin interfaceClientAssertionIdentityProviderFactory.ClientAssertionStrategy- Throws:
Exception
-