org.n0pe.asadmin.commands
Class EnableSecureAdmin

java.lang.Object
  extended by org.n0pe.asadmin.AbstractAsAdminCmd
      extended by org.n0pe.asadmin.commands.EnableSecureAdmin
All Implemented Interfaces:
IAsAdminCmd

public class EnableSecureAdmin
extends AbstractAsAdminCmd

This method enable DAS for remote admin console access on Glassfish v3


Field Summary
static String ADMIN_ALIAS
           
static String ENABLE_SECURE_ADMIN
           
static String INSTANCE_ALIAS
           
 
Fields inherited from class org.n0pe.asadmin.AbstractAsAdminCmd
EMPTY_ARRAY
 
Constructor Summary
EnableSecureAdmin()
           
 
Method Summary
 String getActionCommand()
           
 String[] getParameters()
           
 boolean needCredentials()
           
 EnableSecureAdmin withAdminAlias(String adminAlias)
           
 EnableSecureAdmin withInstanceAlias(String instanceAlias)
           
 
Methods inherited from class org.n0pe.asadmin.AbstractAsAdminCmd
failOnNonZeroExit, getErrorOutput, getStandardOutput, handlePasswordFile, setOkayErrorPattern, setOkayStdOutPattern
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENABLE_SECURE_ADMIN

public static final String ENABLE_SECURE_ADMIN
See Also:
Constant Field Values

ADMIN_ALIAS

public static final String ADMIN_ALIAS
See Also:
Constant Field Values

INSTANCE_ALIAS

public static final String INSTANCE_ALIAS
See Also:
Constant Field Values
Constructor Detail

EnableSecureAdmin

public EnableSecureAdmin()
Method Detail

withAdminAlias

public EnableSecureAdmin withAdminAlias(String adminAlias)

withInstanceAlias

public EnableSecureAdmin withInstanceAlias(String instanceAlias)

needCredentials

public boolean needCredentials()

getActionCommand

public String getActionCommand()

getParameters

public String[] getParameters()


Copyright © 2013. All Rights Reserved.