Uses of Package
org.identityconnectors.framework.common.objects

Packages that use org.identityconnectors.framework.common.objects
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.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
ConnectorMessages
          Message catalog for a given connector.
 

Classes in org.identityconnectors.framework.common.objects used by org.identityconnectors.framework.api.operations
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.
ObjectClass
          An instance of ObjectClass specifies a category or type of ConnectorObject.
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 a Connector.
ScriptContext
          Encapsulates a script and all of its parameters.
SyncResultsHandler
          Callback interface that an application implements in order to handle results from SyncApiOp 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.common.exceptions
ObjectClass
          An instance of ObjectClass specifies a category or type of ConnectorObject.
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
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 of Attribute.
AttributeInfo
          AttributeInfo is meta data responsible for describing an Attribute.
AttributeInfo.Flags
          Enum of modifier flags to use for attributes.
AttributeInfoBuilder
          Simplifies the process of building 'AttributeInfo' objects.
ConnectorObject
          A ConnectorObject represents an object (e.g., an Account or a Group) on the target resource.
ConnectorObjectBuilder
          Builder class to create a ConnectorObject.
Name
          A single-valued attribute that represents the user-friendly identifier of an object on a target resource.
ObjectClass
          An instance of ObjectClass specifies a category or type of ConnectorObject.
ObjectClassInfo
          Extension of Attribute to distinguish it from a regular attribute.
ObjectClassInfoBuilder
          Simplifies the construction of ObjectClassInfo instances.
OperationOptionInfo
           
OperationOptions
          Arbitrary options to be passed into various operations.
OperationOptionsBuilder
          Builder for OperationOptions.
QualifiedUid
          A fully-qualified uid.
Schema
          Determines the objects supported by a Connector.
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.
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
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
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 of ObjectClass specifies a category or type of ConnectorObject.
 

Classes in org.identityconnectors.framework.common.objects used by org.identityconnectors.framework.spi.operations
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 of ObjectClass specifies a category or type of ConnectorObject.
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 a Connector.
ScriptContext
          Encapsulates a script and all of its parameters.
SyncResultsHandler
          Callback interface that an application implements in order to handle results from SyncApiOp 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.
 



Copyright © 2012. All Rights Reserved.