Uses of Class
org.keycloak.representations.idm.ScopeMappingRepresentation
-
Packages that use ScopeMappingRepresentation Package Description org.keycloak.models.map.datastore org.keycloak.representations.idm org.keycloak.storage.datastore -
-
Uses of ScopeMappingRepresentation in org.keycloak.models.map.datastore
Method parameters in org.keycloak.models.map.datastore with type arguments of type ScopeMappingRepresentation Modifier and Type Method Description static void
MapExportImportManager. 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)
-
Uses of ScopeMappingRepresentation in org.keycloak.storage.datastore
Method parameters in org.keycloak.storage.datastore with type arguments of type ScopeMappingRepresentation Modifier and Type Method Description static void
LegacyExportImportManager. createClientScopeMappings(RealmModel realm, ClientModel clientModel, List<ScopeMappingRepresentation> mappings)
-