Package org.keycloak.authorization.store
package org.keycloak.authorization.store
Provides classes and a SPI to plug different metadata storage implementations.
- Author:
- Pedro Igor
-
ClassDescriptionA
PermissionTicketStore
is responsible to manage the persistence ofPermissionTicket
instances.APolicyStore
is responsible to manage the persistence ofPolicy
instances.AResourceServerStore
is responsible to manage the persistence ofResourceServer
instances.AResourceStore
is responsible to manage the persistence ofResource
instances.AScopeStore
is responsible to manage the persistence ofScope
instances.A factory for the different types of storages that manage the persistence of the domain model types.