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