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