keycloak-spi-private
|
公開メンバ関数 | |
ResourceStore | getResourceStore () |
ResourceServerStore | getResourceServerStore () |
ScopeStore | getScopeStore () |
PolicyStore | getPolicyStore () |
PermissionTicketStore | getPermissionTicketStore () |
A factory for the different types of storages that manage the persistence of the domain model types.
Implementations of this interface are usually related with the creation of those storage types accordingly with a specific persistence mechanism such as relational and NoSQL databases, filesystem, etc.
PermissionTicketStore org.keycloak.authorization.store.StoreFactory.getPermissionTicketStore | ( | ) |
Returns a PermissionTicketStore.
PolicyStore org.keycloak.authorization.store.StoreFactory.getPolicyStore | ( | ) |
Returns a PolicyStore.
ResourceServerStore org.keycloak.authorization.store.StoreFactory.getResourceServerStore | ( | ) |
Returns a ResourceServerStore.
ResourceStore org.keycloak.authorization.store.StoreFactory.getResourceStore | ( | ) |
Returns a ResourceStore.
ScopeStore org.keycloak.authorization.store.StoreFactory.getScopeStore | ( | ) |
Returns a ScopeStore.