| Package | Description |
|---|---|
| io.helidon.security.providers.common |
Common classes for provider implementation.
|
| Modifier and Type | Method and Description |
|---|---|
OutboundTarget.Builder |
OutboundTarget.Builder.addHost(String host)
Add supported host for this target.
|
OutboundTarget.Builder |
OutboundTarget.Builder.addPath(String path)
Add supported paths for this target.
|
OutboundTarget.Builder |
OutboundTarget.Builder.addTransport(String transport)
Add supported transports for this target.
|
static OutboundTarget.Builder |
OutboundTarget.builder(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(Class<U> objectClass,
V anObject)
Set or replace a custom object.
|
Copyright © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.