Class SecureRequestObjectExecutorFactory
java.lang.Object
org.keycloak.services.clientpolicy.executor.SecureRequestObjectExecutorFactory
- All Implemented Interfaces:
ConfiguredProvider
,EnvironmentDependentProviderFactory
,ProviderFactory<ClientPolicyExecutorProvider>
,ClientPolicyExecutorProviderFactory
public class SecureRequestObjectExecutorFactory
extends Object
implements ClientPolicyExecutorProviderFactory
- Author:
- Takashi Norimatsu
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
This is called when the server shuts down.create
(KeycloakSession session) getId()
void
init
(Config.Scope config) Only called once when the factory is first created.void
postInit
(KeycloakSessionFactory factory) Called after all provider factories have been initializedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.keycloak.services.clientpolicy.executor.ClientPolicyExecutorProviderFactory
isSupported
Methods inherited from interface org.keycloak.provider.ConfiguredProvider
getConfig
Methods inherited from interface org.keycloak.provider.ProviderFactory
getConfigMetadata, order
-
Field Details
-
PROVIDER_ID
- See Also:
-
VERIFY_NBF
- See Also:
-
AVAILABLE_PERIOD
- See Also:
-
ENCRYPTION_REQUIRED
- See Also:
-
-
Constructor Details
-
SecureRequestObjectExecutorFactory
public SecureRequestObjectExecutorFactory()
-
-
Method Details
-
create
- Specified by:
create
in interfaceProviderFactory<ClientPolicyExecutorProvider>
-
init
Description copied from interface:ProviderFactory
Only called once when the factory is first created. This config is pulled from keycloak_server.json- Specified by:
init
in interfaceProviderFactory<ClientPolicyExecutorProvider>
-
postInit
Description copied from interface:ProviderFactory
Called after all provider factories have been initialized- Specified by:
postInit
in interfaceProviderFactory<ClientPolicyExecutorProvider>
-
close
public void close()Description copied from interface:ProviderFactory
This is called when the server shuts down.- Specified by:
close
in interfaceProviderFactory<ClientPolicyExecutorProvider>
-
getId
- Specified by:
getId
in interfaceProviderFactory<ClientPolicyExecutorProvider>
-
getHelpText
- Specified by:
getHelpText
in interfaceConfiguredProvider
-
getConfigProperties
- Specified by:
getConfigProperties
in interfaceConfiguredProvider
-