Skip navigation links

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

E38583-02


oracle.oud.plugin
Interface Plugin

All Superinterfaces:
RequestManager
All Known Subinterfaces:
ManagedPlugin
All Known Implementing Classes:
AbstractPlugin

public interface Plugin
extends RequestManager

This interface defines a plugin.


Method Summary
 java.lang.String getName()
          Returns the name of this plugin.

 

Methods inherited from interface oracle.oud.RequestManager
handleAdd, handleBind, handleCompare, handleDelete, handleExtended, handleModify, handleModifyDN, handleSearch

 

Method Detail

getName

java.lang.String getName()
Returns the name of this plugin. Note that names are unique across plugins and as a consequence can be used as plugin identifiers.
Returns:
the name of this plugin.

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.