Skip navigation links

Oracle Internet Directory API Reference
11g Release 1 (11.1.1)

E10664-01


oracle.ldap.ospf
Class PluginDetail

java.lang.Object
  extended by oracle.ldap.ospf.PluginDetail


public final class PluginDetail
extends java.lang.Object

Defines LDAP information to be passed to the Java Plug-in. Contains the following:

Since:
10g Release 3 (10.1.4)

Method Summary
 LdapBaseEntry getLdapBaseEntry()
          Gets the LdapBaseEntry object from the PluginDetail
 LdapOperation getLdapOperation()
          Gets the LdapOperation object from the PluginDetail
 PluginFlexfield getPluginFlexfield()
          Gets the PluginFlexfield object from the PluginDetail
 Server getServer()
          Gets the Server object from the PluginDetail

 

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

 

Method Detail

getServer

public Server getServer()
Gets the Server object from the PluginDetail
Returns:
srv - Server object

getLdapBaseEntry

public LdapBaseEntry getLdapBaseEntry()
Gets the LdapBaseEntry object from the PluginDetail
Returns:
baseEntry - LdapBaseEntry object

getLdapOperation

public LdapOperation getLdapOperation()
Gets the LdapOperation object from the PluginDetail
Returns:
op - LdapOperation object

getPluginFlexfield

public PluginFlexfield getPluginFlexfield()
Gets the PluginFlexfield object from the PluginDetail
Returns:
plgFlxFld - PluginFlexfield object

Skip navigation links

Oracle Internet Directory API Reference
11g Release 1 (11.1.1)

E10664-01


Copyright © 1999, 2009 Oracle. All Rights Reserved.