Class BadJWTExceptions
java.lang.Object
com.nimbusds.openid.connect.sdk.validators.BadJWTExceptions
Common bad JWT exceptions.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.nimbusds.jwt.proc.BadJWTExceptionExpired ID token exception.static final com.nimbusds.jwt.proc.BadJWTExceptionID token issue time ahead of current time exception.static final com.nimbusds.jwt.proc.BadJWTExceptionMissingaudclaim exception.static final com.nimbusds.jwt.proc.BadJWTExceptionMissingexpclaim exception.static final com.nimbusds.jwt.proc.BadJWTExceptionMissingiatclaim exception.static final com.nimbusds.jwt.proc.BadJWTExceptionMissingissclaim exception.static final com.nimbusds.jwt.proc.BadJWTExceptionMissingnonceclaim exception.static final com.nimbusds.jwt.proc.BadJWTExceptionMissingsubclaim exception. -
Method Summary
-
Field Details
-
MISSING_EXP_CLAIM_EXCEPTION
Missingexpclaim exception. -
MISSING_IAT_CLAIM_EXCEPTION
Missingiatclaim exception. -
MISSING_ISS_CLAIM_EXCEPTION
Missingissclaim exception. -
MISSING_SUB_CLAIM_EXCEPTION
Missingsubclaim exception. -
MISSING_AUD_CLAIM_EXCEPTION
Missingaudclaim exception. -
MISSING_NONCE_CLAIM_EXCEPTION
Missingnonceclaim exception. -
EXPIRED_EXCEPTION
Expired ID token exception. -
IAT_CLAIM_AHEAD_EXCEPTION
ID token issue time ahead of current time exception.
-