public class PropagationHelper
extends java.lang.Object
Constructor and Description |
---|
PropagationHelper() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getAccessToken() |
static long |
getAccessTokenExpirationTime()
Get the approximate expiration time of the access_token
It adds the expires_in(seconds) to the time the process gets the access_token.
|
static java.lang.String |
getAccessTokenType()
Get the type of access token which the runAsSubject authenticated
|
static com.ibm.websphere.security.openidconnect.token.IdToken |
getIdToken() |
static java.lang.String |
getScopes() |
public static java.lang.String getAccessTokenType()
public static long getAccessTokenExpirationTime()
public static java.lang.String getAccessToken()
public static java.lang.String getScopes()
public static com.ibm.websphere.security.openidconnect.token.IdToken getIdToken()