Class MapRootAuthenticationSessionProviderFactory
java.lang.Object
org.keycloak.models.map.common.AbstractMapProviderFactory<MapRootAuthenticationSessionProvider,MapRootAuthenticationSessionEntity,RootAuthenticationSessionModel>
org.keycloak.models.map.authSession.MapRootAuthenticationSessionProviderFactory
- All Implemented Interfaces:
AmphibianProviderFactory<MapRootAuthenticationSessionProvider>
,ComponentFactory<MapRootAuthenticationSessionProvider,
,MapRootAuthenticationSessionProvider> ConfiguredProvider
,EnvironmentDependentProviderFactory
,ProviderFactory<MapRootAuthenticationSessionProvider>
,AuthenticationSessionProviderFactory<MapRootAuthenticationSessionProvider>
public class MapRootAuthenticationSessionProviderFactory
extends AbstractMapProviderFactory<MapRootAuthenticationSessionProvider,MapRootAuthenticationSessionEntity,RootAuthenticationSessionModel>
implements AuthenticationSessionProviderFactory<MapRootAuthenticationSessionProvider>
- Author:
- Martin Kanis
-
Nested Class Summary
Nested classes/interfaces inherited from class org.keycloak.models.map.common.AbstractMapProviderFactory
AbstractMapProviderFactory.MapProviderObjectType
-
Field Summary
Fields inherited from class org.keycloak.models.map.common.AbstractMapProviderFactory
CONFIG_STORAGE, LOG, modelType, PROVIDER_ID, uniqueCounter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateNew
(KeycloakSession session) Creates new instance of a provider.Returns the metadata for each configuration property supported by this factory.void
init
(Config.Scope config) Only called once when the factory is first created.Methods inherited from class org.keycloak.models.map.common.AbstractMapProviderFactory
create, getId, getMapStorage, getProviderFactoryOrComponentFactory, isSupported, postInit
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.keycloak.component.AmphibianProviderFactory
close, create, getConfigProperties, onUpdate, preRemove
Methods inherited from interface org.keycloak.component.ComponentFactory
getCommonProviderConfigProperties, getTypeMetadata, onCreate, validateConfiguration
Methods inherited from interface org.keycloak.provider.ConfiguredProvider
getConfig
Methods inherited from interface org.keycloak.provider.EnvironmentDependentProviderFactory
isSupported
Methods inherited from interface org.keycloak.provider.ProviderFactory
getId, order, postInit
-
Field Details
-
AUTH_SESSIONS_LIMIT
- See Also:
-
DEFAULT_AUTH_SESSIONS_LIMIT
public static final int DEFAULT_AUTH_SESSIONS_LIMIT- See Also:
-
-
Constructor Details
-
MapRootAuthenticationSessionProviderFactory
public MapRootAuthenticationSessionProviderFactory()
-
-
Method Details
-
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<MapRootAuthenticationSessionProvider>
- Overrides:
init
in classAbstractMapProviderFactory<MapRootAuthenticationSessionProvider,
MapRootAuthenticationSessionEntity, RootAuthenticationSessionModel>
-
getConfigMetadata
Description copied from interface:ProviderFactory
Returns the metadata for each configuration property supported by this factory.- Specified by:
getConfigMetadata
in interfaceProviderFactory<MapRootAuthenticationSessionProvider>
- Returns:
- a list with the metadata for each configuration property supported by this factory
-
createNew
Description copied from class:AbstractMapProviderFactory
Creates new instance of a provider.- Specified by:
createNew
in classAbstractMapProviderFactory<MapRootAuthenticationSessionProvider,
MapRootAuthenticationSessionEntity, RootAuthenticationSessionModel> - Returns:
- See description.
-
getHelpText
- Specified by:
getHelpText
in interfaceConfiguredProvider
-