See: Description
| Interface | Description |
|---|---|
| IServiceProviderLocator | |
| Notifier |
Interface to notify the provisioning platform when a response to an
asynchronous request is made.
|
| PlatformContext |
Interface to retrieve provisioning platform context information, such as a
directory naming context for retrieving directory entries.
|
| SchemaLookup |
SchemaLookup defines the interface used in event notification and reconciliation
to retrieve schema information for objectclasses and attributes.
|
| SearchResults |
Encapsulates search results from a remote resource.
|
| ServiceDefConstants |
Defines tag names and attribute names found in service.def xml files.
|
| ServiceProvider |
Interface for a provider to communicate with a remote resource.
|
| ServiceProviderFactory |
This interface should be implemented and used to instantiated and
initialize a ServiceProvider implementation.
|
| ServiceProviderV2 |
Interface for a provider to communicate with a remote resource.
|
| UnsolicitedEventProcessor |
Interface for a class to process unsolicited events, including add events,
modify events, suspend, restore, and delete events.
|
| Class | Description |
|---|---|
| AsynchronousResponse |
Class that represents the response to an asynchronous request made by a
ServiceProvider.
|
| InitialPlatformContext |
Class used as a starting point to gain the platform's context.
|
| RequestStatus |
Class encapsulates a response from a remote resource, including the
status and any message.
|
| SearchCriteria |
Encapsulates search criteria used in performing a recon.
|
| SearchResult |
Encapsulates an entry returned from a search on a remote resource.
|
| ServiceCallbackHandler |
Used in event notification and asynchronous request processing.
|
| ServiceProviderInfoConnector |
A holder object for
|
| ServiceProviderInfoOperation |
A holder object for
|
| ServiceProviderInfoParameter |
Represents a
|
| ServiceProviderInformation |
Encapsulates service provider configuration parameters, including properties
read from resource definition files.
|
| ServiceProviderLocator |
Locates the correct ServiceProviderFactory and uses it to creates a
ServiceProvider.
|
| Enum | Description |
|---|---|
| RequestStatus.Reason | |
| RequestStatus.Status |
| Exception | Description |
|---|---|
| ProviderConfigurationException |
Indicates that there was a problem with the service provider configuration.
|
Provides the interfaces and classes necessary to write a custom service provider that remote services will use.