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

I

IA5_STRING - Static variable in class org.apache.directory.shared.asn1.ber.tlv.UniversalTag
value for the tag
IA5_STRING - Static variable in class org.apache.directory.shared.asn1.der.DERObject
 
Ia5StringSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntax
A SyntaxChecker which verifies that a value is a IA5 String according to RFC 4517.
Ia5StringSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntax.Ia5StringSyntaxChecker
Creates a new instance of Ia5StringSyntaxChecker.
Ia5StringSyntaxCheckerTest - Class in org.apache.directory.shared.ldap.schema.syntax
Test cases for Ia5StringSyntaxChecker.
Ia5StringSyntaxCheckerTest() - Constructor for class org.apache.directory.shared.ldap.schema.syntax.Ia5StringSyntaxCheckerTest
 
IAction - Interface in org.apache.directory.shared.asn1.ber.grammar
IAction interface just contains the method 'action' which must be implemented in all the implementong classes.
IAsn1Container - Interface in org.apache.directory.shared.asn1.ber
Every ASN1 container must implement this interface.
identifier - Variable in class org.apache.directory.shared.asn1.der.DERObjectIdentifier
 
identityToString(Object) - Static method in class org.apache.directory.shared.ldap.util.ObjectUtils
Gets the toString that would be produced by Object if a class did not override toString itself.
ignoreInvalidCredentials - Static variable in class org.apache.directory.server.benchmarks.BindBenchmark
 
IGrammar - Interface in org.apache.directory.shared.asn1.ber.grammar
The interface which expose common behavior of a Gramar implementer.
ii - Variable in class org.apache.directory.server.core.authz.support.MaxImmSubFilterTest.BogusEnumeration
 
IllegalModifyAddITest - Class in org.apache.directory.server.core.schema
Testcase for http://issues.apache.org/jira/browse/DIRSERVER-630.
IllegalModifyAddITest() - Constructor for class org.apache.directory.server.core.schema.IllegalModifyAddITest
 
IllegalSearchFilterTest - Class in org.apache.ldap.testsuite.ldaptests.jndi.ops.search
Tests for the search operations with JNDI which use illegal search filters.
IllegalSearchFilterTest() - Constructor for class org.apache.ldap.testsuite.ldaptests.jndi.ops.search.IllegalSearchFilterTest
 
INAPPROPRIATE_AUTHENTICATION - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
INAPPROPRIATE_MATCHING - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
incLengthBytesRead() - Method in class org.apache.directory.shared.asn1.ber.tlv.TLV
 
incremental - Variable in class org.apache.directory.server.benchmarks.BogusBenchmark
 
Index - Interface in org.apache.directory.server.core.partition.impl.btree
Required interfaces for an index.
IndexAssertion - Interface in org.apache.directory.server.core.partition.impl.btree
Asserts whether or not a candidate should be returned in searching based on hard coded logic.
IndexAssertionEnumeration - Class in org.apache.directory.server.core.partition.impl.btree
A prefetching NamingEnumeration over an underlying NamingEnumeration which determines if a element should be returned based on a Assertion.
IndexAssertionEnumeration(NamingEnumeration, IndexAssertion) - Constructor for class org.apache.directory.server.core.partition.impl.btree.IndexAssertionEnumeration
 
IndexAssertionEnumeration(NamingEnumeration, IndexAssertion, boolean) - Constructor for class org.apache.directory.server.core.partition.impl.btree.IndexAssertionEnumeration
 
IndexComparator - Class in org.apache.directory.server.core.partition.impl.btree
TupleComparator for index records.
IndexComparator(SerializableComparator, boolean) - Constructor for class org.apache.directory.server.core.partition.impl.btree.IndexComparator
Creates an IndexComparator.
IndexConfiguration - Class in org.apache.directory.server.core.partition.impl.btree
An immutable configuration object for partition indices on entry attributes.
IndexConfiguration() - Constructor for class org.apache.directory.server.core.partition.impl.btree.IndexConfiguration
 
IndexDialog - Class in org.apache.directory.server.core.partition.impl.btree.gui
A dialog showing index values.
IndexDialog(Frame, boolean, Index) - Constructor for class org.apache.directory.server.core.partition.impl.btree.gui.IndexDialog
Creates new form JDialog
IndexDialog(Index) - Constructor for class org.apache.directory.server.core.partition.impl.btree.gui.IndexDialog
 
IndexDialog.RadioButtonListener - Class in org.apache.directory.server.core.partition.impl.btree.gui
 
IndexDialog.RadioButtonListener() - Constructor for class org.apache.directory.server.core.partition.impl.btree.gui.IndexDialog.RadioButtonListener
 
IndexEnumeration - Class in org.apache.directory.server.core.partition.impl.btree
A NamingEnumeration over an Index which returns IndexRecords.
IndexEnumeration(NamingEnumeration) - Constructor for class org.apache.directory.server.core.partition.impl.btree.IndexEnumeration
 
IndexEnumeration(NamingEnumeration, boolean) - Constructor for class org.apache.directory.server.core.partition.impl.btree.IndexEnumeration
 
IndexEnumeration(NamingEnumeration, boolean, Pattern) - Constructor for class org.apache.directory.server.core.partition.impl.btree.IndexEnumeration
 
