C D E G I L O P R S U V 

C

clearCredentials(ClearCredentialsRequestMsg) - Method in class org.miloss.fgsms.services.pcs.impl.PCS4jBean
removes authentication credentials for a specific service, typically used for connecting and obtaining status information only requires write access permissions to the specified url As of RC6
createAgentAction(CreateAgentActionRequestMsg) - Method in class org.miloss.fgsms.services.pcs.impl.PCS4jBean
creates a new administrative action for an agent to perform.

D

deleteAgentActions(DeleteAgentActionsRequestMsg) - Method in class org.miloss.fgsms.services.pcs.impl.PCS4jBean
deletes a list of administrative action for an agent to perform.
deleteServicePolicy(DeleteServicePolicyRequestMsg) - Method in class org.miloss.fgsms.services.pcs.impl.PCS4jBean
Deletes a service policy to the configuration database and optionally, performance data Required Permission: administer

E

elevateSecurityLevel(ElevateSecurityLevelRequestMsg) - Method in class org.miloss.fgsms.services.pcs.impl.PCS4jBean
Elevate the security classification level of fgsms

G

getAdministrators(GetAdministratorsRequestMsg) - Method in class org.miloss.fgsms.services.pcs.impl.PCS4jBean
Returns a list of users with the global admin role
getAgentActionsByMachine(GetAgentActionsByMachineRequestMsg) - Method in class org.miloss.fgsms.services.pcs.impl.PCS4jBean
returns a list of all administrative action for an agent to perform by machine.
getAgentPrinicples(GetAgentPrinicplesRequestMsg) - Method in class org.miloss.fgsms.services.pcs.impl.PCS4jBean
returns a list of all user principles with the agent role, these are the service level users that are allowed to request and set new service policies and to add data to fgsms via the DCS
getAlertRegistrations(GetAlertRegistrationsRequestMsg) - Method in class org.miloss.fgsms.services.pcs.impl.PCS4jBean
returns a list of SLAs that I am subscribed to
getAvailableAlertRegistrations(GetAvailableAlertRegistrationsRequestMsg) - Method in class org.miloss.fgsms.services.pcs.impl.PCS4jBean
returns a list of all SLAs that the current user can subscribe to
getDomainList(GetDomainListRequestMsg) - Method in class org.miloss.fgsms.services.pcs.impl.PCS4jBean
provides infrastructure information, a list of all domains associated with this fgsms instance As of RC6
getGeneralSettings(GetGeneralSettingsRequestMsg) - Method in class org.miloss.fgsms.services.pcs.impl.PCS4jBean
sets a list of all settings that are used for fgsmss services requires global admin rights or agent As of RC6
getGlobalPolicy(GetGlobalPolicyRequestMsg) - Method in class org.miloss.fgsms.services.pcs.impl.PCS4jBean
requires the global policy values required permission: none can't be null, class level should be specified but can be null
getMachinesByDomain(GetMachinesByDomainRequestMsg) - Method in class org.miloss.fgsms.services.pcs.impl.PCS4jBean
provides infrastructure information, a list of all known hostnames associated with this fgsms instance As of RC6
getMailSettings(GetMailSettingsRequestMsg) - Method in class org.miloss.fgsms.services.pcs.impl.PCS4jBean
gets mail settings that are used to deliver email for SLA alerts
getMonitoredItemsByMachine(GetMonitoredItemsByMachineRequestMsg) - Method in class org.miloss.fgsms.services.pcs.impl.PCS4jBean
provides infrastructure information, a list of all known processes associated with a given hostname requires agent rights As of RC6
getMyEmailAddress(GetMyEmailAddressRequestMsg) - Method in class org.miloss.fgsms.services.pcs.impl.PCS4jBean
Get my email address
getOperatingStatus(GetOperatingStatusRequestMessage) - Method in class org.miloss.fgsms.services.pcs.impl.OpStat
 
getOperatingStatus(GetOperatingStatusRequestMessage) - Method in class org.miloss.fgsms.services.pcs.impl.PCS4jBean
Get the operating status of this service
getPluginHtmlFormattedDisplay(GetPluginHtmlFormattedDisplayRequestMsg) - Method in class org.miloss.fgsms.services.pcs.impl.PCS4jBean
Gets Html Formatted display of a given instance of a plugin, since 6.3
getPluginInformation(GetPluginInformation) - Method in class org.miloss.fgsms.services.pcs.impl.PCS4jBean
Gets detailed information about a plugin, since 6.3 Permissions: all authenticated users
getPluginList(GetPluginList) - Method in class org.miloss.fgsms.services.pcs.impl.PCS4jBean
Gets the current plugin list Permissions: All authenticated users
getProcessesListByMachine(GetProcessesListByMachineRequestMsg) - Method in class org.miloss.fgsms.services.pcs.impl.PCS4jBean
provides infrastructure information, a list of all known processes associated with a given hostname requires global admin rights As of RC6
getServicePermissions(GetServicePermissionsRequestMsg) - Method in class org.miloss.fgsms.services.pcs.impl.PCS4jBean
Returns the permission set from a service object Required Permission: read
getServicePolicy(ServicePolicyRequestMsg) - Method in class org.miloss.fgsms.services.pcs.impl.PCS4jBean
GetServicePolicy returns a policy for a specific service Each policy has a type (Service Policy is abstract) ServicePolicy itself has a wide range of settings that are common to all service policy types.
getUDDIDataPublishServicePolicies(GetUDDIDataPublishServicePoliciesRequestMsg) - Method in class org.miloss.fgsms.services.pcs.impl.PCS4jBean
GetServicePolicy returns a list of service policies for all services that are configured to data publication to any federation target Note: Only information pretaining to uddi publication is returned, other data such as SLA or UserIdentification policies are not returned.

