Class MapRootAuthenticationSessionProviderFactory
- java.lang.Object
-
- org.keycloak.models.map.common.AbstractMapProviderFactory<AuthenticationSessionProvider,MapRootAuthenticationSessionEntity,RootAuthenticationSessionModel>
-
- org.keycloak.models.map.authSession.MapRootAuthenticationSessionProviderFactory
-
- All Implemented Interfaces:
AmphibianProviderFactory<AuthenticationSessionProvider>
,ComponentFactory<AuthenticationSessionProvider,AuthenticationSessionProvider>
,ConfiguredProvider
,EnvironmentDependentProviderFactory
,ProviderFactory<AuthenticationSessionProvider>
,AuthenticationSessionProviderFactory
public class MapRootAuthenticationSessionProviderFactory extends AbstractMapProviderFactory<AuthenticationSessionProvider,MapRootAuthenticationSessionEntity,RootAuthenticationSessionModel> implements AuthenticationSessionProviderFactory
- Author:
- Martin Kanis
-
-
Field Summary
-
Fields inherited from class org.keycloak.models.map.common.AbstractMapProviderFactory
CONFIG_STORAGE, LOG, modelType, PROVIDER_ID
-
-
Constructor Summary
Constructors Constructor Description MapRootAuthenticationSessionProviderFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationSessionProvider
create(KeycloakSession session)
String
getHelpText()
-
Methods inherited from class org.keycloak.models.map.common.AbstractMapProviderFactory
getId, getStorage, init, 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
getConfigMetadata, getId, init, order, postInit
-
-
-
-
Method Detail
-
create
public AuthenticationSessionProvider create(KeycloakSession session)
- Specified by:
create
in interfaceAmphibianProviderFactory<AuthenticationSessionProvider>
- Specified by:
create
in interfaceComponentFactory<AuthenticationSessionProvider,AuthenticationSessionProvider>
- Specified by:
create
in interfaceProviderFactory<AuthenticationSessionProvider>
-
getHelpText
public String getHelpText()
- Specified by:
getHelpText
in interfaceConfiguredProvider
-
-