protected void |
KeystoreManager.changeKeystorePassword(String oldPassword,
String newPassword,
File keystore) |
Changes the keystore password
|
protected void |
MasterPasswordFileManager.changeMasterPasswordInMasterPasswordFile(RepositoryConfig config,
String newPassword,
boolean saveMasterPassword) |
Changes the master password in the master password file
|
void |
MasterPasswordFileManager.changeMasterPasswordInMasterPasswordFile(File pwdFile,
String newPassword,
boolean saveMasterPassword) |
Changes the master password in the master password file
|
protected void |
RepositoryManager.changePasswordAliasKeystorePassword(RepositoryConfig config,
String oldPassword,
String newPassword) |
Change the password protecting the password alias keystore
|
protected void |
KeystoreManager.changeS1ASAliasPassword(RepositoryConfig config,
String storePassword,
String oldKeyPassword,
String newKeyPassword) |
Changes the key password for the default cert whose alias is s1as.
|
protected void |
KeystoreManager.changeSSLCertificateDatabasePassword(RepositoryConfig config,
String oldPassword,
String newPassword) |
Changes the password of the keystore, truststore and the key password of the s1as alias.
|
protected void |
RepositoryManager.checkRepository(RepositoryConfig config) |
|
void |
RepositoryManager.checkRepository(RepositoryConfig config,
boolean existingRepository) |
|
void |
RepositoryManager.checkRepository(RepositoryConfig config,
boolean existingRepository,
boolean checkRootDir) |
Sanity check on the repository.
|
protected void |
RepositoryManager.createJBIInstance(String instanceName,
RepositoryConfig config) |
Create JBI instance.
|
protected void |
KeystoreManager.createKeyStore(File keystore,
RepositoryConfig config,
String masterPassword) |
Create the default SSL key store using keytool to generate a self signed certificate.
|
protected void |
MasterPasswordFileManager.createMasterPasswordFile(RepositoryConfig config,
String masterPassword) |
Create the master password keystore.
|
protected void |
RepositoryManager.createMQInstance(RepositoryConfig config) |
Create MQ instance.
|
protected void |
RepositoryManager.createTimerDbn(RepositoryConfig config) |
Create the timer database dbn file.
|
protected void |
RepositoryManager.createTimerWal(RepositoryConfig config) |
Create the timer database wal file.
|
protected void |
RepositoryManager.deleteRepository(RepositoryConfig config) |
Deletes the repository (domain, node agent, server instance).
|
protected void |
RepositoryManager.deleteRepository(RepositoryConfig config,
boolean deleteJMSProvider) |
Deletes the repository (domain, node agent, server instance).
|
void |
NodeKeystoreManager.encryptKeystore(RepositoryConfig config,
String oldPassword,
String newPassword) |
|
void |
KeystoreManager.KeytoolExecutor.execute(String keystoreErrorMsg,
File keystoreName) |
|
String |
RepositoryManager.getClearPasswordForAlias(RepositoryConfig config,
String password,
String alias) |
retrieve clear password from password alias keystore
|
protected String[] |
RepositoryManager.listRepository(RepositoryConfig config) |
Return all repositories (domains, node agents, server instances)
|
String |
MasterPasswordFileManager.readMasterPasswordFile(RepositoryConfig config) |
Return the master password stored in the master password keystore.
|
protected void |
RepositoryManager.setPermissions(RepositoryConfig repositoryConfig) |
Sets the permissions for the domain directory, its config directory, startserv/stopserv scripts etc.
|
void |
RepositoryManager.validateMasterPassword(RepositoryConfig config,
String password) |
We validate the master password by trying to open the password alias keystore.
|