public class RolesRepresentation extends Object
Modifier and Type | Field and Description |
---|---|
protected Map<String,List<RoleRepresentation>> |
application |
protected List<RoleRepresentation> |
realm |
Constructor and Description |
---|
RolesRepresentation() |
Modifier and Type | Method and Description |
---|---|
Map<String,List<RoleRepresentation>> |
getApplication() |
List<RoleRepresentation> |
getRealm() |
void |
setApplication(Map<String,List<RoleRepresentation>> application) |
void |
setRealm(List<RoleRepresentation> realm) |
protected List<RoleRepresentation> realm
protected Map<String,List<RoleRepresentation>> application
public List<RoleRepresentation> getRealm()
public void setRealm(List<RoleRepresentation> realm)
public Map<String,List<RoleRepresentation>> getApplication()
public void setApplication(Map<String,List<RoleRepresentation>> application)
Copyright © 2015. All rights reserved.