net.sf.f8api
Interface Session

All Known Implementing Classes:
AuthGetSessionHandler.SessionImpl

public interface Session


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()
           
 

Method Detail

getKey

java.lang.String getKey()

getSecret

java.lang.String getSecret()

isDesktop

boolean isDesktop()

getUserId

long getUserId()

getExpires

java.util.Date getExpires()

getApiKey

java.lang.String getApiKey()

isInfinite

boolean isInfinite()

isExpired

boolean isExpired()


Copyright © 2007 Jason Thrasher. All Rights Reserved.