org.n0pe.asadmin.commands
Class CreateMessageSecurityProvider

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

public class CreateMessageSecurityProvider
extends AbstractAsAdminCmd

Author:
Christophe SOUVIGNIER

Field Summary
static String CLASSNAME
           
static String LAYER_OPT
           
static String PROPERTY_OPT
           
static String PROVIDER_TYPE_OPT
           
static String SECURITY_PROVIDER
           
 
Constructor Summary
CreateMessageSecurityProvider(String providerName)
           
 
Method Summary
 CreateMessageSecurityProvider addProperty(String key, String value)
           
 String getActionCommand()
           
 String[] getParameters()
           
 boolean needCredentials()
           
 CreateMessageSecurityProvider withClassName(String classname)
           
 CreateMessageSecurityProvider withLayer(String layer)
           
 CreateMessageSecurityProvider withProviderType(String providerType)
           
 
Methods inherited from class org.n0pe.asadmin.AbstractAsAdminCmd
getErrorOutput, getStandardOutput
 
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

PROVIDER_TYPE_OPT

public static final String PROVIDER_TYPE_OPT
See Also:
Constant Field Values

CLASSNAME

public static final String CLASSNAME
See Also:
Constant Field Values

PROPERTY_OPT

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

CreateMessageSecurityProvider

public CreateMessageSecurityProvider(String providerName)
Method Detail

withLayer

public CreateMessageSecurityProvider withLayer(String layer)

withProviderType

public CreateMessageSecurityProvider withProviderType(String providerType)

withClassName

public CreateMessageSecurityProvider withClassName(String classname)

addProperty

public CreateMessageSecurityProvider addProperty(String key,
                                                 String value)

needCredentials

public boolean needCredentials()

getActionCommand

public String getActionCommand()

getParameters

public String[] getParameters()


Copyright © 2011. All Rights Reserved.