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