Package org.forgerock.oauth
Interface SessionInfo
-
- All Known Implementing Classes:
OAuth2SessionInfo
,OpenIDConnectSessionInfo
public interface SessionInfo
SessionInfo 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 Long
getExpireTime()
Returns the expireTime of current auth token stored in theDataStore
implementation.boolean
isActive()
Returns the status of the auth server session.
-