public class CertificateAuthorityAccount<T extends CertificateAuthorityAccount<T>> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CertificateAuthorityAccount.CertificateAuthority |
Constructor and Description |
---|
CertificateAuthorityAccount(String key) |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
alias()
The alias of certificate authority account key in the keystore.
|
T |
alias(String value)
The alias of certificate authority account key in the keystore.
|
CertificateAuthorityAccount.CertificateAuthority |
certificateAuthority()
The name of the certificate authority to use.
|
T |
certificateAuthority(CertificateAuthorityAccount.CertificateAuthority value)
The name of the certificate authority to use.
|
T |
contactUrl(String value)
A list of URLs that the certificate authority can contact about any
issues related to this account.
|
List<String> |
contactUrls()
A list of URLs that the certificate authority can contact about any
issues related to this account.
|
T |
contactUrls(List<String> value)
A list of URLs that the certificate authority can contact about any
issues related to this account.
|
T |
contactUrls(String... args)
A list of URLs that the certificate authority can contact about any
issues related to this account.
|
Map |
credentialReference()
Credential to be used when accessing the certificate authority account
key.
|
T |
credentialReference(Map value)
Credential to be used when accessing the certificate authority account
key.
|
T |
credentialReference(String key,
Object value)
Credential to be used when accessing the certificate authority account
key.
|
String |
getKey() |
String |
keyStore()
The keystore that contains the certificate authority account key.
|
T |
keyStore(String value)
The keystore that contains the certificate authority account key.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
public CertificateAuthorityAccount(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String alias()
public T alias(String value)
public CertificateAuthorityAccount.CertificateAuthority certificateAuthority()
public T certificateAuthority(CertificateAuthorityAccount.CertificateAuthority value)
public List<String> contactUrls()
public T contactUrls(List<String> value)
public T contactUrl(String value)
public T contactUrls(String... args)
public Map credentialReference()
public T credentialReference(Map value)
public T credentialReference(String key, Object value)
public String keyStore()
Copyright © 2019 JBoss by Red Hat. All rights reserved.