Oracle® Fusion Middleware .NET API Reference for Identity Connector Framework  E57662-01
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123456]
 COrg.IdentityConnectors.Framework.Api.APIConfiguration
 COrg.IdentityConnectors.Framework.Api.Operations.APIOperationBase interface for all API operations.
 CApplicationException
 CAttribute
 COrg.IdentityConnectors.Framework.Spi.AttributeNormalizerInterface to be implemented by connectors that need to normalize certain attributes.
 COrg.IdentityConnectors.Framework.Common.Objects.BigDecimalPlaceholder since C# doesn't have a BigInteger
 COrg.IdentityConnectors.Framework.Common.Objects.BigIntegerPlaceholder since C# doesn't have a BigInteger
 COrg.IdentityConnectors.Framework.Common.Serializer.BinaryObjectDeserializerInterface for reading objects from a stream.
 COrg.IdentityConnectors.Framework.Common.Serializer.BinaryObjectSerializerInterface for writing objects to a stream.
 COrg.IdentityConnectors.Framework.Spi.ConfigurationEncapsulates the configuration of a connector
 COrg.IdentityConnectors.Framework.Api.ConfigurationPropertiesConfiguration properties encapsulates the Org.IdentityConnectors.Framework.Spi.Configuration and uses System.Reflection to determine the properties available for manipulation.
 COrg.IdentityConnectors.Framework.Api.ConfigurationPropertyTranslation from Org.IdentityConnectors.Framework.Spi.Configuration at the SPI layer to the API.
 COrg.IdentityConnectors.Framework.Common.Objects.ConnectorAttributeRepresents 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.
 COrg.IdentityConnectors.Framework.Common.Objects.ConnectorAttributeBuilder
 COrg.IdentityConnectors.Framework.Common.Objects.ConnectorAttributeInfo
 COrg.IdentityConnectors.Framework.Common.Objects.ConnectorAttributeInfoBuilderSimplifies the process of building 'AttributeInfo' objects.
 COrg.IdentityConnectors.Framework.Common.Objects.ConnectorAttributesAccessorAttributes Accessor convenience methods for accessing attributes.
 COrg.IdentityConnectors.Framework.Api.ConnectorFacadeFactoryManages a pool of connectors for use by a provisioner.
 COrg.IdentityConnectors.Framework.Api.ConnectorInfoThe connector meta-data for a given connector.
 COrg.IdentityConnectors.Framework.Api.ConnectorInfoManagerClass responsible for maintaing a list of
 COrg.IdentityConnectors.Framework.Api.ConnectorInfoManagerFactoryThe main entry point into connectors.
 COrg.IdentityConnectors.Framework.Api.ConnectorKeyUniquely identifies a connector within an installation.
 COrg.IdentityConnectors.Framework.Common.Objects.ConnectorMessagesMessage catalog for a given connector.
 COrg.IdentityConnectors.Framework.Common.Objects.ConnectorObject
 COrg.IdentityConnectors.Framework.Common.Objects.ConnectorObjectBuilder
 COrg.IdentityConnectors.Framework.Common.Objects.EmbeddedObjectAn
 COrg.IdentityConnectors.Framework.Common.Objects.EmbeddedObjectBuilderBuilder class to create a EmbeddedObject.
 COrg.IdentityConnectors.Common.Security.EncryptorResponsible for encrypting/decrypting bytes.
 COrg.IdentityConnectors.Common.Security.EncryptorFactory
 COrg.IdentityConnectors.Framework.Common.Objects.FileNamePlaceholder for java.io.File since C#'s FileInfo class throws exceptions if the file doesn't exist.
 COrg.IdentityConnectors.Framework.Common.Objects.Filters.Filter
 COrg.IdentityConnectors.Framework.Common.Objects.Filters.FilterTranslator< T >
 CICollection
 CIDictionary
 CIDisposable
 CIEqualityComparer
 CIList
 COrg.IdentityConnectors.Common.Proxy.InvocationHandlerSimilar to java.lang.reflect.InvocationHandler
 COrg.IdentityConnectors.Common.LocaleRepresents a Java Locale and has facilities for converting to/from C# CultureInfo
 COrg.IdentityConnectors.Framework.Common.Objects.ObjectClass
 COrg.IdentityConnectors.Framework.Common.Objects.ObjectClassInfo
 COrg.IdentityConnectors.Framework.Common.Objects.ObjectClassInfoBuilderUsed to help facilitate the building of ObjectClassInfo objects.
 COrg.IdentityConnectors.Common.Pooling.ObjectPoolConfigurationConfiguration for pooling objects
 COrg.IdentityConnectors.Framework.Common.Serializer.ObjectSerializerFactorySerializer factory for serializing connector objects.
 COrg.IdentityConnectors.Framework.Common.Objects.OperationOptionInfo
 COrg.IdentityConnectors.Framework.Common.Objects.OperationOptionInfoBuilder
 COrg.IdentityConnectors.Framework.Common.Objects.OperationOptionsArbitrary options to be passed into various operations.
 COrg.IdentityConnectors.Framework.Common.Objects.OperationOptionsBuilderBuilder for OperationOptions.
 COrg.IdentityConnectors.Common.Pair< T1, T2 >Represents a Pair of objects
 COrg.IdentityConnectors.Test.Common.PropertyBagEncapsulates a read-only bag of properties, which can be accessed in a type-safe manner.
 COrg.IdentityConnectors.Framework.Common.Objects.QualifiedUidA fully-qualified uid.
 COrg.IdentityConnectors.Framework.Api.RemoteFrameworkConnectionInfo
 COrg.IdentityConnectors.Common.SafeType< T >The equivalent of java's Class<? extends...gt; syntax. Allows you to restrict a Type to a certain class hierarchy.
 COrg.IdentityConnectors.Framework.Common.Objects.SchemaDetermines the objects supported by a Org.IdentityConnectors.Framework.Spi.Connector.
 COrg.IdentityConnectors.Framework.Common.Objects.SchemaBuilderSimple builder class to help facilitate creating a Schema object.
 COrg.IdentityConnectors.Framework.Common.Objects.ScriptRepresents a script in a scripting language.
 COrg.IdentityConnectors.Framework.Common.Objects.ScriptBuilderBuilder for Script.
 COrg.IdentityConnectors.Framework.Common.Objects.ScriptContextEncapsulates a script and all of its parameters.
 COrg.IdentityConnectors.Framework.Common.Objects.ScriptContextBuilderBuilds an ScriptContext.
 COrg.IdentityConnectors.Common.Script.ScriptExecutor
 COrg.IdentityConnectors.Common.Script.ScriptExecutorFactory
 COrg.IdentityConnectors.Framework.Spi.Operations.SPIOperationTagging interface for the Org.IdentityConnectors.Framework.Spi.Connector SPI.
 COrg.IdentityConnectors.Framework.Common.Objects.SyncDeltaRepresents a change to an object in a resource.
 COrg.IdentityConnectors.Framework.Common.Objects.SyncDeltaBuilderBuilder for SyncDelta.
 COrg.IdentityConnectors.Framework.Common.Objects.SyncTokenAbstract "place-holder" for synchronization.
 COrg.IdentityConnectors.Test.Common.TestHelpersBag of utility methods useful to connector tests.
 COrg.IdentityConnectors.Test.Common.Spi.TestHelpersSpiPrivate use only, do not implement! Use the methods in Org.IdentityConnectors.Test.Common.TestHelpers instead.
 COrg.IdentityConnectors.Test.Common.ToListResultsHandlerResultsHandler which stores all connector objects into list retrievable with Objects.
 COrg.IdentityConnectors.Framework.Common.Serializer.XmlObjectSerializerInterface for writing objects to a stream.