| Package | Description | 
|---|---|
| org.wildfly.swarm.config | |
| org.wildfly.swarm.config.elytron | 
| Modifier and Type | Method and Description | 
|---|---|
KeyStore | 
Elytron.ElytronResources.keyStore(String key)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<KeyStore> | 
Elytron.ElytronResources.keyStores()
Get the list of KeyStore resources 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
Elytron.keyStore(KeyStore value)
Add the KeyStore object to the list of subresources 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
Elytron.keyStores(List<KeyStore> value)
Add all KeyStore objects to this subresource 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
KeyStore<T extends KeyStore<T>>
A KeyStore definition. 
 | 
interface  | 
KeyStoreConsumer<T extends KeyStore<T>>  | 
interface  | 
KeyStoreSupplier<T extends KeyStore>  | 
| Modifier and Type | Method and Description | 
|---|---|
KeyStore | 
KeyStoreSupplier.get()
Constructed instance of KeyStore resource 
 | 
Copyright © 2018 JBoss by Red Hat. All rights reserved.