Class ChangeMasterPasswordCommandDAS
- java.lang.Object
-
- com.sun.enterprise.admin.cli.CLICommand
-
- com.sun.enterprise.admin.servermgmt.cli.LocalServerCommand
-
- com.sun.enterprise.admin.servermgmt.cli.LocalDomainCommand
-
- com.sun.enterprise.admin.servermgmt.cli.ChangeMasterPasswordCommandDAS
-
- All Implemented Interfaces:
org.glassfish.hk2.api.PostConstruct
@Service(name="_change-master-password-das") @PerLookup public class ChangeMasterPasswordCommandDAS extends LocalDomainCommand
The change-master-password command for the DAS. This is a hidden command which is called from change-master-password command.- Author:
- Bhakti Mehta
-
-
Field Summary
Fields Modifier and Type Field Description protected StringdomainName0protected booleansavemp-
Fields inherited from class com.sun.enterprise.admin.servermgmt.cli.LocalDomainCommand
domainDirParam
-
-
Constructor Summary
Constructors Constructor Description ChangeMasterPasswordCommandDAS()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intexecute(String... argv)protected intexecuteCommand()protected voidvalidate()-
Methods inherited from class com.sun.enterprise.admin.servermgmt.cli.LocalDomainCommand
getDomainName, getDomainRootDir, getDomainsDir, initDomain, isThisDAS, prepare, setDomainName
-
Methods inherited from class com.sun.enterprise.admin.servermgmt.cli.LocalServerCommand
checkForSpecialFiles, getAdminAddress, getAdminAddress, getDomainXml, getMasterPassword, getMasterPasswordFile, getPrevPid, getServerDirs, getServerPid, getUptime, isLocal, isRemote, isRestartable, isRunning, isRunning, isThisServer, loadAndVerifyKeystore, readFromMasterPasswordFile, resetServerDirs, setLocalPassword, setServerDirs, unsetLocalPassword, verifyMasterPassword, waitForRestart
-
Methods inherited from class com.sun.enterprise.admin.cli.CLICommand
checkHelp, expandManPage, getBooleanOption, getBriefCommandUsage, getCommand, getCommand, getCommandScope, getCommandUsage, getManPage, getName, getOperandModel, getOption, getOptions, getPassword, getPassword, getProgramOptions, getSystemProperties, getSystemProperty, getUsage, initializeLogger, initializePasswords, inject, ok, parse, postConstruct, prevalidate, printExceptionStackTrace, processProgramOptions, quote, readPassword, setCommandScope, toString, usageOptions
-
-
-
-
Field Detail
-
domainName0
protected String domainName0
-
savemp
protected boolean savemp
-
-
Method Detail
-
validate
protected void validate() throws org.glassfish.api.admin.CommandException- Overrides:
validatein classLocalDomainCommand- Throws:
org.glassfish.api.admin.CommandException
-
execute
public int execute(String... argv) throws org.glassfish.api.admin.CommandException
- Overrides:
executein classcom.sun.enterprise.admin.cli.CLICommand- Throws:
org.glassfish.api.admin.CommandException
-
executeCommand
protected int executeCommand() throws org.glassfish.api.admin.CommandException- Specified by:
executeCommandin classcom.sun.enterprise.admin.cli.CLICommand- Throws:
org.glassfish.api.admin.CommandException
-
-