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.BadJWTException
Expired ID token exception.static final com.nimbusds.jwt.proc.BadJWTException
ID token issue time ahead of current time exception.static final com.nimbusds.jwt.proc.BadJWTException
Missingaud
claim exception.static final com.nimbusds.jwt.proc.BadJWTException
Missingexp
claim exception.static final com.nimbusds.jwt.proc.BadJWTException
Missingiat
claim exception.static final com.nimbusds.jwt.proc.BadJWTException
Missingiss
claim exception.static final com.nimbusds.jwt.proc.BadJWTException
Missingnonce
claim exception.static final com.nimbusds.jwt.proc.BadJWTException
Missingsub
claim exception. -
Method Summary
-
Field Details
-
MISSING_EXP_CLAIM_EXCEPTION
Missingexp
claim exception. -
MISSING_IAT_CLAIM_EXCEPTION
Missingiat
claim exception. -
MISSING_ISS_CLAIM_EXCEPTION
Missingiss
claim exception. -
MISSING_SUB_CLAIM_EXCEPTION
Missingsub
claim exception. -
MISSING_AUD_CLAIM_EXCEPTION
Missingaud
claim exception. -
MISSING_NONCE_CLAIM_EXCEPTION
Missingnonce
claim exception. -
EXPIRED_EXCEPTION
Expired ID token exception. -
IAT_CLAIM_AHEAD_EXCEPTION
ID token issue time ahead of current time exception.
-