Uses of Class
org.keycloak.representations.idm.ScopeMappingRepresentation
-
Uses of ScopeMappingRepresentation in org.keycloak.representations.idm
Modifier and TypeFieldDescriptionprotected Map<String,
List<ScopeMappingRepresentation>> RealmRepresentation.applicationScopeMappings
Deprecated.protected Map<String,
List<ScopeMappingRepresentation>> RealmRepresentation.clientScopeMappings
protected List<ScopeMappingRepresentation>
RealmRepresentation.scopeMappings
Modifier and TypeMethodDescriptionRealmRepresentation.clientScopeMapping
(String clientName) RealmRepresentation.clientScopeScopeMapping
(String clientScopeName) Modifier and TypeMethodDescriptionRealmRepresentation.getApplicationScopeMappings()
Deprecated.RealmRepresentation.getClientScopeMappings()
RealmRepresentation.getScopeMappings()
Modifier and TypeMethodDescriptionvoid
RealmRepresentation.setClientScopeMappings
(Map<String, List<ScopeMappingRepresentation>> clientScopeMappings) -
Uses of ScopeMappingRepresentation in org.keycloak.storage.datastore
Modifier and TypeMethodDescriptionstatic void
DefaultExportImportManager.createClientScopeMappings
(RealmModel realm, ClientModel clientModel, List<ScopeMappingRepresentation> mappings)