net.sourceforge.apphere.util
Class TokenInfo
java.lang.Object
   net.sourceforge.apphere.util.TokenInfo
net.sourceforge.apphere.util.TokenInfo
- public class TokenInfo- extends java.lang.Object
- Author:
- Dewi Roberts
 To change this generated comment edit the template variable "typecomment":
 Window>Preferences>Java>Templates.
 To enable and disable the creation of type comments go to
 Window>Preferences>Java>Code Generation.
| Constructor Summary | 
| TokenInfo(int userID,
          java.util.Date expires,
          java.net.InetAddress clientLocation)
 | 
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
TokenInfo
public TokenInfo(int userID,
                 java.util.Date expires,
                 java.net.InetAddress clientLocation)
toString
public java.lang.String toString()
- 
 
getClientLocation
public java.net.InetAddress getClientLocation()
- Returns the clientLocation.
 
- 
- Returns:
- InetAddress
 
getExpires
public java.util.Date getExpires()
- Returns the expires.
 
- 
- Returns:
- Date
 
getUserID
public int getUserID()
- Returns the userID.
 
- 
- Returns:
- int