| Package | Description |
|---|---|
| io.helidon.microprofile.jwt.auth |
Implementation of Microprofile JWT Auth specification.
|
| io.helidon.security.providers.common |
Common classes for provider implementation.
|
| io.helidon.security.providers.httpsign |
Provider supporting validation of incoming signatures and signing of outbound requests.
|
| 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 |
|---|---|
JwtAuthProvider.Builder |
JwtAuthProvider.Builder.outboundConfig(OutboundConfig config)
Configuration of outbound rules.
|
| Modifier and Type | Method and Description |
|---|---|
OutboundConfig |
OutboundConfig.Builder.build()
Build targets from this builder.
|
static OutboundConfig |
OutboundConfig.create(Config providerConfig)
Parse targets from provider configuration.
|
static OutboundConfig |
OutboundConfig.create(Config providerConfig,
OutboundTarget... defaults)
Parse targets from provider configuration with possible default targets.
|
| Modifier and Type | Method and Description |
|---|---|
HttpSignProvider.Builder |
HttpSignProvider.Builder.outbound(OutboundConfig targets)
Add outbound targets to this builder.
|
| Modifier and Type | Method and Description |
|---|---|
JwtProvider.Builder |
JwtProvider.Builder.outboundConfig(OutboundConfig config)
Configuration of outbound rules.
|
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.