public final class SessionTokenClaimKeys extends Object
TokenEnhancers
.OAuth2SessionToken
,
AccessTokenClaimKeys
Modifier and Type | Class and Description |
---|---|
static class |
SessionTokenClaimKeys.ImpersonationClaims
Though these are used in
OAuth2SessionToken , some of these claims are also used in
access tokens. |
Modifier and Type | Field and Description |
---|---|
static String |
CLIENT_ID
The claim storing a String client ID for the current session.
|
static String |
EXPIRATION_TIME
The claim storing a Date object for the current expiration of the token.
|
static String |
MAX_EXPIRATION_TIME
The claim storing a Date object for the 'max' expiration of the token
|
static String |
SUBJECT
The claim storing a String user subject for the current session.
|
static String |
USER_ID
The claim storing a user's ID for the current session.
|
public static final String USER_ID
public static final String SUBJECT
public static final String CLIENT_ID
public static final String EXPIRATION_TIME
public static final String MAX_EXPIRATION_TIME
Copyright © 2021. All rights reserved.