.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
E41516-01
Classes
| Class | Description | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| BigDecimal |
Placeholder since C# doesn't have a BigInteger
| |||||||||||||
| BigInteger |
Placeholder since C# doesn't have a BigInteger
| |||||||||||||
| ConnectorAttribute |
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.
| |||||||||||||
| ConnectorAttributeBuilder | ||||||||||||||
| ConnectorAttributeInfo | ||||||||||||||
| ConnectorAttributeInfoBuilder |
Simplifies the process of building 'AttributeInfo' objects.
| |||||||||||||
| ConnectorAttributeInfoUtil | ||||||||||||||
| ConnectorAttributesAccessor |
Attributes Accessor convenience methods for accessing attributes.
| |||||||||||||
| ConnectorAttributeUtil | ||||||||||||||
| ConnectorObject | ||||||||||||||
| ConnectorObjectBuilder | ||||||||||||||
| EmbeddedObject | An
| |||||||||||||
| EmbeddedObjectBuilder | Builder class to create a EmbeddedObject. | |||||||||||||
| FileName |
Placeholder for java.io.File since C#'s
FileInfo class throws exceptions if the
file doesn't exist.
| |||||||||||||
| Name | ||||||||||||||
| ObjectClass | ||||||||||||||
| ObjectClassInfo | ||||||||||||||
| ObjectClassInfoBuilder |
Used to help facilitate the building of ObjectClassInfo objects.
| |||||||||||||
| ObjectClassUtil | ||||||||||||||
| OperationalAttributeInfos | ConnectorAttributeInfo for each operational attribute.
| |||||||||||||
| OperationalAttributes |
Operational attributes have special meaning and cannot be represented by pure
operations.
| |||||||||||||
| OperationOptionInfo | ||||||||||||||
| OperationOptionInfoBuilder | ||||||||||||||
| OperationOptions |
Arbitrary options to be passed into various operations.
| |||||||||||||
| OperationOptionsBuilder |
Builder for OperationOptions.
| |||||||||||||
| PredefinedAttributeInfos | ||||||||||||||
| PredefinedAttributes |
List of well known or pre-defined attributes.
| |||||||||||||
| QualifiedUid |
A fully-qualified uid.
| |||||||||||||
| Schema |
Determines the objects supported by a
Connector.
| |||||||||||||
| SchemaBuilder |
Simple builder class to help facilitate creating a Schema object.
| |||||||||||||
| Script |
Represents a script in a scripting language.
| |||||||||||||
| ScriptBuilder |
Builder for Script.
| |||||||||||||
| ScriptContext |
Encapsulates a script and all of its parameters.
| |||||||||||||
| ScriptContextBuilder |
Builds an ScriptContext.
| |||||||||||||
| SyncDelta |
Represents a change to an object in a resource.
| |||||||||||||
| SyncDeltaBuilder |
Builder for SyncDelta.
| |||||||||||||
| SyncToken |
Abstract "place-holder" for synchronization.
| |||||||||||||
| Uid | ||||||||||||||
Interfaces
| Interface | Description | |
|---|---|---|
| ConnectorMessages |
Message catalog for a given connector.
|
Delegates
| Delegate | Description | |
|---|---|---|
| ResultsHandler |
Encapsulate the handling of each object returned by the search.
| |
| SyncResultsHandler |
Called to handle a delta in the stream.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| ConnectorAttributeInfo..::..Flags |
Enum of modifier flags to use for attributes.
| |
| SyncDeltaType |
The type of change.
|