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 AuthenticationSessionProvidercreate(KeycloakSession session)StringgetHelpText()-
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.EnvironmentDependentProviderFactory
isSupported
-
Methods inherited from interface org.keycloak.provider.ProviderFactory
getId, init, order, postInit
-
-
-
-
Method Detail
-
create
public AuthenticationSessionProvider create(KeycloakSession session)
- Specified by:
createin interfaceAmphibianProviderFactory<AuthenticationSessionProvider>- Specified by:
createin interfaceComponentFactory<AuthenticationSessionProvider,AuthenticationSessionProvider>- Specified by:
createin interfaceProviderFactory<AuthenticationSessionProvider>
-
getHelpText
public String getHelpText()
- Specified by:
getHelpTextin interfaceConfiguredProvider
-
-