Uses of Class
org.keycloak.storage.jpa.entity.FederatedUserConsentClientScopeEntity
- 
Packages that use FederatedUserConsentClientScopeEntity Package Description org.keycloak.storage.jpa.entity 
- 
- 
Uses of FederatedUserConsentClientScopeEntity in org.keycloak.storage.jpa.entityMethods in org.keycloak.storage.jpa.entity that return types with arguments of type FederatedUserConsentClientScopeEntity Modifier and Type Method Description Collection<FederatedUserConsentClientScopeEntity>FederatedUserConsentEntity. getGrantedClientScopes()Method parameters in org.keycloak.storage.jpa.entity with type arguments of type FederatedUserConsentClientScopeEntity Modifier and Type Method Description voidFederatedUserConsentEntity. setGrantedClientScopes(Collection<FederatedUserConsentClientScopeEntity> grantedClientScopes)
 
-