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.entity
Fields in org.keycloak.storage.jpa.entity declared as FederatedUserConsentEntity Modifier and Type Field Description protected FederatedUserConsentEntity
FederatedUserConsentClientScopeEntity.Key. userConsent
protected FederatedUserConsentEntity
FederatedUserConsentClientScopeEntity. userConsent
Methods in org.keycloak.storage.jpa.entity that return FederatedUserConsentEntity Modifier and Type Method Description FederatedUserConsentEntity
FederatedUserConsentClientScopeEntity. getUserConsent()
FederatedUserConsentEntity
FederatedUserConsentClientScopeEntity.Key. getUserConsent()
Methods in org.keycloak.storage.jpa.entity with parameters of type FederatedUserConsentEntity Modifier and Type Method Description void
FederatedUserConsentClientScopeEntity. setUserConsent(FederatedUserConsentEntity userConsent)
Constructors in org.keycloak.storage.jpa.entity with parameters of type FederatedUserConsentEntity Constructor Description Key(FederatedUserConsentEntity userConsent, String scopeId)
-