Package | Description |
---|---|
org.keycloak.representations.idm | |
org.keycloak.representations.info |
Modifier and Type | Field and Description |
---|---|
protected List<ProtocolMapperRepresentation> |
ClientTemplateRepresentation.protocolMappers |
protected List<ProtocolMapperRepresentation> |
ClientRepresentation.protocolMappers |
Modifier and Type | Method and Description |
---|---|
List<ProtocolMapperRepresentation> |
RealmRepresentation.getProtocolMappers() |
List<ProtocolMapperRepresentation> |
ClientTemplateRepresentation.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 |
ClientTemplateRepresentation.setProtocolMappers(List<ProtocolMapperRepresentation> protocolMappers) |
void |
ClientRepresentation.setProtocolMappers(List<ProtocolMapperRepresentation> protocolMappers) |
Modifier and Type | Method and Description |
---|---|
Map<String,List<ProtocolMapperRepresentation>> |
ServerInfoRepresentation.getBuiltinProtocolMappers() |
Modifier and Type | Method and Description |
---|---|
void |
ServerInfoRepresentation.setBuiltinProtocolMappers(Map<String,List<ProtocolMapperRepresentation>> builtinProtocolMappers) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.