|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RepositoryConfig | |
|---|---|
| com.sun.enterprise.admin.servermgmt | |
| com.sun.enterprise.admin.servermgmt.pe | |
| Uses of RepositoryConfig in com.sun.enterprise.admin.servermgmt |
|---|
| Subclasses of RepositoryConfig in com.sun.enterprise.admin.servermgmt | |
|---|---|
class |
DomainConfig
This class defines the keys that are used to create the domain config object. |
| Methods in com.sun.enterprise.admin.servermgmt that return RepositoryConfig | |
|---|---|
protected RepositoryConfig |
RepositoryManager.getConfigForRepositoryStatus(RepositoryConfig config,
String repository)
Return all repositories (domains, node agents, server instances) and their corresponding status (e.g. |
| Methods in com.sun.enterprise.admin.servermgmt with parameters of type RepositoryConfig | |
|---|---|
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.createAdminKeyFile(RepositoryConfig config,
String user,
String clearPwd)
This method creates a separate administrative keyfile. |
protected void |
RepositoryManager.createJBIInstance(String instanceName,
RepositoryConfig config)
Create JBI instance. |
protected void |
RepositoryManager.createKeyFile(RepositoryConfig config,
String user,
String password)
Create the FileRealm kefile from the given user and password. |
protected void |
KeystoreManager.createKeyStore(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.createPasswordAliasKeystore(RepositoryConfig config,
String password)
Create the password alias keystore (initially empty) |
protected void |
RepositoryManager.createServerPolicyFile(RepositoryConfig config)
Create the default server.policy file. |
protected void |
KeystoreManager.createSSLCertificateDatabase(RepositoryConfig config,
String masterPassword)
Creates the SSL certificate database. |
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 |
KeystoreManager.createTrustStore(RepositoryConfig config,
String masterPassword)
Create the default SSL trust store. |
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 void |
RepositoryManager.handleDerby(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. |
| Uses of RepositoryConfig in com.sun.enterprise.admin.servermgmt.pe |
|---|
| Fields in com.sun.enterprise.admin.servermgmt.pe declared as RepositoryConfig | |
|---|---|
protected RepositoryConfig |
PEFileLayout._config
|
| Methods in com.sun.enterprise.admin.servermgmt.pe that return RepositoryConfig | |
|---|---|
protected RepositoryConfig |
PEFileLayout.getConfig()
|
| Methods in com.sun.enterprise.admin.servermgmt.pe with parameters of type RepositoryConfig | |
|---|---|
protected void |
PEDomainsManager.createLoginConf(RepositoryConfig config)
|
protected void |
PEDomainsManager.createWssServerConfig(RepositoryConfig config)
|
protected void |
PEDomainsManager.createWssServerConfigOld(RepositoryConfig config)
|
| Constructors in com.sun.enterprise.admin.servermgmt.pe with parameters of type RepositoryConfig | |
|---|---|
PEFileLayout(RepositoryConfig config)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||