This project has retired. For details please refer to its
Attic page.
UserInfo (Cocoon Authentication Block Implementation 1.0.0 API)
org.apache.cocoon.auth.impl
Class UserInfo
java.lang.Object
org.apache.cocoon.auth.impl.UserInfo
- public class UserInfo
- extends Object
A simple bean holding user information like
- the user name
- the user password
- the retry count
- an expires date
- Version:
- $Id: UserInfo.html 1304280 2012-03-23 11:18:01Z ilgrosso $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected int id
user
protected String user
password
protected String password
retryCount
protected int retryCount
expires
protected Date expires
UserInfo
public UserInfo()
getExpires
public Date getExpires()
setExpires
public void setExpires(Date expires)
getPassword
public String getPassword()
setPassword
public void setPassword(String password)
getRetryCount
public int getRetryCount()
setRetryCount
public void setRetryCount(int retryCount)
getUser
public String getUser()
setUser
public void setUser(String user)
getId
public int getId()
setId
public void setId(int id)
Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.