Class RemoteInfinispanAuthenticationSessionProviderFactory
java.lang.Object
org.keycloak.models.sessions.infinispan.remote.RemoteInfinispanAuthenticationSessionProviderFactory
- All Implemented Interfaces:
EnvironmentDependentProviderFactory
,ProviderFactory<RemoteInfinispanAuthenticationSessionProvider>
,AuthenticationSessionProviderFactory<RemoteInfinispanAuthenticationSessionProvider>
public class RemoteInfinispanAuthenticationSessionProviderFactory
extends Object
implements AuthenticationSessionProviderFactory<RemoteInfinispanAuthenticationSessionProvider>, EnvironmentDependentProviderFactory
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
This is called when the server shuts down.create
(KeycloakSession session) Returns the metadata for each configuration property supported by this factory.getId()
void
init
(Config.Scope config) Only called once when the factory is first created.boolean
isSupported
(Config.Scope config) Check if the provider is supported and should be available based on the provider configuration.int
order()
void
postInit
(KeycloakSessionFactory factory) Called after all provider factories have been initialized
-
Field Details
-
PROTO_ENTITY
-
-
Constructor Details
-
RemoteInfinispanAuthenticationSessionProviderFactory
public RemoteInfinispanAuthenticationSessionProviderFactory()
-
-
Method Details
-
isSupported
Description copied from interface:EnvironmentDependentProviderFactory
Check if the provider is supported and should be available based on the provider configuration.- Specified by:
isSupported
in interfaceEnvironmentDependentProviderFactory
- Parameters:
config
- the provider configuration- Returns:
true
if the provider is supported. Otherwise,false
.
-
create
- Specified by:
create
in interfaceProviderFactory<RemoteInfinispanAuthenticationSessionProvider>
-
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<RemoteInfinispanAuthenticationSessionProvider>
-
postInit
Description copied from interface:ProviderFactory
Called after all provider factories have been initialized- Specified by:
postInit
in interfaceProviderFactory<RemoteInfinispanAuthenticationSessionProvider>
-
close
public void close()Description copied from interface:ProviderFactory
This is called when the server shuts down.- Specified by:
close
in interfaceProviderFactory<RemoteInfinispanAuthenticationSessionProvider>
-
getConfigMetadata
Description copied from interface:ProviderFactory
Returns the metadata for each configuration property supported by this factory.- Specified by:
getConfigMetadata
in interfaceProviderFactory<RemoteInfinispanAuthenticationSessionProvider>
- Returns:
- a list with the metadata for each configuration property supported by this factory
-
getId
- Specified by:
getId
in interfaceProviderFactory<RemoteInfinispanAuthenticationSessionProvider>
-
order
public int order()- Specified by:
order
in interfaceProviderFactory<RemoteInfinispanAuthenticationSessionProvider>
-