Package org.keycloak.authorization.store
Provides classes and a SPI to plug different metadata storage implementations.
- Author:
- Pedro Igor
- 
Interface Summary Interface Description AuthorizationStoreFactory PermissionTicketStore APermissionTicketStoreis responsible to manage the persistence ofPermissionTicketinstances.PolicyStore APolicyStoreis responsible to manage the persistence ofPolicyinstances.ResourceServerStore AResourceServerStoreis responsible to manage the persistence ofResourceServerinstances.ResourceStore AResourceStoreis responsible to manage the persistence ofResourceinstances.ScopeStore AScopeStoreis responsible to manage the persistence ofScopeinstances.StoreFactory A factory for the different types of storages that manage the persistence of the domain model types.
- 
Class Summary Class Description StoreFactorySpi