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


A

Adapter - Class in com.octetstring.vde.backend
 
Adapter() - Constructor for class com.octetstring.vde.backend.Adapter
 
AdapterServiceInterface - Class in com.octetstring.vde.backend
The AdapterServiceInterface (ASI) is responsible for handling actual calls into VDE's backend adapters.
add(Credentials, Entry, Chain) - Method in class com.octetstring.vde.backend.Adapter
 
add(HashMap<Object, Object>, Credentials, Entry) - Method in class com.octetstring.vde.backend.AdapterServiceInterface
The add method checks schema, performs access control, locates an appropriate adapter for the change, and submits the add request to that backend adapter.
add(HashMap<Object, Object>, String, Credentials, Entry) - Method in class com.octetstring.vde.backend.AdapterServiceInterface
The add method checks schema, performs access control, locates an appropriate adapter for the change, and submits the add request to that backend adapter.
add(Chain, Credentials, Entry, Int8) - Method in class com.octetstring.vde.chain.BasePlugin
 
add(Chain, Credentials, Entry, Int8) - Method in interface com.octetstring.vde.chain.Plugin
Moves Through the "add" operation's chain
add(HashMap<Object, Object>, Credentials, Entry, Int8) - Method in class com.octetstring.vde.chain.VirtualServicesInterface
Moves Through the "add" operation's chain
add(HashMap<Object, Object>, Credentials, Entry, Int8, Plugin) - Method in class com.octetstring.vde.chain.VirtualServicesInterface
Moves Through the "add" operation's chain
ADD_OP - Static variable in class com.octetstring.vde.chain.Chain
Add Operation
addACLPlugin() - Method in class com.octetstring.vde.chain.GlobalServicesInterface
 
addAcls() - Static method in class com.octetstring.vde.chain.GlobalServicesInterface
 
addElement(Filter) - Method in class com.octetstring.ldapv3.Filter_and
Appends an element to the end of the list.
addElement(int, Filter) - Method in class com.octetstring.ldapv3.Filter_and
Inserts an element at a specified position into the list.
addElement(Filter) - Method in class com.octetstring.ldapv3.Filter_or
Appends an element to the end of the list.
addElement(int, Filter) - Method in class com.octetstring.ldapv3.Filter_or
Inserts an element at a specified position into the list.
addElement(SubstringFilter_substrings_Seq) - Method in class com.octetstring.ldapv3.SubstringFilter_substrings
Appends an element to the end of the list.
addElement(int, SubstringFilter_substrings_Seq) - Method in class com.octetstring.ldapv3.SubstringFilter_substrings
Inserts an element at a specified position into the list.
addExtension(DirectoryString, DirectoryString) - Method in class com.octetstring.vde.schema.AttributeType
 
ADMIN_LIMIT_EXCEEDED - Static variable in class com.octetstring.vde.operation.LDAPResult
LDAP operation result code ADMIN_LIMIT_EXCEEDED
AES_PREFIX - Static variable in class com.octetstring.vde.util.PasswordEncryptor
 
AFFECTS_MULTIPLE_DSAS - Static variable in class com.octetstring.vde.operation.LDAPResult
LDAP operation result code AFFECTS_MULTIPLE_DSAS
ALIAS_DEREFERENCING_PROBLEM - Static variable in class com.octetstring.vde.operation.LDAPResult
LDAP operation result code ALIAS_DEREFERENCING_PROBLEM
ALIAS_PROBLEM - Static variable in class com.octetstring.vde.operation.LDAPResult
LDAP operation result code ALIAS_PROBLEM
AND_SELECTED - Static variable in class com.octetstring.ldapv3.Filter
Selector for the variant and.
ANY_SELECTED - Static variable in class com.octetstring.ldapv3.SubstringFilter_substrings_Seq
Selector for the variant any.
appendAdd(Map<DirectoryString, DirectoryString>, Entry) - Method in class com.octetstring.vde.util.PluginUtil
Facilitates a bulk "append" during an inbound ADD or an outbound GET request by adding all instances of the appended attributes to
the request's entry changes
appendAdd(DirectoryString, DirectoryString, Entry) - Method in class com.octetstring.vde.util.PluginUtil
Facilitates an "append" durring an inbound ADD request or and outbound GET request by adding all instances of the appended attributes to
target attribute
appendFilter(Filter, Map<DirectoryString, DirectoryString>) - Method in class com.octetstring.vde.util.PluginUtil
Used to append one attribute's values to another in a filter.
appendGet(Map<DirectoryString, DirectoryString>, Vector<DirectoryString>, Filter) - Method in class com.octetstring.vde.util.PluginUtil
Facilitates a bulk "append" during an inbound GET request by adding all instances of the appended attributes to the attribute request list and adjusting the filter.
appendModify(Map<DirectoryString, DirectoryString>, Vector<EntryChange>) - Method in class com.octetstring.vde.util.PluginUtil
Facilitates a bulk "append" during an inbound MODIFY request by adding all instances of the appended attributes to the request's entry changes
appendModify(DirectoryString, DirectoryString, Vector<EntryChange>) - Method in class com.octetstring.vde.util.PluginUtil
Facilitates an "append" during an inbound MODIFY request by adding all instances of the appended attributes to the request's entry changes
APPROXMATCH_SELECTED - Static variable in class com.octetstring.ldapv3.Filter
Selector for the variant approxMatch.
attr - Variable in class com.octetstring.vde.EntryChange
 
