Uses of Class
io.helidon.security.providers.jwt.JwtProvider.JwtOutboundTarget.Builder
-
Uses of JwtProvider.JwtOutboundTarget.Builder in io.helidon.security.providers.jwt
Methods in io.helidon.security.providers.jwt that return JwtProvider.JwtOutboundTarget.BuilderModifier and TypeMethodDescriptionJwtProvider.JwtOutboundTarget.builder()Get a fluent API builder to configure a new instance.JwtProvider.JwtOutboundTarget.Builder.config(io.helidon.config.Config config) Update builder from configuration.JWK key id to locate JWK to sign our request.JwtProvider.JwtOutboundTarget.Builder.jwtAudience(String jwtAudience) JWT Audience.JWT key id of the outbound token, used by target service to map to configuration to validate our signature.JwtProvider.JwtOutboundTarget.Builder.notBeforeSeconds(int notBeforeSeconds) Allowed validity before issue time.JwtProvider.JwtOutboundTarget.Builder.tokenHandler(TokenHandler outboundHandler) Outbound token hanlder to insert the token into outbound request headers.JwtProvider.JwtOutboundTarget.Builder.validitySeconds(long validitySeconds) Validity of the token.