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.entities
Methods 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 void
UserConsentEntity. setGrantedClientScopes(Collection<UserConsentClientScopeEntity> grantedClientScopes)
-