| Package | Description |
|---|---|
| org.keycloak.representations.idm |
| Modifier and Type | Field and Description |
|---|---|
protected List<ProtocolMapperRepresentation> |
ClientRepresentation.protocolMappers |
| Modifier and Type | Method and Description |
|---|---|
List<ProtocolMapperRepresentation> |
RealmRepresentation.getProtocolMappers() |
List<ProtocolMapperRepresentation> |
ClientRepresentation.getProtocolMappers() |
| Modifier and Type | Method and Description |
|---|---|
void |
RealmRepresentation.addProtocolMapper(ProtocolMapperRepresentation rep) |
| Modifier and Type | Method and Description |
|---|---|
void |
RealmRepresentation.setProtocolMappers(List<ProtocolMapperRepresentation> protocolMappers) |
void |
ClientRepresentation.setProtocolMappers(List<ProtocolMapperRepresentation> protocolMappers) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.