public class GroupEntity extends AbstractIdentifiableEntity
id
Constructor and Description |
---|
GroupEntity() |
Modifier and Type | Method and Description |
---|---|
Map<String,List<String>> |
getAttributes() |
String |
getName() |
String |
getParentId() |
String |
getRealmId() |
List<String> |
getRoleIds() |
void |
setAttributes(Map<String,List<String>> attributes) |
void |
setName(String name) |
void |
setParentId(String parentId) |
void |
setRealmId(String realmId) |
void |
setRoleIds(List<String> roleIds) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.