Class NodeKeystoreManager
java.lang.Object
com.sun.enterprise.admin.servermgmt.KeystoreManager
com.sun.enterprise.admin.servermgmt.NodeKeystoreManager
The KeyStoreManager implementation for a node.
This is used by the change-master-password command which will change the master password for a node
- Author:
- Bhakti Mehta
-
Field Summary
Fields inherited from class com.sun.enterprise.admin.servermgmt.KeystoreManager
CERTIFICATE_ALIAS, INSTANCE_SECURE_ADMIN_ALIAS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidencryptKeystore(RepositoryConfig config, String oldPassword, String newPassword) Methods inherited from class com.sun.enterprise.admin.servermgmt.KeystoreManager
changeKeystorePassword, changeSSLCertificateDatabasePassword, chmod, copyCertificatesToTrustStore, createKeyStore, getCertificateDN, getDASCertDN, getFileLayout, getInstanceCertDN
-
Constructor Details
-
NodeKeystoreManager
public NodeKeystoreManager()
-
-
Method Details
-
encryptKeystore
public void encryptKeystore(RepositoryConfig config, String oldPassword, String newPassword) throws RepositoryException - Throws:
RepositoryException
-