@IdentityStereotype(value=ROLE) public class Role extends AbstractIdentityType
AttributedType.QUERY_ATTRIBUTE
Modifier and Type | Field and Description |
---|---|
static QueryParameter |
NAME
A query parameter used to set the name value.
|
CREATED_AFTER, CREATED_BEFORE, CREATED_DATE, ENABLED, EXPIRY_AFTER, EXPIRY_BEFORE, EXPIRY_DATE, MODIFIED_AFTER, PARTITION
ID
Modifier and Type | Method and Description |
---|---|
String |
getName() |
void |
setName(String name) |
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 Role()
public Role(String name)
@AttributeProperty @StereotypeProperty(value=IDENTITY_ROLE_NAME) @Unique public String getName()
public void setName(String name)
Copyright © 2018 JBoss by Red Hat. All rights reserved.