| Modifier and Type | Field and Description |
|---|---|
static String |
ACR
Authentication Context Class Reference.
|
static String |
AMR
Authentication Methods References.
|
static String |
AUD
Audience(s) that the ID Token is intended for.
|
static String |
AUTH_TIME
Time when the End-User authentication occurred.
|
static String |
AZP
Authorized party - the party to which the ID Token was issued.
|
static String |
EXP
Expiration time on or after which the ID Token MUST NOT be
accepted for processing.
|
static String |
IAT
Time at which the ID Token was issued.
|
static String |
ISS
Issuer Identifier for the Issuer of the response.
|
static String |
NONCE
String value used to associate a Client session with an ID Token,
and to mitigate replay attacks.
|
static String |
SUB
Subject Identifier.
|
| Modifier and Type | Method and Description |
|---|---|
static SortedSet<String> |
getIdTokenClaims()
Get the claim list described in
"OpenID Connect Core 1.0, 2. ID Token".
|
static boolean |
isIdTokenClaim(String claimName)
Check if the given claim name is in the list described in
"OpenID Connect Core 1.0, 2. ID Token".
|
public static final String ISS
public static final String SUB
public static final String AUD
public static final String EXP
public static final String IAT
public static final String AUTH_TIME
public static final String NONCE
public static final String ACR
public static final String AMR
public static final String AZP
public static boolean isIdTokenClaim(String claimName)
public static SortedSet<String> getIdTokenClaims()
Copyright © 2019. All rights reserved.