Class ConnectorObjectIdentification

java.lang.Object
org.identityconnectors.framework.common.objects.BaseConnectorObject
org.identityconnectors.framework.common.objects.ConnectorObjectIdentification

public final class ConnectorObjectIdentification extends BaseConnectorObject
Represents an identification of a object (e.g., an Account or a Group) on the target resource. Contains one or more attributes that should identify the object. (E.g. Name but not necessarily that one.) The developer of a Connector will use a ConnectorObjectBuilder to construct instances of ConnectorObjectIdentification. Similar to ConnectorObject but with no requirements about object class information and the presence of Uid and Name attributes.