info.aduna.gee.publication.servlets.db
Class TransientUserInfo
java.lang.Object
info.aduna.gee.publication.servlets.db.UserInfo
info.aduna.gee.publication.servlets.db.TransientUserInfo
public class TransientUserInfo
- extends UserInfo
Class TransientUserInfo
|
Field Summary |
long |
lastAccess
The time of last access (in milliseconds). |
long |
ttl
The allowed time in seconds to pass since the last access. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ttl
public long ttl
- The allowed time in seconds to pass since the last access.
lastAccess
public long lastAccess
- The time of last access (in milliseconds).
TransientUserInfo
public TransientUserInfo(String name,
String cover,
String ppath,
String password,
String email,
int aselev,
String inheritcfg,
long ttl)
Copyright © 1997-2008 Aduna. All Rights Reserved.