Skip navigation links

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

E10688-03

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


I

IA5String - Class in com.octetstring.vde.syntax
Class representing a case sensitive string
IA5String() - Constructor for class com.octetstring.vde.syntax.IA5String
 
IA5String(byte[]) - Constructor for class com.octetstring.vde.syntax.IA5String
 
IA5String(String) - Constructor for class com.octetstring.vde.syntax.IA5String
 
IA5String(byte[], int) - Constructor for class com.octetstring.vde.syntax.IA5String
 
INAPPROPRIATE_AUTHENTICATION - Static variable in class com.octetstring.vde.operation.LDAPResult
LDAP operation result code INAPPROPRIATE_AUTHENTICATION
INAPPROPRIATE_MATCHING - Static variable in class com.octetstring.vde.operation.LDAPResult
LDAP operation result code INAPPROPRIATE_MATCHING
indexOf(BinarySyntax) - Method in class com.octetstring.vde.syntax.BinarySyntax
 
indexOf(Syntax) - Method in class com.octetstring.vde.syntax.BinarySyntax
 
indexOf(DirectoryString) - Method in class com.octetstring.vde.syntax.DirectoryString
Find the first occurance of the index string in this directory string.
indexOf(Syntax) - Method in class com.octetstring.vde.syntax.DirectoryString
Find the first occurance of the index string in this directory string.
indexOf(DirectoryString) - Method in class com.octetstring.vde.syntax.DistinguishedName
Find the first occurance of the index string in this directory string.
indexOf(IA5String) - Method in class com.octetstring.vde.syntax.IA5String
 
indexOf(Syntax) - Method in class com.octetstring.vde.syntax.IA5String
 
indexOf(Syntax) - Method in class com.octetstring.vde.syntax.IntegerSyntax
 
indexOf(Syntax) - Method in class com.octetstring.vde.syntax.Syntax
Find the first occurance of the passed syntax within this syntax.
indexOf(Syntax) - Method in class com.octetstring.vde.syntax.TelephoneNumberSyntax
 
indexOfElement(Filter) - Method in class com.octetstring.ldapv3.Filter_and
Searches for the first occurence of an element in the list.
indexOfElement(Filter) - Method in class com.octetstring.ldapv3.Filter_or
Searches for the first occurence of an element in the list.
indexOfElement(SubstringFilter_substrings_Seq) - Method in class com.octetstring.ldapv3.SubstringFilter_substrings
Searches for the first occurence of an element in the list.
info(String, Throwable) - Method in class com.octetstring.vde.util.VDELogger
 
info(String, Object...) - Method in class com.octetstring.vde.util.VDELogger
 
info(String, Object[], Throwable) - Method in class com.octetstring.vde.util.VDELogger
 
init() - Static method in class com.octetstring.vde.backend.AdapterServiceInterface
This is used to by BackendHandler to instantiate the ASI the first time it is started.
init(PluginInit, String) - Method in class com.octetstring.vde.chain.BasePlugin
 
init() - Static method in class com.octetstring.vde.chain.GlobalServicesInterface
 
init(PluginInit, String) - Method in interface com.octetstring.vde.chain.Plugin
Passes initialization information to the Plugin
INITIAL_SELECTED - Static variable in class com.octetstring.ldapv3.SubstringFilter_substrings_Seq
Selector for the variant initial.
initializeAdapter(AdapterConfig, String) - Method in class com.octetstring.vde.backend.Adapter
 
INSUFFICIENT_ACCESS_RIGHTS - Static variable in class com.octetstring.vde.operation.LDAPResult
LDAP operation result code INSUFFICIENT_ACCESS_RIGHTS
IntegerSyntax - Class in com.octetstring.vde.syntax
Class representing an Integer attribute value
IntegerSyntax() - Constructor for class com.octetstring.vde.syntax.IntegerSyntax
 
IntegerSyntax(byte[]) - Constructor for class com.octetstring.vde.syntax.IntegerSyntax
 
IntegerSyntax(int) - Constructor for class com.octetstring.vde.syntax.IntegerSyntax
 
IntegerSyntax(String) - Constructor for class com.octetstring.vde.syntax.IntegerSyntax
 
INVALID_ATTRIBUTE_SYNTAX - Static variable in class com.octetstring.vde.operation.LDAPResult
LDAP operation result code INVALID_ATTRIBUTE_SYNTAX
INVALID_CREDENTIALS - Static variable in class com.octetstring.vde.operation.LDAPResult
LDAP operation result code INVALID_CREDENTIALS
INVALID_DN_SYNTAX - Static variable in class com.octetstring.vde.operation.LDAPResult
LDAP operation result code INVALID_DN_SYNTAX
InvalidDNException - Exception in com.octetstring.vde.util
Exception Thrown when the Distinguished Name is Invalid
InvalidDNException() - Constructor for exception com.octetstring.vde.util.InvalidDNException
InvalidDNException constructor comment.
InvalidDNException(String) - Constructor for exception com.octetstring.vde.util.InvalidDNException
InvalidDNException constructor comment.
IPAddress - Class in com.octetstring.vde
 
