Package | Description |
---|---|
org.keycloak.representations.idm |
Modifier and Type | Field and Description |
---|---|
protected Map<String,List<ScopeMappingRepresentation>> |
RealmRepresentation.applicationScopeMappings
Deprecated.
|
protected Map<String,List<ScopeMappingRepresentation>> |
RealmRepresentation.clientScopeMappings |
protected List<ScopeMappingRepresentation> |
RealmRepresentation.scopeMappings |
Modifier and Type | Method and Description |
---|---|
ScopeMappingRepresentation |
RealmRepresentation.clientScopeMapping(String clientName) |
ScopeMappingRepresentation |
RealmRepresentation.clientTemplateScopeMapping(String clientTemplateName) |
ScopeMappingRepresentation |
ScopeMappingRepresentation.role(String role) |
Modifier and Type | Method and Description |
---|---|
Map<String,List<ScopeMappingRepresentation>> |
RealmRepresentation.getApplicationScopeMappings()
Deprecated.
|
Map<String,List<ScopeMappingRepresentation>> |
RealmRepresentation.getClientScopeMappings() |
List<ScopeMappingRepresentation> |
RealmRepresentation.getScopeMappings() |
Modifier and Type | Method and Description |
---|---|
void |
RealmRepresentation.setClientScopeMappings(Map<String,List<ScopeMappingRepresentation>> clientScopeMappings) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.