com.sun.enterprise.admin.servermgmt
Class NodeKeystoreManager
java.lang.Object
com.sun.enterprise.admin.servermgmt.KeystoreManager
com.sun.enterprise.admin.servermgmt.NodeKeystoreManager
public class NodeKeystoreManager
- extends KeystoreManager
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
| Methods inherited from class com.sun.enterprise.admin.servermgmt.KeystoreManager |
changeKeystorePassword, changeS1ASAliasPassword, changeSSLCertificateDatabasePassword, chmod, createKeyStore, createSSLCertificateDatabase, createTrustStore, getCertificateDN, getDASCertDN, getFileLayout, getInstanceCertDN |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodeKeystoreManager
public NodeKeystoreManager()
encryptKeystore
public void encryptKeystore(RepositoryConfig config,
String oldPassword,
String newPassword)
throws RepositoryException
- Throws:
RepositoryException
Copyright © 2012 GlassFish Community. All Rights Reserved.