Class InfinispanAuthenticationSessionProviderFactory
java.lang.Object
org.keycloak.models.sessions.infinispan.InfinispanAuthenticationSessionProviderFactory
- All Implemented Interfaces:
EnvironmentDependentProviderFactory,ProviderEventListener,ProviderFactory<InfinispanAuthenticationSessionProvider>,AuthenticationSessionProviderFactory<InfinispanAuthenticationSessionProvider>
public class InfinispanAuthenticationSessionProviderFactory
extends Object
implements AuthenticationSessionProviderFactory<InfinispanAuthenticationSessionProvider>, EnvironmentDependentProviderFactory, ProviderEventListener
- Author:
- Marek Posolda
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()create(KeycloakSession session) static intgetAuthSessionsLimit(Config.Scope config) getId()voidinit(Config.Scope config) booleanisSupported(Config.Scope config) voidonEvent(ProviderEvent event) intorder()voidpostInit(KeycloakSessionFactory factory) protected voidregisterClusterListeners(KeycloakSession session)
-
Field Details
-
AUTH_SESSIONS_LIMIT
- See Also:
-
DEFAULT_AUTH_SESSIONS_LIMIT
public static final int DEFAULT_AUTH_SESSIONS_LIMIT- See Also:
-
AUTHENTICATION_SESSION_EVENTS
- See Also:
-
REALM_REMOVED_AUTHSESSION_EVENT
- See Also:
-
-
Constructor Details
-
InfinispanAuthenticationSessionProviderFactory
public InfinispanAuthenticationSessionProviderFactory()
-
-
Method Details
-
init
- Specified by:
initin interfaceProviderFactory<InfinispanAuthenticationSessionProvider>
-
getAuthSessionsLimit
-
postInit
- Specified by:
postInitin interfaceProviderFactory<InfinispanAuthenticationSessionProvider>
-
getConfigMetadata
- Specified by:
getConfigMetadatain interfaceProviderFactory<InfinispanAuthenticationSessionProvider>
-
onEvent
- Specified by:
onEventin interfaceProviderEventListener
-
registerClusterListeners
-
create
- Specified by:
createin interfaceProviderFactory<InfinispanAuthenticationSessionProvider>
-
dependsOn
- Specified by:
dependsOnin interfaceProviderFactory<InfinispanAuthenticationSessionProvider>
-
close
public void close()- Specified by:
closein interfaceProviderFactory<InfinispanAuthenticationSessionProvider>
-
getId
- Specified by:
getIdin interfaceProviderFactory<InfinispanAuthenticationSessionProvider>
-
order
public int order()- Specified by:
orderin interfaceProviderFactory<InfinispanAuthenticationSessionProvider>
-
isSupported
- Specified by:
isSupportedin interfaceEnvironmentDependentProviderFactory
-