Package | Description |
---|---|
org.miloss.fgsms.agentcore | |
org.miloss.fgsms.presentation | |
org.miloss.fgsms.services.interfaces.policyconfiguration |
fgsms Policy Configuration Service.
|
org.miloss.fgsms.services.pcs.impl |
Modifier and Type | Field and Description |
---|---|
protected PCS |
ConfigLoader.pcsport |
Modifier and Type | Method and Description |
---|---|
PCS |
ConfigLoader.getPcsport()
an instance of the policy config service client
|
Modifier and Type | Method and Description |
---|---|
PCS |
ProxyLoaderCXF.GetPCS(javax.servlet.ServletContext application,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
PCS |
ProxyLoader.GetPCS(javax.servlet.ServletContext application,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
PCS |
IProxyLoader.GetPCS(javax.servlet.ServletContext application,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
PCS |
ProxyLoaderCXF.GetPCSForUsernamePasswordLogin(javax.servlet.ServletContext application,
String username,
String password)
only used from the login page, returns a PCS client proxy that should
only be used for authenticated the user
|
PCS |
ProxyLoader.GetPCSForUsernamePasswordLogin(javax.servlet.ServletContext application,
String username,
String password)
only used from the login page, returns a PCS client proxy that should
only be used for authenticated the user
|
PCS |
IProxyLoader.GetPCSForUsernamePasswordLogin(javax.servlet.ServletContext application,
String username,
String password)
only used from the login page, returns a PCS client proxy that should
only be used for authenticated the user
|
Modifier and Type | Method and Description |
---|---|
static FederationPolicy |
Helper.BuildFederation(FederationPolicy src,
PCS pcs,
SecurityWrapper c,
javax.servlet.http.HttpServletRequest req) |
static RuleBaseType |
Helper.BuildRule(javax.servlet.http.HttpServletRequest request,
PCS pcs,
SecurityWrapper c)
constructs a rule from a postback
|
static SLAAction |
Helper.BuildSLAAction(javax.servlet.http.HttpServletRequest request,
PCS pcs,
SecurityWrapper c)
from manage.jsp and scheduledEditPost.jsp, occurs when a new sla is
added to a policy expects "Action" = plugin classname
|
static String |
Helper.BuildSLAAction(List<SLAAction> items,
PCS pcs,
SecurityWrapper c)
renders an action set as a user readable html string, occurs when
editing existing slas
|
static String |
Helper.BuildSLASingleAction(SLAAction item,
PCS pcs,
SecurityWrapper c)
used on manage.jsp to render SLA info in the tab'd box
|
String |
ManageHelper.GetNICNamesAsHtmlListbox(String url,
String domain,
String machine,
PCS pcsport,
SecurityWrapper c,
List<String> existingItems) |
String |
ManageHelper.GetPartitionNamesAsHtmlListboxForFreeSpace(String url,
String domain,
String machine,
PCS pcsport,
SecurityWrapper c,
List<String> existingItems) |
String |
ManageHelper.GetPartitionNamesAsHtmlListboxForThroughput(String url,
String domain,
String machine,
PCS pcsport,
SecurityWrapper c,
List<String> existingItems) |
static String |
Helper.GetPluginHelp(SLAAction action,
PCS pcs,
SecurityWrapper c,
String item_type) |
static GetPluginInformationResponseMsg |
Helper.GetPluginInfo(String clazz,
String type,
PCS pcs,
SecurityWrapper c) |
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) |
String |
UddiInquiry.PublishEndpoints(String[] urls,
PCS pcs,
SecurityWrapper c,
String bizkey,
boolean updateFederationPolicy) |
static boolean |
Helper.RuleHasParameters(RuleBaseType rule,
PCS pcs,
SecurityWrapper c) |
static String |
Helper.ToFriendlyName(SLAAction action,
PCS pcs,
SecurityWrapper c) |
static String |
Helper.ToFriendlyName(String action,
PCS pcs,
SecurityWrapper c)
report type to a friendly name for report types
|
static String |
Helper.ToFriendylName(RuleBaseType rule,
PCS pcs,
SecurityWrapper c)
Converts a rule to a friendly human readable name
|
Modifier and Type | Method and Description |
---|---|
PCS |
PolicyConfigurationService.getPCSPort()
PCS Port
|
Modifier and Type | Class and Description |
---|---|
class |
PCS4jBean
fgsms's Policy Configuration Service This web service provides one of the
core functions of fgsms, managing service policies, access control and
general configuration elements of the agents and fgsms itself.
|
Copyright © 2008–2017 MIL-OSS. All rights reserved.