Class DefaultJwtClaimsVerifier
-
- All Implemented Interfaces:
-
com.nimbusds.jwt.proc.ClockSkewAware,com.nimbusds.jwt.proc.JWTClaimsSetVerifier
public final class DefaultJwtClaimsVerifier<C extends SecurityContext> extends DefaultJWTClaimsVerifier<C>
Extends com.nimbusds.jwt.proc.DefaultJWTClaimsVerifier with a time check for the issued at ("iat") claim. The claim is only checked if it exists in the given claim set.
-
-
Field Summary
Fields Modifier and Type Field Description private IntegermaxClockSkewprivate final Set<String>acceptedAudienceValuesprivate final JWTClaimsSetexactMatchClaimsprivate final Set<String>requiredClaimsprivate final Set<String>prohibitedClaims
-
Method Summary
-
Methods inherited from class com.nimbusds.jwt.proc.DefaultJWTClaimsVerifier
getAcceptedAudienceValues, getExactMatchClaims, getMaxClockSkew, getProhibitedClaims, getRequiredClaims, setMaxClockSkew -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-