Uses of Class
com.sun.enterprise.admin.servermgmt.RepositoryException
Packages that use RepositoryException
Package
Description
-
Uses of RepositoryException in com.sun.enterprise.admin.servermgmt
Subclasses of RepositoryException in com.sun.enterprise.admin.servermgmtModifier and TypeClassDescriptionclassSuperclass for all domain management exceptions.classclassMethods in com.sun.enterprise.admin.servermgmt that throw RepositoryExceptionModifier and TypeMethodDescriptionprotected voidKeystoreManager.changeKeystorePassword(String oldPassword, String newPassword, File keystore) Changes the keystore passwordprotected voidMasterPasswordFileManager.changeMasterPasswordInMasterPasswordFile(RepositoryConfig config, String newPassword, boolean saveMasterPassword) Changes the master password in the master password filevoidMasterPasswordFileManager.changeMasterPasswordInMasterPasswordFile(File pwdFile, 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 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) voidRepositoryManager.getClearPasswordForAlias(RepositoryConfig config, String password, String alias) retrieve clear password from password alias keystoreprotected 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 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 RepositoryException in com.sun.enterprise.admin.servermgmt.domain
Methods in com.sun.enterprise.admin.servermgmt.domain that throw RepositoryExceptionModifier and TypeMethodDescriptionvoidDomainBuilder.run()Performs all the domain configurations which includes security, configuration processing, substitution of parameters... -
Uses of RepositoryException in com.sun.enterprise.admin.servermgmt.pe
Methods in com.sun.enterprise.admin.servermgmt.pe that throw RepositoryExceptionModifier and TypeMethodDescriptionprotected voidPEFileLayout.createDirectory(File dir) voidPEFileLayout.createRepositoryRoot()