net.sourceforge.apphere.util
Class TokenInfo

java.lang.Object
  extended bynet.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)
           
 
Method Summary
 java.net.InetAddress getClientLocation()
          Returns the clientLocation.
 java.util.Date getExpires()
          Returns the expires.
 int getUserID()
          Returns the userID.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TokenInfo

public TokenInfo(int userID,
                 java.util.Date expires,
                 java.net.InetAddress clientLocation)
Method Detail

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