| Class | Description |
|---|---|
| ComplexValue |
A complex value represents a value that is itself composed of a set of attributes and values.
|
| IdentityAttributePath |
An attribute path is an attribute selector: it provides a way to selectively target specific attributes in an
IdentityData object.
|
| IdentityData |
This class represents a set of attributes and their corresponding value(s) for one specific identity or entry.
|
| IdentityDataParser | |
| IdentityDataUtils |
This class provides a set of helper methods that work with
IdentityData objects. |
| IdentityFilter |
An IdentityFilter is a class that is used to represent filters that can be applied or matched against IdentityData
attributes and their values.
|
| IdentityMapper | |
| IdentityPatch |
The IdentityPatch class is a simple wrapper class that manages a list of patch operations (modifications such as
add/replace/remove on attributes and their associated values).
|
| IdentityPatchOperation |
This abstract base class represents a granular operation or change (add value(s), replace value(s), or remove value(s))
on a specific attribute.
|
| Enum | Description |
|---|---|
| PatchOpType |
Enumeration that represents a patch operation type (a type of modification on an attribute and its value(s)).
|
| Exception | Description |
|---|---|
| IdentityDataException |
Generic exception class for exceptions that occur during the processing of objects from the com.rli.util.identityData
package.
|