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 passwordinthashCode()Calculate a hash code for this objectvoidSets the new email address of the uservoidsetFirstName(String firstName) Sets the first name of the UservoidsetLastName(String lastName) Sets the last name of UservoidsetObjectdata(byte[] objectdata) Sets the value of the objectdata for the uservoidsetPassword(String password) Set the passwordVon Klasse geerbte Methoden org.apache.fulcrum.security.model.turbine.entity.impl.AbstractTurbineSecurityEntityImpl
addUserGroupRole, getUserGroupRoleSet, removeUserGroupRole, setUserGroupRoleSetVon Klasse geerbte Methoden org.apache.fulcrum.security.entity.impl.SecurityEntityImpl
equals, getId, getName, setId, setName, toStringVon Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitVon Schnittstelle geerbte Methoden org.apache.fulcrum.security.entity.SecurityEntity
getId, getName, setId, setNameVon 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:
getPasswordin SchnittstelleUser- Gibt zurück:
- the password
-
setPassword
Set the password- Angegeben von:
setPasswordin SchnittstelleUser- Parameter:
password- the new password
-
getFirstName
Returns the first name of the User- Angegeben von:
getFirstNamein SchnittstelleExtendedUser- Gibt zurück:
- The first name of the User
-
setFirstName
Sets the first name of the User- Angegeben von:
setFirstNamein SchnittstelleExtendedUser- Parameter:
firstName- The new first name of the User
-
getLastName
Returns the last name of the User- Angegeben von:
getLastNamein SchnittstelleExtendedUser- Gibt zurück:
- The last name of the User
-
setLastName
Sets the last name of User- Angegeben von:
setLastNamein SchnittstelleExtendedUser- Parameter:
lastName- The new last name of the User
-
getEmail
Returns the email address of the user- Angegeben von:
getEmailin SchnittstelleExtendedUser- Gibt zurück:
- The email address of the user
-
setEmail
Sets the new email address of the user- Angegeben von:
setEmailin 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:
getObjectdatain 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:
setObjectdatain 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:
hashCodein KlasseSecurityEntityImpl- Siehe auch:
-