static JwtProvider.JwtOutboundTarget.Builder |
JwtProvider.JwtOutboundTarget.builder() |
Get a fluent API builder to configure a new instance.
|
JwtProvider.JwtOutboundTarget.Builder |
JwtProvider.JwtOutboundTarget.Builder.config(Config config) |
Update builder from configuration.
|
JwtProvider.JwtOutboundTarget.Builder |
JwtProvider.JwtOutboundTarget.Builder.jwkKid(String jwkKid) |
JWK key id to locate JWK to sign our request.
|
JwtProvider.JwtOutboundTarget.Builder |
JwtProvider.JwtOutboundTarget.Builder.jwtAudience(String jwtAudience) |
JWT Audience.
|
JwtProvider.JwtOutboundTarget.Builder |
JwtProvider.JwtOutboundTarget.Builder.jwtKid(String jwtKid) |
JWT key id of the outbound token, used by target service to map
to configuration to validate our signature.
|
JwtProvider.JwtOutboundTarget.Builder |
JwtProvider.JwtOutboundTarget.Builder.notBeforeSeconds(int notBeforeSeconds) |
Allowed validity before issue time.
|
JwtProvider.JwtOutboundTarget.Builder |
JwtProvider.JwtOutboundTarget.Builder.tokenHandler(TokenHandler outboundHandler) |
Outbound token hanlder to insert the token into outbound request headers.
|
JwtProvider.JwtOutboundTarget.Builder |
JwtProvider.JwtOutboundTarget.Builder.validitySeconds(long validitySeconds) |
Validity of the token.
|