public class OAuth2SessionInfo extends Object implements SessionInfo
Modifier and Type | Field and Description |
---|---|
protected Long |
expireTime
Time when the session is set to expire.
|
protected TimeService |
timeService
TimeService used when comparing expire times.
|
Modifier | Constructor and Description |
---|---|
protected |
OAuth2SessionInfo(TimeService timeService,
DataStore dataStore)
Constructs a OAuth2SessionInfo object.
|
Modifier and Type | Method and Description |
---|---|
Long |
getExpireTime()
Returns the expireTime of current auth token stored in the
DataStore implementation. |
boolean |
isActive()
Returns the status of the auth server session.
|
protected final TimeService timeService
protected final Long expireTime
protected OAuth2SessionInfo(TimeService timeService, DataStore dataStore) throws OAuthException
timeService
- time service.dataStore
- data store implementation used to retrieve session information from.OAuthException
- when there is an issue retrieving data from the data store.public boolean isActive()
SessionInfo
isActive
in interface SessionInfo
public Long getExpireTime()
SessionInfo
DataStore
implementation.getExpireTime
in interface SessionInfo
Copyright © 2010-2018, ForgeRock All Rights Reserved.