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