Skip navigation links

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

E10688-02

A B C D E F G H I J K L M N O P R S T U V W Z


R

readConfiguration() - Static method in class com.octetstring.vde.util.VDELogger
 
readFrom(Entry) - Method in class com.octetstring.vde.Entry
Required for the new chain system to allow Entry objects to take the value of another Entry without creating a new reference
readFromFilter(Filter) - Method in class com.octetstring.ldapv3.Filter
Allows the current filter to absorb a new filter
receiveEntryChanges(EntryChanges) - Method in interface com.octetstring.vde.EntryChangesListener
This method accepts an EntryChanges object for futher processing.
REFERRAL - Static variable in class com.octetstring.vde.operation.LDAPResult
LDAP operation result code REFERRAL
reload(RoutingHandler, BackendHandler) - Method in class com.octetstring.vde.backend.AdapterServiceInterface
 
remove(DirectoryString) - Method in class com.octetstring.vde.Entry
Removes the specified attribute type from this entry
removeAcls() - Static method in class com.octetstring.vde.chain.GlobalServicesInterface
 
removeFilter(Filter, Set<DirectoryString>) - Method in class com.octetstring.vde.util.PluginUtil
Removes an attribute from a a filter
removeLangTag(DirectoryString) - Static method in class com.octetstring.vde.Entry
 
rename(Credentials, DirectoryString, DirectoryString, DirectoryString, boolean, Chain) - Method in class com.octetstring.vde.backend.Adapter
 
rename(HashMap<Object, Object>, Credentials, DirectoryString, DirectoryString, DirectoryString, boolean) - Method in class com.octetstring.vde.backend.AdapterServiceInterface
rename: Checks access control, finds the appropriate adapter or adapters and either does the rename by calling add/delete on two adapters or passing a rename request to a single adapter.
rename(HashMap<Object, Object>, String, String, Credentials, DirectoryString, DirectoryString, DirectoryString, boolean) - Method in class com.octetstring.vde.backend.AdapterServiceInterface
rename Checks access control, finds the appropriate adapter or adapters and either does the rename by calling add/delete on two adapters or passing a rename request to a single adapter.
rename(Chain, Credentials, DirectoryString, DirectoryString, DirectoryString, Bool, Int8) - Method in class com.octetstring.vde.chain.BasePlugin
 
rename(Chain, Credentials, DirectoryString, DirectoryString, DirectoryString, Bool, Int8) - Method in interface com.octetstring.vde.chain.Plugin
Moves through the "rename" operation's chain
rename(HashMap<Object, Object>, Credentials, DirectoryString, DirectoryString, DirectoryString, Bool, Int8) - Method in class com.octetstring.vde.chain.VirtualServicesInterface
Moves through the "rename" operation's chain
rename(HashMap<Object, Object>, Credentials, DirectoryString, DirectoryString, DirectoryString, Bool, Int8, Plugin) - Method in class com.octetstring.vde.chain.VirtualServicesInterface
Moves through the "rename" operation's chain
RENAME_OP - Static variable in class com.octetstring.vde.chain.Chain
Rename Operation
renameAdd(Map<DirectoryString, DirectoryString>, Entry) - Method in class com.octetstring.vde.util.PluginUtil
Renames one attribute to another, overwriting the target attribute if it exists on an inbound ADD or outbound GET operation
renameAdd(DirectoryString, DirectoryString, Entry) - Method in class com.octetstring.vde.util.PluginUtil
Renames one attribute's values over another attributes values during an inbound ADD or outbound GET operation,
overwriting the target attribute if it exists
renameFilter(Filter, Map<DirectoryString, DirectoryString>) - Method in class com.octetstring.vde.util.PluginUtil
Renames one attribute's values over another attributes values.
renameFromAdapter(HashMap<Object, Object>, String, Credentials, DirectoryString, DirectoryString, DirectoryString, boolean) - Method in class com.octetstring.vde.backend.AdapterServiceInterface
renameFromAdapter: Checks access control, finds the appropriate adapter to locate the original entry and automatically selects a target adapter.
renameGet(Map<DirectoryString, DirectoryString>, Vector<DirectoryString>, Filter) - Method in class com.octetstring.vde.util.PluginUtil
Renames one attribute to another, overwriting the target attribute if it exists on an inbound GET operation
renameGet(DirectoryString, DirectoryString, Vector<DirectoryString>) - Method in class com.octetstring.vde.util.PluginUtil
Renames one attribute to another, overwriting the target attribute if it exists on an inbound GET operation
renameGet(DirectoryString, DirectoryString, Vector<DirectoryString>, Filter) - Method in class com.octetstring.vde.util.PluginUtil
Renames one attribute's values over another attributes values durring an inbound GET operation,
overwriting the target attribute if it exists
renameModify(Map<DirectoryString, DirectoryString>, Vector<EntryChange>) - Method in class com.octetstring.vde.util.PluginUtil
Renames one attribute to another, overwriting the target attribute if it exists on an inbound MODIFY operation
renameModify(DirectoryString, DirectoryString, Vector<EntryChange>) - Method in class com.octetstring.vde.util.PluginUtil
Renames one attribute's values over another attributes values durring an inbound MODIFY operation,
overwriting the target attribute if it exists
reset() - Static method in class com.octetstring.vde.backend.AdapterServiceInterface
 