IndexNotFoundException - Exception in org.apache.directory.server.core.partition.impl.btree
NamingException for missing indicies if full table scans are disallowed.
IndexNotFoundException(String) - Constructor for exception org.apache.directory.server.core.partition.impl.btree.IndexNotFoundException
Constructs an Exception with a detailed message.
IndexNotFoundException(String, String) - Constructor for exception org.apache.directory.server.core.partition.impl.btree.IndexNotFoundException
Constructs an Exception with a detailed message.
IndexNotFoundException(String, String, Throwable) - Constructor for exception org.apache.directory.server.core.partition.impl.btree.IndexNotFoundException
Constructs an Exception with a detailed message and a root cause exception.
indexOf(Object[], Object) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Find the index of the given object in the array.
indexOf(Object[], Object, int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Find the index of the given object in the array starting at the given index.
indexOf(long[], long) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Find the index of the given value in the array.
indexOf(long[], long, int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Find the index of the given value in the array starting at the given index.
indexOf(int[], int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Find the index of the given value in the array.
indexOf(int[], int, int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Find the index of the given value in the array starting at the given index.
indexOf(short[], short) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Find the index of the given value in the array.
indexOf(short[], short, int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Find the index of the given value in the array starting at the given index.
indexOf(char[], char) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Find the index of the given value in the array.
indexOf(char[], char, int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Find the index of the given value in the array starting at the given index.
indexOf(byte[], byte) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Find the index of the given value in the array.
indexOf(byte[], byte, int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Find the index of the given value in the array starting at the given index.
indexOf(double[], double) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Find the index of the given value in the array.
indexOf(double[], double, double) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Find the index of the given value within a given tolerance in the array.
indexOf(double[], double, int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Find the index of the given value in the array starting at the given index.
indexOf(double[], double, int, double) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Find the index of the given value in the array starting at the given index.
indexOf(float[], float) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Find the index of the given value in the array.
indexOf(float[], float, int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Find the index of the given value in the array starting at the given index.
indexOf(boolean[], boolean) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Find the index of the given value in the array.
indexOf(boolean[], boolean, int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Find the index of the given value in the array starting at the given index.
indexOf(Object) - Method in class org.apache.directory.shared.ldap.util.SequencedHashMap
Gets the index of the specified key.
indexOfThrowable(Throwable, Class) - Static method in class org.apache.directory.shared.ldap.util.ExceptionUtils
Returns the (zero based) index of the first Throwable that matches the specified type in the exception chain.
indexOfThrowable(Throwable, Class, int) - Static method in class org.apache.directory.shared.ldap.util.ExceptionUtils
Returns the (zero based) index of the first Throwable that matches the specified type in the exception chain from a specified index.
indexOfThrowable(Class) - Method in interface org.apache.directory.shared.ldap.util.Nestable
Returns the index, numbered from 0, of the first occurrence of the specified type in the chain of Throwables, or -1 if the specified type is not found in the chain.
indexOfThrowable(Class, int) - Method in interface org.apache.directory.shared.ldap.util.Nestable
Returns the index, numbered from 0, of the first Throwable that matches the specified type in the chain of Throwables with an index greater than or equal to the specified index, or -1 if the type is not found.
indexOfThrowable(Class, int) - Method in class org.apache.directory.shared.ldap.util.NestableDelegate
Returns the index, numbered from 0, of the first Throwable that matches the specified type in the chain of Throwables held in this delegate's Nestable with an index greater than or equal to the specified index, or -1 if the type is not found.
indexOfThrowable(Class) - Method in error org.apache.directory.shared.ldap.util.NestableError
 
indexOfThrowable(Class, int) - Method in error org.apache.directory.shared.ldap.util.NestableError
 
indexOfThrowable(Class) - Method in exception org.apache.directory.shared.ldap.util.NestableException
 
indexOfThrowable(Class, int) - Method in exception org.apache.directory.shared.ldap.util.NestableException
 
indexOfThrowable(Class) - Method in exception org.apache.directory.shared.ldap.util.NestableRuntimeException
 
indexOfThrowable(Class, int) - Method in exception org.apache.directory.shared.ldap.util.NestableRuntimeException
 
IndexRecord - Class in org.apache.directory.server.core.partition.impl.btree
An index key value pair based on a tuple which can optionally reference the indexed entry if one has been resusitated.
IndexRecord() - Constructor for class org.apache.directory.server.core.partition.impl.btree.IndexRecord
 
InetorgpersonAttributeTypeProducer - Class in org.apache.directory.server.core.schema.bootstrap
A producer of schema attributeType definations for the inetorgperson schema.
InetorgpersonAttributeTypeProducer() - Constructor for class org.apache.directory.server.core.schema.bootstrap.InetorgpersonAttributeTypeProducer
 
InetorgpersonComparatorProducer - Class in org.apache.directory.server.core.schema.bootstrap
A producer of Comparator objects for the inetorgperson schema.
InetorgpersonComparatorProducer() - Constructor for class org.apache.directory.server.core.schema.bootstrap.InetorgpersonComparatorProducer
 
InetorgpersonDitContentRuleProducer - Class in org.apache.directory.server.core.schema.bootstrap
A producer of DitContentRule objects for the inetorgperson schema.
InetorgpersonDitContentRuleProducer() - Constructor for class org.apache.directory.server.core.schema.bootstrap.InetorgpersonDitContentRuleProducer
 
InetorgpersonDitStructureRuleProducer - Class in org.apache.directory.server.core.schema.bootstrap
A producer of DitStructureRule objects for the inetorgperson schema.
InetorgpersonDitStructureRuleProducer() - Constructor for class org.apache.directory.server.core.schema.bootstrap.InetorgpersonDitStructureRuleProducer
 
InetorgpersonMatchingRuleProducer - Class in org.apache.directory.server.core.schema.bootstrap
A producer of MatchingRule objects for the inetorgperson schema.
InetorgpersonMatchingRuleProducer() - Constructor for class org.apache.directory.server.core.schema.bootstrap.InetorgpersonMatchingRuleProducer
 
InetorgpersonMatchingRuleUseProducer - Class in org.apache.directory.server.core.schema.bootstrap
A producer of MatchingRuleUse objects for the inetorgperson schema.
InetorgpersonMatchingRuleUseProducer() - Constructor for class org.apache.directory.server.core.schema.bootstrap.InetorgpersonMatchingRuleUseProducer
 
InetorgpersonNameFormProducer - Class in org.apache.directory.server.core.schema.bootstrap
A producer of NameForm objects for the inetorgperson schema.
InetorgpersonNameFormProducer() - Constructor for class org.apache.directory.server.core.schema.bootstrap.InetorgpersonNameFormProducer
 
InetorgpersonNormalizerProducer - Class in org.apache.directory.server.core.schema.bootstrap
A producer of Normalizer objects for the inetorgperson schema.
InetorgpersonNormalizerProducer() - Constructor for class org.apache.directory.server.core.schema.bootstrap.InetorgpersonNormalizerProducer
 
InetorgpersonObjectClassProducer - Class in org.apache.directory.server.core.schema.bootstrap
A producer of schema objectClass definations for the inetorgperson schema.
InetorgpersonObjectClassProducer() - Constructor for class org.apache.directory.server.core.schema.bootstrap.InetorgpersonObjectClassProducer
 
InetorgpersonObjectFactoryProducer - Class in org.apache.directory.server.core.schema.bootstrap
A producer of ObjectFactory objects for the inetorgperson schema.
InetorgpersonObjectFactoryProducer() - Constructor for class org.apache.directory.server.core.schema.bootstrap.InetorgpersonObjectFactoryProducer
 
InetorgpersonSchema - Class in org.apache.directory.server.core.schema.bootstrap
Top level inetorgperson schema class.
InetorgpersonSchema() - Constructor for class org.apache.directory.server.core.schema.bootstrap.InetorgpersonSchema
 
InetorgpersonStateFactoryProducer - Class in org.apache.directory.server.core.schema.bootstrap
A producer of StateFactory objects for the inetorgperson schema.
InetorgpersonStateFactoryProducer() - Constructor for class org.apache.directory.server.core.schema.bootstrap.InetorgpersonStateFactoryProducer
 
InetorgpersonSyntaxCheckerProducer - Class in org.apache.directory.server.core.schema.bootstrap
A producer of SyntaxChecker objects for the inetorgperson schema.
InetorgpersonSyntaxCheckerProducer() - Constructor for class org.apache.directory.server.core.schema.bootstrap.InetorgpersonSyntaxCheckerProducer
 
InetorgpersonSyntaxProducer - Class in org.apache.directory.server.core.schema.bootstrap
A producer of Syntax objects for the inetorgperson schema.
InetorgpersonSyntaxProducer() - Constructor for class org.apache.directory.server.core.schema.bootstrap.InetorgpersonSyntaxProducer
 
INFERIOR - Static variable in class org.apache.directory.shared.ldap.name.Rdn
 
inferLdapName(String) - Static method in class org.apache.directory.shared.ldap.util.NamespaceTools
Uses the algorithm in RFC 2247 to infer an LDAP name from a Kerberos realm name or a DNS domain name.
init(InstallationLayout, String[]) - Method in interface org.apache.directory.daemon.DaemonApplication
Threads should be created, along with sockets.
init() - Method in class org.apache.directory.daemon.InstallationLayout
 
init(String[]) - Method in class org.apache.directory.daemon.JsvcBootstrapper
 
init(DirectoryServiceConfiguration, InterceptorConfiguration) - Method in class org.apache.directory.mitosis.service.ReplicationService
 
init(DirectoryServiceConfiguration, AuthenticatorConfiguration) - Method in class org.apache.directory.server.core.authn.AbstractAuthenticator
Initializes default properties (factoryConfiguration and configuration, and calls AbstractAuthenticator.doInit() method.
init(DirectoryServiceConfiguration, InterceptorConfiguration) - Method in class org.apache.directory.server.core.authn.AuthenticationService
Registers and initializes all Authenticators to this service.
init(DirectoryServiceConfiguration, AuthenticatorConfiguration) - Method in interface org.apache.directory.server.core.authn.Authenticator
Called by AuthenticationService to indicate that this authenticator is being placed into service.
init(DirectoryServiceConfiguration, InterceptorConfiguration) - Method in class org.apache.directory.server.core.authz.AuthorizationService
Initializes this interceptor based service by getting a handle on the nexus, setting up the tupe and group membership caches and the ACIItem parser and the ACDF engine.
init(DirectoryServiceConfiguration, InterceptorConfiguration) - Method in class org.apache.directory.server.core.authz.DefaultAuthorizationService
 
init(DirectoryServiceConfiguration, InterceptorConfiguration) - Method in class org.apache.directory.server.core.collective.CollectiveAttributeService
 
init(DirectoryServiceConfiguration, InterceptorConfiguration) - Method in class org.apache.directory.server.core.event.EventService
 
init(DirectoryServiceConfiguration, InterceptorConfiguration) - Method in class org.apache.directory.server.core.exception.ExceptionService
 
init(DirectoryServiceConfiguration, InterceptorConfiguration) - Method in class org.apache.directory.server.core.interceptor.BaseInterceptor
This method does nothing by default.
init(DirectoryServiceConfiguration, InterceptorConfiguration) - Method in interface org.apache.directory.server.core.interceptor.Interceptor
Intializes this interceptor.
init(DirectoryServiceConfiguration) - Method in class org.apache.directory.server.core.interceptor.InterceptorChain
Initializes and registers all interceptors according to the specified DirectoryServiceConfiguration.
init(DirectoryServiceConfiguration, InterceptorConfiguration) - Method in class org.apache.directory.server.core.interceptor.InterceptorChainTest.MockInterceptor
 
init(DirectoryServiceConfiguration, InterceptorConfiguration) - Method in class org.apache.directory.server.core.normalization.NormalizationService
 
init(DirectoryServiceConfiguration, InterceptorConfiguration) - Method in class org.apache.directory.server.core.operational.OperationalAttributeService
 
init(DirectoryServiceConfiguration, PartitionConfiguration) - Method in class org.apache.directory.server.core.partition.AbstractPartition
Sets up default properties(factoryConfiguration and configuration) and calls AbstractPartition.doInit() where you have to put your initialization code in.
init(DirectoryServiceConfiguration, PartitionConfiguration) - Method in class org.apache.directory.server.core.partition.DefaultPartitionNexus
 
init(DirectoryServiceConfiguration, PartitionConfiguration) - Method in class org.apache.directory.server.core.partition.impl.btree.BTreePartition
 
init(DirectoryServiceConfiguration, PartitionConfiguration) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartition
 
init(DirectoryServiceConfiguration, PartitionConfiguration) - Method in interface org.apache.directory.server.core.partition.Partition
Initializes this partition.
init(DirectoryServiceConfiguration, PartitionConfiguration) - Method in class org.apache.directory.server.core.partition.PartitionNexusProxy
 
init(DirectoryServiceConfiguration, InterceptorConfiguration) - Method in class org.apache.directory.server.core.referral.ReferralService
 
init(DirectoryServiceConfiguration, InterceptorConfiguration) - Method in class org.apache.directory.server.core.schema.SchemaService
Initialize the Schema Service
init(DirectoryServiceConfiguration, InterceptorConfiguration) - Method in class org.apache.directory.server.core.subtree.SubentryService
 
init(DirectoryServiceConfiguration, InterceptorConfiguration) - Method in class org.apache.directory.server.core.trigger.TriggerService
 
init(int) - Method in class org.apache.directory.shared.asn1.ber.tlv.Value
Initialize the Value
init() - Method in class org.apache.kerberos.examples.gssdemo.GSSClientApplet
 
init() - Method in class org.apache.kerberos.keytab.KeytabStore
 
INIT_GRAMMAR_STATE - Static variable in interface org.apache.directory.shared.asn1.ber.grammar.IStates
The initial state of every grammar
InitAndFilterAction - Class in org.apache.directory.shared.ldap.codec.actions
The action used to initialize the AND filter
InitAndFilterAction() - Constructor for class org.apache.directory.shared.ldap.codec.actions.InitAndFilterAction
 
InitApproxMatchFilterAction - Class in org.apache.directory.shared.ldap.codec.actions
The action used to initialize the Approx Match filter
InitApproxMatchFilterAction() - Constructor for class org.apache.directory.shared.ldap.codec.actions.InitApproxMatchFilterAction
 
InitAssertionValueFilterAction - Class in org.apache.directory.shared.ldap.codec.actions
The action used to initialize the Assertion Value filter
InitAssertionValueFilterAction() - Constructor for class org.apache.directory.shared.ldap.codec.actions.InitAssertionValueFilterAction
 
InitAttributeDescFilterAction - Class in org.apache.directory.shared.ldap.codec.actions
The action used to initialize the AttributeDesc filter
InitAttributeDescFilterAction() - Constructor for class org.apache.directory.shared.ldap.codec.actions.InitAttributeDescFilterAction
 
InitAttributeDescListAction - Class in org.apache.directory.shared.ldap.codec.actions
The action used to initialize the AttributeDesc list
InitAttributeDescListAction() - Constructor for class org.apache.directory.shared.ldap.codec.actions.InitAttributeDescListAction
 
initAttributes() - Method in class org.apache.directory.shared.ldap.codec.add.AddRequest
Initialize the ArrayList for attributes.
initControls() - Method in class org.apache.directory.shared.ldap.codec.LdapMessage
Init the controls array
InitEqualityMatchFilterAction - Class in org.apache.directory.shared.ldap.codec.actions
The action used to initialize the Equality Match filter
InitEqualityMatchFilterAction() - Constructor for class org.apache.directory.shared.ldap.codec.actions.InitEqualityMatchFilterAction
 
InitExtensibleMatchFilterAction - Class in org.apache.directory.shared.ldap.codec.actions
The action used to initialize the Extensible Match filter
InitExtensibleMatchFilterAction() - Constructor for class org.apache.directory.shared.ldap.codec.actions.InitExtensibleMatchFilterAction
 
InitGreaterOrEqualFilterAction - Class in org.apache.directory.shared.ldap.codec.actions
The action used to initialize the Greater Or Equal filter
InitGreaterOrEqualFilterAction() - Constructor for class org.apache.directory.shared.ldap.codec.actions.InitGreaterOrEqualFilterAction
 
INITIAL_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
INITIALIZATION - Static variable in interface org.apache.directory.daemon.ExitCodes
 
initialize() - Method in class org.apache.directory.server.core.DefaultDirectoryService
Kicks off the initialization of the entire system.
initializeClient(String, ParameterList) - Method in class org.apache.directory.server.benchmarks.BindBenchmark
Performs initialization for this job on each client immediately before each thread is created to actually run the job.
initializeThread(String, String, int, ParameterList) - Method in class org.apache.directory.server.benchmarks.BindBenchmark
 
initializeThread(String, String, int, ParameterList) - Method in class org.apache.directory.server.benchmarks.BogusBenchmark
 
InitLessOrEqualFilterAction - Class in org.apache.directory.shared.ldap.codec.actions
The action used to initialize the Less Or Equal filter
InitLessOrEqualFilterAction() - Constructor for class org.apache.directory.shared.ldap.codec.actions.InitLessOrEqualFilterAction
 
initModifications() - Method in class org.apache.directory.shared.ldap.codec.modify.ModifyRequest
Initialize the ArrayList for modifications.
InitNotFilterAction - Class in org.apache.directory.shared.ldap.codec.actions
The action used to initialize the NOT filter
InitNotFilterAction() - Constructor for class org.apache.directory.shared.ldap.codec.actions.InitNotFilterAction
 
InitOrFilterAction - Class in org.apache.directory.shared.ldap.codec.actions
The action used to initialize the OR filter
InitOrFilterAction() - Constructor for class org.apache.directory.shared.ldap.codec.actions.InitOrFilterAction
 
InitPresentFilterAction - Class in org.apache.directory.shared.ldap.codec.actions
The action used to initialize the Present filter
InitPresentFilterAction() - Constructor for class org.apache.directory.shared.ldap.codec.actions.InitPresentFilterAction
 
initReferrals() - Method in class org.apache.directory.shared.ldap.codec.LdapResult
Initialize the referrals list
InitReferralsAction - Class in org.apache.directory.shared.ldap.codec.actions
The action used to init referrals to a LdapTresult
InitReferralsAction() - Constructor for class org.apache.directory.shared.ldap.codec.actions.InitReferralsAction
 
InitSubstringsFilterAction - Class in org.apache.directory.shared.ldap.codec.actions
The action used to initialize the Substrings filter
InitSubstringsFilterAction() - Constructor for class org.apache.directory.shared.ldap.codec.actions.InitSubstringsFilterAction
 
inject(StoredProcedureParameter) - Method in interface org.apache.directory.server.core.trigger.StoredProcedureParameterInjector.MicroInjector
 
INNER_CLASS_SEPARATOR - Static variable in class org.apache.directory.shared.ldap.util.ClassUtils
The inner class separator String: "$".
INNER_CLASS_SEPARATOR_CHAR - Static variable in class org.apache.directory.shared.ldap.util.ClassUtils
The inner class separator character: '$' == $.
InnoInstallerCommand - Class in org.apache.directory.daemon.installers.inno
The IzPack installer command.
InnoInstallerCommand(ServiceInstallersMojo, InnoTarget) - Constructor for class org.apache.directory.daemon.installers.inno.InnoInstallerCommand
 
InnoTarget - Class in org.apache.directory.daemon.installers.inno
An Inno installer target for Windows platforms.
InnoTarget() - Constructor for class org.apache.directory.daemon.installers.inno.InnoTarget
 
InputParser - Class in org.apache.ldap.clients.embedded
Parses Input for LDIF Entries.
InputParser() - Constructor for class org.apache.ldap.clients.embedded.InputParser
 
insert(int, Object, Object) - Method in class org.apache.directory.server.core.partition.impl.btree.gui.AttributesTableModel
Inserts an attribute key/value into the table model.
inspect() - Method in class org.apache.directory.server.core.partition.impl.btree.BTreePartition
 
InstallationLayout - Class in org.apache.directory.daemon
Convenience class to encapsulate paths to various folders and files within an installation.
InstallationLayout(File) - Constructor for class org.apache.directory.daemon.InstallationLayout
 
InstallationLayout(String) - Constructor for class org.apache.directory.daemon.InstallationLayout
 
INSTANCE - Static variable in interface org.apache.directory.shared.asn1.codec.stateful.EncoderMonitor
Use this if you don't want to recreate this as just a NOOP monitor
INSTANCE - Static variable in class org.apache.directory.shared.ldap.schema.ByteArrayComparator
 
INSTANCE - Static variable in class org.apache.directory.shared.ldap.schema.NoOpNormalizer
 
INSTANCE - Static variable in class org.apache.directory.shared.ldap.schema.syntax.BinarySyntaxChecker
an instance so we don't have to create one every time
instance() - Static method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.Add_ATTRIBUTES
 
instance() - Static method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.Add_ENTRY
 
instance() - Static method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.Delete_DELETED_ENTRY
 
instance() - Static method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.Delete_NAME
 
instance(LdapDN) - Static method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.Generic_LDAP_CONTEXT
 
instance() - Static method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.Generic_OPERATION_PRINCIPAL
 
instance() - Static method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.Modify_MODIFICATION
 
instance() - Static method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.Modify_NEW_ENTRY
 
instance() - Static method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.Modify_OBJECT
 
instance() - Static method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.Modify_OLD_ENTRY
 
instance() - Static method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.ModifyDN_DELETE_OLD_RDN
 
instance() - Static method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.ModifyDN_ENTRY
 
instance() - Static method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.ModifyDN_NEW_RDN
 
instance() - Static method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.ModifyDN_NEW_SUPERIOR
 
INSTANCE - Static variable in class org.apache.directory.shared.ldap.util.BigIntegerComparator
A instance of this comparator
INSTANCE_ID - Static variable in class org.apache.directory.mitosis.service.ReplicationLogCleanJob
 
instances - Static variable in class org.apache.directory.server.core.DirectoryService
 
INSTANTIATION - Static variable in interface org.apache.directory.daemon.ExitCodes
 
inStream - Variable in class org.apache.kerberos.examples.gssdemo.GSSServerThread
 
INSUFFICIENT_ACCESS_RIGHTS - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
INTEGER - Static variable in class org.apache.directory.shared.asn1.ber.tlv.UniversalTag
value for the tag
INTEGER - Static variable in class org.apache.directory.shared.asn1.der.DERObject
 
INTEGER_TAG - Static variable in class org.apache.directory.shared.asn1.ber.tlv.UniversalTag
 
IntegerDecoder - Class in org.apache.directory.shared.asn1.util
Parse and decode an Integer value.
IntegerDecoder() - Constructor for class org.apache.directory.shared.asn1.util.IntegerDecoder
 
IntegerDecoderException - Exception in org.apache.directory.shared.asn1.util
Thrown when a IntegerDecoder has encountered a failure condition during a decode.
IntegerDecoderException(String) - Constructor for exception org.apache.directory.shared.asn1.util.IntegerDecoderException
Creates a IntegerDecoderException
IntegerSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntax
A SyntaxChecker which verifies that a value is an Integer according to RFC 4517.
IntegerSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntax.IntegerSyntaxChecker
Creates a new instance of IntegerSyntaxChecker.
IntegerSyntaxCheckerTest - Class in org.apache.directory.shared.ldap.schema.syntax
Test cases for IntegerSyntaxChecker.
IntegerSyntaxCheckerTest() - Constructor for class org.apache.directory.shared.ldap.schema.syntax.IntegerSyntaxCheckerTest
 
Interceptor - Interface in org.apache.directory.server.core.interceptor
Filters invocations on PartitionNexus.
InterceptorChain - Class in org.apache.directory.server.core.interceptor
Manages the chain of Interceptors.
InterceptorChain() - Constructor for class org.apache.directory.server.core.interceptor.InterceptorChain
Create a new interceptor chain.
InterceptorChainTest - Class in org.apache.directory.server.core.interceptor
Unit test cases for InterceptorChain methods.
InterceptorChainTest() - Constructor for class org.apache.directory.server.core.interceptor.InterceptorChainTest
 
InterceptorChainTest.MockDirectoryService - Class in org.apache.directory.server.core.interceptor
 
InterceptorChainTest.MockDirectoryService() - Constructor for class org.apache.directory.server.core.interceptor.InterceptorChainTest.MockDirectoryService
 
InterceptorChainTest.MockInterceptor - Class in org.apache.directory.server.core.interceptor
 
InterceptorChainTest.MockInterceptor(String) - Constructor for class org.apache.directory.server.core.interceptor.InterceptorChainTest.MockInterceptor
 
InterceptorConfiguration - Class in org.apache.directory.server.core.configuration
A configuration for Interceptor.
InterceptorConfiguration() - Constructor for class org.apache.directory.server.core.configuration.InterceptorConfiguration
Creates a new instance.
InterceptorException - Exception in org.apache.directory.server.core.interceptor
A NamingException that wraps uncaught runtime exceptions thrown from Interceptors.
InterceptorException(Interceptor) - Constructor for exception org.apache.directory.server.core.interceptor.InterceptorException
Creates an InterceptorException without a message.
InterceptorException(Interceptor, String) - Constructor for exception org.apache.directory.server.core.interceptor.InterceptorException
Creates an InterceptorException with a custom message.
InterceptorException(Interceptor, Throwable) - Constructor for exception org.apache.directory.server.core.interceptor.InterceptorException
Creates an InterceptorException without a message.
InterceptorException(Interceptor, String, Throwable) - Constructor for exception org.apache.directory.server.core.interceptor.InterceptorException
Creates an InterceptorException without a message.
intValue() - Method in class org.apache.directory.shared.asn1.der.DEREnumerated
Lazy accessor
intValue() - Method in class org.apache.directory.shared.asn1.der.DERInteger
Lazy accessor
INVALID_ATTRIBUTE_SYNTAX - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
INVALID_CREDENTIALS - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
INVALID_DN_SYNTAX - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
invalidateCache(LdapDN) - Method in class org.apache.directory.server.core.authn.AbstractAuthenticator
Does nothing leaving it so subclasses can override.
invalidateCache(LdapDN) - Method in interface org.apache.directory.server.core.authn.Authenticator
Callback used to respond to password changes by invalidating a password cache if implemented.
invalidateCache(LdapDN) - Method in class org.apache.directory.server.core.authn.SimpleAuthenticator
 
INVALIDATTRIBUTEVALUEEXCEPTION_CODES - Static variable in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
A set of ResultCodes containing those that may correspond to a Exception.
InvalidCSNException - Exception in org.apache.directory.mitosis.common
InvalidCSNException is thrown when trying to create an invalid CSN.
InvalidCSNException() - Constructor for exception org.apache.directory.mitosis.common.InvalidCSNException
 
InvalidCSNException(String, Throwable) - Constructor for exception org.apache.directory.mitosis.common.InvalidCSNException
 
InvalidCSNException(String) - Constructor for exception org.apache.directory.mitosis.common.InvalidCSNException
 
InvalidCSNException(Throwable) - Constructor for exception org.apache.directory.mitosis.common.InvalidCSNException
 
INVALIDNAMEEXCEPTION_CODES - Static variable in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
A set of ResultCodes containing those that may correspond to a Exception.
INVOCATION - Static variable in interface org.apache.directory.daemon.ExitCodes
 
Invocation - Class in org.apache.directory.server.core.invocation
Represents a call from JNDI Context to PartitionNexus.
Invocation(PartitionNexusProxy, Context, String) - Constructor for class org.apache.directory.server.core.invocation.Invocation
Creates a new instance that represents an invocation without parameters.
Invocation(PartitionNexusProxy, Context, String, Object[]) - Constructor for class org.apache.directory.server.core.invocation.Invocation
Creates a new instance.
Invocation(PartitionNexusProxy, Context, String, Object[], Collection) - Constructor for class org.apache.directory.server.core.invocation.Invocation
Creates a new instance.
InvocationStack - Class in org.apache.directory.server.core.invocation
Keeps track of recursive Invocations.
IS_JAVA_1_1 - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
Is true if this is Java version 1.1 (also 1.1.x versions).
IS_JAVA_1_2 - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
Is true if this is Java version 1.2 (also 1.2.x versions).
IS_JAVA_1_3 - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
Is true if this is Java version 1.3 (also 1.3.x versions).
IS_JAVA_1_4 - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
Is true if this is Java version 1.4 (also 1.4.x versions).
IS_JAVA_1_5 - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
Is true if this is Java version 1.5 (also 1.5.x versions).
IS_OS_AIX - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
Is true if this is AIX.
IS_OS_HP_UX - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
Is true if this is HP-UX.
IS_OS_IRIX - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
Is true if this is Irix.
IS_OS_LINUX - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
Is true if this is Linux.
IS_OS_MAC - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
Is true if this is Mac.
IS_OS_MAC_OSX - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
Is true if this is Mac.
IS_OS_OS2 - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
Is true if this is OS/2.
IS_OS_SOLARIS - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
Is true if this is Solaris.
IS_OS_SUN_OS - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
Is true if this is SunOS.
IS_OS_UNIX - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
Is true if this is a POSIX compilant system, as in any of AIX, HP-UX, Irix, Linux, MacOSX, Solaris or SUN OS.
IS_OS_WINDOWS - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
Is true if this is Windows.
IS_OS_WINDOWS_2000 - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
Is true if this is Windows 2000.
IS_OS_WINDOWS_95 - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
Is true if this is Windows 95.
IS_OS_WINDOWS_98 - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
Is true if this is Windows 98.
IS_OS_WINDOWS_ME - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
Is true if this is Windows ME.
IS_OS_WINDOWS_NT - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
Is true if this is Windows NT.
IS_OS_WINDOWS_XP - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
Is true if this is Windows XP.
isAbandoned() - Method in interface org.apache.directory.shared.ldap.message.AbandonableRequest
Checks to see if this request has been abandoned.
isAbandoned() - Method in class org.apache.directory.shared.ldap.message.AbstractAbandonableRequest
 
isAccessControlEnabled() - Method in class org.apache.directory.server.core.configuration.StartupConfiguration
Returns true if access control checks are enbaled.
isAccessControlSubentry() - Method in class org.apache.directory.server.core.subtree.Subentry
 
isAllowAnonymousAccess() - Method in class org.apache.directory.server.core.configuration.StartupConfiguration
Returns true if anonymous access is allowed.
isAlphaASCII(byte[], int) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Test if the current character is an Alpha character : <alpha> ::= [0x41-0x5A] | [0x61-0x7A]
isAlphaASCII(char[], int) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Test if the current character is an Alpha character : <alpha> ::= [0x41-0x5A] | [0x61-0x7A]
isAlphaASCII(String, int) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Test if the current character is an Alpha character : <alpha> ::= [0x41-0x5A] | [0x61-0x7A]
isAlphaDigit(String, int) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Check if the current character is an 7 bits ASCII CHAR (between 0 and 127).
isAlphaDigitMinus(byte[], int) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Check if the current character is an 7 bits ASCII CHAR (between 0 and 127).
isAlphaDigitMinus(char[], int) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Check if the current character is an 7 bits ASCII CHAR (between 0 and 127).
isAlphaDigitMinus(String, int) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Check if the current character is an 7 bits ASCII CHAR (between 0 and 127).
isAlphaLowercaseASCII(String, int) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Test if the current character is a lowercased Alpha character :
<alpha> ::= [0x61-0x7A]
isAlphaUppercaseASCII(String, int) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Test if the current character is a uppercased Alpha character :
<alpha> ::= [0x61-0x7A]
isAnnonBind() - Method in class org.apache.ldap.clients.ldaptest.LdapTestSession
True if the session should bind annonymously
isAppendStatics() - Method in class org.apache.directory.shared.ldap.util.ReflectionToStringBuilder
Gets whether or not to append static fields.
isAppendTransients() - Method in class org.apache.directory.shared.ldap.util.ReflectionToStringBuilder
Gets whether or not to append transient fields.
isArrayContentDetail() - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Gets whether to output array content detail.
isAssignable(Class[], Class[]) - Static method in class org.apache.directory.shared.ldap.util.ClassUtils
Checks if an array of Classes can be assigned to another array of Classes.
isAssignable(Class, Class) - Static method in class org.apache.directory.shared.ldap.util.ClassUtils
Checks if one Class can be assigned to a variable of another Class.
isBinary(String) - Method in class org.apache.directory.server.core.schema.SchemaService
Check if an attribute stores binary values.
isBinary(String) - Method in class org.apache.directory.shared.ldap.codec.LdapMessageContainer
 
isBit(String, int) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Test if the current character is a bit, ie 0 or 1.
isBypassed(String) - Method in class org.apache.directory.server.core.invocation.Invocation
Checks to see if an interceptor is bypassed.
isCanUserModify() - Method in class org.apache.directory.shared.ldap.schema.AbstractAttributeType
 
isCanUserModify() - Method in interface org.apache.directory.shared.ldap.schema.AttributeType
Gets whether or not this AttributeType can be modified by a user.
isCaseIgnored() - Method in class org.apache.directory.shared.ldap.message.LockableAttributesImpl
Determines whether the attribute set ignores the case of attribute identifiers when retrieving or adding attributes.
isCellEditable(int, int) - Method in class org.apache.directory.server.core.partition.impl.btree.gui.AttributesTableModel
 
isChangeAdd() - Method in class org.apache.directory.shared.ldap.ldif.Entry
 
isChangeDelete() - Method in class org.apache.directory.shared.ldap.ldif.Entry
 
isChangeModDn() - Method in class org.apache.directory.shared.ldap.ldif.Entry
 
isChangeModify() - Method in class org.apache.directory.shared.ldap.ldif.Entry
 
isChangeModRdn() - Method in class org.apache.directory.shared.ldap.ldif.Entry
 
isChangesOnly() - Method in class org.apache.directory.shared.ldap.codec.search.controls.PSearchControl
 
isChangesOnly() - Method in class org.apache.directory.shared.ldap.message.PersistentSearchControl
 
isCharASCII(byte[], int, char) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Test if the current character is equal to a specific character.
isCharASCII(char[], int, char) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Test if the current character is equal to a specific character.
isCharASCII(String, int, char) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Test if the current character is equal to a specific character.
isCollective() - Method in class org.apache.directory.shared.ldap.schema.AbstractAttributeType
 
isCollective() - Method in interface org.apache.directory.shared.ldap.schema.AttributeType
Gets whether or not this AttributeType is a collective attribute.
isCollective() - Method in class org.apache.directory.shared.ldap.schema.syntax.AttributeTypeDescription
 
isCollectiveSubentry() - Method in class org.apache.directory.server.core.subtree.Subentry
 
isConjunction() - Method in class org.apache.directory.shared.ldap.filter.BranchNode
Tests whether or not this node is a conjunction (a AND'ed branch).
isConnectedToServer() - Method in interface org.apache.ldap.clients.embedded.LdapClient
Determines if there is a current connection to the server
isConnectedToServer() - Method in class org.apache.ldap.clients.embedded.LdapClientImpl
 
isConstructed(byte) - Static method in class org.apache.directory.shared.asn1.ber.tlv.TLV
Checks to see if the tag is constructed.
isConstructed() - Method in class org.apache.directory.shared.asn1.ber.tlv.TLV
Checks to see if the current tlv's tag is constructed.
isCritical() - Method in class org.apache.directory.shared.ldap.ldif.LdifControl
Returns the criticality of the current control
isCritical() - Method in interface org.apache.directory.shared.ldap.message.Control
Determines whether or not this control is critical for the correct operation of a request or response message.
isCritical() - Method in class org.apache.directory.shared.ldap.message.ControlImpl
Determines whether or not this control is critical for the correct operation of a request or response message.
isCritical() - Method in class org.apache.ldap.testsuite.ldaptests.jndi.ops.delete.TreeDeleteControlTests.TreeDeleteControl
 
isDefaultFullDetail() - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Gets whether to use full detail when the caller doesn't specify.
isDefined(String) - Method in class org.apache.directory.server.core.schema.ConcreteNameComponentNormalizer
 
isDefined(String) - Method in interface org.apache.directory.shared.ldap.name.NameComponentNormalizer
Checks to see if an attribute name/oid is defined.
isDefined(String) - Method in class org.apache.directory.shared.ldap.name.SimpleNameComponentNormalizer
 
isDeleteOldRDN() - Method in class org.apache.directory.shared.ldap.codec.modifyDn.ModifyDNRequest
Tells if the old RDN is to be deleted
isDeleteOldRdn() - Method in class org.apache.directory.shared.ldap.ldif.Entry
 
isDenormalizeOpAttrsEnabled() - Method in class org.apache.directory.server.core.configuration.StartupConfiguration
 
isDependency() - Method in class org.apache.directory.daemon.installers.PackagedFile
 
isDerefAlways() - Method in enum org.apache.directory.shared.ldap.message.DerefAliasesEnum
Checks to see if we dereference while searching and finding the base.
isDerefFindingBase() - Method in enum org.apache.directory.shared.ldap.message.DerefAliasesEnum
Checks to see if we dereference while finding the base.
isDerefInSearching() - Method in enum org.apache.directory.shared.ldap.message.DerefAliasesEnum
Checks to see if we dereference while searching.
isDescendant(Name, Name) - Static method in class org.apache.directory.shared.ldap.util.NamespaceTools
Tests to see if a candidate entry is a descendant of a base.
isDigit(byte[]) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Test if the current character is a digit <digit> ::= '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9'
isDigit(char) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Test if the current character is a digit <digit> ::= '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9'
isDigit(byte[], int) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Test if the current character is a digit <digit> ::= '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9'
isDigit(char[], int) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Test if the current character is a digit <digit> ::= '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9'
isDigit(String, int) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Test if the current character is a digit <digit> ::= '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9'
isDigit(char[]) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Test if the current character is a digit <digit> ::= '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9'
isDirectory() - Method in class org.apache.directory.daemon.installers.PackagedFile
 
isDisjunction() - Method in class org.apache.directory.shared.ldap.filter.BranchNode
Tests whether or not this node is a disjunction (a OR'ed branch).
isDnAttributes() - Method in class org.apache.directory.shared.ldap.codec.search.ExtensibleMatchFilter
Get the dnAttributes flag
isDoSudo() - Method in class org.apache.directory.daemon.installers.rpm.RpmTarget
 
isDryRun - Variable in class org.apache.ldap.clients.BindOpts
Toggle switch: false will not send request to the server, true is the "normal" operating mode
isDryRun() - Method in class org.apache.ldap.clients.BindOpts
Determine if this is a dry run, no message sent to the server
isDryRun() - Method in interface org.apache.ldap.clients.embedded.LdapClient
Determine if this is a dry run, no message sent to the server
isDryRun() - Method in class org.apache.ldap.clients.embedded.LdapClientImpl
Determine if this is a dry run, no message sent to the server
isDupsEnabled() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTable
 
isDupsEnabled() - Method in interface org.apache.directory.server.core.partition.impl.btree.Table
Checks to see if this Table has enabled the use of duplicate keys.
isEmpty() - Method in class org.apache.directory.server.core.invocation.InvocationStack
Returns true if the stack is empty false otherwise.
isEmpty() - Method in class org.apache.directory.shared.asn1.codec.stateful.CallbackHistory
Tests to see if the history is empty.
isEmpty() - Method in class org.apache.directory.shared.asn1.codec.stateful.DecoderStack
Gets whether or not this stack is empty.
isEmpty() - Method in exception org.apache.directory.shared.ldap.MultiException
Tests to see if there are any nested exceptions within this MultiException.
isEmpty() - Method in class org.apache.directory.shared.ldap.name.LdapDN
Determines whether this name is empty.
isEmpty() - Method in exception org.apache.directory.shared.ldap.RuntimeMultiException
Tests to see if exceptions are nested within this exception.
isEmpty(Object[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Checks if an array of Objects is empty or null.
isEmpty(long[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Checks if an array of primitive longs is empty or null.
isEmpty(int[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Checks if an array of primitive ints is empty or null.
isEmpty(short[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Checks if an array of primitive shorts is empty or null.
isEmpty(char[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Checks if an array of primitive chars is empty or null.
isEmpty(byte[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Checks if an array of primitive bytes is empty or null.
isEmpty(double[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Checks if an array of primitive doubles is empty or null.
isEmpty(float[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Checks if an array of primitive floats is empty or null.
isEmpty(boolean[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Checks if an array of primitive booleans is empty or null.
isEmpty() - Method in class org.apache.directory.shared.ldap.util.PreferencesDictionary
 
isEmpty() - Method in class org.apache.directory.shared.ldap.util.SequencedHashMap
Implements Map.isEmpty().
isEmpty(String) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Checks if a String is empty ("") or null.
isEmpty(byte[]) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Checks if a bytes array is empty or null.
isEntry() - Method in class org.apache.directory.shared.ldap.ldif.Entry
 
isEntryUpdatable(PartitionNexus, LdapDN, CSN) - Static method in class org.apache.directory.mitosis.operation.support.EntryUtil
 
isEquals(Object, Object) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Compares two arrays, using equals(), handling multi-dimensional arrays correctly.
isEquals() - Method in class org.apache.directory.shared.ldap.util.EqualsBuilder
Returns true if the fields that have been checked are all equal.
isExecutable() - Method in class org.apache.directory.daemon.installers.PackagedFile
 
isExitVmOnShutdown() - Method in class org.apache.directory.server.core.configuration.StartupConfiguration
 
isExpandable() - Method in class org.apache.directory.daemon.installers.PackagedFile
 
isFieldSeparatorAtEnd() - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Gets whether the field separator should be added at the end of each buffer.
isFieldSeparatorAtStart() - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Gets whether the field separator should be added at the start of each buffer.
isFiltered() - Method in class org.apache.directory.daemon.installers.PackagedFile
 
isFirstStart() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
isFirstStart() - Method in class org.apache.directory.server.core.DefaultDirectoryServiceConfiguration
 
isFirstStart() - Method in interface org.apache.directory.server.core.DirectoryServiceConfiguration
Returns true if this service is started and bootstrap entries have been created for the first time.
isFullDetail(Boolean) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Is this field to be output in full detail.
isGrammarEndAllowed() - Method in class org.apache.directory.shared.asn1.ber.AbstractContainer
Check that we can have a end state after this transition
isGrammarEndAllowed() - Method in interface org.apache.directory.shared.asn1.ber.IAsn1Container
Check that we can have a end state after this transition
isGrant() - Method in class org.apache.directory.shared.ldap.aci.ACITuple
Returns true if and only if this tuple grants an access.
isGrant() - Method in class org.apache.directory.shared.ldap.aci.GrantAndDenial
Returns true if and only if this is grant.
isHex(byte[], int) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Check if the current character is an Hex Char <hex> ::= [0x30-0x39] | [0x41-0x46] | [0x61-0x66]
isHex(char[], int) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Check if the current character is an Hex Char <hex> ::= [0x30-0x39] | [0x41-0x46] | [0x61-0x66]
isHex(String, int) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Check if the current character is an Hex Char <hex> ::= [0x30-0x39] | [0x41-0x46] | [0x61-0x66]
isHumanReadible() - Method in class org.apache.directory.server.core.schema.bootstrap.ApachemetaSyntaxProducer.NameOrNumericIdSyntax
 
isHumanReadible() - Method in class org.apache.directory.server.core.schema.bootstrap.ApachemetaSyntaxProducer.ObjectClassTypeSyntax
 
isHumanReadible() - Method in class org.apache.directory.shared.ldap.schema.AbstractSyntax
 
isHumanReadible() - Method in interface org.apache.directory.shared.ldap.schema.Syntax
Gets whether or not the Syntax is human readible.
isIndefiniteLengthAllowed() - Method in class org.apache.directory.shared.asn1.ber.Asn1Decoder
Tells if indefinite length form could be used for Length
isIndefiniteLengthAllowed() - Method in interface org.apache.directory.shared.asn1.ber.tlv.ITLVBerDecoderMBean
Tell if indefinite length form could be used for Length
isInitialized() - Method in class org.apache.directory.server.core.partition.AbstractPartition
Returns true if this context partition is initialized successfully.
isInitialized() - Method in class org.apache.directory.server.core.partition.DefaultPartitionNexus
 
isInitialized() - Method in class org.apache.directory.server.core.partition.impl.btree.BTreePartition
 
isInitialized() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartition
 
isInitialized() - Method in interface org.apache.directory.server.core.partition.Partition
Checks to see if this partition is initialized or not.
isInitialized() - Method in class org.apache.directory.server.core.partition.PartitionNexusProxy
 
isInnerClass(Class) - Static method in class org.apache.directory.shared.ldap.util.ClassUtils
Is the specified class an inner class or static nested class.
isJavaAwtHeadless() - Static method in class org.apache.directory.shared.ldap.util.SystemUtils
Returns whether the SystemUtils.JAVA_AWT_HEADLESS value is true.
isJavaVersionAtLeast(float) - Static method in class org.apache.directory.shared.ldap.util.SystemUtils
Is the Java version at least the requested version.
isJavaVersionAtLeast(int) - Static method in class org.apache.directory.shared.ldap.util.SystemUtils
Is the Java version at least the requested version.
isLdapV3() - Method in class org.apache.directory.shared.ldap.codec.bind.BindRequest
Check if the Ldap version in use is 3
isLDIFSafe(String) - Static method in class org.apache.directory.shared.ldap.ldif.LdifUtils
Checks if the input String contains only safe values, that is, the data does not need to be encoded for use with LDIF.
isLeaf() - Method in class org.apache.directory.server.core.partition.impl.btree.gui.ASTNode
 
isLeaf() - Method in class org.apache.directory.server.core.partition.impl.btree.gui.EntryNode
 
isLeaf() - Method in class org.apache.directory.shared.ldap.filter.AssertionNode
Always returns true since an AssertionNode has no children.
isLeaf() - Method in class org.apache.directory.shared.ldap.filter.BranchNode
 
isLeaf() - Method in interface org.apache.directory.shared.ldap.filter.ExprNode
Tests to see if this node is a leaf or branch node.
isLeaf() - Method in class org.apache.directory.shared.ldap.filter.LeafNode
Gets whether this node is a leaf - the answer is always true here.
isLeaf() - Method in class org.apache.directory.shared.ldap.filter.ScopeNode
Always returns true since a scope node has no children.
isMove() - Method in interface org.apache.directory.shared.ldap.message.ModifyDnRequest
Gets whether or not this request is a DN change resulting in a move operation.
isMove() - Method in class org.apache.directory.shared.ldap.message.ModifyDnRequestImpl
Gets whether or not this request is a DN change resulting in a move operation.
isNegation() - Method in class org.apache.directory.shared.ldap.filter.BranchNode
Tests whether or not this node is a negation (a NOT'ed branch).
isNestedThrowable(Throwable) - Static method in class org.apache.directory.shared.ldap.util.ExceptionUtils
Checks whether this Throwable class can store a cause.
isNeverDeref() - Method in enum org.apache.directory.shared.ldap.message.DerefAliasesEnum
Checks to see if we never dereference aliases.
isNormalized() - Method in class org.apache.directory.shared.ldap.name.LdapDN
 
isNormizing() - Method in class org.apache.directory.shared.ldap.aci.ACIItemParser
Tests to see if this parser is normalizing.
isNormizing() - Method in class org.apache.directory.shared.ldap.subtree.SubtreeSpecificationParser
Tests to see if this parser is normalizing.
isNormizing() - Method in class org.apache.directory.shared.ldap.trigger.TriggerSpecificationParser
Tests to see if this parser is normalizing.
isNotEmpty(String) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Checks if a String is not empty ("") and not null.
isNotificationEnabled(ChangeType) - Method in class org.apache.directory.shared.ldap.message.PersistentSearchControl
 
isObsolete() - Method in class org.apache.directory.server.core.schema.bootstrap.AbstractBootstrapProducer.BootstrapSyntax
 
isObsolete() - Method in class org.apache.directory.server.core.schema.bootstrap.ApachemetaMatchingRuleProducer.ObjectClassTypeMatch
 
isObsolete() - Method in class org.apache.directory.server.core.schema.bootstrap.ApachemetaSyntaxProducer.NameOrNumericIdSyntax
 
isObsolete() - Method in class org.apache.directory.server.core.schema.bootstrap.ApachemetaSyntaxProducer.ObjectClassTypeSyntax
 
isObsolete() - Method in class org.apache.directory.server.core.schema.bootstrap.NameOrNumericIdMatch
 
isObsolete() - Method in class org.apache.directory.server.core.schema.RegistrySchemaProducer.ConceteSchemaSyntax
 
isObsolete() - Method in class org.apache.directory.server.core.schema.SchemaProducer.ConceteSchemaSyntax
 
isObsolete - Variable in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
whether or not this SchemaObject is active
isObsolete() - Method in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
 
isObsolete() - Method in interface org.apache.directory.shared.ldap.schema.SchemaObject
Gets whether or not this SchemaObject has been inactivated.
isObsolete() - Method in class org.apache.directory.shared.ldap.schema.syntax.AttributeTypeDescription
 
isObsolete() - Method in class org.apache.directory.shared.ldap.schema.syntax.ObjectClassDescription
 
isOID(String) - Static method in class org.apache.directory.shared.asn1.primitives.OID
Check that an OID is valid
isOptimizerEnabled() - Method in class org.apache.directory.server.core.partition.impl.btree.BTreePartitionConfiguration
 
isOrdered() - Method in class org.apache.directory.shared.ldap.message.LockableAttributeImpl
Always returns true since list is used to preserve value addition order.
isPairChar(byte[], int) - Static method in class org.apache.directory.shared.ldap.codec.util.DNUtils
Check if the current character is a Pair Char ::= ',' | '=' | '+' | '<' | '>' | '#' | ';' | '\' | '"' | [0-9a-fA-F] [0-9a-fA-F]
isPairChar(char[], int) - Static method in class org.apache.directory.shared.ldap.codec.util.DNUtils
Check if the current character is a Pair Char ::= ',' | '=' | '+' | '<' | '>' | '#' | ';' | '\' | '"' | [0-9a-fA-F] [0-9a-fA-F]
isPairChar(byte[], int) - Static method in class org.apache.directory.shared.ldap.util.DNUtils
Check if the current character is a Pair Char <pairchar> ::= ',' | '=' | '+' | '<' | '>' | '#' | ';' | '\' | '"' | [0-9a-fA-F] [0-9a-fA-F]
isPairChar(char[], int) - Static method in class org.apache.directory.shared.ldap.util.DNUtils
Check if the current character is a Pair Char <pairchar> ::= ',' | '=' | '+' | '<' | '>' | '#' | ';' | '\' | '"' | [0-9a-fA-F] [0-9a-fA-F]
isPairChar(String, int) - Static method in class org.apache.directory.shared.ldap.util.DNUtils
Check if the current character is a Pair Char <pairchar> ::= ' ' | ',' | '=' | '+' | '<' | '>' | '#' | ';' | '\' | '"' | [0-9a-fA-F] [0-9a-fA-F]
isPasswordOneWayEncrypted(Object) - Method in class org.apache.directory.server.core.authn.SimpleAuthenticator
Checks if the argument is one-way encryped.
isPrefix() - Method in class org.apache.directory.server.core.normalization.ExpandingVisitor
 
isPrefix() - Method in class org.apache.directory.server.core.normalization.NormalizingVisitor
 
isPrefix() - Method in class org.apache.directory.shared.ldap.filter.BranchNormalizedVisitor
 
isPrefix() - Method in interface org.apache.directory.shared.ldap.filter.FilterVisitor
Determines whether the visitation order is prefix or postfix.
isPrimitive(byte) - Static method in class org.apache.directory.shared.asn1.ber.tlv.TLV
Checks to see if the tag represented by this Tag is primitive or constructed.
isPrincipalAnAdministrator(LdapDN) - Method in class org.apache.directory.server.core.authz.AuthorizationService
 
isPrincipalAnAdministrator(LdapDN) - Method in class org.apache.directory.server.core.authz.GroupCache
An optimization.
isProcessed() - Method in class org.apache.ldap.clients.Opts
Determine if the command line has been processed
isQuietMode() - Method in class org.apache.ldap.clients.embedded.LdapSearchParameters
 
isQuietMode() - Method in class org.apache.ldap.clients.SearchOpts
 
isQuoteChar(byte[], int) - Static method in class org.apache.directory.shared.ldap.codec.util.DNUtils
Check if the current character is a Quote Char We are testing Unicode chars ::= [0x00-0xFFFF] - [\"]
isQuoteChar(char[], int) - Static method in class org.apache.directory.shared.ldap.codec.util.DNUtils
Check if the current character is a Quote Char We are testing Unicode chars ::= [0x00-0xFFFF] - [\"]
isQuoteChar(byte[], int) - Static method in class org.apache.directory.shared.ldap.util.DNUtils
Check if the current character is a Quote Char We are testing Unicode chars <quotechar> ::= [0x00-0xFFFF] - [\"]
isQuoteChar(char[], int) - Static method in class org.apache.directory.shared.ldap.util.DNUtils
Check if the current character is a Quote Char We are testing Unicode chars <quotechar> ::= [0x00-0xFFFF] - [\"]
isQuoteChar(String, int) - Static method in class org.apache.directory.shared.ldap.util.DNUtils
Check if the current character is a Quote Char We are testing Unicode chars <quotechar> ::= [0x00-0xFFFF] - [\"]
isReferral(String) - Method in class org.apache.directory.server.core.jndi.ServerLdapContext
 
isReferral(LdapDN) - Method in class org.apache.directory.server.core.referral.ReferralLut
Checks if a the entry at a name is a referral.
isReferral(String) - Method in class org.apache.directory.server.core.referral.ReferralLut
Checks if a the entry at a name is a referral.
isReferral(Attributes) - Static method in class org.apache.directory.server.core.referral.ReferralService
 
isReferral(String) - Method in class org.apache.directory.server.core.referral.ReferralService
 
isReferral() - Method in interface org.apache.directory.shared.ldap.message.LdapResult
Gets whether or not this result represents a Referral.
isReferral() - Method in class org.apache.directory.shared.ldap.message.LdapResultImpl
Gets whether or not this result represents a Referral.
isRegistered(Object) - Static method in class org.apache.directory.shared.ldap.util.ReflectionToStringBuilder
Returns true if the registry contains the given object.
isRemovable(ACITuple, String, Object, Attributes) - Method in class org.apache.directory.server.core.authz.support.RestrictedByFilter
 
isReturnECs() - Method in class org.apache.directory.shared.ldap.codec.search.controls.PSearchControl
 
isReturnECs() - Method in class org.apache.directory.shared.ldap.message.PersistentSearchControl
 
isRoot(String) - Static method in class org.apache.directory.shared.ldap.util.NamespaceTools
Checks to see if a distinguished name is a root.
isSameLength(Object[], Object[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameLength(long[], long[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameLength(int[], int[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameLength(short[], short[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameLength(char[], char[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameLength(byte[], byte[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameLength(double[], double[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameLength(float[], float[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameLength(boolean[], boolean[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameType(Object, Object) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Checks whether two arrays are the same type taking into account multi-dimensional arrays.
isSchemaSubentry() - Method in class org.apache.directory.server.core.subtree.Subentry
 
isSecure() - Method in interface org.apache.directory.shared.ldap.url.LdapUrl
Gets whether or not secure ldaps scheme with SSL is used or normal ldap scheme is used.
isShortClassName() - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Deprecated. Use ToStringStyle.isUseShortClassName() Method will be removed in Commons Lang 3.0.
isShutdownHookEnabled() - Method in class org.apache.directory.server.core.configuration.StartupConfiguration
 
isSibling(Name, Name) - Static method in class org.apache.directory.shared.ldap.util.NamespaceTools
Checks to see if two names are siblings.
isSimple() - Method in interface org.apache.directory.shared.ldap.message.BindRequest
Checks to see if the authentication mechanism is simple and not SASL based.
isSimple() - Method in class org.apache.directory.shared.ldap.message.BindRequestImpl
Checks to see if the authentication mechanism is simple and not SASL based.
isSingleValue() - Method in class org.apache.directory.shared.ldap.schema.AbstractAttributeType
 
isSingleValue() - Method in interface org.apache.directory.shared.ldap.schema.AttributeType
Gets whether or not this AttributeType is single-valued.
isSingleValued() - Method in class org.apache.directory.shared.ldap.schema.syntax.AttributeTypeDescription
 
isSortedDupsEnabled() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTable
 
isSortedDupsEnabled() - Method in interface org.apache.directory.server.core.partition.impl.btree.Table
Checks to see if this Table has enabled sorting on the values of duplicate keys.
isStarted() - Method in class org.apache.directory.server.core.authz.support.MaxImmSubFilterTest.MockDirectoryService
 
isStarted() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
isStarted() - Method in class org.apache.directory.server.core.DirectoryService
Returns true if this service is started.
isStarted() - Method in class org.apache.directory.server.core.interceptor.InterceptorChainTest.MockDirectoryService
 
isStreamed() - Method in class org.apache.directory.shared.asn1.primitives.BitString
Tells if the OctetString is streamed or not
isStringChar(byte[], int) - Static method in class org.apache.directory.shared.ldap.codec.util.DNUtils
Check if the current character is a String Char.
isStringChar(char[], int) - Static method in class org.apache.directory.shared.ldap.codec.util.DNUtils
Check if the current character is a String Char.
isStringChar(byte[], int) - Static method in class org.apache.directory.shared.ldap.util.DNUtils
Check if the current character is a String Char.
isStringChar(char[], int) - Static method in class org.apache.directory.shared.ldap.util.DNUtils
Check if the current character is a String Char.
isStringChar(String, int) - Static method in class org.apache.directory.shared.ldap.util.DNUtils
Check if the current character is a String Char.
isSuccessMultithreaded - Variable in class org.apache.directory.shared.ldap.schema.syntax.SchemaParserAttributeTypeDescriptionTest
holds multithreaded success value
isSuccessMultithreaded - Variable in class org.apache.directory.shared.ldap.schema.syntax.SchemaParserLdapSyntaxDescriptionTest
holds multithreaded success value
isSuccessMultithreaded - Variable in class org.apache.directory.shared.ldap.schema.syntax.SchemaParserObjectClassDescriptionTest
holds multithreaded success value
isSuccessMultithreaded - Variable in class org.apache.directory.shared.ldap.subtree.SubtreeSpecificationParserTest
holds multithreaded success value
isSuffix(NextInterceptor, LdapDN) - Method in class org.apache.directory.server.core.authn.AuthenticationService
 
isSuffix(NextInterceptor, LdapDN) - Method in class org.apache.directory.server.core.interceptor.BaseInterceptor
 
isSuffix(NextInterceptor, LdapDN) - Method in interface org.apache.directory.server.core.interceptor.Interceptor
Filters Partition.isSuffix(org.apache.directory.shared.ldap.name.LdapDN) call.
isSuffix(LdapDN) - Method in class org.apache.directory.server.core.interceptor.InterceptorChain
 
isSuffix(NextInterceptor, LdapDN) - Method in class org.apache.directory.server.core.interceptor.InterceptorChainTest.MockInterceptor
 
isSuffix(LdapDN) - Method in interface org.apache.directory.server.core.interceptor.NextInterceptor
Calls the next interceptor's Interceptor.isSuffix(NextInterceptor,org.apache.directory.shared.ldap.name.LdapDN).
isSuffix(NextInterceptor, LdapDN) - Method in class org.apache.directory.server.core.normalization.NormalizationService
 
isSuffix(LdapDN) - Method in class org.apache.directory.server.core.partition.AbstractPartition
 
isSuffix(LdapDN) - Method in class org.apache.directory.server.core.partition.DefaultPartitionNexus
 
isSuffix(LdapDN) - Method in class org.apache.directory.server.core.partition.impl.btree.BTreePartition
 
isSuffix(LdapDN) - Method in interface org.apache.directory.server.core.partition.Partition
Checks to see if name is a context suffix.
isSuffix(LdapDN) - Method in class org.apache.directory.server.core.partition.PartitionNexusProxy
 
isSuffix(LdapDN, Collection) - Method in class org.apache.directory.server.core.partition.PartitionNexusProxy
 
isSynchOnWrite() - Method in class org.apache.directory.server.core.partition.impl.btree.BTreePartitionConfiguration
 
IStates - Interface in org.apache.directory.shared.asn1.ber.grammar
This interface is used to store the different states of a grammar.
isThrowableNested() - Static method in class org.apache.directory.shared.ldap.util.ExceptionUtils
Checks if the Throwable class has a getCause method.
isTriggerSubentry() - Method in class org.apache.directory.server.core.subtree.Subentry
 
isTrue() - Method in class org.apache.directory.shared.asn1.der.DERBoolean
Lazy accessor
isTypesMode() - Method in class org.apache.ldap.clients.embedded.LdapSearchParameters
 
isTypesMode() - Method in class org.apache.ldap.clients.SearchOpts
 
isTypesOnly() - Method in class org.apache.directory.shared.ldap.codec.search.SearchRequest
Get the typesOnly flag
isUniversal(byte) - Static method in class org.apache.directory.shared.asn1.ber.tlv.TLV
Tells if the tag is Universal or not
isUseClassName() - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Gets whether to use the class name.
isUseFieldNames() - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Gets whether to use the field names passed in.
isUseIdentityHashCode() - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Gets whether to use the identity hash code.
isUserModifiable() - Method in class org.apache.directory.shared.ldap.schema.syntax.AttributeTypeDescription
 
isUseShortClassName() - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Gets whether to output short or long class names.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntax.AcceptAllSyntaxChecker
Returns true every time.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntax.AttributeTypeDescriptionSyntaxChecker
 
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntax.AttributeTypeUsageSyntaxChecker
 
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntax.BinarySyntaxChecker
 
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntax.BitStringSyntaxChecker
 
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntax.BooleanSyntaxChecker
 
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntax.CountrySyntaxChecker
 
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntax.DeliveryMethodSyntaxChecker
 
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntax.DirectoryStringSyntaxChecker
 
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntax.GeneralizedTimeSyntaxChecker
 
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntax.Ia5StringSyntaxChecker
 
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntax.IntegerSyntaxChecker
 
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntax.JpegSyntaxChecker
 
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntax.LdapSyntaxDescriptionSyntaxChecker
 
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntax.NumberSyntaxChecker
 
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntax.NumericOidSyntaxChecker
 
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntax.NumericStringSyntaxChecker
 
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntax.ObjectClassDescriptionSyntaxChecker
 
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntax.ObjectClassTypeSyntaxChecker
 
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntax.OctetStringSyntaxChecker
 
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntax.OidLenSyntaxChecker
 
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntax.OidSyntaxChecker
 
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntax.PrintableStringSyntaxChecker
 
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntax.RegexSyntaxChecker
 
isValidSyntax(Object) - Method in interface org.apache.directory.shared.ldap.schema.syntax.SyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntax.TelephoneNumberSyntaxChecker
 
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntax.UtcTimeSyntaxChecker
 
isVerbose - Variable in class org.apache.ldap.clients.BindOpts
Verbose mode, default is off
isVerbose() - Method in class org.apache.ldap.clients.BindOpts
Determine if verbose has been turned on
isVerbose() - Method in interface org.apache.ldap.clients.embedded.LdapClient
Determine if verbose has been turned on
isVerbose() - Method in class org.apache.ldap.clients.embedded.LdapClientImpl
Determine if verbose has been turned on
isVersion3() - Method in interface org.apache.directory.shared.ldap.message.BindRequest
Checks to see if the Ldap v3 protocol is used.
isVersion3() - Method in class org.apache.directory.shared.ldap.message.BindRequestImpl
Checks to see if the Ldap v3 protocol is used.
isVersion3 - Variable in class org.apache.ldap.clients.BindOpts
Is the LDIF format version 3 compliant
isVersion3() - Method in class org.apache.ldap.clients.BindOpts
Determine if the LDIF format version 3 compliant
isVersion3() - Method in interface org.apache.ldap.clients.embedded.LdapClient
Determine if the LDIF format version 3 compliant
isVersion3() - Method in class org.apache.ldap.clients.embedded.LdapClientImpl
Determine if the LDIF format version 3 compliant
isVisible() - Method in class org.apache.directory.shared.ldap.codec.search.controls.SubEntryControl
Check if the subEntry is visible
isVisible() - Method in class org.apache.directory.shared.ldap.message.SubentriesControl
 
ItemFirstACIItem - Class in org.apache.directory.shared.ldap.aci
An ACIItem which specifies ProtectedItems first and then UserClasses each ProtectedItem will have.
ItemFirstACIItem(String, int, AuthenticationLevel, Collection, Collection) - Constructor for class org.apache.directory.shared.ldap.aci.ItemFirstACIItem
Creates a new instance.
ItemPermission - Class in org.apache.directory.shared.ldap.aci
Represents permissions to be applied to all ProtectedItems in ItemFirstACIItem.
ItemPermission(int, Collection, Collection) - Constructor for class org.apache.directory.shared.ldap.aci.ItemPermission
Creates a new instance
iterations - Static variable in class org.apache.directory.server.benchmarks.BindBenchmark
 
iterationsParameter - Variable in class org.apache.directory.server.benchmarks.BindBenchmark
 
iterator() - Method in class org.apache.directory.shared.ldap.aci.ProtectedItem.AttributeValue
Returns an iterator of all Attributes.
iterator() - Method in class org.apache.directory.shared.ldap.aci.ProtectedItem.MaxValueCount
Returns an iterator of all ProtectedItem.MaxValueCountItems.
iterator() - Method in class org.apache.directory.shared.ldap.aci.ProtectedItem.RestrictedBy
Returns an iterator of all ProtectedItem.RestrictedByItems.
iterator() - Method in class org.apache.directory.shared.ldap.ldif.LdifReader
 
iterator() - Method in class org.apache.directory.shared.ldap.name.Rdn
Retrieves the components of this name as an enumeration of strings.
iterator() - Method in class org.apache.directory.shared.ldap.util.SequencedHashMap
Gets an iterator over the keys.
IteratorNamingEnumeration - Class in org.apache.directory.shared.ldap.message
A NamingEnumeration over an Iterator.
IteratorNamingEnumeration(Iterator) - Constructor for class org.apache.directory.shared.ldap.message.IteratorNamingEnumeration
Creates a NamingEnumeration over an Iterator.
ITLVBerDecoderMBean - Interface in org.apache.directory.shared.asn1.ber.tlv
 
IzPackInstallerCommand - Class in org.apache.directory.daemon.installers.izpack
The IzPack installer command.
IzPackInstallerCommand(ServiceInstallersMojo, IzPackTarget) - Constructor for class org.apache.directory.daemon.installers.izpack.IzPackInstallerCommand
 
IzPackTarget - Class in org.apache.directory.daemon.installers.izpack
An IzPack multiplatform installer target.
IzPackTarget() - Constructor for class org.apache.directory.daemon.installers.izpack.IzPackTarget
 

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