Connection Configuration Attributes Creating or Modifying Provider Connection Settings

19-12 Oracle Fusion Middleware Administrators Guide for Oracle WebCenter

19.4.3 Configuring the Activity Graph Provider

If you are working outside of the Integrated WLS domain i.e., in the WC_Spaces domain, before you can use scenarios that rely on the Activity Graph provider, you must configure connection information for your local environment. Connection settings for Activity Graph are maintained in wcps-connections.xml in the wc_domain conductor extensions directory domain scoped. Although it is not recommended that you edit this file directly, there are several other ways in which you can modify connection settings. Use one of the methods described in Section 19.4.1, Creating or Modifying Provider Connection Settings. to configure the connection settings for the Activity Graph provider. Connection Element and Property Descriptions connection-name - unique name for this connection. Connections can be retrieved by name. namespace - generally, this must match the namespace the accessing scenario is deployed within. The namespace is how the Conductor determines how to locate the appropriate connection for a given scenario. Using a wildcard , you can make this connection element available in all namespaces. nameisDefaultname - marks this connection as the default connection if multiple connections are defined nameschemename - protocol to access the CMIS REST service HTTP or HTTPS for SSL. Defaults to HTTP if not explicitly specified. namehostname - machine name hosting the Activity Graph REST service. This is the machine name of the WC_Spaces managed server. nameportname - machine port number hosting the Activity Graph REST service. This is the machine port number of the WC_Spaces managed server. namerewriteUrlsname - can be set to None, Consumer, or Producer. See the REST Proxy page for details. If you want the direct URLs from the CMIS server for document links, set this to None. Default is no rewrite None. nameusername - Optional the username to use when connecting to the Activity Graph REST service. namepasswordname - Optional the password to use when connecting to the Activity Graph REST service. Used in conjunction with username, can be used to force a connection to a fixed usernamepassword. Not recommended for use outside of development environment since password access is not secured. namerestResourceIndexname - the URI suffix to append to the hostport for the REST resource index for example: restapiresourceIndex

19.4.4 Configuring the Oracle People Connections Locator

If you are working outside of the Integrated WLS domain i.e., in the WC_Spaces domain, before you can use scenarios that rely on the People Connections locator, you must configure connection information for your local environment. The Property Service uses an IPropertyLocator the People Connections ILocator to interface with the WebCenter People Connections service. The Property Provider that interfaces with the WebCenter People Connections service uses this ILocator to make PC REST calls for a given user or self and return the Person object represented by that REST service call. The Person attributes represent values for that WebCenter profile.