Package | Description |
---|---|
org.keycloak.models.utils | |
org.keycloak.representations.idm |
Modifier and Type | Method and Description |
---|---|
static void |
RepresentationToModel.createApplicationScopeMappings(RealmModel realm,
ApplicationModel applicationModel,
List<ScopeMappingRepresentation> mappings) |
Modifier and Type | Field and Description |
---|---|
protected Map<String,List<ScopeMappingRepresentation>> |
RealmRepresentation.applicationScopeMappings |
protected List<ScopeMappingRepresentation> |
RealmRepresentation.scopeMappings |
Modifier and Type | Method and Description |
---|---|
ScopeMappingRepresentation |
ScopeMappingRepresentation.role(String role) |
ScopeMappingRepresentation |
RealmRepresentation.scopeMapping(String username) |
Modifier and Type | Method and Description |
---|---|
Map<String,List<ScopeMappingRepresentation>> |
RealmRepresentation.getApplicationScopeMappings() |
List<ScopeMappingRepresentation> |
RealmRepresentation.getScopeMappings() |
Modifier and Type | Method and Description |
---|---|
void |
RealmRepresentation.setApplicationScopeMappings(Map<String,List<ScopeMappingRepresentation>> applicationScopeMappings) |
Copyright © 2015. All Rights Reserved.