Uses of Package
org.identityconnectors.framework.common.objects
-
Packages that use org.identityconnectors.framework.common.objects Package Description org.identityconnectors.framework.api The Connector API presents a consistent view of any Connector, regardless of which operations the connector actually implements.org.identityconnectors.framework.api.operations org.identityconnectors.framework.api.operations.batch org.identityconnectors.framework.common org.identityconnectors.framework.common.exceptions org.identityconnectors.framework.common.objects org.identityconnectors.framework.common.objects.filter org.identityconnectors.framework.spi This is the "Service Provider Interface" package.org.identityconnectors.framework.spi.operations -
Classes in org.identityconnectors.framework.common.objects used by org.identityconnectors.framework.api Class Description ConnectorMessages Message catalog for a given connector. -
Classes in org.identityconnectors.framework.common.objects used by org.identityconnectors.framework.api.operations Class Description Attribute Represents a named collection of values within a target object, although the simplest case is a name-value pair (e.g., email, employeeID).BatchResult BatchToken Encapsulates zero or more tokens resulting from submission of a set of batched operations to an external resource via a connector.ConnectorObject A ConnectorObject represents an object (e.g., an Account or a Group) on the target resource.ObjectClass An instance ofObjectClass
specifies a category or type ofConnectorObject
.OperationOptions Arbitrary options to be passed into various operations.ResultsHandler Callback interface for operations that are returning one or more results.Schema Determines the objects supported by aConnector
.ScriptContext Encapsulates a script and all of its parameters.SearchResult The final result of a query request returned after all connector objects matching the request have been returned.Subscription A SubscriptionHandler represents a subscription to an asynchronous event channel.SyncDelta Represents a change to an object in a resource.SyncResultsHandler Callback interface that an application implements in order to handle results fromSyncApiOp
in a stream-processing fashion.SyncToken Abstract "place-holder" for synchronization.Uid A single-valued attribute that represents the unique identifier of an object within the name-space of the target resource. -
Classes in org.identityconnectors.framework.common.objects used by org.identityconnectors.framework.api.operations.batch Class Description Attribute Represents a named collection of values within a target object, although the simplest case is a name-value pair (e.g., email, employeeID).ObjectClass An instance ofObjectClass
specifies a category or type ofConnectorObject
.OperationOptions Arbitrary options to be passed into various operations.Uid A single-valued attribute that represents the unique identifier of an object within the name-space of the target resource. -
Classes in org.identityconnectors.framework.common.objects used by org.identityconnectors.framework.common Class Description Uid A single-valued attribute that represents the unique identifier of an object within the name-space of the target resource. -
Classes in org.identityconnectors.framework.common.objects used by org.identityconnectors.framework.common.exceptions Class Description ObjectClass An instance ofObjectClass
specifies a category or type ofConnectorObject
.Uid A single-valued attribute that represents the unique identifier of an object within the name-space of the target resource. -
Classes in org.identityconnectors.framework.common.objects used by org.identityconnectors.framework.common.objects Class Description Attribute Represents a named collection of values within a target object, although the simplest case is a name-value pair (e.g., email, employeeID).AttributeBuilder Simplifies constructing instances ofAttribute
.AttributeInfo AttributeInfo is meta data responsible for describing anAttribute
.AttributeInfo.Flags Enum of modifier flags to use for attributes.AttributeInfoBuilder Simplifies the process of building 'AttributeInfo' objects.BatchToken Encapsulates zero or more tokens resulting from submission of a set of batched operations to an external resource via a connector.ConnectorObject A ConnectorObject represents an object (e.g., an Account or a Group) on the target resource.ConnectorObjectBuilder Builder class to create aConnectorObject
.Name A single-valued attribute that represents the user-friendly identifier of an object on a target resource.ObjectClass An instance ofObjectClass
specifies a category or type ofConnectorObject
.ObjectClassInfo Extension of Attribute to distinguish it from a regular attribute.ObjectClassInfoBuilder Simplifies the construction ofObjectClassInfo
instances.OperationOptionInfo OperationOptions Arbitrary options to be passed into various operations.OperationOptionsBuilder Builder forOperationOptions
.QualifiedUid A fully-qualified uid.Schema Determines the objects supported by aConnector
.ScriptContext Encapsulates a script and all of its parameters.ScriptContextBuilder Builds anScriptContext
.SearchResult.CountPolicy An enum of count policy types.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 forSyncDelta
.SyncDeltaType The type of change.SyncToken Abstract "place-holder" for synchronization.Uid A single-valued attribute that represents the unique identifier of an object within the name-space of the target resource. -
Classes in org.identityconnectors.framework.common.objects used by org.identityconnectors.framework.common.objects.filter Class Description Attribute Represents a named collection of values within a target object, although the simplest case is a name-value pair (e.g., email, employeeID).ConnectorObject A ConnectorObject represents an object (e.g., an Account or a Group) on the target resource. -
Classes in org.identityconnectors.framework.common.objects used by org.identityconnectors.framework.spi Class Description Attribute Represents a named collection of values within a target object, although the simplest case is a name-value pair (e.g., email, employeeID).ConnectorMessages Message catalog for a given connector.ObjectClass An instance ofObjectClass
specifies a category or type ofConnectorObject
.ResultsHandler Callback interface for operations that are returning one or more results.SearchResult The final result of a query request returned after all connector objects matching the request have been returned.SyncResultsHandler Callback interface that an application implements in order to handle results fromSyncApiOp
in a stream-processing fashion.SyncToken Abstract "place-holder" for synchronization. -
Classes in org.identityconnectors.framework.common.objects used by org.identityconnectors.framework.spi.operations Class Description Attribute Represents a named collection of values within a target object, although the simplest case is a name-value pair (e.g., email, employeeID).BatchResult BatchToken Encapsulates zero or more tokens resulting from submission of a set of batched operations to an external resource via a connector.ConnectorObject A ConnectorObject represents an object (e.g., an Account or a Group) on the target resource.ObjectClass An instance ofObjectClass
specifies a category or type ofConnectorObject
.OperationOptions Arbitrary options to be passed into various operations.ResultsHandler Callback interface for operations that are returning one or more results.Schema Determines the objects supported by aConnector
.ScriptContext Encapsulates a script and all of its parameters.Subscription A SubscriptionHandler represents a subscription to an asynchronous event channel.SyncDelta Represents a change to an object in a resource.SyncResultsHandler Callback interface that an application implements in order to handle results fromSyncApiOp
in a stream-processing fashion.SyncToken Abstract "place-holder" for synchronization.Uid A single-valued attribute that represents the unique identifier of an object within the name-space of the target resource.