| Package | Description |
|---|---|
| io.helidon.security.providers.jwt |
Provider that can process incoming JWTs and assert users based on them and can propagate JWTs (or create
new ones) for outbound calls.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.