net.sf.f8api.xml
Class AuthGetSessionHandler.SessionImpl
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AuthGetSessionHandler.SessionImpl
protected AuthGetSessionHandler.SessionImpl()
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.