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