Oracle® Fusion Middleware .NET API Reference for Identity Connector Framework  E57662-01
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | List of all members
Org.IdentityConnectors.Framework.Common.Objects.EmbeddedObject Class Reference

An More...

Public Member Functions

 EmbeddedObject (ObjectClass objectClass, ICollection< ConnectorAttribute > attrs)
 
ICollection< ConnectorAttributeGetAttributes ()
 
ConnectorAttribute GetAttributeByName (string name)
 
override int GetHashCode ()
 
override bool Equals (Object o)
 

Properties

ObjectClass ObjectClass [get]
 

Detailed Description

An

EmbeddedObject represents an object (e.g., an Account's Address) on the target resource that is embedded in another object. Each EmbeddedObject represents a resource object as a bag of attributes. Unlike ConnectorObject, EmbeddedObjects do not have an identity, and therefore are not required to (and most often do not) have a Uid nor a Name.

The clients and the developer of a Connector will use a EmbeddedObjectBuilder to construct instances of

EmbeddedObject

.


The documentation for this class was generated from the following file: