Uses of Class
com.sun.enterprise.admin.servermgmt.RepositoryConfig
Packages that use RepositoryConfig
-
Uses of RepositoryConfig in com.sun.enterprise.admin.servermgmt
Subclasses of RepositoryConfig in com.sun.enterprise.admin.servermgmtModifier and TypeClassDescriptionclassThis class defines the keys that are used to create the domain config object.Methods in com.sun.enterprise.admin.servermgmt that return RepositoryConfigModifier and TypeMethodDescriptionprotected RepositoryConfigRepositoryManager.getConfigForRepositoryStatus(RepositoryConfig config, String repository) Return all repositories (domains, node agents, server instances) and their corresponding status (e.g. running or stopped) in string form.Methods in com.sun.enterprise.admin.servermgmt with parameters of type RepositoryConfigModifier and TypeMethodDescriptionprotected voidMasterPasswordFileManager.changeMasterPasswordInMasterPasswordFile(RepositoryConfig config, String newPassword, boolean saveMasterPassword) Changes the master password in the master password fileprotected voidRepositoryManager.changePasswordAliasKeystorePassword(RepositoryConfig config, String oldPassword, String newPassword) Change the password protecting the password alias keystoreprotected voidKeystoreManager.changeS1ASAliasPassword(RepositoryConfig config, String storePassword, String oldKeyPassword, String newKeyPassword) Changes the key password for the default cert whose alias is s1as.protected voidKeystoreManager.changeSSLCertificateDatabasePassword(RepositoryConfig config, String oldPassword, String newPassword) Changes the password of the keystore, truststore and the key password of the s1as alias.protected voidRepositoryManager.checkRepository(RepositoryConfig config) voidRepositoryManager.checkRepository(RepositoryConfig config, boolean existingRepository) voidRepositoryManager.checkRepository(RepositoryConfig config, boolean existingRepository, boolean checkRootDir) Sanity check on the repository.protected voidKeystoreManager.createKeyStore(File keystore, RepositoryConfig config, String masterPassword) Create the default SSL key store using keytool to generate a self signed certificate.protected voidMasterPasswordFileManager.createMasterPasswordFile(RepositoryConfig config, String masterPassword) Create the master password keystore.protected voidRepositoryManager.createTimerDbn(RepositoryConfig config) Create the timer database dbn file.protected voidRepositoryManager.createTimerWal(RepositoryConfig config) Create the timer database wal file.protected voidMasterPasswordFileManager.deleteMasterPasswordFile(RepositoryConfig config) protected voidRepositoryManager.deleteRepository(RepositoryConfig config) Deletes the repository (domain, node agent, server instance).protected voidRepositoryManager.deleteRepository(RepositoryConfig config, boolean deleteJMSProvider) Deletes the repository (domain, node agent, server instance).voidNodeKeystoreManager.encryptKeystore(RepositoryConfig config, String oldPassword, String newPassword) protected static StringKeystoreManager.getCertificateDN(RepositoryConfig cfg, String CNSuffix) RepositoryManager.getClearPasswordForAlias(RepositoryConfig config, String password, String alias) retrieve clear password from password alias keystoreprotected RepositoryConfigRepositoryManager.getConfigForRepositoryStatus(RepositoryConfig config, String repository) Return all repositories (domains, node agents, server instances) and their corresponding status (e.g. running or stopped) in string form.static StringKeystoreManager.getDASCertDN(RepositoryConfig cfg) protected PEFileLayoutKeystoreManager.getFileLayout(RepositoryConfig config) static StringKeystoreManager.getInstanceCertDN(RepositoryConfig cfg) protected FileRepositoryManager.getRepositoryDir(RepositoryConfig config) protected FileRepositoryManager.getRepositoryRootDir(RepositoryConfig config) protected booleanRepositoryManager.isValidRepository(RepositoryConfig config) protected String[]RepositoryManager.listRepository(RepositoryConfig config) Return all repositories (domains, node agents, server instances)MasterPasswordFileManager.readMasterPasswordFile(RepositoryConfig config) Return the master password stored in the master password keystore.protected booleanRepositoryManager.repositoryExists(RepositoryConfig config) protected voidRepositoryManager.setPermissions(RepositoryConfig repositoryConfig) Sets the permissions for the domain directory, its config directory, startserv/stopserv scripts etc.voidRepositoryManager.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 RepositoryConfigMethods in com.sun.enterprise.admin.servermgmt.pe that return RepositoryConfigConstructors in com.sun.enterprise.admin.servermgmt.pe with parameters of type RepositoryConfig