Uses of Class
io.helidon.security.providers.jwt.JwtProvider.JwtOutboundTarget.Builder
Package
Description
Provider that can process incoming JWTs and assert users based on them and can propagate JWTs (or create
new ones) for outbound calls.
-
Uses of JwtProvider.JwtOutboundTarget.Builder in io.helidon.security.providers.jwt
Modifier and TypeMethodDescriptionJwtProvider.JwtOutboundTarget.builder()
Get a fluent API builder to configure a new instance.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.