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

Represents a named collection of values within a resource object, although the simplest case is a name-value pair (e.g., email, employeeID). Values can be empty, null, or set with various types. Empty and null are supported because it makes a difference on some resources (in particular database resources). The developer of a Connector will use an builder to construct an instance of ConnectorAttribute. More...

Inherited by Org.IdentityConnectors.Framework.Common.Objects.Name, and Org.IdentityConnectors.Framework.Common.Objects.Uid.

Public Member Functions

bool Is (string name)
 
sealed override bool Equals (Object obj)
 
sealed override int GetHashCode ()
 
override string ToString ()
 

Package Functions

 ConnectorAttribute (string name, IList< object > val)
 

Properties

string Name [get]
 
IList< object > Value [get]
 

Detailed Description

Represents a named collection of values within a resource object, although the simplest case is a name-value pair (e.g., email, employeeID). Values can be empty, null, or set with various types. Empty and null are supported because it makes a difference on some resources (in particular database resources). The developer of a Connector will use an builder to construct an instance of ConnectorAttribute.


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