Interface OAuth2IntrospectionClaimNames
-
- All Superinterfaces:
org.springframework.security.oauth2.core.OAuth2TokenIntrospectionClaimNames
@Deprecated public interface OAuth2IntrospectionClaimNames extends org.springframework.security.oauth2.core.OAuth2TokenIntrospectionClaimNamesDeprecated.UseOAuth2TokenIntrospectionClaimNamesinsteadThe names of the "Introspection Claims" defined by an Introspection Response.- Since:
- 5.2
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringAUDIENCEDeprecated.useOAuth2TokenIntrospectionClaimNames.AUDinsteadstatic java.lang.StringEXPIRES_ATDeprecated.useOAuth2TokenIntrospectionClaimNames.EXPinsteadstatic java.lang.StringISSUED_ATDeprecated.useOAuth2TokenIntrospectionClaimNames.IATinsteadstatic java.lang.StringISSUERDeprecated.useOAuth2TokenIntrospectionClaimNames.ISSinsteadstatic java.lang.StringNOT_BEFOREDeprecated.useOAuth2TokenIntrospectionClaimNames.NBFinsteadstatic java.lang.StringSUBJECTDeprecated.useOAuth2TokenIntrospectionClaimNames.SUBinstead
-
-
-
Field Detail
-
EXPIRES_AT
static final java.lang.String EXPIRES_AT
Deprecated.useOAuth2TokenIntrospectionClaimNames.EXPinsteadexp- A timestamp indicating when the token expires- See Also:
- Constant Field Values
-
ISSUED_AT
static final java.lang.String ISSUED_AT
Deprecated.useOAuth2TokenIntrospectionClaimNames.IATinsteadiat- A timestamp indicating when the token was issued- See Also:
- Constant Field Values
-
NOT_BEFORE
static final java.lang.String NOT_BEFORE
Deprecated.useOAuth2TokenIntrospectionClaimNames.NBFinsteadnbf- A timestamp indicating when the token is not to be used before- See Also:
- Constant Field Values
-
SUBJECT
static final java.lang.String SUBJECT
Deprecated.useOAuth2TokenIntrospectionClaimNames.SUBinsteadsub- Usually a machine-readable identifier of the resource owner who authorized the token- See Also:
- Constant Field Values
-
AUDIENCE
static final java.lang.String AUDIENCE
Deprecated.useOAuth2TokenIntrospectionClaimNames.AUDinsteadaud- The intended audience for the token- See Also:
- Constant Field Values
-
ISSUER
static final java.lang.String ISSUER
Deprecated.useOAuth2TokenIntrospectionClaimNames.ISSinsteadiss- The issuer of the token- See Also:
- Constant Field Values
-
-