public interface ExtendedUser extends User
Modifier and Type | Method and Description |
---|---|
String |
getEmail()
Returns the email address for this user.
|
String |
getFirstName()
Returns the first name for this user.
|
String |
getLastName()
Returns the last name for this user.
|
byte[] |
getObjectdata()
Returns the value of the objectdata for this user.
|
void |
setEmail(String address)
Sets the email address.
|
void |
setFirstName(String firstName)
Sets the first name for this user.
|
void |
setLastName(String lastName)
Sets the last name for this user.
|
void |
setObjectdata(byte[] objectdata)
Sets the value of the objectdata for the user
|
getPassword, setPassword
getId, getName, setId, setName
String getFirstName()
String getLastName()
String getEmail()
void setFirstName(String firstName)
firstName
- User's first name.void setLastName(String lastName)
lastName
- User's last name.void setEmail(String address)
address
- The email address.byte[] getObjectdata()
void setObjectdata(byte[] objectdata)
objectdata
- The new permanent storage for the userCopyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.