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 APermissionTicketStore
is responsible to manage the persistence ofPermissionTicket
instances.PolicyStore APolicyStore
is responsible to manage the persistence ofPolicy
instances.ResourceServerStore AResourceServerStore
is responsible to manage the persistence ofResourceServer
instances.ResourceStore AResourceStore
is responsible to manage the persistence ofResource
instances.ScopeStore AScopeStore
is responsible to manage the persistence ofScope
instances.StoreFactory A factory for the different types of storages that manage the persistence of the domain model types. -
Class Summary Class Description StoreFactorySpi