Class ConnectorObject

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

public final class ConnectorObject extends BaseConnectorObject
A ConnectorObject represents an object (e.g., an Account or a Group) on the target resource. Each ConnectorObject represents a resource object as a UID and a bag of attributes.

The developer of a Connector will use a ConnectorObjectBuilder to construct instances of ConnectorObject.