Class NotBeforeClaimsValidator

    • Field Detail

      • clockSkew

        @Nonnull
        private Duration clockSkew
        Positive clock skew adjustment to consider when checking JWT not before and expiration (Default value: 60 seconds).
    • Constructor Detail

      • NotBeforeClaimsValidator

        public NotBeforeClaimsValidator()
        Constructor.
    • Method Detail

      • setClockSkew

        public void setClockSkew​(@Nonnull
                                 Duration skew)
        Set the clock skew.
        Parameters:
        skew - clock skew to set