Skip navigation links

Oracle Internet Directory API Reference
10g(10.1.4)

B15992-01


oracle.ldap.ospf
Class ServerPluginAdapter

java.lang.Object
  extended byoracle.ldap.ospf.ServerPluginAdapter

All Implemented Interfaces:
ServerPlugin

public abstract class ServerPluginAdapter
extends java.lang.Object
implements ServerPlugin

Adapter class for the ServerPlugin interface.

Since:
10g Release 3 (10.1.4)

Constructor Summary
ServerPluginAdapter()
           

 

Method Summary
 PluginResult post_add(PluginDetail pd)
          Used during an LDAP add operation.
 PluginResult post_bind(PluginDetail pd)
          Used during an LDAP bind operation.
 PluginResult post_compare(PluginDetail pd)
          Used during an LDAP compare operation.
 PluginResult post_delete(PluginDetail pd)
          Used during an LDAP delete operation.
 PluginResult post_moddn(PluginDetail pd)
          Used during an LDAP moddn operation.
 PluginResult post_modify(PluginDetail pd)
          Used during an LDAP modify operation.
 PluginResult post_search(PluginDetail pd)
          Used during an LDAP search operation.
 PluginResult pre_add(PluginDetail pd)
          Used during an LDAP add operation.
 PluginResult pre_bind(PluginDetail pd)
          Used during an LDAP bind operation.
 PluginResult pre_compare(PluginDetail pd)
          Used during an LDAP compare operation.
 PluginResult pre_delete(PluginDetail pd)
          Used during an LDAP delete operation.
 PluginResult pre_moddn(PluginDetail pd)
          Used during an LDAP moddn operation.
 PluginResult pre_modify(PluginDetail pd)
          Used during an LDAP modify operation.
 PluginResult pre_search(PluginDetail pd)
          Used during an LDAP search operation.
 PluginResult when_add_replace(PluginDetail pd)
          Used during an LDAP add operation.
 PluginResult when_add(PluginDetail pd)
          Used during an LDAP add operation.
 PluginResult when_bind_replace(PluginDetail pd)
          Used during an LDAP bind operation.
 PluginResult when_compare_replace(PluginDetail pd)
          Used during an LDAP compare operation.
 PluginResult when_delete_replace(PluginDetail pd)
          Used during an LDAP delete operation.
 PluginResult when_delete(PluginDetail pd)
          Used during an LDAP delete operation.
 PluginResult when_moddn_replace(PluginDetail pd)
          Used during an LDAP moddn operation.
 PluginResult when_moddn(PluginDetail pd)
          Used during an LDAP moddn operation.
 PluginResult when_modify_replace(PluginDetail pd)
          Used during an LDAP modify operation.
 PluginResult when_modify(PluginDetail pd)
          Used during an LDAP modify operation.
 PluginResult when_search_replace(PluginDetail pd)
          Used during an LDAP search operation.
 PluginResult when_search(PluginDetail pd)
          Used during an LDAP search operation.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ServerPluginAdapter

public ServerPluginAdapter()

Method Detail

pre_bind

public PluginResult pre_bind(PluginDetail pd)
                      throws java.lang.Exception
Used during an LDAP bind operation.

Plug-in Timing: PRE

Specified by:
pre_bind in interface ServerPlugin
Throws:
java.lang.Exception

when_bind_replace

public PluginResult when_bind_replace(PluginDetail pd)
                               throws java.lang.Exception
Used during an LDAP bind operation.

Plug-in Timing: WHEN_REPLACE

Specified by:
when_bind_replace in interface ServerPlugin
Throws:
java.lang.Exception

post_bind

public PluginResult post_bind(PluginDetail pd)
                       throws java.lang.Exception
Used during an LDAP bind operation.

Plug-in Timing: POST

Specified by:
post_bind in interface ServerPlugin
Throws:
java.lang.Exception

pre_compare

public PluginResult pre_compare(PluginDetail pd)
                         throws java.lang.Exception
Used during an LDAP compare operation.

Plug-in Timing: PRE

Specified by:
pre_compare in interface ServerPlugin
Throws:
java.lang.Exception

when_compare_replace

public PluginResult when_compare_replace(PluginDetail pd)
                                  throws java.lang.Exception
Used during an LDAP compare operation.

Plug-in Timing: WHEN_REPLACE

Specified by:
when_compare_replace in interface ServerPlugin
Throws:
java.lang.Exception

post_compare

public PluginResult post_compare(PluginDetail pd)
                          throws java.lang.Exception
Used during an LDAP compare operation.

Plug-in Timing: POST

Specified by:
post_compare in interface ServerPlugin
Throws:
java.lang.Exception

pre_add

public PluginResult pre_add(PluginDetail pd)
                     throws java.lang.Exception
Used during an LDAP add operation.

Plug-in Timing: PRE

Specified by:
pre_add in interface ServerPlugin
Throws:
java.lang.Exception

when_add

public PluginResult when_add(PluginDetail pd)
                      throws java.lang.Exception
Used during an LDAP add operation.

Plug-in Timing: WHEN

