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.entitiesFields in org.keycloak.models.jpa.entities declared as UserConsentEntity Modifier and Type Field Description protected UserConsentEntityUserConsentClientScopeEntity.Key. userConsentprotected UserConsentEntityUserConsentClientScopeEntity. userConsentMethods in org.keycloak.models.jpa.entities that return UserConsentEntity Modifier and Type Method Description UserConsentEntityUserConsentClientScopeEntity. getUserConsent()UserConsentEntityUserConsentClientScopeEntity.Key. getUserConsent()Methods in org.keycloak.models.jpa.entities with parameters of type UserConsentEntity Modifier and Type Method Description voidUserConsentClientScopeEntity. setUserConsent(UserConsentEntity userConsent)Constructors in org.keycloak.models.jpa.entities with parameters of type UserConsentEntity Constructor Description Key(UserConsentEntity userConsent, String scopeId)
 
-