Package | Description |
---|---|
org.keycloak.representations.idm |
Modifier and Type | Field and Description |
---|---|
protected Map<String,List<RoleRepresentation>> |
RolesRepresentation.application
Deprecated.
|
protected Map<String,List<RoleRepresentation>> |
RolesRepresentation.client |
protected List<RoleRepresentation> |
ClientMappingsRepresentation.mappings |
protected List<RoleRepresentation> |
RolesRepresentation.realm |
protected List<RoleRepresentation> |
MappingsRepresentation.realmMappings |
Modifier and Type | Method and Description |
---|---|
Map<String,List<RoleRepresentation>> |
RolesRepresentation.getApplication()
Deprecated.
|
Map<String,List<RoleRepresentation>> |
RolesRepresentation.getClient() |
List<RoleRepresentation> |
ClientMappingsRepresentation.getMappings() |
List<RoleRepresentation> |
RolesRepresentation.getRealm() |
List<RoleRepresentation> |
MappingsRepresentation.getRealmMappings() |
Modifier and Type | Method and Description |
---|---|
void |
RolesRepresentation.setClient(Map<String,List<RoleRepresentation>> client) |
void |
ClientMappingsRepresentation.setMappings(List<RoleRepresentation> mappings) |
void |
RolesRepresentation.setRealm(List<RoleRepresentation> realm) |
void |
MappingsRepresentation.setRealmMappings(List<RoleRepresentation> realmMappings) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.