public static final class SessionTokenClaimKeys.ImpersonationClaims extends Object
OAuth2SessionToken
, some of these claims are also used in
access tokens.ImpersonationTokenEnhancer
Modifier and Type | Field and Description |
---|---|
static String |
CSR_ANONYMOUS
The claim indicating that the CSR is impersonating an anonymous user.
|
static String |
CSR_ANONYMOUS_SUB_VALUE
The value of the
SessionTokenClaimKeys.SUBJECT when anonymously impersonated as a
CSR. |
static String |
CSR_CLIENT_ID
The claim storing the CSR's client ID.
|
static String |
CSR_INHERITED_AUTHORITIES
The claim storing the authorities inherited from the CSR.
|
static String |
CSR_SUBJECT
The claim storing the CSR's subject.
|
static String |
CSR_USER_ID
The claim storing the CSR's user ID.
|
public static final String CSR_CLIENT_ID
public static final String CSR_SUBJECT
public static final String CSR_USER_ID
public static final String CSR_ANONYMOUS
public static final String CSR_ANONYMOUS_SUB_VALUE
SessionTokenClaimKeys.SUBJECT
when anonymously impersonated as a
CSR.public static final String CSR_INHERITED_AUTHORITIES
Copyright © 2021. All rights reserved.