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 voidpostInit(KeycloakSessionFactory factory)Called after all provider factories have been initializeddefault voidregisterSynchronizationListeners(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:ProviderFactoryCalled after all provider factories have been initialized- Specified by:
postInitin interfaceProviderFactory<StoreFactory>
-
registerSynchronizationListeners
default void registerSynchronizationListeners(KeycloakSessionFactory factory)
-
-