reset() - Static method in class com.octetstring.vde.chain.GlobalServicesInterface
 
revalueAdd(DirectoryString, Syntax, Syntax, Entry) - Method in class com.octetstring.vde.util.PluginUtil
Revaules an attribute with a given value to a new value
revalueGet(DirectoryString, Syntax, Syntax, Filter) - Method in class com.octetstring.vde.util.PluginUtil
Revaules an attribute with a given value to a new value
revalueModify(DirectoryString, Syntax, Syntax, Vector<EntryChange>) - Method in class com.octetstring.vde.util.PluginUtil
Revaules an attribute with a given value to a new value
reverse() - Method in class com.octetstring.vde.syntax.BinarySyntax
 
reverse() - Method in class com.octetstring.vde.syntax.DirectoryString
Returns a new directory string that is the reverse of this one.
reverse() - Method in class com.octetstring.vde.syntax.IA5String
 
reverse() - Method in class com.octetstring.vde.syntax.IntegerSyntax
 
reverse() - Method in class com.octetstring.vde.syntax.Syntax
Returns the reverse of this string.
reverse() - Method in class com.octetstring.vde.syntax.TelephoneNumberSyntax
 
rotatePlain(String) - Static method in class com.octetstring.vde.util.PasswordEncryptor
 
runAdd(HashMap<Object, Object>, Credentials, Entry, Int8) - Method in class com.octetstring.vde.chain.GlobalServicesInterface
 
runBind(HashMap<Object, Object>, Credentials, DirectoryString, BinarySyntax, Bool) - Method in class com.octetstring.vde.chain.GlobalServicesInterface
 
runDelete(HashMap<Object, Object>, Credentials, DirectoryString, Int8) - Method in class com.octetstring.vde.chain.GlobalServicesInterface
 
runGet(HashMap<Object, Object>, Credentials, DirectoryString, Int8, Filter, Bool, Vector<DirectoryString>, ChainVector) - Method in class com.octetstring.vde.chain.GlobalServicesInterface
 
runGetByDn(HashMap<Object, Object>, Credentials, DirectoryString) - Method in class com.octetstring.vde.chain.GlobalServicesInterface
 
runGlobal(boolean) - Method in class com.octetstring.vde.chain.ChainEntrySet
 
runModify(HashMap<Object, Object>, Credentials, DirectoryString, Vector<EntryChange>) - Method in class com.octetstring.vde.chain.GlobalServicesInterface
 
runPostSearch() - Method in class com.octetstring.vde.chain.ChainEntrySet
 
runPostSearchComplete(HashMap<Object, Object>, ChainEntrySet, int) - Method in class com.octetstring.vde.chain.GlobalServicesInterface
 
runPostSearchEntry(HashMap<Object, Object>, Credentials, Vector<DirectoryString>, Filter, Int8, DirectoryString, Entry, ChainEntrySet, int) - Method in class com.octetstring.vde.chain.GlobalServicesInterface
 
runRename(HashMap<Object, Object>, Credentials, DirectoryString, DirectoryString, DirectoryString, Bool, Int8) - Method in class com.octetstring.vde.chain.GlobalServicesInterface
 

Skip navigation links

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

E10688-02

A B C D E F G H I J K L M N O P R S T U V W Z


Copyright © 2000-2009 Oracle. All Rights Reserved.