org.activemath.webapp.base
Class AuthToken
java.lang.Object
org.activemath.webapp.base.AuthToken
- All Implemented Interfaces:
- Comparable<AuthToken>
public class AuthToken
- extends Object
- implements Comparable<AuthToken>
Authentication Token
compareTo
public int compareTo(AuthToken t2)
- order by creation time, then id
- Specified by:
compareTo in interface Comparable<AuthToken>
toString
public String toString()
- Overrides:
toString in class Object
getExpiryTime
public long getExpiryTime()
setExpiryTime
public void setExpiryTime(long expiryTime)
getAppSession
public AppSession getAppSession()
setAppSession
public void setAppSession(AppSession appSession)
getId
public String getId()
getCreationTime
public long getCreationTime()