Package org.keycloak.protocol.oidc.token
Class ResourceIndicatorsPostProcessorFactory
java.lang.Object
org.keycloak.protocol.oidc.token.ResourceIndicatorsPostProcessorFactory
- All Implemented Interfaces:
TokenPostProcessorFactory,EnvironmentDependentProviderFactory,ProviderFactory<TokenPostProcessor>
public class ResourceIndicatorsPostProcessorFactory
extends Object
implements TokenPostProcessorFactory, EnvironmentDependentProviderFactory
-
Field Summary
Fields -
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
-
Field Details
-
ID
- See Also:
-
-
Constructor Details
-
ResourceIndicatorsPostProcessorFactory
public ResourceIndicatorsPostProcessorFactory()
-
-
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.
-