Name |
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 |
|
ConnectorAttributeUtil |
|
ConnectorAttributesAccessor |
Attributes Accessor convenience methods for accessing attributes. |
ConnectorObject |
|
ConnectorObjectBuilder |
|
CultureInfoCache |
|
FileName |
Placeholder for java.io.File since C#'s FileInfo class throws exceptions if the file doesn't exist. |
Name |
|
NameUtil |
|
ObjectClass |
|
ObjectClassInfo |
|
ObjectClassInfoBuilder |
Used to help facilitate the building of ObjectClassInfo objects. |
ObjectClassUtil |
|
OperationOptionInfo |
|
OperationOptionInfoBuilder |
|
OperationOptions |
Arbitrary options to be passed into various operations. |
OperationOptionsBuilder |
Builder for OperationOptions. |
OperationalAttributeInfos |
ConnectorAttributeInfo for each operational attribute. |
OperationalAttributes |
Operational attributes have special meaning and cannot be represented by pure operations. |
PredefinedAttributeInfos |
|
PredefinedAttributes |
List of well known or pre-defined attributes. |
QualifiedUid |
A fully-qualified uid. |
ResultsHandler |
|
Schema |
Determines the objects supported by a Org.IdentityConnectors.Framework.Spi.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. |
SearchResult |
The final result of a query request returned after all connector objects matching the request have been returned. In addition to indicating that no more objects are to be returned by the search, the search result will contain page results state information if result paging has been enabled for the search. |
SortKey |
A sort key which can be used to specify the order in which connector objects should be included in the results of a search request. |
SyncDelta |
Represents a change to an object in a resource. |
SyncDeltaBuilder |
Builder for SyncDelta. |
SyncResultsHandler |
|
SyncToken |
Abstract "place-holder" for synchronization. |
Uid |
|