Package | Description |
---|---|
org.miloss.fgsms.services.interfaces.policyconfiguration |
fgsms Policy Configuration Service.
|
org.miloss.fgsms.services.pcs.impl |
Modifier and Type | Method and Description |
---|---|
ClearCredentialsResponseMsg |
PCS.clearCredentials(ClearCredentialsRequestMsg request)
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
|
CreateAgentActionResponseMsg |
PCS.createAgentAction(CreateAgentActionRequestMsg request)
creates a new administrative action for an agent to perform.
|
DeleteAgentActionsResponseMsg |
PCS.deleteAgentActions(DeleteAgentActionsRequestMsg request)
deletes a list of administrative action for an agent to perform.
|
DeleteServicePolicyResponseMsg |
PCS.deleteServicePolicy(DeleteServicePolicyRequestMsg request)
Deletes a service policy to the configuration database and optionally, performance data
Required Permission: administer
|
ElevateSecurityLevelResponseMsg |
PCS.elevateSecurityLevel(ElevateSecurityLevelRequestMsg request)
Elevate the security classification level of fgsms
|
GetAdministratorsResponseMsg |
PCS.getAdministrators(GetAdministratorsRequestMsg request)
Returns a list of users with the global admin role
|
GetAgentActionsByMachineResponseMsg |
PCS.getAgentActionsByMachine(GetAgentActionsByMachineRequestMsg request)
returns a list of all administrative action for an agent to perform by machine.
|
GetAgentPrinicplesResponseMsg |
PCS.getAgentPrinicples(GetAgentPrinicplesRequestMsg request)
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
|
GetAlertRegistrationsResponseMsg |
PCS.getAlertRegistrations(GetAlertRegistrationsRequestMsg request)
returns a list of SLAs that I am subscribed to
|
GetAvailableAlertRegistrationsResponseMsg |
PCS.getAvailableAlertRegistrations(GetAvailableAlertRegistrationsRequestMsg request)
returns a list of all SLAs that the current user can subscribe to
|
GetDomainListResponseMsg |
PCS.getDomainList(GetDomainListRequestMsg request)
provides infrastructure information, a list of all domains associated with this fgsms instance
As of RC6
|
GetGeneralSettingsResponseMsg |
PCS.getGeneralSettings(GetGeneralSettingsRequestMsg request)
sets a list of all settings that are used for fgsmss services
requires global admin rights or agent
As of RC6
|
GetGlobalPolicyResponseMsg |
PCS.getGlobalPolicy(GetGlobalPolicyRequestMsg request)
requires the global policy values
required permission: none
|
GetMachinesByDomainResponseMsg |
PCS.getMachinesByDomain(GetMachinesByDomainRequestMsg request)
provides infrastructure information, a list of all known hostnames associated with this fgsms instance
As of RC6
|
GetMailSettingsResponseMsg |
PCS.getMailSettings(GetMailSettingsRequestMsg request)
gets mail settings that are used to deliver email for SLA alerts
|
GetMonitoredItemsByMachineResponseMsg |
PCS.getMonitoredItemsByMachine(GetMonitoredItemsByMachineRequestMsg request)
provides infrastructure information, a list of all known processes associated with a given hostname
requires agent rights
As of RC6
|
GetMyEmailAddressResponseMsg |
PCS.getMyEmailAddress(GetMyEmailAddressRequestMsg request)
Get my email address
|
GetPluginHtmlFormattedDisplayResponseMsg |
PCS.getPluginHtmlFormattedDisplay(GetPluginHtmlFormattedDisplayRequestMsg request)
Gets Html Formatted display of a given instance of a plugin, since 6.3
|
GetPluginInformationResponse |
PCS.getPluginInformation(GetPluginInformation parameters)
Gets detailed information about a plugin, since 6.3
|
GetPluginListResponse |
PCS.getPluginList(GetPluginList parameters)
Gets the current plugin list, since 6.3
|
GetProcessesListByMachineResponseMsg |
PCS.getProcessesListByMachine(GetProcessesListByMachineRequestMsg request)
provides infrastructure information, a list of all known processes associated with a given hostname
requires global admin rights
As of RC6
|
GetServicePermissionsResponseMsg |
PCS.getServicePermissions(GetServicePermissionsRequestMsg request)
Returns the permission set from a service object
Required Permission: read
|
ServicePolicyResponseMsg |
PCS.getServicePolicy(ServicePolicyRequestMsg request)
GetServicePolicy returns a policy for a specific service
If a policy does not exist, a default policy will be returned, specifically
monitor successes and failures, no identity monitoring, no message recording
Default Data retension (dataTTL) = 30 days
Required Permission: none
|
GetUDDIDataPublishServicePoliciesResponseMsg |
PCS.getUDDIDataPublishServicePolicies(GetUDDIDataPublishServicePoliciesRequestMsg request)
GetServicePolicy returns a list of service policies for all services that are
configured to data publication to uddi
Note: Only information pretaining to uddi publication is returned,
other data such as SLA or UserIdentification policies are not returned.
|
RegisterPluginResponse |
PCS.registerPlugin(RegisterPlugin parameters)
Registers the existence of a new plugin.
|
RemoveGeneralSettingsResponseMsg |
PCS.removeGeneralSettings(RemoveGeneralSettingsRequestMsg request)
removes 1 or more specific settings, previous values are discarded
requires global admin rights
As of RC6
|
SetAdministratorResponseMsg |
PCS.setAdministrator(SetAdministratorRequestMsg request)
Sets a list of users with the global admin role
All previous entries are removed
|
SetAgentPrinicplesResponseMsg |
PCS.setAgentPrinicples(SetAgentPrinicplesRequestMsg request)
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
|
SetAlertRegistrationsResponseMsg |
PCS.setAlertRegistrations(SetAlertRegistrationsRequestMsg request)
sets a list of SLAs that I am subscribed to
|
SetCredentialsResponseMsg |
PCS.setCredentials(SetCredentialsRequestMsg request)
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
|
SetGeneralSettingsResponseMsg |
PCS.setGeneralSettings(SetGeneralSettingsRequestMsg request)
set 1 or more specific settings, previous values are overwritten, values not specified in the request, if present, remain present.
|
SetGlobalPolicyResponseMsg |
PCS.setGlobalPolicy(SetGlobalPolicyRequestMsg request)
Sets the global policy values
Required permission: global admin role
|
SetMailSettingsResponseMsg |
PCS.setMailSettings(SetMailSettingsRequestMsg request)
sets a list of all settings that are used for SLA email alerts
requires global admin rights
|
SetMyEmailAddressResponseMsg |
PCS.setMyEmailAddress(SetMyEmailAddressRequestMsg request)
sets my email address
|
SetProcessListByMachineResponseMsg |
PCS.setProcessListByMachine(SetProcessListByMachineRequestMsg request)
provides infrastructure information, a list of all known processes associated with a given hostname
requires agent rights
As of RC6
|
SetServicePermissionsResponseMsg |
PCS.setServicePermissions(SetServicePermissionsRequestMsg request)
Sets the permissions on a particular service object
Removes the current permission set and replaces it with the requested permission set
Required Permission: administer
|
SetServicePolicyResponseMsg |
PCS.setServicePolicy(SetServicePolicyRequestMsg request)
Saves a service policy to the configuration database
Any existing policy for this service is deleted and replaced with the parameter.
|
UnregisterPluginResponse |
PCS.unregisterPlugin(UnregisterPlugin parameters)
Unregisters the existence of a plugin.
|
UpdateAgentActionResponseMsg |
PCS.updateAgentAction(UpdateAgentActionRequestMsg request)
updates a administrative action for an agent to perform.
|
Modifier and Type | Method and Description |
---|---|
ClearCredentialsResponseMsg |
PCS4jBean.clearCredentials(ClearCredentialsRequestMsg request)
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
|
CreateAgentActionResponseMsg |
PCS4jBean.createAgentAction(CreateAgentActionRequestMsg request)
creates a new administrative action for an agent to perform.
|
DeleteAgentActionsResponseMsg |
PCS4jBean.deleteAgentActions(DeleteAgentActionsRequestMsg request)
deletes a list of administrative action for an agent to perform.
|
DeleteServicePolicyResponseMsg |
PCS4jBean.deleteServicePolicy(DeleteServicePolicyRequestMsg request)
Deletes a service policy to the configuration database and optionally,
performance data
Required Permission: administer
|
ElevateSecurityLevelResponseMsg |
PCS4jBean.elevateSecurityLevel(ElevateSecurityLevelRequestMsg request)
Elevate the security classification level of fgsms
|
GetAdministratorsResponseMsg |
PCS4jBean.getAdministrators(GetAdministratorsRequestMsg request)
Returns a list of users with the global admin role
|
GetAgentActionsByMachineResponseMsg |
PCS4jBean.getAgentActionsByMachine(GetAgentActionsByMachineRequestMsg request)
returns a list of all administrative action for an agent to perform by
machine.
|
GetAgentPrinicplesResponseMsg |
PCS4jBean.getAgentPrinicples(GetAgentPrinicplesRequestMsg request)
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
|
GetAlertRegistrationsResponseMsg |
PCS4jBean.getAlertRegistrations(GetAlertRegistrationsRequestMsg request)
returns a list of SLAs that I am subscribed to
|
GetAvailableAlertRegistrationsResponseMsg |
PCS4jBean.getAvailableAlertRegistrations(GetAvailableAlertRegistrationsRequestMsg request)
returns a list of all SLAs that the current user can subscribe to
|
GetDomainListResponseMsg |
PCS4jBean.getDomainList(GetDomainListRequestMsg request)
provides infrastructure information, a list of all domains associated
with this fgsms instance As of RC6
|
GetGeneralSettingsResponseMsg |
PCS4jBean.getGeneralSettings(GetGeneralSettingsRequestMsg request)
sets a list of all settings that are used for fgsmss services requires
global admin rights or agent As of RC6
|
GetGlobalPolicyResponseMsg |
PCS4jBean.getGlobalPolicy(GetGlobalPolicyRequestMsg request)
requires the global policy values
required permission: none
can't be null, class level should be specified but
can be null
|
GetMachinesByDomainResponseMsg |
PCS4jBean.getMachinesByDomain(GetMachinesByDomainRequestMsg request)
provides infrastructure information, a list of all known hostnames
associated with this fgsms instance As of RC6
|
GetMailSettingsResponseMsg |
PCS4jBean.getMailSettings(GetMailSettingsRequestMsg request)
gets mail settings that are used to deliver email for SLA alerts
|
GetMonitoredItemsByMachineResponseMsg |
PCS4jBean.getMonitoredItemsByMachine(GetMonitoredItemsByMachineRequestMsg request)
provides infrastructure information, a list of all known processes
associated with a given hostname requires agent rights As of RC6
|
GetMyEmailAddressResponseMsg |
PCS4jBean.getMyEmailAddress(GetMyEmailAddressRequestMsg request)
Get my email address
|
GetPluginHtmlFormattedDisplayResponseMsg |
PCS4jBean.getPluginHtmlFormattedDisplay(GetPluginHtmlFormattedDisplayRequestMsg request)
Gets Html Formatted display of a given instance of a plugin, since 6.3
|
GetPluginInformationResponse |
PCS4jBean.getPluginInformation(GetPluginInformation parameters)
Gets detailed information about a plugin, since 6.3 Permissions: all
authenticated users
|
GetProcessesListByMachineResponseMsg |
PCS4jBean.getProcessesListByMachine(GetProcessesListByMachineRequestMsg request)
provides infrastructure information, a list of all known processes
associated with a given hostname requires global admin rights As of RC6
|
GetServicePermissionsResponseMsg |
PCS4jBean.getServicePermissions(GetServicePermissionsRequestMsg request)
Returns the permission set from a service object
Required Permission: read
|
ServicePolicyResponseMsg |
PCS4jBean.getServicePolicy(ServicePolicyRequestMsg request)
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.
|
GetUDDIDataPublishServicePoliciesResponseMsg |
PCS4jBean.getUDDIDataPublishServicePolicies(GetUDDIDataPublishServicePoliciesRequestMsg request)
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.
|
RegisterPluginResponse |
PCS4jBean.registerPlugin(RegisterPlugin parameters)
Registers the existence of a new plugin.
|
RemoveGeneralSettingsResponseMsg |
PCS4jBean.removeGeneralSettings(RemoveGeneralSettingsRequestMsg request)
removes 1 or more specific settings, previous values are discarded
requires global admin rights As of RC6
|
SetAdministratorResponseMsg |
PCS4jBean.setAdministrator(SetAdministratorRequestMsg request)
Sets a list of users with the global admin role
All previous entries are removed
|
SetAgentPrinicplesResponseMsg |
PCS4jBean.setAgentPrinicples(SetAgentPrinicplesRequestMsg request)
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
|
SetAlertRegistrationsResponseMsg |
PCS4jBean.setAlertRegistrations(SetAlertRegistrationsRequestMsg request)
sets a list of SLAs that I am subscribed to
|
SetCredentialsResponseMsg |
PCS4jBean.setCredentials(SetCredentialsRequestMsg request)
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
|
SetGeneralSettingsResponseMsg |
PCS4jBean.setGeneralSettings(SetGeneralSettingsRequestMsg request)
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
|
SetGlobalPolicyResponseMsg |
PCS4jBean.setGlobalPolicy(SetGlobalPolicyRequestMsg request)
Sets the global policy values
Required permission: global admin role
|
SetMailSettingsResponseMsg |
PCS4jBean.setMailSettings(SetMailSettingsRequestMsg request)
sets a list of all settings that are used for SLA email alerts requires
global admin rights
|
SetMyEmailAddressResponseMsg |
PCS4jBean.setMyEmailAddress(SetMyEmailAddressRequestMsg request)
sets my email address
|
SetProcessListByMachineResponseMsg |
PCS4jBean.setProcessListByMachine(SetProcessListByMachineRequestMsg request)
provides infrastructure information, a list of all known processes
associated with a given hostname requires agent rights As of RC6
|
SetServicePermissionsResponseMsg |
PCS4jBean.setServicePermissions(SetServicePermissionsRequestMsg request)
Sets the permissions on a particular service object
Removes the current permission set and replaces it with the requested
permission set
Required Permission: administer
|
SetServicePolicyResponseMsg |
PCS4jBean.setServicePolicy(SetServicePolicyRequestMsg request)
Saves a service policy to the configuration database
Any existing policy for this service is deleted and replaced with the
parameter.
|
UnregisterPluginResponse |
PCS4jBean.unregisterPlugin(UnregisterPlugin parameter)
Unregisters the existence of a plugin.
|
UpdateAgentActionResponseMsg |
PCS4jBean.updateAgentAction(UpdateAgentActionRequestMsg request)
updates a administrative action for an agent to perform.
|
Copyright © 2008–2017 MIL-OSS. All rights reserved.