public class RootDescriptor extends Object
As the root keystore needs to be configurable by the system administrator, this configuration object allows the administrator to store the root keystore location and access information as XML elements. This information is used by the certificate authority services for signing user certificates and for exposing the root certificate object to the user interface.
Modifier and Type | Field and Description |
---|---|
protected String |
rootCertificateAlias |
protected String |
rootKeyAlias |
protected String |
rootKeyPassword |
protected String |
rootKeystoreFilePath |
protected String |
rootKeystorePassword |
Constructor and Description |
---|
RootDescriptor() |
Modifier and Type | Method and Description |
---|---|
boolean |
getRemoveExtension() |
String |
getRootCertificateAlias() |
String |
getRootKeyAlias() |
String |
getRootKeyPassword() |
String |
getRootKeystoreFilePath() |
String |
getRootKeystorePassword() |
protected void |
setRemoveExtension(boolean remove) |
void |
setRootCertificateAlias(String rootCertificateAlias) |
void |
setRootKeyAlias(String rootKeyAlias) |
void |
setRootKeyPassword(String rootKeyPassword) |
void |
setRootKeystoreFilePath(String rootKeystoreFilePath) |
void |
setRootKeystorePassword(String rootKeystorePassword) |
protected String rootKeystoreFilePath
protected String rootKeystorePassword
protected String rootCertificateAlias
protected String rootKeyAlias
protected String rootKeyPassword
public RootDescriptor()
public String getRootKeyAlias()
public void setRootKeyAlias(String rootKeyAlias)
public String getRootKeyPassword()
public void setRootKeyPassword(String rootKeyPassword)
public String getRootKeystorePassword()
public void setRootKeystorePassword(String rootKeystorePassword)
public String getRootCertificateAlias()
public void setRootCertificateAlias(String rootCertificateAlias)
public String getRootKeystoreFilePath()
public void setRootKeystoreFilePath(String rootKeystoreFilePath)
protected void setRemoveExtension(boolean remove)
public boolean getRemoveExtension()
Copyright © 2015 Nuxeo SA. All rights reserved.