Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Unified Directory
11g Release 2 (11.1.2.2.0)

E38583-02


Package oracle.oud.plugin

Classes and interfaces for plugins.

See:
          Description

Interface Summary
AttachmentHolder This interface defines how objects can be attached, retrieved and removed to and from various entities.
ManagedPlugin This interface defines a managed plugin.
Plugin This interface defines a plugin.
PluginConfiguration This interface defines the configuration of a plugin.
PluginContext.ControlBuilder This interface is a builder to create new Control instances.
PluginContext.TypeBuilder This interface is a builder to create new type instances.
PluginContext.Utils This interface provides various services.
RequestContext.ClientConnection This interface provides information on the client connection that submitted the request being processed.
RequestContext.Logger This interface provides access to the logger to append log information in the access, debug and error logs.
RequestContext.Request This interface provides information on the request being processed.
RequestContext.RequestBuilder This interface is a builder to create new Request instances.

 

Class Summary
AbstractPlugin This class is a default implementation of a plugin that forwards all requests to the next plugin relative to this one.
DefaultResultHandler<T extends Result> This class defines a result handler wrapper that forwards all calls to the provided result handler.
DefaultSearchResultHandler This class defines a search result handler wrapper that forwards all calls to the provided search result handler.
PluginContext This class defines a context that is associated to the a plugin.
RequestContext This class defines a context that is associated to the request being executed.

 

Exception Summary
PluginException This class defines the root of exceptions that are thrown by plugins.

 

Annotation Types Summary
ConfigurationProperty This annotation provides the ability to specify the type contained in java.util.Collection for multivalued configuration properties.

 

Package oracle.oud.plugin Description

Classes and interfaces for plugins.


Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Unified Directory
11g Release 2 (11.1.2.2.0)

E38583-02


Copyright © 2013, Oracle and/or its affiliates. All rights reserved.