Click Finish. Oracle Fusion Middleware Online Documentation Library

26-82 Modeling and Implementation Guide for Oracle Business Process Management ipt.setTypesaml; ipt.setPolicyReferencesprts; sct.setRootEndPointURLhttp:sta00048.us.oracle.com:7001; sct.setIdentityPropagationipt; defaultServer.setSoapClientsct; Setting Federated Server 1 to the list ServerType server1 = new ServerType; servers.addserver1; server1.setNameHuman Resource; RemoteClientType rct1 = new RemoteClientType; rct1.setServerURLt3:stadl28.us.oracle.com:7001; rct1.setInitialContextFactoryweblogic.jndi.WLInitialContextFactory; rct1.setParticipateInClientTransactionfalse; server1.setRemoteClientrct1; SoapClientType sct1 = new SoapClientType; PolicyReferencesType prts1 = new PolicyReferencesType; PolicyReferenceType prt1 = new PolicyReferenceType; prt1.setEnabledtrue; prt1.setCategorysecurity; prt1.setUrioraclewss10_saml_token_client_policy; prts1.getPolicyReference.addprt1; IdentityPropagationType ipt1 = new IdentityPropagationType; ipt1.setModedynamic; ipt1.setTypesaml; ipt1.setPolicyReferencesprts1; sct1.setRootEndPointURLhttp:stadl28.us.oracle.com:7001; sct1.setIdentityPropagationipt1; server1.setSoapClientsct1; Setting Federated Server 2 to the list ServerType server2 = new ServerType; servers.addserver2; server2.setNameFinancials; RemoteClientType rct2 = new RemoteClientType; rct2.setServerURLt3:sta00048.us.oracle.com:7001; rct2.setInitialContextFactoryweblogic.jndi.WLInitialContextFactory; rct2.setParticipateInClientTransactionfalse; server2.setRemoteClientrct2; SoapClientType sct2 = new SoapClientType; PolicyReferencesType prts2 = new PolicyReferencesType; PolicyReferenceType prt2 = new PolicyReferenceType; prt2.setEnabledtrue; prt2.setCategorysecurity; prt2.setUrioraclewss10_saml_token_client_policy; prts2.getPolicyReference.addprt2; Using Approval Management 26-83 IdentityPropagationType ipt2 = new IdentityPropagationType; ipt2.setModedynamic; ipt2.setTypesaml; ipt2.setPolicyReferencesprts2; sct2.setRootEndPointURLhttp:sta00048.us.oracle.com:7001; sct2.setIdentityPropagationipt2; server2.setSoapClientsct2; ■ showServerColumn If the task flow is run in federated mode, the server column in the task list, by default, is not displayed. To display the column, this parameter must be passed as true . ■ wfCtxID This is a workflow context token string and is used to create workflow context inside the task flow. If the application Single Sign On is enabled or is secured using ADF security, this parameter is not required. The workflow context is shown below. Example 26–11 Workflow Context IWorkflowContext wfCtx = wfSvcClient.getTaskQueryService.authenticateusername, password, realm, null; wfCtxID = wfCtx.getToken; ■ showViewsPanel The views panel displays only if passed as true. By default, it is not displayed. ■ showTaskDetailsPanel The task details panel displays only if passed as true. By default, it is not displayed. ■ refreshURL This string enables task details in the task listing region to display in an inline frame. If action is taken on the task details page, the action refreshes the task listing area with the p age URL in which the task flowportlet is contained. Since the task flow does not know the URL of the container page, the URL must be passed as a parameter. Get the parameter by calling the getRequestURL method on the request object. You can pass the full URL either by calling the getRequestURL method on the request object, or by passing the URL using the following format: context-rootfacespage-name For example: FederatedWorklistfacestest.jspx ■ localeSource A string parameter that passes the locale source. It can be from the browser BROWSER or from the identity context IDENTITY. ■ showActionDropdown The action dropdown does not display only if passed as false. By default, it is displayed.