Uses of Class
org.identityconnectors.framework.common.objects.BaseConnectorObject
-
Packages that use BaseConnectorObject Package Description org.identityconnectors.framework.common.objects -
-
Uses of BaseConnectorObject in org.identityconnectors.framework.common.objects
Subclasses of BaseConnectorObject in org.identityconnectors.framework.common.objects Modifier and Type Class Description classConnectorObjectA ConnectorObject represents an object (e.g., an Account or a Group) on the target resource.classConnectorObjectIdentificationRepresents an identification of a object (e.g., an Account or a Group) on the target resource.Methods in org.identityconnectors.framework.common.objects that return BaseConnectorObject Modifier and Type Method Description BaseConnectorObjectConnectorObjectReference. getValue()Returns the value of the reference (the referenced object or its identification)Constructors in org.identityconnectors.framework.common.objects with parameters of type BaseConnectorObject Constructor Description ConnectorObjectReference(BaseConnectorObject value)
-