Uses of Class
org.keycloak.storage.jpa.entity.FederatedUserConsentEntity
- 
Packages that use FederatedUserConsentEntity Package Description org.keycloak.storage.jpa.entity 
- 
- 
Uses of FederatedUserConsentEntity in org.keycloak.storage.jpa.entityFields in org.keycloak.storage.jpa.entity declared as FederatedUserConsentEntity Modifier and Type Field Description protected FederatedUserConsentEntityFederatedUserConsentClientScopeEntity.Key. userConsentprotected FederatedUserConsentEntityFederatedUserConsentClientScopeEntity. userConsentMethods in org.keycloak.storage.jpa.entity that return FederatedUserConsentEntity Modifier and Type Method Description FederatedUserConsentEntityFederatedUserConsentClientScopeEntity. getUserConsent()FederatedUserConsentEntityFederatedUserConsentClientScopeEntity.Key. getUserConsent()Methods in org.keycloak.storage.jpa.entity with parameters of type FederatedUserConsentEntity Modifier and Type Method Description voidFederatedUserConsentClientScopeEntity. setUserConsent(FederatedUserConsentEntity userConsent)Constructors in org.keycloak.storage.jpa.entity with parameters of type FederatedUserConsentEntity Constructor Description Key(FederatedUserConsentEntity userConsent, String scopeId)
 
-