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