| Package | Description |
|---|---|
| io.helidon.security.providers |
Common classes for provider implementation.
|
| Modifier and Type | Method | Description |
|---|---|---|
OutboundTarget.Builder |
OutboundTarget.Builder.addHost(java.lang.String host) |
Add supported host for this target.
|
OutboundTarget.Builder |
OutboundTarget.Builder.addPath(java.lang.String path) |
Add supported paths for this target.
|
OutboundTarget.Builder |
OutboundTarget.Builder.addTransport(java.lang.String transport) |
Add supported transports for this target.
|
static OutboundTarget.Builder |
OutboundTarget.builder(java.lang.String name) |
Builder for a single target.
|
OutboundTarget.Builder |
OutboundTarget.Builder.config(Config config) |
Set config for this target.
|
<U,V extends U> |
OutboundTarget.Builder.customObject(java.lang.Class<U> objectClass,
V anObject) |
Set or replace a custom object.
|
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.