Adding a Grant to the Policy Store for a Mapped User Identity

23-12 Oracle Fusion Middleware Administrators Guide for Oracle WebCenter

4. Click OK.

The new producer appears in the connection table.

23.4.2 Registering an Oracle PDK-Java Producer Using WLST

Use the WLST command registerPDKJavaProducer to create a connection to a PDK-Java portlet producer and register the producer with your WebCenter application. For command syntax and examples, see the section registerPDKJavaProducer in the Oracle Fusion Middleware WebLogic Scripting Tool Command Reference. For information on how to run WLST commands, see Section 1.13.3.1, Running Oracle WebLogic Scripting Tool WLST Commands.

23.4.3 Registering an Oracle PDK-Java Portlet Producer in WebCenter Spaces

For information about registering an Oracle PDK-Java portlet producer in WebCenter Spaces, see the section Registering Portlet Producers Through WebCenter Administration in the Oracle Fusion Middleware Users Guide for Oracle WebCenter.

23.4.4 Registering an Oracle PDK-Java Portlet Producer in WebCenter Portal Applications

For information about registering an Oracle PDK-Java portlet producer in WebCenter Portal applications, see the section How to Register an Oracle PDK-Java Portlet Producer in the Oracle Fusion Middleware Developers Guide for Oracle WebCenter.

23.5 Testing Oracle PDK-Java Producer Connections

To verify an Oracle PDK-Java producer connection, run the producer URL in a browser window in the following format: Subscriber ID Enter a string to identify the consumer of the producer being registered. When a producer is registered with an application, a call is made to the producer. During the call, the consumer WebCenter application in this instance passes the value for Subscriber ID to the producer. If the producer does not see the expected value for Subscriber ID, it might reject the registration call. Shared Key Enter a shared key to use for producers that are set up to handle encryption. The shared key is used by the encryption algorithm to generate a message signature for message authentication. Note that producer registration fails if the producer is set up with a shared key and you enter an incorrect shared key here. The shared key can contain between 10 and 20 alphanumeric characters. This key is also used when registering a producer using the Federated Portal Adapter FPA. The Shared Key is also known as the HMAC key. See Also: deregisterPDKJavaProducer, listPDKJavaProducers, refreshProducer Table 23–4 Cont. Oracle PDK-Java Producer Connection Parameters Field Description Managing Portlet Producers 23-13 http:host_name:port_numbercontext-rootprovidersproducer_name For example: http:domain.example.com:7778axyzproviderssample

23.6 Editing Producer Registration Details

You can update producer registration details at any time. If a producer moves to a different location, then you must reconfigure any connections you have defined to this producer. You can use Fusion Middleware Control or WLST to edit the URL property: ■ WDSL URL for a WSRP producer ■ URL End Point for an Oracle PDK-Java producer To retain all the portlet customizations and personalizations that users make while working with WebCenter applications, you must also migrate producer customizations and personalizations to the producers new location. Use the WLST commands exportPortletClientMetadata and importPortletClientMetadata to migrate portlet client metadata to a different location. For more information, see Section 37.2.3, Exporting Portlet Client Metadata WebCenter Portal Applications and Section 37.2.4, Importing Portlet Client Metadata WebCenter Portal Applications. This section includes the following subsections: ■ Section 23.6.1, Editing Producer Registration Details Using Fusion Middleware Control ■ Section 23.6.2, Editing Producer Registration Details Using WLST ■ Section 23.6.3, Migrating WSRP Producer Metadata to a New WSDL URL

23.6.1 Editing Producer Registration Details Using Fusion Middleware Control

To update connection details for a portlet producer:

1. Log in to Fusion Middleware Control and navigate to the home page for your

WebCenter Portal application or WebCenter Spaces: ■ Section 6.3, Navigating to the Home Page for WebCenter Portal Applications ■ Section 6.2, Navigating to the Home Page for WebCenter Spaces

2. Do one of the following:

■ For WebCenter Portal applications - From the Application Deployment menu, choose WebCenter Service Configuration. ■ For WebCenter Spaces - From the WebCenter menu, choose Settings Service Configuration . Note: If you want to migrate all the metadata for a particular producer rather than portlet customizations and personalizations only, then use the producer migration tool. For more information, see Section 37.1.3.13, Exporting Portlet Producers and Section 37.1.3.14, Importing Portlet Producers.