Uses of Class
org.keycloak.models.jpa.entities.UserConsentEntity
-
Packages that use UserConsentEntity Package Description org.keycloak.models.jpa.entities -
-
Uses of UserConsentEntity in org.keycloak.models.jpa.entities
Fields in org.keycloak.models.jpa.entities declared as UserConsentEntity Modifier and Type Field Description protected UserConsentEntity
UserConsentClientScopeEntity.Key. userConsent
protected UserConsentEntity
UserConsentClientScopeEntity. userConsent
Methods in org.keycloak.models.jpa.entities that return UserConsentEntity Modifier and Type Method Description UserConsentEntity
UserConsentClientScopeEntity. getUserConsent()
UserConsentEntity
UserConsentClientScopeEntity.Key. getUserConsent()
Methods in org.keycloak.models.jpa.entities with parameters of type UserConsentEntity Modifier and Type Method Description void
UserConsentClientScopeEntity. setUserConsent(UserConsentEntity userConsent)
Constructors in org.keycloak.models.jpa.entities with parameters of type UserConsentEntity Constructor Description Key(UserConsentEntity userConsent, String scopeId)
-