Uses of Class
org.keycloak.representations.idm.ScopeMappingRepresentation
-
Packages that use ScopeMappingRepresentation Package Description org.keycloak.models.utils org.keycloak.representations.idm -
-
Uses of ScopeMappingRepresentation in org.keycloak.models.utils
Method parameters in org.keycloak.models.utils with type arguments of type ScopeMappingRepresentation Modifier and Type Method Description static void
RepresentationToModel. createClientScopeMappings(RealmModel realm, ClientModel clientModel, List<ScopeMappingRepresentation> mappings)
-
Uses of ScopeMappingRepresentation in org.keycloak.representations.idm
Fields in org.keycloak.representations.idm with type parameters of type ScopeMappingRepresentation Modifier and Type Field Description protected Map<String,List<ScopeMappingRepresentation>>
RealmRepresentation. applicationScopeMappings
Deprecated.protected Map<String,List<ScopeMappingRepresentation>>
RealmRepresentation. clientScopeMappings
protected List<ScopeMappingRepresentation>
RealmRepresentation. scopeMappings
Methods in org.keycloak.representations.idm that return ScopeMappingRepresentation Modifier and Type Method Description ScopeMappingRepresentation
RealmRepresentation. clientScopeMapping(String clientName)
ScopeMappingRepresentation
RealmRepresentation. clientScopeScopeMapping(String clientScopeName)
ScopeMappingRepresentation
ScopeMappingRepresentation. role(String role)
Methods in org.keycloak.representations.idm that return types with arguments of type ScopeMappingRepresentation Modifier and Type Method Description Map<String,List<ScopeMappingRepresentation>>
RealmRepresentation. getApplicationScopeMappings()
Deprecated.Map<String,List<ScopeMappingRepresentation>>
RealmRepresentation. getClientScopeMappings()
List<ScopeMappingRepresentation>
RealmRepresentation. getScopeMappings()
Method parameters in org.keycloak.representations.idm with type arguments of type ScopeMappingRepresentation Modifier and Type Method Description void
RealmRepresentation. setClientScopeMappings(Map<String,List<ScopeMappingRepresentation>> clientScopeMappings)
-