Class AuditFieldTokenBuilder
- java.lang.Object
-
- org.openiam.idm.provisioning.diff.audit.AuditFieldTokenBuilder
-
public final class AuditFieldTokenBuilder extends Object
This is an amateur representation of a tree. The purpose of this class is to provide an easy way to audit Diff objects.Audit attributes can have the format a=value, a//b=value, or a//b//c[0]=value
The outer class is basically the root node, and each node can have other nodes
- Author:
- lbornova
-
-
Constructor Summary
Constructors Constructor Description AuditFieldTokenBuilder(Diff diff)
-