Class ValidateTokenClaims

    • Field Detail

      • log

        @Nonnull
        private final org.slf4j.Logger log
        Class logger.
      • claimsSet

        @Nullable
        private com.nimbusds.jwt.JWTClaimsSet claimsSet
        The parsed claimset.
      • cleanupHook

        @Nullable
        private Consumer<ProfileRequestContext> cleanupHook
        A cleanup hook to execute after either a successful or unsuccessful claims validation.
    • Constructor Detail

      • ValidateTokenClaims

        public ValidateTokenClaims()