| Package | Description |
|---|---|
| io.helidon.security.providers |
Common classes for provider implementation.
|
| Modifier and Type | Method | Description |
|---|---|---|
OutboundTarget |
OutboundTarget.Builder.build() |
Build a
OutboundTarget instance from this builder. |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Optional<OutboundTarget> |
OutboundConfig.findTarget(SecurityEnvironment env) |
Find target for current security request.
|
java.util.List<OutboundTarget> |
OutboundConfig.getTargets() |
| Modifier and Type | Method | Description |
|---|---|---|
OutboundConfig.Builder |
OutboundConfig.Builder.addTarget(OutboundTarget config) |
Add a new target 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.