com.opensymphony.user.provider.castor.entity
Class CastorUser
java.lang.Object
com.opensymphony.user.provider.castor.entity.BaseCastorEntity
com.opensymphony.user.provider.castor.entity.CastorUser
- All Implemented Interfaces:
- CastorEntity
- public class CastorUser
- extends BaseCastorEntity
This class is mapped to the database in the castor mapping.xml file
- Author:
- Dan Bachelder
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CastorUser
public CastorUser()
setEmail
public void setEmail(java.lang.String email)
getEmail
public java.lang.String getEmail()
setFullName
public void setFullName(java.lang.String name)
getFullName
public java.lang.String getFullName()
setGroups
public void setGroups(java.util.ArrayList groups)
getGroups
public java.util.ArrayList getGroups()
setPassword
public void setPassword(java.lang.String password)
setPasswordHash
public void setPasswordHash(java.lang.String passwordHash)
getPasswordHash
public java.lang.String getPasswordHash()
authenticate
public boolean authenticate(java.lang.String password)
- Verify that supplied password matches that of user.