Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.elytron |
Modifier and Type | Method and Description |
---|---|
ClientSslContext |
Elytron.ElytronResources.clientSslContext(String key) |
Modifier and Type | Method and Description |
---|---|
List<ClientSslContext> |
Elytron.ElytronResources.clientSslContexts()
Get the list of ClientSslContext resources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.clientSslContext(ClientSslContext value)
Add the ClientSslContext object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.clientSslContexts(List<ClientSslContext> value)
Add all ClientSslContext objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
ClientSslContext<T extends ClientSslContext<T>>
An SSLContext for use on the client side of a connection.
|
interface |
ClientSslContextConsumer<T extends ClientSslContext<T>> |
interface |
ClientSslContextSupplier<T extends ClientSslContext> |
Modifier and Type | Method and Description |
---|---|
ClientSslContext |
ClientSslContextSupplier.get()
Constructed instance of ClientSslContext resource
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.