org.n0pe.asadmin.commands
Class CreateMessageSecurityProvider
java.lang.Object
org.n0pe.asadmin.AbstractAsAdminCmd
org.n0pe.asadmin.commands.CreateMessageSecurityProvider
- All Implemented Interfaces:
- IAsAdminCmd
public class CreateMessageSecurityProvider
- extends AbstractAsAdminCmd
- Author:
- Christophe SOUVIGNIER
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
CreateMessageSecurityProvider
public CreateMessageSecurityProvider(String providerName)
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 © 2012. All Rights Reserved.