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.datastoreMethod parameters in org.keycloak.models.map.datastore with type arguments of type ScopeMappingRepresentation Modifier and Type Method Description static voidMapExportImportManager. createClientScopeMappings(RealmModel realm, ClientModel clientModel, List<ScopeMappingRepresentation> mappings)
- 
Uses of ScopeMappingRepresentation in org.keycloak.representations.idmFields in org.keycloak.representations.idm with type parameters of type ScopeMappingRepresentation Modifier and Type Field Description protected Map<String,List<ScopeMappingRepresentation>>RealmRepresentation. applicationScopeMappingsDeprecated.protected Map<String,List<ScopeMappingRepresentation>>RealmRepresentation. clientScopeMappingsprotected List<ScopeMappingRepresentation>RealmRepresentation. scopeMappingsMethods in org.keycloak.representations.idm that return ScopeMappingRepresentation Modifier and Type Method Description ScopeMappingRepresentationRealmRepresentation. clientScopeMapping(String clientName)ScopeMappingRepresentationRealmRepresentation. clientScopeScopeMapping(String clientScopeName)ScopeMappingRepresentationScopeMappingRepresentation. 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 voidRealmRepresentation. setClientScopeMappings(Map<String,List<ScopeMappingRepresentation>> clientScopeMappings)
- 
Uses of ScopeMappingRepresentation in org.keycloak.storage.datastoreMethod parameters in org.keycloak.storage.datastore with type arguments of type ScopeMappingRepresentation Modifier and Type Method Description static voidLegacyExportImportManager. createClientScopeMappings(RealmModel realm, ClientModel clientModel, List<ScopeMappingRepresentation> mappings)
 
-