Uses of Class
org.keycloak.models.jpa.entities.UserConsentClientScopeEntity
- 
Packages that use UserConsentClientScopeEntity Package Description org.keycloak.models.jpa.entities 
- 
- 
Uses of UserConsentClientScopeEntity in org.keycloak.models.jpa.entitiesMethods in org.keycloak.models.jpa.entities that return types with arguments of type UserConsentClientScopeEntity Modifier and Type Method Description Collection<UserConsentClientScopeEntity>UserConsentEntity. getGrantedClientScopes()Method parameters in org.keycloak.models.jpa.entities with type arguments of type UserConsentClientScopeEntity Modifier and Type Method Description voidUserConsentEntity. setGrantedClientScopes(Collection<UserConsentClientScopeEntity> grantedClientScopes)
 
-