Overview#
XDAS Trust Management Events XDAS Events are used for managing the trust relationships. A trust may be instantiated through a group or a role. By default, dynamicGroup, dynamicGroupAux, Group, LDAP Group and OrganizationalRole object classes are mapped to trusts.For example, when an Digital Identity in Domain A makes a request to a service governed by Domain B, an association of trust is required between the two domains. This is called a Trust Relationship. You set up a Trust Relationship by establishing an Digital Identity in Domain B, which is used as a proxy for any request coming from any Digital Identity in Domain A.
CREATE_TRUST | 0.0.1.0 | DSE_CREATE_ENTRY DSE_ADD_ENTRY | Creation of a trust. | This event is reported when a new trust,is created. |
DELETE_TRUST | 0.0.1.1 | DSE_REMOVE_ENTRY | Deletion of a trust. | This event is reported when a trust is deleted. |
QUERY_TRUST | 0.0.1.2 | DSE_INSPECT_ENTRY DSE_SEARCH DSE_LIST_SUBORDINATES DSE_READ_REFERENCES DSE_REFERRAL DSE_COMPARE_ATTR_VALUE DSE_READ_ATTR DSE_STREAM | Requesting of the attributes associated with a trust. | This event is reported when a request is raised for the attributes which are associated with a trust. |
MODIFY_TRUST | 0.0.1.3 | DSE_MOVE_SUBTREE DSE_MERGE_ENTRIES DSE_RENAME_ENTRY DSE_MOVE_SOURCE_ENTRY DSE_MOVE_DEST_ENTRY DSE_MUTATE_ENTRY DSE_ADD_VALUE DSE_ADD_PROPERTY DSE_DELETE_VALUE DSE_DELETE_PROPERTY DSE_RESEND_ENTRY DSE_CREATE_BACKLINK DSE_REMOVE_BACKLINK DSE_MODIFY_ENTRY | Modification of the attributes associated with a trust. | This event is reported when any modification is made to the attributes which are associated with a trust. |