Class OrganizationTokenPostProcessorFactory
java.lang.Object
org.keycloak.organization.protocol.mappers.oidc.OrganizationTokenPostProcessorFactory
- All Implemented Interfaces:
TokenPostProcessorFactory,EnvironmentDependentProviderFactory,ProviderFactory<TokenPostProcessor>
public class OrganizationTokenPostProcessorFactory
extends Object
implements TokenPostProcessorFactory, EnvironmentDependentProviderFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(KeycloakSession session) getId()booleanisSupported(Config.Scope config) Check if the provider is supported and should be available based on the provider configuration.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.provider.ProviderFactory
dependsOn, getConfigMetadata, orderMethods inherited from interface org.keycloak.protocol.oidc.token.TokenPostProcessorFactory
close, init, postInit
-
Constructor Details
-
OrganizationTokenPostProcessorFactory
public OrganizationTokenPostProcessorFactory()
-
-
Method Details
-
create
- Specified by:
createin interfaceProviderFactory<TokenPostProcessor>
-
getId
- Specified by:
getIdin interfaceProviderFactory<TokenPostProcessor>
-
isSupported
Description copied from interface:EnvironmentDependentProviderFactoryCheck if the provider is supported and should be available based on the provider configuration.- Specified by:
isSupportedin interfaceEnvironmentDependentProviderFactory- Parameters:
config- the provider configuration- Returns:
trueif the provider is supported. Otherwise,false.
-