| Package | Description |
|---|---|
| io.helidon.security.provider.httpsign |
Provider supporting validation of incoming signatures and signing of outbound requests.
|
| io.helidon.security.provider.jwt |
Provider that can process incoming JWTs and assert users based on them and can propagate JWTs (or create
new ones) for outbound calls.
|
| io.helidon.security.providers |
Common classes for provider implementation.
|
| Modifier and Type | Method | Description |
|---|---|---|
HttpSignProvider.Builder |
HttpSignProvider.Builder.outbound(OutboundConfig targets) |
Add outbound targets to this builder.
|
| Modifier and Type | Method | Description |
|---|---|---|
JwtProvider.Builder |
JwtProvider.Builder.outboundConfig(OutboundConfig config) |
Configuration of outbound rules.
|
| Modifier and Type | Method | Description |
|---|---|---|
OutboundConfig |
OutboundConfig.Builder.build() |
Build targets from this builder.
|
static OutboundConfig |
OutboundConfig.parseTargets(Config providerConfig) |
Parse targets from provider configuration.
|
static OutboundConfig |
OutboundConfig.parseTargets(Config providerConfig,
OutboundTarget... defaults) |
Parse targets from provider configuration with possible default targets.
|
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.