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