public interface User extends Agent, Serializable
AttributedType.ATTRIBUTE, AttributedType.AttributeParameter| 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 String |
KEY_PREFIX
This String prefixes all values returned by the getKey() method.
|
static QueryParameter |
LAST_NAME
A query parameter used to set the lastName value.
|
LOGIN_NAMECREATED_AFTER, CREATED_BEFORE, CREATED_DATE, ENABLED, EXPIRY_AFTER, EXPIRY_BEFORE, EXPIRY_DATE, GROUP_ROLE_OF, HAS_GROUP_ROLE, HAS_MEMBER, HAS_ROLE, MEMBER_OF, PARTITION, ROLE_OFID| 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, setLoginNamegetCreatedDate, getExpirationDate, getPartition, isEnabled, setCreatedDate, setEnabled, setExpirationDate, setPartitiongetAttribute, getAttributes, getId, removeAttribute, setAttribute, setIdstatic final QueryParameter FIRST_NAME
static final QueryParameter LAST_NAME
static final QueryParameter EMAIL
static final String KEY_PREFIX
Copyright © 2013. All Rights Reserved.