I

isValidPackageName(String) - Static method in class org.miloss.fgsms.services.pcs.impl.ValidationTools
Checks if the string that is provided is a valid Java package name (contains only [a-z,A-Z,_,$], every element is separated by a single '.' , an element can't be one of Java's reserved words.

L

log - Static variable in class org.miloss.fgsms.services.pcs.impl.PCS4jBean
 

O

OpStat - Class in org.miloss.fgsms.services.pcs.impl
 
OpStat() - Constructor for class org.miloss.fgsms.services.pcs.impl.OpStat
 
org.miloss.fgsms.services.pcs.impl - package org.miloss.fgsms.services.pcs.impl
 

P

PCS4jBean - Class in org.miloss.fgsms.services.pcs.impl
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.
PCS4jBean() - Constructor for class org.miloss.fgsms.services.pcs.impl.PCS4jBean
 
PCS4jBean(WebServiceContext) - Constructor for class org.miloss.fgsms.services.pcs.impl.PCS4jBean
constructor used for unit testing, do not remove

R

registerPlugin(RegisterPlugin) - Method in class org.miloss.fgsms.services.pcs.impl.PCS4jBean
Registers the existence of a new plugin.
removeGeneralSettings(RemoveGeneralSettingsRequestMsg) - Method in class org.miloss.fgsms.services.pcs.impl.PCS4jBean
removes 1 or more specific settings, previous values are discarded requires global admin rights As of RC6

S

setAdministrator(SetAdministratorRequestMsg) - Method in class org.miloss.fgsms.services.pcs.impl.PCS4jBean
Sets a list of users with the global admin role All previous entries are removed
setAgentPrinicples(SetAgentPrinicplesRequestMsg) - Method in class org.miloss.fgsms.services.pcs.impl.PCS4jBean
seta list of all user principles with the agent role, these are the service level users that are allowed to request and set new service policies and to add data to fgsms via the DCS all previous records are replaced
setAlertRegistrations(SetAlertRegistrationsRequestMsg) - Method in class org.miloss.fgsms.services.pcs.impl.PCS4jBean
sets a list of SLAs that I am subscribed to
setCredentials(SetCredentialsRequestMsg) - Method in class org.miloss.fgsms.services.pcs.impl.PCS4jBean
sets authentication credentials for a specific service, typically used for connecting and obtaining status information only requires write access permissions to the specified url As of RC6
setGeneralSettings(SetGeneralSettingsRequestMsg) - Method in class org.miloss.fgsms.services.pcs.impl.PCS4jBean
set 1 or more specific settings, previous values are overwritten, values not specified in the request, if present, remain represent requires global admin rights As of RC6
setGlobalPolicy(SetGlobalPolicyRequestMsg) - Method in class org.miloss.fgsms.services.pcs.impl.PCS4jBean
Sets the global policy values Required permission: global admin role
setMailSettings(SetMailSettingsRequestMsg) - Method in class org.miloss.fgsms.services.pcs.impl.PCS4jBean
sets a list of all settings that are used for SLA email alerts requires global admin rights
setMyEmailAddress(SetMyEmailAddressRequestMsg) - Method in class org.miloss.fgsms.services.pcs.impl.PCS4jBean
sets my email address
setProcessListByMachine(SetProcessListByMachineRequestMsg) - Method in class org.miloss.fgsms.services.pcs.impl.PCS4jBean
provides infrastructure information, a list of all known processes associated with a given hostname requires agent rights As of RC6
setServicePermissions(SetServicePermissionsRequestMsg) - Method in class org.miloss.fgsms.services.pcs.impl.PCS4jBean
Sets the permissions on a particular service object Removes the current permission set and replaces it with the requested permission set Required Permission: administer
setServicePolicy(SetServicePolicyRequestMsg) - Method in class org.miloss.fgsms.services.pcs.impl.PCS4jBean
Saves a service policy to the configuration database Any existing policy for this service is deleted and replaced with the parameter.

U

unregisterPlugin(UnregisterPlugin) - Method in class org.miloss.fgsms.services.pcs.impl.PCS4jBean
Unregisters the existence of a plugin.
UNSPECIFIED - Static variable in class org.miloss.fgsms.services.pcs.impl.PCS4jBean
 
updateAgentAction(UpdateAgentActionRequestMsg) - Method in class org.miloss.fgsms.services.pcs.impl.PCS4jBean
updates a administrative action for an agent to perform.

V

validateFederationPolicies(FederationPolicyCollection) - Static method in class org.miloss.fgsms.services.pcs.impl.ValidationTools
 
ValidationTools - Class in org.miloss.fgsms.services.pcs.impl
eventually, all of the validation stuff for the PCS service will end up here with the goal of reducing the line counts
ValidationTools() - Constructor for class org.miloss.fgsms.services.pcs.impl.ValidationTools
 
C D E G I L O P R S U V 

Copyright © 2008–2017 MIL-OSS. All rights reserved.