IPAddress() - Constructor for class com.octetstring.vde.IPAddress
 
isAncestorOf(DistinguishedName) - Method in class com.octetstring.vde.syntax.DistinguishedName
This method determines whether this DN is an ancestor of the specified DN.
isAnd() - Method in class com.octetstring.ldapv3.Filter
 
isAnd() - Method in class com.octetstring.ldapv3.Filter_and
 
isAnd() - Method in class com.octetstring.ldapv3.Filter_or
 
isAnd() - Method in interface com.octetstring.vde.chain.plugins.mapper.Filter
 
isCaseInsensitiveMatch() - Method in class com.octetstring.vde.schema.AttributeType
 
isCollective() - Method in class com.octetstring.vde.schema.AttributeType
 
isCompareOperation(int, Filter, List<DirectoryString>) - Static method in class com.octetstring.vde.backend.Adapter
This method returns true if the LDAP search request satisfies LDAP compare request.
isCritical() - Method in class com.octetstring.vde.router.BaseRoutingPlugin
Method isCritical returns whether a failure to return results will fail a search query.
isDebugEnabled() - Method in class com.octetstring.vde.util.VDELogger
 
isDescendantOf(DistinguishedName) - Method in class com.octetstring.vde.syntax.DistinguishedName
This method determines whether this DN is a descendant of the specified DN.
isDumpEnabled() - Method in class com.octetstring.vde.util.VDELogger
 
isEligible(Filter) - Method in class com.octetstring.vde.router.BaseRoutingPlugin
Method isEligible is called by the routing engine whenever a decision needs to be made about whether an adapter is eligible for a particular search event.
isEligible(Entry) - Method in class com.octetstring.vde.router.BaseRoutingPlugin
Method isEligible is called by the routing engine whenever a decision needs to be made about whether an adapter is eligible for a particular add, bind, modify, or rename event.
isEmptyDN() - Method in class com.octetstring.vde.syntax.DistinguishedName
 
isInfoEnabled() - Method in class com.octetstring.vde.util.VDELogger
 
isLdap2() - Method in class com.octetstring.vde.Credentials
 
isNot() - Method in class com.octetstring.ldapv3.Filter
 
isNot() - Method in class com.octetstring.ldapv3.Filter_and
 
isNot() - Method in class com.octetstring.ldapv3.Filter_or
 
isNot() - Method in interface com.octetstring.vde.chain.plugins.mapper.Filter
 
isNoUserModification() - Method in class com.octetstring.vde.schema.AttributeType
 
isObsolete() - Method in class com.octetstring.vde.schema.AttributeType
 
isOneToMany() - Method in class com.octetstring.vde.join.Joiner
Marks a join rule for one-to-many treatment.
isOr() - Method in class com.octetstring.ldapv3.Filter
 
isOr() - Method in class com.octetstring.ldapv3.Filter_and
 
isOr() - Method in class com.octetstring.ldapv3.Filter_or
 
isOr() - Method in interface com.octetstring.vde.chain.plugins.mapper.Filter
 
isPreFetchEntryRequired() - Method in class com.octetstring.vde.join.Joiner
Method isPreFetchEntryRequired(NOT IMPLEMENTED), returns whether the joiner will need the entry to be fetched (as a join entry) before processing modifies.
isPriority(Level) - Method in class com.octetstring.vde.util.VDELogger
 
isReturnEntry() - Method in class com.octetstring.vde.Entry
Determines if the entry should be returned to the client
isRoot() - Method in class com.octetstring.vde.Credentials
 
isRunACLs() - Method in class com.octetstring.vde.chain.ChainEntrySet
 
isRunGlobal() - Method in class com.octetstring.vde.chain.ChainEntrySet
 
isSingleValue() - Method in class com.octetstring.vde.schema.AttributeType
 
isSubnetAddress() - Method in class com.octetstring.vde.IPAddress
 
isSubstringMatch(SubstringFilter, Entry) - Static method in class com.octetstring.vde.util.FilterTools
 
isValidDN(String) - Static method in class com.octetstring.vde.syntax.DistinguishedName
 
isValidFilter(Filter) - Static method in class com.octetstring.vde.util.ParseFilter
 
isVisible() - Method in class com.octetstring.vde.router.BaseRoutingPlugin
Method isVisible returns whether the adapter is actually visible to end clients.
iterator() - Method in class com.octetstring.vde.Attribute
 

Skip navigation links

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

E10688-03

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-2010 Oracle and/or its affiliates. All Rights Reserved.