What's New in This Guide

This section summarizes the new features and significant product changes for the Identity Governance Framework (IGF) and the related developer APIs.

This section includes New and Changed Features for Release 12c (12.1.3).

New and Changed Features for Release 12c (12.1.3)

This release includes the following new features:

Logical NOT Operator in Search Filters

You can specify the logical NOT operator to negate a simple or complex filter condition. The SearchFilter class has two new methods: negate() is a toggle method to set the NOT condition, and the isNegated() method can check if the NOT condition is already set.

See Section 2.4.20, "Logical NOT Operator in a Search Filter."

Pass-Through Support for Entity Attributes

The Identity Directory API supports entity attribute pass-through. You do not need to include each and every attribute in attribute definitions and attribute references under the entity definition. You can include any attribute in an add, modify, requested attributes, or search filter operation, and if the attribute is not present in the in the identity store schema, the IDS API returns the error thrown by the identity store.

See Section 2.2.1, "Logical Entity Configuration."