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 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 voidRepositoryManager.checkRepository(RepositoryConfig config) voidRepositoryManager.checkRepository(RepositoryConfig config, boolean existingRepository) voidRepositoryManager.checkRepository(RepositoryConfig config, boolean existingRepository, boolean checkRootDir) Sanity check on the repository.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) RepositoryManager.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... etc. -
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()