Uses of Class
org.keycloak.representations.idm.ClientScopeRepresentation
-
Packages that use ClientScopeRepresentation Package Description org.keycloak.representations.idm -
-
Uses of ClientScopeRepresentation in org.keycloak.representations.idm
Fields in org.keycloak.representations.idm with type parameters of type ClientScopeRepresentation Modifier and Type Field Description protected List<ClientScopeRepresentation>
RealmRepresentation. clientScopes
Methods in org.keycloak.representations.idm that return types with arguments of type ClientScopeRepresentation Modifier and Type Method Description List<ClientScopeRepresentation>
RealmRepresentation. getClientScopes()
Method parameters in org.keycloak.representations.idm with type arguments of type ClientScopeRepresentation Modifier and Type Method Description void
RealmRepresentation. setClientScopes(List<ClientScopeRepresentation> clientScopes)
-