@IdentityStereotype(value=USER) public class User extends Agent
AttributedType.QUERY_ATTRIBUTE
Modifier and Type | Field and Description |
---|---|
static QueryParameter |
EMAIL
A query parameter used to set the email value.
|
static QueryParameter |
FIRST_NAME
A query parameter used to set the firstName value.
|
static QueryParameter |
LAST_NAME
A query parameter used to set the lastName value.
|
LOGIN_NAME
CREATED_AFTER, CREATED_BEFORE, CREATED_DATE, ENABLED, EXPIRY_AFTER, EXPIRY_BEFORE, EXPIRY_DATE, MODIFIED_AFTER, PARTITION
ID
Modifier and Type | Method and Description |
---|---|
String |
getEmail() |
String |
getFirstName() |
String |
getLastName() |
void |
setEmail(String email) |
void |
setFirstName(String firstName) |
void |
setLastName(String lastName) |
getLoginName, setLoginName
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
getCreatedDate, getExpirationDate, getPartition, isEnabled, setCreatedDate, setEnabled, setExpirationDate, setPartition
getAttribute, getAttributes, getId, removeAttribute, setAttribute, setId
public static final QueryParameter FIRST_NAME
public static final QueryParameter LAST_NAME
public static final QueryParameter EMAIL
public User()
public User(String loginName)
Copyright © 2018 JBoss by Red Hat. All rights reserved.