Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.elytron |
Modifier and Type | Method and Description |
---|---|
TrustManager |
Elytron.ElytronResources.trustManager(String key) |
Modifier and Type | Method and Description |
---|---|
List<TrustManager> |
Elytron.ElytronResources.trustManagers()
Get the list of TrustManager resources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.trustManager(TrustManager value)
Add the TrustManager object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.trustManagers(List<TrustManager> value)
Add all TrustManager objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
TrustManager<T extends TrustManager<T>>
A trust manager definition for creating the TrustManager[] as used to create
an SSLContext.
|
interface |
TrustManagerConsumer<T extends TrustManager<T>> |
interface |
TrustManagerSupplier<T extends TrustManager> |
Modifier and Type | Method and Description |
---|---|
TrustManager |
TrustManagerSupplier.get()
Constructed instance of TrustManager resource
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.