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 PluginConfiguration


public interface PluginConfiguration

This interface defines the configuration of a plugin.

An experimental configuration provider is available from AbstractPlugin.getConfiguration(Class).


Method Summary
 Plugin getFirstNextPlugin()
          Return the plugin that is the next plugin relative to the plugin that owns this configuration.
 java.lang.String getName()
          Returns the name of the plugin that owns this configuration.
 java.util.List<Plugin> getNextPlugins()
          Return the list of plugins configured as next plugins relative to the plugin that owns this configuration.
 java.util.Set<java.lang.String> getProperties()
          Returns the raw configuration properties defined for the plugin that owns this configuration.
 java.lang.Class<? extends ManagedPlugin> getType()
          Returns the type of the plugin that owns this configuration.

 

Method Detail

getFirstNextPlugin

Plugin getFirstNextPlugin()
Return the plugin that is the next plugin relative to the plugin that owns this configuration.
Returns:
the next plugin.

getNextPlugins

java.util.List<Plugin> getNextPlugins()
Return the list of plugins configured as next plugins relative to the plugin that owns this configuration.

Note that the indexation can be different between restarts of the server.

Returns:
the next plugins.

getName

java.lang.String getName()
Returns the name of the plugin that owns this configuration.
Returns:
the name of the plugin attached to this configuration.

getType

java.lang.Class<? extends ManagedPlugin> getType()
Returns the type of the plugin that owns this configuration.
Returns:
the type of the plugin attached to this configuration.

getProperties

java.util.Set<java.lang.String> getProperties()
Returns the raw configuration properties defined for the plugin that owns this configuration.
Returns:
the raw configuration properties defined for the plugin that owns this configuration.

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.