- 著者
 - Bill Burke 
 
- バージョン
 
- Revision
 - 1 
 
 
◆ addConsent()
      
        
          | void org.keycloak.storage.federated.UserConsentFederatedStorage.addConsent  | 
          ( | 
          RealmModel  | 
          realm,  | 
        
        
           | 
           | 
          String  | 
          userId,  | 
        
        
           | 
           | 
          UserConsentModel  | 
          consent  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ getConsentByClient()
      
        
          | UserConsentModel org.keycloak.storage.federated.UserConsentFederatedStorage.getConsentByClient  | 
          ( | 
          RealmModel  | 
          realm,  | 
        
        
           | 
           | 
          String  | 
          userId,  | 
        
        
           | 
           | 
          String  | 
          clientInternalId  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ getConsents()
◆ revokeConsentForClient()
      
        
          | boolean org.keycloak.storage.federated.UserConsentFederatedStorage.revokeConsentForClient  | 
          ( | 
          RealmModel  | 
          realm,  | 
        
        
           | 
           | 
          String  | 
          userId,  | 
        
        
           | 
           | 
          String  | 
          clientInternalId  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ updateConsent()
      
        
          | void org.keycloak.storage.federated.UserConsentFederatedStorage.updateConsent  | 
          ( | 
          RealmModel  | 
          realm,  | 
        
        
           | 
           | 
          String  | 
          userId,  | 
        
        
           | 
           | 
          UserConsentModel  | 
          consent  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
このインタフェース詳解は次のファイルから抽出されました: