| Package | Description | 
|---|---|
| org.wildfly.swarm.config | |
| org.wildfly.swarm.config.security | 
| Modifier and Type | Method and Description | 
|---|---|
ElytronTrustManager | 
Security.SecurityResources.elytronTrustManager(String key)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<ElytronTrustManager> | 
Security.SecurityResources.elytronTrustManagers()
Get the list of ElytronTrustManager resources 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
Security.elytronTrustManager(ElytronTrustManager value)
Add the ElytronTrustManager object to the list of subresources 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
Security.elytronTrustManagers(List<ElytronTrustManager> value)
Add all ElytronTrustManager objects to this subresource 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ElytronTrustManager<T extends ElytronTrustManager<T>>
The configuration of an Elytron-compatible trust manager that is exported
 from a legacy JSSE domain. 
 | 
interface  | 
ElytronTrustManagerConsumer<T extends ElytronTrustManager<T>>  | 
interface  | 
ElytronTrustManagerSupplier<T extends ElytronTrustManager>  | 
| Modifier and Type | Method and Description | 
|---|---|
ElytronTrustManager | 
ElytronTrustManagerSupplier.get()
Constructed instance of ElytronTrustManager resource 
 | 
Copyright © 2018 JBoss by Red Hat. All rights reserved.