Package org.keycloak.authorization.store
Interface AuthorizationStoreFactory
-
- All Superinterfaces:
ProviderFactory<StoreFactory>
- All Known Implementing Classes:
JPAAuthorizationStoreFactory
,MapAuthorizationStoreFactory
public interface AuthorizationStoreFactory extends ProviderFactory<StoreFactory>
- Author:
- Pedro Igor
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
postInit(KeycloakSessionFactory factory)
Called after all provider factories have been initializeddefault void
registerSynchronizationListeners(KeycloakSessionFactory factory)
-
Methods inherited from interface org.keycloak.provider.ProviderFactory
close, create, getConfigMetadata, getId, init, order
-
-
-
-
Method Detail
-
postInit
default void postInit(KeycloakSessionFactory factory)
Description copied from interface:ProviderFactory
Called after all provider factories have been initialized- Specified by:
postInit
in interfaceProviderFactory<StoreFactory>
-
registerSynchronizationListeners
default void registerSynchronizationListeners(KeycloakSessionFactory factory)
-
-