Package org.keycloak.broker.provider
Interface ClientAssertionIdentityProviderFactory.ClientAssertionStrategy
- All Known Implementing Classes:
DefaultClientAssertionStrategy,SpiffeClientAssertionStrategy
- Enclosing interface:
- ClientAssertionIdentityProviderFactory
public static interface ClientAssertionIdentityProviderFactory.ClientAssertionStrategy
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisSupportedAssertionType(String assertionType) lookup(ClientAuthenticationFlowContext context)
-
Method Details
-
isSupportedAssertionType
-
lookup
ClientAssertionIdentityProviderFactory.LookupResult lookup(ClientAuthenticationFlowContext context) throws Exception - Throws:
Exception
-