keycloak
|
公開メンバ関数 | |
ResourceServer | create (String clientId) |
void | delete (String id) |
ResourceServer | findById (String id) |
A ResourceServerStore is responsible to manage the persistence of ResourceServer instances.
ResourceServer org.keycloak.authorization.store.ResourceServerStore.create | ( | String | clientId | ) |
Creates a ResourceServer instance backed by this persistent storage implementation.
clientId | the client id acting as a resource server |
org.keycloak.models.cache.infinispan.authorization.StoreFactoryCacheSession.ResourceServerCache, org.keycloak.authorization.jpa.store.JPAResourceServerStoreで実装されています。
void org.keycloak.authorization.store.ResourceServerStore.delete | ( | String | id | ) |
Removes a ResourceServer instance, with the given
from the persistent storage.
id | the identifier of an existing resource server instance |
org.keycloak.models.cache.infinispan.authorization.StoreFactoryCacheSession.ResourceServerCache, org.keycloak.authorization.jpa.store.JPAResourceServerStoreで実装されています。
ResourceServer org.keycloak.authorization.store.ResourceServerStore.findById | ( | String | id | ) |
Returns a ResourceServer instance based on its identifier.
id | the identifier of an existing resource server instance |
org.keycloak.models.cache.infinispan.authorization.StoreFactoryCacheSession.ResourceServerCache, org.keycloak.authorization.jpa.store.JPAResourceServerStoreで実装されています。