Package | Description |
---|---|
org.keycloak.representations.idm | |
org.keycloak.services.managers |
Modifier and Type | Field and Description |
---|---|
protected Map<String,List<UserRoleMappingRepresentation>> |
RealmRepresentation.applicationRoleMappings |
protected List<UserRoleMappingRepresentation> |
RealmRepresentation.roleMappings |
Modifier and Type | Method and Description |
---|---|
UserRoleMappingRepresentation |
UserRoleMappingRepresentation.role(String role) |
UserRoleMappingRepresentation |
RealmRepresentation.roleMapping(String username) |
Modifier and Type | Method and Description |
---|---|
Map<String,List<UserRoleMappingRepresentation>> |
RealmRepresentation.getApplicationRoleMappings() |
List<UserRoleMappingRepresentation> |
RealmRepresentation.getRoleMappings() |
Modifier and Type | Method and Description |
---|---|
void |
RealmRepresentation.setApplicationRoleMappings(Map<String,List<UserRoleMappingRepresentation>> applicationRoleMappings) |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationManager.createRoleMappings(RealmModel realm,
ApplicationModel applicationModel,
List<UserRoleMappingRepresentation> mappings) |
Copyright © 2014. All Rights Reserved.