Package | Description |
---|---|
org.miloss.fgsms.common | |
org.miloss.fgsms.presentation | |
org.miloss.fgsms.services.interfaces.policyconfiguration |
fgsms Policy Configuration Service.
|
Modifier and Type | Method and Description |
---|---|
static Plugin |
Utility.newPlugin(String classname,
String displayname,
String appliesto)
a convenience wrapper to create a new plugin instance
|
Modifier and Type | Method and Description |
---|---|
static List<Plugin> |
Helper.GetPluginList(PCS pcs,
SecurityWrapper c,
String item_type) |
static List<Plugin> |
Helper.GetPluginList(PCS pcs,
SecurityWrapper c,
String item_type,
PolicyType pt) |
Modifier and Type | Method and Description |
---|---|
static String |
Helper.BuildSLARuleData(RuleBaseType rule,
List<Plugin> rule_plugins)
Converts a rule instance to a friendly human readable string with
parameter values
|
Modifier and Type | Field and Description |
---|---|
protected Plugin |
GetPluginInformationRequestWrapper.plugin |
Modifier and Type | Field and Description |
---|---|
protected List<Plugin> |
UnregisterPluginRequestMsg.plugin |
protected List<Plugin> |
RegisterPluginRequestMsg.plugin |
protected List<Plugin> |
GetPluginListResponseMsg.plugins |
Modifier and Type | Method and Description |
---|---|
Plugin |
ObjectFactory.createPlugin()
Create an instance of
Plugin |
Plugin |
GetPluginInformationRequestWrapper.getPlugin()
Gets the value of the plugin property.
|
Modifier and Type | Method and Description |
---|---|
List<Plugin> |
UnregisterPluginRequestMsg.getPlugin()
Gets the value of the plugin property.
|
List<Plugin> |
RegisterPluginRequestMsg.getPlugin()
Gets the value of the plugin property.
|
List<Plugin> |
GetPluginListResponseMsg.getPlugins()
Gets the value of the plugins property.
|
Modifier and Type | Method and Description |
---|---|
void |
GetPluginInformationRequestWrapper.setPlugin(Plugin value)
Sets the value of the plugin property.
|
Copyright © 2008–2017 MIL-OSS. All rights reserved.