public class OpenIDConnectSessionInfo extends OAuth2SessionInfo
expireTime, timeService
Constructor and Description |
---|
OpenIDConnectSessionInfo(TimeService timeService,
DataStore dataStore,
JwtClaimsSet jwtClaimsSet)
Constructs a OpenIDConnectSessionInfo object.
|
Modifier and Type | Method and Description |
---|---|
JwtClaimsSet |
getClaimSet()
Returns the claims set associated with a user session.
|
String |
getIdToken()
Returns the id_token associated with a user session.
|
boolean |
isActive()
Returns the status of the auth server session.
|
getExpireTime
public OpenIDConnectSessionInfo(TimeService timeService, DataStore dataStore, JwtClaimsSet jwtClaimsSet) throws OAuthException
timeService
- time service.dataStore
- data store implementation used to retrieve session information from.jwtClaimsSet
- claim set from the jwt id token.OAuthException
- when there is an issue retrieving user information.public boolean isActive()
SessionInfo
isActive
in interface SessionInfo
isActive
in class OAuth2SessionInfo
public JwtClaimsSet getClaimSet()
public String getIdToken()
Copyright © 2010-2018, ForgeRock All Rights Reserved.