Klasse TurbineUserImpl
java.lang.Object
org.apache.fulcrum.security.entity.impl.SecurityEntityImpl
org.apache.fulcrum.security.model.turbine.entity.impl.AbstractTurbineSecurityEntityImpl
org.apache.fulcrum.security.model.turbine.entity.impl.TurbineUserImpl
- Alle implementierten Schnittstellen:
Serializable
,ExtendedUser
,SecurityEntity
,User
,TurbineUser
,TurbineUserGroupRoleEntity
Represents the "turbine" model where permissions are in a many to many
relationship to roles, roles are related to groups are related to users, all
in many to many relationships.
- Version:
- $Id: TurbineUser.java 437451 2006-08-27 20:20:44Z tv $
- Autor:
- Eric Pugh
- Siehe auch:
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetEmail()
Returns the email address of the userReturns the first name of the UserReturns the last name of the Userbyte[]
Returns the value of the objectdata for this user.Get the passwordint
hashCode()
Calculate a hash code for this objectvoid
Sets the new email address of the uservoid
setFirstName
(String firstName) Sets the first name of the Uservoid
setLastName
(String lastName) Sets the last name of Uservoid
setObjectdata
(byte[] objectdata) Sets the value of the objectdata for the uservoid
setPassword
(String password) Set the passwordVon Klasse geerbte Methoden org.apache.fulcrum.security.model.turbine.entity.impl.AbstractTurbineSecurityEntityImpl
addUserGroupRole, getUserGroupRoleSet, removeUserGroupRole, setUserGroupRoleSet
Von Klasse geerbte Methoden org.apache.fulcrum.security.entity.impl.SecurityEntityImpl
equals, getId, getName, setId, setName, toString
Von Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Von Schnittstelle geerbte Methoden org.apache.fulcrum.security.entity.SecurityEntity
getId, getName, setId, setName
Von Schnittstelle geerbte Methoden org.apache.fulcrum.security.model.turbine.entity.TurbineUserGroupRoleEntity
addUserGroupRole, getUserGroupRoleSet, removeUserGroupRole, setUserGroupRoleSet
-
Konstruktordetails
-
TurbineUserImpl
public TurbineUserImpl()
-
-
Methodendetails
-
getPassword
Get the password- Angegeben von:
getPassword
in SchnittstelleUser
- Gibt zurück:
- the password
-
setPassword
Set the password- Angegeben von:
setPassword
in SchnittstelleUser
- Parameter:
password
- the new password
-
getFirstName
Returns the first name of the User- Angegeben von:
getFirstName
in SchnittstelleExtendedUser
- Gibt zurück:
- The first name of the User
-
setFirstName
Sets the first name of the User- Angegeben von:
setFirstName
in SchnittstelleExtendedUser
- Parameter:
firstName
- The new first name of the User
-
getLastName
Returns the last name of the User- Angegeben von:
getLastName
in SchnittstelleExtendedUser
- Gibt zurück:
- The last name of the User
-
setLastName
Sets the last name of User- Angegeben von:
setLastName
in SchnittstelleExtendedUser
- Parameter:
lastName
- The new last name of the User
-
getEmail
Returns the email address of the user- Angegeben von:
getEmail
in SchnittstelleExtendedUser
- Gibt zurück:
- The email address of the user
-
setEmail
Sets the new email address of the user- Angegeben von:
setEmail
in SchnittstelleExtendedUser
- Parameter:
email
- The new email address of the user
-
getObjectdata
public byte[] getObjectdata()Returns the value of the objectdata for this user. Objectdata is a storage area used to store the permanent storage table from the User object.- Angegeben von:
getObjectdata
in SchnittstelleExtendedUser
- Gibt zurück:
- The bytes in the objectdata for this user
-
setObjectdata
public void setObjectdata(byte[] objectdata) Sets the value of the objectdata for the user- Angegeben von:
setObjectdata
in SchnittstelleExtendedUser
- Parameter:
objectdata
- The new permanent storage for the user
-
hashCode
public int hashCode()Calculate a hash code for this object- Setzt außer Kraft:
hashCode
in KlasseSecurityEntityImpl
- Siehe auch:
-