|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RepositoryException | |
|---|---|
| com.sun.enterprise.admin.servermgmt | |
| com.sun.enterprise.admin.servermgmt.pe | |
| Uses of RepositoryException in com.sun.enterprise.admin.servermgmt |
|---|
| Subclasses of RepositoryException in com.sun.enterprise.admin.servermgmt | |
|---|---|
class |
DomainException
Superclass for all domain management exceptions. |
class |
InstanceException
|
class |
InvalidConfigException
|
| Methods in com.sun.enterprise.admin.servermgmt that throw RepositoryException | |
|---|---|
protected void |
KeystoreManager.changeKeystorePassword(String oldPassword,
String newPassword,
File keystore)
Changes the keystore password |
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 |
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 |
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)
|
void |
KeystoreManager.KeytoolExecutor.execute(String keystoreErrorMsg,
File keystoreName)
|
String |
RepositoryManager.getClearPasswordForAlias(RepositoryConfig config,
String password,
String alias)
retrieve clear password from password alias keystore |
protected void |
RepositoryManager.handleDerby(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 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 RepositoryException in com.sun.enterprise.admin.servermgmt.pe |
|---|
| Methods in com.sun.enterprise.admin.servermgmt.pe that throw RepositoryException | |
|---|---|
protected void |
PEFileLayout.createDirectory(File dir)
|
void |
PEFileLayout.createJBIDirectories()
|
void |
PEFileLayout.createJBIDomainDirectories()
|
void |
PEFileLayout.createJbiSystemComponentsLayout()
This method is used to create the file layout for JBI system components, HttpSoapBC, JavaEESE, WSDLSL |
void |
PEFileLayout.createRepositoryDirectories()
|
void |
PEFileLayout.createRepositoryRoot()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||