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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()create(KeycloakSession session) getId()voidinit(Config.Scope config) booleanisSupported(Config.Scope config) intorder()voidpostInit(KeycloakSessionFactory factory)
-
Field Details
-
PROTO_ENTITY
-
-
Constructor Details
-
RemoteInfinispanAuthenticationSessionProviderFactory
public RemoteInfinispanAuthenticationSessionProviderFactory()
-
-
Method Details
-
isSupported
- Specified by:
isSupportedin interfaceEnvironmentDependentProviderFactory
-
create
- Specified by:
createin interfaceProviderFactory<RemoteInfinispanAuthenticationSessionProvider>
-
init
- Specified by:
initin interfaceProviderFactory<RemoteInfinispanAuthenticationSessionProvider>
-
postInit
- Specified by:
postInitin interfaceProviderFactory<RemoteInfinispanAuthenticationSessionProvider>
-
close
public void close()- Specified by:
closein interfaceProviderFactory<RemoteInfinispanAuthenticationSessionProvider>
-
getConfigMetadata
- Specified by:
getConfigMetadatain interfaceProviderFactory<RemoteInfinispanAuthenticationSessionProvider>
-
getId
- Specified by:
getIdin interfaceProviderFactory<RemoteInfinispanAuthenticationSessionProvider>
-
order
public int order()- Specified by:
orderin interfaceProviderFactory<RemoteInfinispanAuthenticationSessionProvider>
-