Skip navigation links

OracleVirtual Directory Java API Reference
11g Release 1 (11.1.1)

E10688-02


Uses of Class
com.octetstring.vde.EntryChange

Packages that use EntryChange
com.octetstring.vde   
com.octetstring.vde.backend   
com.octetstring.vde.chain   
com.octetstring.vde.join   
com.octetstring.vde.util   

 

Uses of EntryChange in com.octetstring.vde

 

Methods in com.octetstring.vde that return EntryChange
 EntryChange[] EntryChanges.getEntryChanges()
          Retrieve the EntryChanges array for modified entries

 

Constructors in com.octetstring.vde with parameters of type EntryChange
EntryChanges(DirectoryString name, EntryChange[] entryChanges, Entry afterChange)
          Constructor that generates a modification change from a DN and an EntryChange array.

 

Uses of EntryChange in com.octetstring.vde.backend

 

Method parameters in com.octetstring.vde.backend with type arguments of type EntryChange
abstract  void Adapter.modify(Credentials creds, DirectoryString name, java.util.Vector<EntryChange> changeEntries, Chain chain)
           
 void AdapterServiceInterface.modify(java.util.HashMap<java.lang.Object,java.lang.Object> request, Credentials creds, DirectoryString name, java.util.Vector<EntryChange> changeEntries)
          The modify method checks access control, schema, and finds an appropriate adapter to submit requested changes to.
 void AdapterServiceInterface.modify(java.util.HashMap<java.lang.Object,java.lang.Object> request, java.lang.String adapterName, Credentials creds, DirectoryString name, java.util.Vector<EntryChange> changeEntries)
          The modify by adapter method checks access control, schema, and submits requested changes to selected adapter.

 

Uses of EntryChange in com.octetstring.vde.chain

 

Method parameters in com.octetstring.vde.chain with type arguments of type EntryChange
 void Plugin.modify(Chain chain, Credentials creds, DirectoryString name, java.util.Vector<EntryChange> changeEntries)
          Moves through the "modify" operation's chain
 void BasePlugin.modify(Chain chain, Credentials creds, DirectoryString name, java.util.Vector<EntryChange> changeEntries)
           
 void VirtualServicesInterface.modify(java.util.HashMap<java.lang.Object,java.lang.Object> request, Credentials creds, DirectoryString name, java.util.Vector<EntryChange> changeEntries)
          Moves through the "modify" 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 Chain.nextModify(Credentials creds, DirectoryString name, java.util.Vector<EntryChange> changeEntries)
          Moves through the "modify" operation's chain
 void GlobalServicesInterface.runModify(java.util.HashMap<java.lang.Object,java.lang.Object> request, Credentials creds, DirectoryString name, java.util.Vector<EntryChange> changeEntries)
           

 

Uses of EntryChange in com.octetstring.vde.join

 

Methods in com.octetstring.vde.join that return types with arguments of type EntryChange
 java.util.Vector<EntryChange> Joiner.preModifyOperation(Chain chain, Credentials creds, DirectoryString binddn, Entry entry, java.util.Vector<EntryChange> changeEntries)
          This method takes an inbound entry and change request and performs all necessary manipulations in the context of the joined adapter.

 

Method parameters in com.octetstring.vde.join with type arguments of type EntryChange
 java.util.Vector<EntryChange> Joiner.preModifyOperation(Chain chain, Credentials creds, DirectoryString binddn, Entry entry, java.util.Vector<EntryChange> changeEntries)
          This method takes an inbound entry and change request and performs all necessary manipulations in the context of the joined adapter.

 

Uses of EntryChange in com.octetstring.vde.util

 

Method parameters in com.octetstring.vde.util with type arguments of type EntryChange
 void PluginUtil.appendModify(DirectoryString attrib1, DirectoryString attrib2, java.util.Vector<EntryChange> changes)
          Facilitates an "append" during an inbound MODIFY request by adding all instances of the appended attributes to the request's entry changes
 void PluginUtil.appendModify(java.util.Map<DirectoryString,DirectoryString> appends, java.util.Vector<EntryChange> changeEntries)
          Facilitates a bulk "append" during an inbound MODIFY request by adding all instances of the appended attributes to the request's entry changes
 void PluginUtil.convertBaseModify(java.util.Vector<EntryChange> changeEntries, DirectoryString attrib, DirectoryString oldBase, DirectoryString newBase)
          Converts the base of a DN to a new base
 void PluginUtil.convertBaseModify(java.util.Vector<EntryChange> changeEntries, java.util.Set<DirectoryString> attribs, DirectoryString oldBase, DirectoryString newBase)
          Converts the base of a DN to a new base
 void PluginUtil.copyModify(DirectoryString attrib1, DirectoryString attrib2, java.util.Vector<EntryChange> changeEntries)
          Copies one attribute's values over another attributes values during an inbound MODIFY operation
 void PluginUtil.copyModify(java.util.Map<DirectoryString,DirectoryString> copies, java.util.Vector<EntryChange> changeEntries)
          Copies one attribute's values over another attributes values during an inbound MODIFY operation
 void PluginUtil.renameModify(DirectoryString attrib1, DirectoryString attrib2, java.util.Vector<EntryChange> changeEntries)
          Renames one attribute's values over another attributes values durring an inbound MODIFY operation,
overwriting the target attribute if it exists
 void PluginUtil.renameModify(java.util.Map<DirectoryString,DirectoryString> renames, java.util.Vector<EntryChange> changeEntries)
          Renames one attribute to another, overwriting the target attribute if it exists on an inbound MODIFY operation
 void PluginUtil.revalueModify(DirectoryString attrib, Syntax currValue, Syntax newValue, java.util.Vector<EntryChange> changes)
          Revaules an attribute with a given value to a new value

 


Skip navigation links

OracleVirtual Directory Java API Reference
11g Release 1 (11.1.1)

E10688-02


Copyright © 2000-2009 Oracle. All Rights Reserved.