public class GroupRepresentation extends Object
Modifier and Type | Field and Description |
---|---|
protected Map<String,List<String>> |
attributes |
protected Map<String,List<String>> |
clientRoles |
protected String |
id |
protected String |
name |
protected String |
path |
protected List<String> |
realmRoles |
protected List<GroupRepresentation> |
subGroups |
Constructor and Description |
---|
GroupRepresentation() |
Modifier and Type | Method and Description |
---|---|
Map<String,List<String>> |
getAttributes() |
Map<String,List<String>> |
getClientRoles() |
String |
getId() |
String |
getName() |
String |
getPath() |
List<String> |
getRealmRoles() |
List<GroupRepresentation> |
getSubGroups() |
void |
setAttributes(Map<String,List<String>> attributes) |
void |
setClientRoles(Map<String,List<String>> clientRoles) |
void |
setId(String id) |
void |
setName(String name) |
void |
setPath(String path) |
void |
setRealmRoles(List<String> realmRoles) |
void |
setSubGroups(List<GroupRepresentation> subGroups) |
GroupRepresentation |
singleAttribute(String name,
String value) |
protected String id
protected String name
protected String path
protected List<GroupRepresentation> subGroups
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getPath()
public void setPath(String path)
public GroupRepresentation singleAttribute(String name, String value)
public List<GroupRepresentation> getSubGroups()
public void setSubGroups(List<GroupRepresentation> subGroups)
Copyright © 2016 JBoss by Red Hat. All rights reserved.