Specified by:
when_add in interface ServerPlugin
Throws:
java.lang.Exception

when_add_replace

public PluginResult when_add_replace(PluginDetail pd)
                              throws java.lang.Exception
Used during an LDAP add operation.

Plug-in Timing: WHEN_REPLACE

Specified by:
when_add_replace in interface ServerPlugin
Throws:
java.lang.Exception

post_add

public PluginResult post_add(PluginDetail pd)
                      throws java.lang.Exception
Used during an LDAP add operation.

Plug-in Timing: POST

Specified by:
post_add in interface ServerPlugin
Throws:
java.lang.Exception

pre_modify

public PluginResult pre_modify(PluginDetail pd)
                        throws java.lang.Exception
Used during an LDAP modify operation.

Plug-in Timing: PRE

Specified by:
pre_modify in interface ServerPlugin
Throws:
java.lang.Exception

when_modify

public PluginResult when_modify(PluginDetail pd)
                         throws java.lang.Exception
Used during an LDAP modify operation.

Plug-in Timing: WHEN

Specified by:
when_modify in interface ServerPlugin
Throws:
java.lang.Exception

when_modify_replace

public PluginResult when_modify_replace(PluginDetail pd)
                                 throws java.lang.Exception
Used during an LDAP modify operation.

Plug-in Timing: WHEN_REPLACE

Specified by:
when_modify_replace in interface ServerPlugin
Throws:
java.lang.Exception

post_modify

public PluginResult post_modify(PluginDetail pd)
                         throws java.lang.Exception
Used during an LDAP modify operation.

Plug-in Timing: POST

Specified by:
post_modify in interface ServerPlugin
Throws:
java.lang.Exception

pre_moddn

public PluginResult pre_moddn(PluginDetail pd)
                       throws java.lang.Exception
Used during an LDAP moddn operation.

Plug-in Timing: PRE

Specified by:
pre_moddn in interface ServerPlugin
Throws:
java.lang.Exception

when_moddn

public PluginResult when_moddn(PluginDetail pd)
                        throws java.lang.Exception
Used during an LDAP moddn operation.

Plug-in Timing: WHEN

Specified by:
when_moddn in interface ServerPlugin
Throws:
java.lang.Exception

when_moddn_replace

public PluginResult when_moddn_replace(PluginDetail pd)
                                throws java.lang.Exception
Used during an LDAP moddn operation.

Plug-in Timing: WHEN_REPLACE

Specified by:
when_moddn_replace in interface ServerPlugin
Throws:
java.lang.Exception

post_moddn

public PluginResult post_moddn(PluginDetail pd)
                        throws java.lang.Exception
Used during an LDAP moddn operation.

Plug-in Timing: POST

Specified by:
post_moddn in interface ServerPlugin
Throws:
java.lang.Exception

pre_search

public PluginResult pre_search(PluginDetail pd)
                        throws java.lang.Exception
Used during an LDAP search operation.

Plug-in Timing: PRE

Specified by:
pre_search in interface ServerPlugin
Throws:
java.lang.Exception

when_search

public PluginResult when_search(PluginDetail pd)
                         throws java.lang.Exception
Used during an LDAP search operation.

Plug-in Timing: WHEN

Specified by:
when_search in interface ServerPlugin
Throws:
java.lang.Exception

when_search_replace

public PluginResult when_search_replace(PluginDetail pd)
                                 throws java.lang.Exception
Used during an LDAP search operation.

Plug-in Timing: WHEN_REPLACE

Specified by:
when_search_replace in interface ServerPlugin
Throws:
java.lang.Exception

post_search

public PluginResult post_search(PluginDetail pd)
                         throws java.lang.Exception
Used during an LDAP search operation.

Plug-in Timing: POST

Specified by:
post_search in interface ServerPlugin
Throws:
java.lang.Exception

pre_delete

public PluginResult pre_delete(PluginDetail pd)
                        throws java.lang.Exception
Used during an LDAP delete operation.

Plug-in Timing: PRE

Specified by:
pre_delete in interface ServerPlugin
Throws:
java.lang.Exception

when_delete

public PluginResult when_delete(PluginDetail pd)
                         throws java.lang.Exception
Used during an LDAP delete operation.

Plug-in Timing: WHEN

Specified by:
when_delete in interface ServerPlugin
Throws:
java.lang.Exception

when_delete_replace

public PluginResult when_delete_replace(PluginDetail pd)
                                 throws java.lang.Exception
Used during an LDAP delete operation.

Plug-in Timing: WHEN_REPLACE

Specified by:
when_delete_replace in interface ServerPlugin
Throws:
java.lang.Exception

post_delete

public PluginResult post_delete(PluginDetail pd)
                         throws java.lang.Exception
Used during an LDAP delete operation.

Plug-in Timing: POST

Specified by:
post_delete in interface ServerPlugin
Throws:
java.lang.Exception

Skip navigation links

Oracle Internet Directory API Reference
10g(10.1.4)

B15992-01


Copyright © 1999, 2006 Oracle. All Rights Reserved.