Package org.forgerock.oauth
Interface SessionInfo
- 
- All Known Implementing Classes:
 OAuth2SessionInfo,OpenIDConnectSessionInfo
public interface SessionInfoSessionInfo object represents information about an Oauth session. Each class that creates one of these objects must implement theisActive()method according to how the client determines necessary. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LonggetExpireTime()Returns the expireTime of current auth token stored in theDataStoreimplementation.booleanisActive()Returns the status of the auth server session. 
 -