| Package | Description |
|---|---|
| io.helidon.security.providers.common |
Common classes for provider implementation.
|
| Modifier and Type | Method and Description |
|---|---|
OutboundTarget |
OutboundTarget.Builder.build()
Build a
OutboundTarget instance from this builder. |
| Modifier and Type | Method and Description |
|---|---|
Optional<OutboundTarget> |
OutboundConfig.findTarget(SecurityEnvironment env)
Find target for current security request.
|
List<OutboundTarget> |
OutboundConfig.targets()
Outbound targets configured for outbound handling.
|
| Modifier and Type | Method and Description |
|---|---|
OutboundConfig.Builder |
OutboundConfig.Builder.addTarget(OutboundTarget config)
Add a new target configuration.
|
static OutboundConfig |
OutboundConfig.create(Config providerConfig,
OutboundTarget... defaults)
Parse targets from provider configuration with possible default targets.
|
Copyright © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.