com.sun.enterprise.admin.servermgmt.cli
Class ChangeMasterPasswordCommandDAS

java.lang.Object
  extended by com.sun.enterprise.admin.cli.CLICommand
      extended by com.sun.enterprise.admin.servermgmt.cli.LocalServerCommand
          extended by com.sun.enterprise.admin.servermgmt.cli.LocalDomainCommand
              extended by com.sun.enterprise.admin.servermgmt.cli.ChangeMasterPasswordCommandDAS
All Implemented Interfaces:
org.glassfish.hk2.PostConstruct

@Service(name="_change-master-password-das")
@Scoped(value=org.jvnet.hk2.component.PerLookup.class)
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
protected  String domainName0
           
protected  boolean savemp
           
 
Fields inherited from class com.sun.enterprise.admin.servermgmt.cli.LocalDomainCommand
domainDirParam
 
Fields inherited from class com.sun.enterprise.admin.cli.CLICommand
argv, commandModel, CONNECTION_ERROR, env, ERROR, INVALID_COMMAND_ERROR, logger, metadataErrors, name, operands, options, passwords, programOpts, SUCCESS, WARNING
 
Constructor Summary
ChangeMasterPasswordCommandDAS()
           
 
Method Summary
 int execute(String... argv)
           
protected  int executeCommand()
           
protected  void validate()
           
 
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, getUptime, isRestartable, isRunning, isRunning, isRunning, isThisServer, loadAndVerifyKeystore, readFromMasterPasswordFile, resetServerDirs, setLocalPassword, setServerDirs, unsetLocalPassword, verifyMasterPassword, waitForRestart
 
Methods inherited from class com.sun.enterprise.admin.cli.CLICommand
checkHelp, getBooleanOption, getBriefCommandUsage, getCommand, getCommandUsage, getManPage, getName, getOperandModel, getOption, getPassword, getProgramOptions, getSystemProperties, getSystemProperty, getUsage, initializeLogger, initializePasswords, inject, ok, parse, postConstruct, prevalidate, printExceptionStackTrace, processProgramOptions, quote, readPassword, toString, usageOptions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

domainName0

protected String domainName0

savemp

protected boolean savemp
Constructor Detail

ChangeMasterPasswordCommandDAS

public ChangeMasterPasswordCommandDAS()
Method Detail

validate

protected void validate()
                 throws CommandException
Overrides:
validate in class LocalDomainCommand
Throws:
CommandException

execute

public int execute(String... argv)
            throws CommandException
Overrides:
execute in class CLICommand
Throws:
CommandException

executeCommand

protected int executeCommand()
                      throws CommandException
Specified by:
executeCommand in class CLICommand
Throws:
CommandException


Copyright © 2012. All Rights Reserved.