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