Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.elytron |
Modifier and Type | Method and Description |
---|---|
ServerSslSniContext |
Elytron.ElytronResources.serverSslSniContext(String key) |
Modifier and Type | Method and Description |
---|---|
List<ServerSslSniContext> |
Elytron.ElytronResources.serverSslSniContexts()
Get the list of ServerSslSniContext resources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.serverSslSniContext(ServerSslSniContext value)
Add the ServerSslSniContext object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.serverSslSniContexts(List<ServerSslSniContext> value)
Add all ServerSslSniContext objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
ServerSslSniContext<T extends ServerSslSniContext<T>>
A server side SNI Aware SSLContext that selects between an underlying context
based on the provided SNI name
|
interface |
ServerSslSniContextConsumer<T extends ServerSslSniContext<T>> |
interface |
ServerSslSniContextSupplier<T extends ServerSslSniContext> |
Modifier and Type | Method and Description |
---|---|
ServerSslSniContext |
ServerSslSniContextSupplier.get()
Constructed instance of ServerSslSniContext resource
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.