Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.elytron |
Modifier and Type | Method and Description |
---|---|
CertificateAuthorityAccount |
Elytron.ElytronResources.certificateAuthorityAccount(String key) |
Modifier and Type | Method and Description |
---|---|
List<CertificateAuthorityAccount> |
Elytron.ElytronResources.certificateAuthorityAccounts()
Get the list of CertificateAuthorityAccount resources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.certificateAuthorityAccount(CertificateAuthorityAccount value)
Add the CertificateAuthorityAccount object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.certificateAuthorityAccounts(List<CertificateAuthorityAccount> value)
Add all CertificateAuthorityAccount objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
CertificateAuthorityAccount<T extends CertificateAuthorityAccount<T>>
A certificate authority account definition.
|
interface |
CertificateAuthorityAccountConsumer<T extends CertificateAuthorityAccount<T>> |
interface |
CertificateAuthorityAccountSupplier<T extends CertificateAuthorityAccount> |
Modifier and Type | Method and Description |
---|---|
CertificateAuthorityAccount |
CertificateAuthorityAccountSupplier.get()
Constructed instance of CertificateAuthorityAccount resource
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.