A ResourceServerStore is responsible to manage the persistence of ResourceServer instances.
- 著者
- Pedro Igor 
◆ create()
      
        
          | 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 |  
 
- 戻り値
- an instance backed by the underlying storage implementation 
 
 
◆ delete()
      
        
          | 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 |  
 
 
 
◆ findById()
      
        
          | 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 |  
 
- 戻り値
- the resource server instance with the given identifier or null if no instance was found 
 
 
このインタフェース詳解は次のファイルから抽出されました: