Class InfinispanPushedAuthzRequestStoreProviderFactory
- java.lang.Object
-
- org.keycloak.models.sessions.infinispan.InfinispanPushedAuthzRequestStoreProviderFactory
-
- All Implemented Interfaces:
PushedAuthzRequestStoreProviderFactory,EnvironmentDependentProviderFactory,ProviderFactory<PushedAuthzRequestStoreProvider>
public class InfinispanPushedAuthzRequestStoreProviderFactory extends Object implements PushedAuthzRequestStoreProviderFactory, EnvironmentDependentProviderFactory
-
-
Constructor Summary
Constructors Constructor Description InfinispanPushedAuthzRequestStoreProviderFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()PushedAuthzRequestStoreProvidercreate(KeycloakSession session)StringgetId()voidinit(Config.Scope config)booleanisSupported()voidpostInit(KeycloakSessionFactory factory)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.keycloak.provider.EnvironmentDependentProviderFactory
isSupported
-
Methods inherited from interface org.keycloak.provider.ProviderFactory
order
-
-
-
-
Method Detail
-
create
public PushedAuthzRequestStoreProvider create(KeycloakSession session)
- Specified by:
createin interfaceProviderFactory<PushedAuthzRequestStoreProvider>
-
init
public void init(Config.Scope config)
- Specified by:
initin interfaceProviderFactory<PushedAuthzRequestStoreProvider>
-
postInit
public void postInit(KeycloakSessionFactory factory)
- Specified by:
postInitin interfaceProviderFactory<PushedAuthzRequestStoreProvider>
-
close
public void close()
- Specified by:
closein interfaceProviderFactory<PushedAuthzRequestStoreProvider>
-
getId
public String getId()
- Specified by:
getIdin interfaceProviderFactory<PushedAuthzRequestStoreProvider>
-
isSupported
public boolean isSupported()
- Specified by:
isSupportedin interfaceEnvironmentDependentProviderFactory
-
-