This section contains instructions on performing common filter-related tasks in Designer:
The Filter Editor allows you to edit the filter. There are two different ways to access the filter. To access the Filter Editor from within a project:
In an open project, click the Outline tab.
Click the Model Outline icon.
Select the driver you want to manage the filter for, then click the plus sign to the right.
Double-click the Filter icon and to launch the Filter Editor.
Figure 5-1 Outline Access
To access the Filter Editor through the Policy Flow:
In Designer, open a project, then click the Outline tab.
Select the Policy Flow icon.
Select the filter, which is represented by the Sync or Notify icons.
Double-click the filter as it appears in the Policy Set Manager below the Policy Flow to launch the Filter Editor.
Or
Double-click the Sync or Notify icons to launch the Filter Editor.
Figure 5-2 Policy Flow Access
The Filter Editor allows you to create and edit the filter. To display a context menu, right-click an item.
By removing or adding classes and attributes, you determine what objects synchronize between the connected data store and the Identity Vault.
If you do not want a class or an attribute to synchronize, the best practice is to remove the class or the attribute completely from the filter. There are two different ways to add or remove attributes and classes from the filter:
Right-click in the Filter Editor, then click
.Or
Click the class icon in
the upper-right corner
Browse and select the class you want to add, then click
.Change the options to synchronize the information.
To save the changes, click
.Right-click in the Filter Editor, then click
.Or
Click the attribute icon in
the upper-right corner.
Browse and select the attribute you want to add, then click OK.
Change the options to synchronize the information.
To save the changes, click
.You can copy an existing filter from another driver and use it in the driver you are currently working with.
Click the
Or
Right-click in the Filter Editor, then click
.Browse to and select the filter object you want to copy, then click
.If you have more than one Identity Vault in your project, you can copy filters from the other Identity Vaults. When you are browsing to select the other object, you can browse to the other Identity Vault and use a filter stored there.
Figure 5-3 Multiple Identity Vaults
If you have modified the schema in the connected application,
these changes need to be reflected in the Filter. To make the new
schema available, click the in
the toolbar.
When you create a new class or attribute mapping, you can see the new schema in the drop-down list for the connected application.
You can define the default values for new attributes when they are added to the Filter.
Click the in
the upper-right corner.
Select the options you want new attributes to have, then click
.The Filter Editor gives you the option of modifying how information is synchronized between the Identity Vault and the connected system. The Filter has different options for classes and attributes.
Designer comes with a new tool called the Policy Simulator. It allows you to test your policies and filters before deploying them. You can launch the Policy Simulator through the Filter Editor to test your Filter after you have modified it. Follow the steps listed below to access the Policy Simulator and to test the Filter:
To access the
Policy Simulator, click the Launch Policy Simulator icon in
the toolbar.
Select Import to browse to a file that simulates an event, then click Open. This example uses the \simulation\add\User.xml file, which simulates an Add event for a user object.
The Policy Simulator displays the input document of the user Add event.
Click Start to begin the simulation.
The Policy Simulator displays the log of the Add event as well as the output document. With the radio button set to Log, you see the results of the Add event as you would through DSTRACE. With the radio button set to Output, the Policy Simulator displays the output document.
Click Continue to select a different input document and see the results of that event.
When you have finished testing the filter, click Close to close the Policy Simulator.
NOTE:You can edit the input and output documents. If you want to keep the changes, click the Save As icon.
The Source view enables you to view and edit the XML by using an XML editor or text editor. The default editor that is loaded is associated to .xml file types. If a default editor can’t be found, the system text editor is loaded. The functionality and operations of the Source view are based on the editor that loads.
For more information about the XML source see Editing the DirXML Script.
To open the Source view, select Source, at the bottom of the Filter Editor’s workspace.
You can edit the XML through the XML editor. You can make changes here as well as through the GUI interface.
To choose a different XML editor for your source view:
From the Main menu, click
> .Click
> > .Select
from the list of file types.Select the editor you want (for example, Novell XML Editor) in the Associated editors pane. (If the editor you want isn’t in the list, you can click
, then add it to the list.)Click
.Close and reopen the Filter Editor. The default editor should be loaded in the Source view.