Package org.keycloak.representations.idm
Class MappingsRepresentation
java.lang.Object
org.keycloak.representations.idm.MappingsRepresentation
- Version:
 - $Revision: 1 $
 - Author:
 - Bill Burke
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Map<String,ClientMappingsRepresentation> protected List<RoleRepresentation> - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidsetClientMappings(Map<String, ClientMappingsRepresentation> clientMappings) voidsetRealmMappings(List<RoleRepresentation> realmMappings)  
- 
Field Details
- 
realmMappings
 - 
clientMappings
 
 - 
 - 
Constructor Details
- 
MappingsRepresentation
public MappingsRepresentation() 
 - 
 - 
Method Details
- 
getRealmMappings
 - 
setRealmMappings
 - 
getClientMappings
 - 
setClientMappings
 
 -