net.sf.f8api.xml
Class AuthGetSessionHandler.SessionImpl

java.lang.Object
  extended by net.sf.f8api.xml.AuthGetSessionHandler.SessionImpl
All Implemented Interfaces:
java.io.Serializable, Session
Enclosing class:
AuthGetSessionHandler

protected class AuthGetSessionHandler.SessionImpl
extends java.lang.Object
implements Session, java.io.Serializable

A session implementation that knows how to print itself.

See Also:
Serialized Form

Constructor Summary
protected AuthGetSessionHandler.SessionImpl()
           
 
Method Summary
 java.lang.String getApiKey()
           
 java.util.Date getExpires()
           
 java.lang.String getKey()
           
 java.lang.String getSecret()
           
 long getUserId()
           
 boolean isDesktop()
           
 boolean isExpired()
           
 boolean isInfinite()
           
 void setApiKey(java.lang.String apiKey)
           
 void setDesktop(boolean desktop)
           
 void setExpires(java.util.Date expires)
           
 void setKey(java.lang.String key)
           
 void setSecret(java.lang.String secret)
           
 void setUserId(long userId)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthGetSessionHandler.SessionImpl

protected AuthGetSessionHandler.SessionImpl()
Method Detail

getApiKey

public java.lang.String getApiKey()
Specified by:
getApiKey in interface Session

setApiKey

public void setApiKey(java.lang.String apiKey)

getSecret

public java.lang.String getSecret()
Specified by:
getSecret in interface Session

setSecret

public void setSecret(java.lang.String secret)

isDesktop

public boolean isDesktop()
Specified by:
isDesktop in interface Session

setDesktop

public void setDesktop(boolean desktop)

getKey

public java.lang.String getKey()
Specified by:
getKey in interface Session

setKey

public void setKey(java.lang.String key)

getUserId

public long getUserId()
Specified by:
getUserId in interface Session

setUserId

public void setUserId(long userId)

getExpires

public java.util.Date getExpires()
Specified by:
getExpires in interface Session

setExpires

public void setExpires(java.util.Date expires)

isInfinite

public boolean isInfinite()
Specified by:
isInfinite in interface Session

isExpired

public boolean isExpired()
Specified by:
isExpired in interface Session

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2007 Jason Thrasher. All Rights Reserved.