@IdentityStereotype(value=GROUP) public class Group extends AbstractIdentityType
AttributedType.QUERY_ATTRIBUTE
Modifier and Type | Field and Description |
---|---|
static QueryParameter |
NAME
A query parameter used to set the name value.
|
static QueryParameter |
PARENT
A query parameter used to set the parent value.
|
static QueryParameter |
PATH
A query parameter used to set the path.
|
static String |
PATH_SEPARATOR |
CREATED_AFTER, CREATED_BEFORE, CREATED_DATE, ENABLED, EXPIRY_AFTER, EXPIRY_BEFORE, EXPIRY_DATE, MODIFIED_AFTER, PARTITION
ID
Constructor and Description |
---|
Group() |
Group(String name) |
Group(String name,
Group parentGroup) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
Group |
getParentGroup() |
String |
getPath() |
void |
setName(String name) |
void |
setParentGroup(Group group) |
void |
setPath(String path) |
equals, getCreatedDate, getExpirationDate, getPartition, hashCode, isEnabled, setCreatedDate, setEnabled, setExpirationDate, setPartition
getAttribute, getAttributes, getAttributesMap, getId, removeAttribute, setAttribute, setId
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getAttribute, getAttributes, getId, removeAttribute, setAttribute, setId
public static final QueryParameter NAME
public static final QueryParameter PATH
public static final QueryParameter PARENT
public static final String PATH_SEPARATOR
public Group()
public Group(String name)
@AttributeProperty @StereotypeProperty(value=IDENTITY_GROUP_NAME) public String getName()
public void setName(String name)
@AttributeProperty @Unique public String getPath()
public void setPath(String path)
@InheritsPrivileges @AttributeProperty public Group getParentGroup()
@AttributeProperty public void setParentGroup(Group group)
Copyright © 2018 JBoss by Red Hat. All rights reserved.