Uses of Class
org.keycloak.representations.idm.ScopeMappingRepresentation
Packages that use ScopeMappingRepresentation
-
Uses of ScopeMappingRepresentation in org.keycloak.representations.idm
Fields in org.keycloak.representations.idm with type parameters of type ScopeMappingRepresentationModifier and TypeFieldDescriptionprotected 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 ScopeMappingRepresentationModifier and TypeMethodDescriptionRealmRepresentation.clientScopeMapping
(String clientName) RealmRepresentation.clientScopeScopeMapping
(String clientScopeName) Methods in org.keycloak.representations.idm that return types with arguments of type ScopeMappingRepresentationModifier and TypeMethodDescriptionRealmRepresentation.getApplicationScopeMappings()
Deprecated.RealmRepresentation.getClientScopeMappings()
RealmRepresentation.getScopeMappings()
Method parameters in org.keycloak.representations.idm with type arguments of type ScopeMappingRepresentationModifier and TypeMethodDescriptionvoid
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 ScopeMappingRepresentationModifier and TypeMethodDescriptionstatic void
DefaultExportImportManager.createClientScopeMappings
(RealmModel realm, ClientModel clientModel, List<ScopeMappingRepresentation> mappings)