Class SuppressRefreshTokenRotationExecutorFactory
java.lang.Object
org.keycloak.services.clientpolicy.executor.SuppressRefreshTokenRotationExecutorFactory
- All Implemented Interfaces:
ConfiguredProvider,EnvironmentDependentProviderFactory,ProviderFactory<ClientPolicyExecutorProvider>,ClientPolicyExecutorProviderFactory
public class SuppressRefreshTokenRotationExecutorFactory
extends Object
implements ClientPolicyExecutorProviderFactory
- Author:
- Takashi Norimatsu
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()create(KeycloakSession session) getId()voidinit(Config.Scope config) booleanvoidpostInit(KeycloakSessionFactory factory) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.provider.ConfiguredProvider
getConfigMethods inherited from interface org.keycloak.provider.EnvironmentDependentProviderFactory
isSupportedMethods inherited from interface org.keycloak.provider.ProviderFactory
getConfigMetadata, order
-
Field Details
-
PROVIDER_ID
- See Also:
-
-
Constructor Details
-
SuppressRefreshTokenRotationExecutorFactory
public SuppressRefreshTokenRotationExecutorFactory()
-
-
Method Details
-
create
- Specified by:
createin interfaceProviderFactory<ClientPolicyExecutorProvider>
-
init
- Specified by:
initin interfaceProviderFactory<ClientPolicyExecutorProvider>
-
postInit
- Specified by:
postInitin interfaceProviderFactory<ClientPolicyExecutorProvider>
-
close
public void close()- Specified by:
closein interfaceProviderFactory<ClientPolicyExecutorProvider>
-
getId
- Specified by:
getIdin interfaceProviderFactory<ClientPolicyExecutorProvider>
-
getHelpText
- Specified by:
getHelpTextin interfaceConfiguredProvider
-
getConfigProperties
- Specified by:
getConfigPropertiesin interfaceConfiguredProvider
-
isSupported
public boolean isSupported()- Specified by:
isSupportedin interfaceClientPolicyExecutorProviderFactory- Specified by:
isSupportedin interfaceEnvironmentDependentProviderFactory
-