public class WSPlugin extends Object implements com.bmc.arsys.pluginsvr.plugins.ARFilterAPIPluggable
| Modifier and Type | Field and Description |
|---|---|
static String |
PLUGIN_NAME
Name that identifies the web services plugin.
|
static String |
POLICY_CONFIG_DIR |
| Constructor and Description |
|---|
WSPlugin() |
| Modifier and Type | Method and Description |
|---|---|
List<com.bmc.arsys.api.Value> |
filterAPICall(com.bmc.arsys.pluginsvr.plugins.ARPluginContext context,
List<com.bmc.arsys.api.Value> pInValues) |
static void |
init(com.bmc.arsys.pluginsvr.plugins.ARPluginContext context) |
void |
initialize(com.bmc.arsys.pluginsvr.plugins.ARPluginContext context) |
static void |
main(String[] args)
Unit test for the DecryptStringForImport method.
|
void |
onEvent(com.bmc.arsys.pluginsvr.plugins.ARPluginContext context,
int pEventID) |
void |
terminate(com.bmc.arsys.pluginsvr.plugins.ARPluginContext context) |
public static final String PLUGIN_NAME
public static final String POLICY_CONFIG_DIR
public static void init(com.bmc.arsys.pluginsvr.plugins.ARPluginContext context)
public List<com.bmc.arsys.api.Value> filterAPICall(com.bmc.arsys.pluginsvr.plugins.ARPluginContext context, List<com.bmc.arsys.api.Value> pInValues) throws com.bmc.arsys.api.ARException
filterAPICall in interface com.bmc.arsys.pluginsvr.plugins.ARFilterAPIPluggablecom.bmc.arsys.api.ARExceptionpublic void initialize(com.bmc.arsys.pluginsvr.plugins.ARPluginContext context)
throws com.bmc.arsys.api.ARException
initialize in interface com.bmc.arsys.pluginsvr.plugins.ARPluggablecom.bmc.arsys.api.ARExceptionpublic void onEvent(com.bmc.arsys.pluginsvr.plugins.ARPluginContext context,
int pEventID)
throws com.bmc.arsys.api.ARException
onEvent in interface com.bmc.arsys.pluginsvr.plugins.ARPluggablecom.bmc.arsys.api.ARExceptionpublic void terminate(com.bmc.arsys.pluginsvr.plugins.ARPluginContext context)
throws com.bmc.arsys.api.ARException
terminate in interface com.bmc.arsys.pluginsvr.plugins.ARPluggablecom.bmc.arsys.api.ARException? Copyright 2013 BMC Software, Inc.