org.n0pe.asadmin.commands
Class DeleteMessageSecurityProvider

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

public class DeleteMessageSecurityProvider
extends AbstractAsAdminCmd


Field Summary
static String LAYER_OPT
           
static String SECURITY_PROVIDER
           
 
Fields inherited from class org.n0pe.asadmin.AbstractAsAdminCmd
EMPTY_ARRAY
 
Constructor Summary
DeleteMessageSecurityProvider(String providerName)
           
 
Method Summary
 String getActionCommand()
           
 String[] getParameters()
           
 boolean needCredentials()
           
 DeleteMessageSecurityProvider withLayer(String layer)
           
 
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

SECURITY_PROVIDER

public static final String SECURITY_PROVIDER
See Also:
Constant Field Values

LAYER_OPT

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

DeleteMessageSecurityProvider

public DeleteMessageSecurityProvider(String providerName)
Method Detail

withLayer

public DeleteMessageSecurityProvider withLayer(String layer)

needCredentials

public boolean needCredentials()

getActionCommand

public String getActionCommand()

getParameters

public String[] getParameters()


Copyright © 2013. All Rights Reserved.