public class CertificateAuthority<T extends CertificateAuthority<T>> extends Object
Constructor and Description |
---|
CertificateAuthority(String key) |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
getKey() |
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
String |
stagingUrl()
URL of the certificate authority to use in pre-production.
|
T |
stagingUrl(String value)
URL of the certificate authority to use in pre-production.
|
String |
url()
URL of the certificate authority.
|
T |
url(String value)
URL of the certificate authority.
|
public CertificateAuthority(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String stagingUrl()
public T stagingUrl(String value)
public String url()
Copyright © 2020 JBoss by Red Hat. All rights reserved.