Class InfinispanAuthenticationSessionProviderFactory
java.lang.Object
org.keycloak.models.sessions.infinispan.InfinispanAuthenticationSessionProviderFactory
- All Implemented Interfaces:
ProviderFactory,AuthenticationSessionProviderFactory
public class InfinispanAuthenticationSessionProviderFactory
extends Object
implements AuthenticationSessionProviderFactory
- Author:
- Marek Posolda
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()create(KeycloakSession session) getId()voidinit(Config.Scope config) intorder()voidpostInit(KeycloakSessionFactory factory) protected voidregisterClusterListeners(KeycloakSession session)
-
Field Details
-
PROVIDER_PRIORITY
public static final int PROVIDER_PRIORITY- See Also:
-
PROVIDER_ID
- See Also:
-
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:
-
CLIENT_REMOVED_AUTHSESSION_EVENT
- See Also:
-
-
Constructor Details
-
InfinispanAuthenticationSessionProviderFactory
public InfinispanAuthenticationSessionProviderFactory()
-
-
Method Details
-
init
- Specified by:
initin interfaceProviderFactory
-
postInit
- Specified by:
postInitin interfaceProviderFactory
-
getConfigMetadata
- Specified by:
getConfigMetadatain interfaceProviderFactory
-
registerClusterListeners
-
create
- Specified by:
createin interfaceProviderFactory
-
close
public void close()- Specified by:
closein interfaceProviderFactory
-
getId
- Specified by:
getIdin interfaceProviderFactory
-
order
public int order()- Specified by:
orderin interfaceProviderFactory
-