public class TurbineUserImpl extends AbstractTurbineSecurityEntityImpl implements TurbineUser
Constructor and Description |
---|
TurbineUserImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getEmail()
Returns the email address of the user
|
String |
getFirstName()
Returns the first name of the User
|
String |
getLastName()
Returns the last name of the User
|
byte[] |
getObjectdata()
Returns the value of the objectdata for this user.
|
String |
getPassword()
Get the password
|
int |
hashCode()
Calculate a hash code for this object
|
void |
setEmail(String email)
Sets the new email address of the user
|
void |
setFirstName(String firstName)
Sets the first name of the User
|
void |
setLastName(String lastName)
Sets the last name of User
|
void |
setObjectdata(byte[] objectdata)
Sets the value of the objectdata for the user
|
void |
setPassword(String password)
Set the password
|
addUserGroupRole, getUserGroupRoleSet, removeUserGroupRole, setUserGroupRoleSet
equals, getId, getName, setId, setName, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getId, getName, setId, setName
addUserGroupRole, getUserGroupRoleSet, removeUserGroupRole, setUserGroupRoleSet
public String getPassword()
getPassword
in interface User
public void setPassword(String password)
setPassword
in interface User
password
- the new passwordpublic String getFirstName()
getFirstName
in interface ExtendedUser
public void setFirstName(String firstName)
setFirstName
in interface ExtendedUser
firstName
- The new first name of the Userpublic String getLastName()
getLastName
in interface ExtendedUser
public void setLastName(String lastName)
setLastName
in interface ExtendedUser
lastName
- The new last name of the Userpublic String getEmail()
getEmail
in interface ExtendedUser
public void setEmail(String email)
setEmail
in interface ExtendedUser
email
- The new email address of the userpublic byte[] getObjectdata()
getObjectdata
in interface ExtendedUser
public void setObjectdata(byte[] objectdata)
setObjectdata
in interface ExtendedUser
objectdata
- The new permanent storage for the userpublic int hashCode()
hashCode
in class SecurityEntityImpl
SecurityEntityImpl.hashCode()
Copyright © 2011–2017 The Apache Software Foundation. All rights reserved.