Part reference configuration settings

 

Part reference configuration settings

Use this page to specify a reference to the message parts for signature and encryption that are defined in the deployment descriptors. To view this administrative console page on the cell level for signing information, complete the following steps:

  1. Click Security > Web services .

  2. Under Default generator bindings or Default consumer bindings, click Signing information > signing_information_name.

  3. Under Additional properties, click Part references .

  4. Click New to create a part reference or click the name of an existing configuration to modify its settings.
To view this administrative console page on the server level for signing information, complete the following steps:

  1. Click Servers > Application Servers > server_name.

  2. Under Security, click Web services: Default bindings for Web services security .

  3. Under Default generator bindings or Default consumer bindings, click Signing information > signing_information_name.

  4. Under Additional properties, click Part references .

  5. Click New to create a part reference or click the name of an existing configuration to modify its settings.
To view this administrative console page on the application level for signing information, complete the following steps. Part references are available through
the administrative console using Version 6.x applications only.

  1. Click Applications > Enterprise applications > application_name.

  2. Under Related items, click EJB modules or Web modules > URI_name.

  3. Under Additional properties, you can access the signing information for the following bindings:

    • For the Request generator (sender) binding, click Web services: Client
      security bindings
      . Under Request generator (sending) binding, click Edit custom .

    • For Response consumer (receiver) binding, click Web services: Client
      security bindings
      . Under Response consumer (receiver) binding, click Edit custom .

    • For the Request consumer (receiver) binding, click Web services: Server
      security bindings
      . Under Request consumer (receiver) binding, click Edit custom .

    • For the Response generator (sender) binding, click Web services: Server
      security bindings
      . Under Response generator (sender) binding, click Edit custom .

  4. Under Required properties, click Signing information > signing_information_name.

  5. Under Additional properties, click Part references .

  6. Click New to create a part reference or click the name of an existing configuration to modify its settings.

You must specify a part name and select a part reference before specifying additional properties. Before specifying the digest method properties that are accessible under Additional properties, specify a digest method algorithm on this panel. If you specify none and click Digest method, an error message is displayed.

Part name

The name that is assigned to the part reference configuration.

Part reference

The name of the <integrity> or <requiredIntegrity> element for the signed part of the message or it specifies the name of the <confidentiality> or <requiredConfidentiality> element for the encrypted part of the message in the deployment descriptor.

The part names that are defined in the deployment descriptor are listed as options in this field. This field is displayed for the binding configuration on the application level only.

Digest method algorithm

The algorithm URI of the digest method that is used for the signed part that is specified by the part reference.

WebSphere Application Server provides the following predefined algorithm URI: http://www.w3.org/2000/09/xmldsig#sha1. If you want to specify a custom algorithm, configure the custom algorithm in the Algorithm URI panel before setting the digest method algorithm. To access the Algorithm URI panel, complete the following steps for the cell level:

  1. Click Security > Web services .

  2. Under Additional properties, click Algorithm mappings > algorithm_factory_engine_class_name > Algorithm URI > New .
The specified algorithms are listed as options for this field. To access the Algorithm URI panel, complete the following steps for the server level:

  1. Click Servers > Application servers > server_name.

  2. Under Security, click Web services: Default bindings for Web services security .

  3. Under Additional properties, click Algorithm mappings > algorithm_factory_engine_class_name > Algorithm URI > New .
The specified algorithms are listed as options for this field.

When you specify the Algorithm URI, you also must specify an algorithm type. To have the algorithm display as a selection in the Digest method algorithm field on the Part reference panel, select Digest value calculation (Message digest) as the algorithm type.




Related reference
Part reference collection
Transforms collection
Transforms configuration settings