+

Search Tips   |   Advanced Search

Removing policy set attachments

Use the Jython or Jacl scripting language to remove and transfer policy sets from application artifacts. We can also remove resources that apply to a policy set attachment without deleting the policy set attachment.

When administrative security is enabled, verify that we use the correct administrative role, as the following table describes:

Administrative role Authorization
Administrator The Administrator role must have cell-wide access to remove policy set attachments. If we have access to a specific resource only, we can remove policy set attachments for the resource for which we have access.
Configurator The Configurator role must have cell-wide access to remove policy set attachments. If we have access to a specific resource only, we can remove policy set attachments for the resource for which we have access.
Deployer The Deployer role with cell-wide or resource specific access can remove policy set attachments for application resources only.
Operator The Operator role cannot remove policy set attachments.
Monitor The Monitor role cannot remove policy set attachments.

Determine which applications and policy sets to remove, detach, or transfer. Use the listWebServices command to list all Web services and for the application to edit. Enter the command to list all web services and attributes for a specific application.

AdminTask.listWebServices('[-application application_name]')
To view a list of all web services and associated applications, do not provide the -application parameter. For each web service, the command returns the associated application name, module name, service name, and service type. We can also use the listAttachmentsForPolicySet and getPolicySetAttachments administrative commands to view existing configuration data. For additional information about these commands, use the information center topic for the PolicySetManagement group of commands for the AdminTask object.

There are four ways to remove policy set attachments, including:

Choose the appropriate procedure to remove your policy set attachments.


Tasks

  • Configure attachments for the trust service
  • Configure application and system policy sets for web services
  • Create policy sets
  • Add and remove policies
  • Create policy set attachments
  • Manage policy set attachments
  • Removing policy set attachments
  • Manage policy sets
  • PolicySetManagement