Skip navigation links

Oracle Virtual Directory Java API Reference
11g Release 1 (11.1.1)

E10688-03


Uses of Interface
com.octetstring.vde.chain.Plugin

Packages that use Plugin
com.octetstring.vde.chain   

 

Uses of Plugin in com.octetstring.vde.chain

 

Classes in com.octetstring.vde.chain that implement Plugin
 class BasePlugin
          Convenience class for only implementing certain parts of the Plugin interface

 

Methods in com.octetstring.vde.chain with parameters of type Plugin
 void VirtualServicesInterface.add(java.util.HashMap<java.lang.Object,java.lang.Object> request, Credentials creds, Entry entry, com.asn1c.core.Int8 result, Plugin begin)
          Moves Through the "add" operation's chain
 void VirtualServicesInterface.bind(java.util.HashMap<java.lang.Object,java.lang.Object> request, Credentials creds, DirectoryString dn, BinarySyntax password, com.asn1c.core.Bool result, Plugin begin)
          Moves through the "bind" operation's chain
 void VirtualServicesInterface.delete(java.util.HashMap<java.lang.Object,java.lang.Object> request, Credentials creds, DirectoryString object, com.asn1c.core.Int8 results, Plugin begin)
          Moves through the "delete" operation's chain
 void VirtualServicesInterface.get(java.util.HashMap<java.lang.Object,java.lang.Object> request, Credentials creds, DirectoryString base, com.asn1c.core.Int8 scope, Filter filter, com.asn1c.core.Bool typesOnly, java.util.Vector<DirectoryString> attributes, com.octetstring.vde.chain.ChainVector result, Plugin begin)
          Moves through the "get" operation's chain
 Entry VirtualServicesInterface.getByDn(java.util.HashMap<java.lang.Object,java.lang.Object> request, Credentials creds, DirectoryString base, Plugin begin)
          Moves through the "get" operation's chain
 void VirtualServicesInterface.modify(java.util.HashMap<java.lang.Object,java.lang.Object> request, Credentials creds, DirectoryString name, java.util.Vector<EntryChange> changeEntries, Plugin begin)
          Moves through the "modify" operation's chain
 void VirtualServicesInterface.rename(java.util.HashMap<java.lang.Object,java.lang.Object> request, Credentials creds, DirectoryString oldName, DirectoryString newName, DirectoryString newSuffix, com.asn1c.core.Bool removeOldRdn, com.asn1c.core.Int8 results, Plugin begin)
          Moves through the "rename" operation's chain

 


Skip navigation links

Oracle Virtual Directory Java API Reference
11g Release 1 (11.1.1)

E10688-03


Copyright © 2000-2010 Oracle and/or its affiliates. All Rights Reserved.