ATTR_ALL - Static variable in class com.octetstring.vde.backend.AdapterServiceInterface
 
ATTR_ANY - Static variable in class com.octetstring.vde.join.Joiner
 
ATTR_DN - Static variable in class com.octetstring.vde.join.Joiner
 
ATTR_JOINDN - Static variable in class com.octetstring.vde.join.Joiner
 
ATTR_NONE - Static variable in class com.octetstring.vde.backend.AdapterServiceInterface
 
ATTR_OBJECTCLASS - Static variable in class com.octetstring.vde.join.Joiner
 
Attribute - Class in com.octetstring.vde
 
ATTRIBUTE_OR_VALUE_EXISTS - Static variable in class com.octetstring.vde.operation.LDAPResult
LDAP operation result code ATTRIBUTE_OR_VALUE_EXISTS
AttributeType - Class in com.octetstring.vde.schema
Class used to represent an LDAP attribute type definition
AttributeType() - Constructor for class com.octetstring.vde.schema.AttributeType
 
AttributeType(String) - Constructor for class com.octetstring.vde.schema.AttributeType
Constructor accepting for input an RFC2252-style string representing an attribute type AttributeTypeDescription = "(" whsp numericoid whsp ; AttributeType identifier [ "NAME" qdescrs ] ; name used in AttributeType [ "DESC" qdstring ] ; description [ "OBSOLETE" whsp ] [ "SUP" woid ] ; derived from this other ; AttributeType [ "EQUALITY" woid ; Matching Rule name [ "ORDERING" woid ; Matching Rule name [ "SUBSTR" woid ] ; Matching Rule name [ "SYNTAX" whsp noidlen whsp ] ; see section 4.3 [ "SINGLE-VALUE" whsp ] ; default multi-valued [ "COLLECTIVE" whsp ] ; default not collective [ "NO-USER-MODIFICATION" whsp ]; default user modifiable [ "USAGE" whsp AttributeUsage ]; default userApplications extenstions whsp ")" AttributeUsage = "userApplications" / "directoryOperation" / "distributedOperation" / ; DSA-shared "dSAOperation" ; DSA-specific, value depends on server extensions = *( SP xstring SP qdstrings ) xstring = "X" - 1*( ALPHA/ HYPHEN/ USCORE ) qdstrings = qdescr / ( "(" whsp qdstringlist whsp ")" ) qdstringlist = [ qdstring *( SP qdstring ) ] qdstring = "'" dstring "'"
AUTH_METHOD_NOT_SUPPORTED - Static variable in class com.octetstring.vde.operation.LDAPResult
LDAP operation result code AUTH_METHOD_NOT_SUPPORTED
AUTH_NONE - Static variable in class com.octetstring.vde.Credentials
 
AUTH_SASL - Static variable in class com.octetstring.vde.Credentials
 
AUTH_SIMPLE - Static variable in class com.octetstring.vde.Credentials
 
authMethods - Static variable in class com.octetstring.vde.Credentials
 
available(Chain, DirectoryString) - Method in class com.octetstring.vde.chain.BasePlugin
 
available(Chain, DirectoryString) - Method in interface com.octetstring.vde.chain.Plugin
Determines if a plugin is available for the current chain

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.