Class JwtProvider.JwtOutboundTarget

java.lang.Object
io.helidon.security.providers.jwt.JwtProvider.JwtOutboundTarget
Enclosing class:
JwtProvider

public static class JwtProvider.JwtOutboundTarget extends Object
A custom object to configure specific handling of outbound calls.
  • Field Details

    • DEFAULT_VALIDITY_SECONDS

      public static final long DEFAULT_VALIDITY_SECONDS
      Default token validity for an outbound target. Value is 1 day (86400L seconds)
      See Also:
    • DEFAULT_NOT_BEFORE_SECONDS

      public static final int DEFAULT_NOT_BEFORE_SECONDS
      Default token validity before issue time. This is used to allow for a time difference on machines - the default value of 5 seconds means that the token is valid up to 5 seconds before it was issued.
      See Also:
  • Method Details