| Package | Description |
|---|---|
| com.sun.enterprise.admin.servermgmt | |
| com.sun.enterprise.admin.servermgmt.pe |
| Modifier and Type | Class and Description |
|---|---|
class |
DomainConfig
This class defines the keys that are used to create the domain config object.
|
| Modifier and Type | Method and Description |
|---|---|
protected RepositoryConfig |
RepositoryManager.getConfigForRepositoryStatus(RepositoryConfig config,
String repository)
Return all repositories (domains, node agents, server instances) and
their corresponding status (e.g.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
MasterPasswordFileManager.changeMasterPasswordInMasterPasswordFile(RepositoryConfig config,
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 |
MasterPasswordFileManager.deleteMasterPasswordFile(RepositoryConfig config) |
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) |
protected static String |
KeystoreManager.getCertificateDN(RepositoryConfig cfg,
String CNSuffix) |
String |
RepositoryManager.getClearPasswordForAlias(RepositoryConfig config,
String password,
String alias)
retrieve clear password from password alias keystore
|
protected RepositoryConfig |
RepositoryManager.getConfigForRepositoryStatus(RepositoryConfig config,
String repository)
Return all repositories (domains, node agents, server instances) and
their corresponding status (e.g.
|
static String |
KeystoreManager.getDASCertDN(RepositoryConfig cfg) |
protected PEFileLayout |
KeystoreManager.getFileLayout(RepositoryConfig config) |
static String |
KeystoreManager.getInstanceCertDN(RepositoryConfig cfg) |
protected File |
RepositoryManager.getRepositoryDir(RepositoryConfig config) |
protected File |
RepositoryManager.getRepositoryRootDir(RepositoryConfig config) |
protected boolean |
RepositoryManager.isValidRepository(RepositoryConfig config) |
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 boolean |
RepositoryManager.repositoryExists(RepositoryConfig config) |
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.
|
| Modifier and Type | Field and Description |
|---|---|
protected RepositoryConfig |
PEFileLayout._config |
| Modifier and Type | Method and Description |
|---|---|
protected RepositoryConfig |
PEFileLayout.getConfig() |
| Constructor and Description |
|---|
PEFileLayout(RepositoryConfig config) |
Copyright © 2017. All rights reserved.