com.sun.enterprise.admin.servermgmt.cli
Class LoginCommand
java.lang.Object
com.sun.enterprise.admin.cli.CLICommand
com.sun.enterprise.admin.servermgmt.cli.LoginCommand
- All Implemented Interfaces:
- org.glassfish.hk2.PostConstruct
@Service(name="login")
@Scoped(value=org.jvnet.hk2.component.PerLookup.class)
@ExecuteOn(value={DAS,INSTANCE})
@TargetType(value={DAS,STANDALONE_INSTANCE,CLUSTER})
public class LoginCommand- extends CLICommand
The asadmin login command.
Pretend to be a remote command so that program options are allowed.
- Author:
- Nandini Ektare, Bill Shannon
| 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 |
| Methods inherited from class com.sun.enterprise.admin.cli.CLICommand |
checkHelp, execute, getBooleanOption, getBriefCommandUsage, getCommand, getCommandUsage, getManPage, getName, getOperandModel, getOption, getPassword, getProgramOptions, getSystemProperties, getSystemProperty, getUsage, initializeLogger, initializePasswords, inject, ok, parse, postConstruct, prepare, prevalidate, printExceptionStackTrace, processProgramOptions, quote, readPassword, toString, usageOptions, validate |
LoginCommand
public LoginCommand()
executeCommand
protected int executeCommand()
throws CommandException,
CommandValidationException
- Specified by:
executeCommand in class CLICommand
- Throws:
CommandException
CommandValidationException
Copyright © 2012. All Rights Reserved.