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

R

Rdn - Class in org.apache.directory.shared.ldap.name
This class store the name-component part or the following BNF grammar (as of RFC2253, par.
Rdn() - Constructor for class org.apache.directory.shared.ldap.name.Rdn
A empty constructor.
Rdn(String) - Constructor for class org.apache.directory.shared.ldap.name.Rdn
A constructor that parse a String representing a RDN.
Rdn(String, String) - Constructor for class org.apache.directory.shared.ldap.name.Rdn
A constructor that constructs a RDN from a type and a value.
Rdn(Rdn) - Constructor for class org.apache.directory.shared.ldap.name.Rdn
Constructs an Rdn from the given rdn.
RDN - Static variable in class org.apache.ldap.testsuite.ldaptests.jndi.ops.compare.BasicCompareTests
 
RDN - Static variable in class org.apache.ldap.testsuite.ldaptests.jndi.ops.compare.CompareOperationalAttributesTest
 
RDN - Static variable in class org.apache.ldap.testsuite.ldaptests.jndi.ops.modify.BasicModifyAddTests
 
RDN - Static variable in class org.apache.ldap.testsuite.ldaptests.jndi.ops.modify.BasicModifyRemoveTests
 
RDN - Static variable in class org.apache.ldap.testsuite.ldaptests.jndi.ops.modify.BasicModifyReplaceTests
 
RDN - Static variable in class org.apache.ldap.testsuite.ldaptests.jndi.ops.modify.MixedModifyFailureTests
 
RdnParser - Class in org.apache.directory.shared.ldap.name
This class parse the name-component part or the following BNF grammar (as of RFC2253, par.
RdnParser() - Constructor for class org.apache.directory.shared.ldap.name.RdnParser
 
RdnTest - Class in org.apache.directory.shared.ldap.name
Test the class Rdn
RdnTest() - Constructor for class org.apache.directory.shared.ldap.name.RdnTest
 
readBytes(byte[], int) - Static method in class org.apache.directory.server.core.partition.impl.btree.jdbm.AttributeSerializer
Reads a byte array from a buffer including its length starting from an offset in the buffer.
readConfig(String) - Method in class org.apache.ldap.clients.ldaptest.TestConfiguration
 
readExternal(ObjectInput) - Method in class org.apache.directory.shared.ldap.util.SequencedHashMap
Deserializes this map from the given stream.
readFully(byte[]) - Method in class org.apache.directory.shared.asn1.der.ASN1InputStream
 
readLength() - Method in class org.apache.directory.shared.asn1.der.ASN1InputStream
 
readObject() - Method in class org.apache.directory.shared.asn1.der.ASN1InputStream
 
readString(byte[]) - Static method in class org.apache.directory.server.core.partition.impl.btree.jdbm.AttributeSerializer
Reads a String and it's length bytes from a buffer starting at position 0.
readString(byte[], int) - Static method in class org.apache.directory.server.core.partition.impl.btree.jdbm.AttributeSerializer
Reads a String and it's length bytes from a buffer starting at a specific offset.
REAL - Static variable in class org.apache.directory.shared.asn1.ber.tlv.UniversalTag
value for the tag
reason - Variable in exception org.apache.directory.shared.ldap.codec.util.URIException
The reason message.
reasonCode - Variable in exception org.apache.directory.shared.ldap.codec.util.URIException
The reason code.
rebind(String, Object, Attributes) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
rebind(Name, Object, Attributes) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
rebind(String, Object) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
rebind(Name, Object) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
rebind(String, Object) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
rebind(Name, Object) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
rebind(String, Object, Attributes) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
rebind(Name, Object, Attributes) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
receive(int) - Method in class org.apache.directory.shared.ldap.util.ParserPipedInputStream
 
reconnect(Control[]) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
reconnect(Control[]) - Method in class org.apache.directory.server.core.jndi.ServerLdapContext
 
refCtx - Variable in class org.apache.directory.server.core.jndi.ReferralITest.TestData
 
REFERENCE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
REFERRAL - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
Referral - Interface in org.apache.directory.shared.ldap.message
Represents a referral which is a set of alternative locations where an entry can be found.
REFERRAL_BR_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
REFERRAL_ER_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
REFERRAL_STATE - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulDisconnectStatesEnum
Referral
REFERRAL_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
ReferralAction - Class in org.apache.directory.shared.ldap.codec.actions
The action used to add a referral to a LdapTresult
ReferralAction() - Constructor for class org.apache.directory.shared.ldap.codec.actions.ReferralAction
 
referralAdded(LdapDN) - Method in class org.apache.directory.server.core.referral.ReferralLut
Called to add an entry to the LUT when a referral is added.
referralAdded(String) - Method in class org.apache.directory.server.core.referral.ReferralLut
Called to add an entry to the LUT when a referral is added.
referralChanged(LdapDN, LdapDN) - Method in class org.apache.directory.server.core.referral.ReferralLut
Called to update the LUT when the name of the referral changes due to a rename or move in the DIT.
referralChanged(String, String) - Method in class org.apache.directory.server.core.referral.ReferralLut
Called to update the LUT when the name of the referral changes due to a rename or move in the DIT.
referralChanged(LdapDN, String) - Method in class org.apache.directory.server.core.referral.ReferralLut
Called to update the LUT when the name of the referral changes due to a rename or move in the DIT.
referralChanged(String, LdapDN) - Method in class org.apache.directory.server.core.referral.ReferralLut
Called to update the LUT when the name of the referral changes due to a rename or move in the DIT.
referralDeleted(LdapDN) - Method in class org.apache.directory.server.core.referral.ReferralLut
Called delete an entry from the LUT when a referral is deleted.
referralDeleted(String) - Method in class org.apache.directory.server.core.referral.ReferralLut
Called delete an entry from the LUT when a referral is deleted.
ReferralHandlingEnumeration - Class in org.apache.directory.server.core.enumeration
A wrapper enumeration which saves referral entries to be returned last.
ReferralHandlingEnumeration(NamingEnumeration, ReferralLut, AttributeTypeRegistry, PartitionNexus, int, boolean) - Constructor for class org.apache.directory.server.core.enumeration.ReferralHandlingEnumeration
 
ReferralImpl - Class in org.apache.directory.shared.ldap.message
A Referral implementation.
ReferralImpl() - Constructor for class org.apache.directory.shared.ldap.message.ReferralImpl
 
ReferralImplTest - Class in org.apache.directory.shared.ldap.message
Tests the ReferralImpl class.
ReferralImplTest() - Constructor for class org.apache.directory.shared.ldap.message.ReferralImplTest
 
ReferralITest - Class in org.apache.directory.server.core.jndi
Tests the referral handling functionality within the server's core.
ReferralITest() - Constructor for class org.apache.directory.server.core.jndi.ReferralITest
 
ReferralITest.TestData - Class in org.apache.directory.server.core.jndi
 
ReferralITest.TestData() - Constructor for class org.apache.directory.server.core.jndi.ReferralITest.TestData
 
ReferralLut - Class in org.apache.directory.server.core.referral
A simple lookup table of normalized referral distinguished names.
ReferralLut() - Constructor for class org.apache.directory.server.core.referral.ReferralLut
 
ReferralLutTest - Class in org.apache.directory.server.core.referral
Unit tests for ReferralLut.
ReferralLutTest() - Constructor for class org.apache.directory.server.core.referral.ReferralLutTest
 
REFERRALS_BR_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
REFERRALS_ER_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
REFERRALS_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
ReferralService - Class in org.apache.directory.server.core.referral
An service which is responsible referral handling behavoirs.
ReferralService() - Constructor for class org.apache.directory.server.core.referral.ReferralService
 
ReferralService.ReferralFilter - Class in org.apache.directory.server.core.referral
 
ReferralService.ReferralFilter() - Constructor for class org.apache.directory.server.core.referral.ReferralService.ReferralFilter
 
RefinementEvaluator - Class in org.apache.directory.server.core.subtree
The top level evaluation node for a refinement.
RefinementEvaluator(RefinementLeafEvaluator) - Constructor for class org.apache.directory.server.core.subtree.RefinementEvaluator
 
RefinementEvaluatorTest - Class in org.apache.directory.server.core.subtree
Unit test cases for testing the evaluator for refinements.
RefinementEvaluatorTest() - Constructor for class org.apache.directory.server.core.subtree.RefinementEvaluatorTest
 
RefinementLeafEvaluator - Class in org.apache.directory.server.core.subtree
A refinement leaf node evaluator.
RefinementLeafEvaluator(OidRegistry) - Constructor for class org.apache.directory.server.core.subtree.RefinementLeafEvaluator
Creates a refinement filter's leaf node evaluator.
RefinementLeafEvaluatorTest - Class in org.apache.directory.server.core.subtree
Unit test cases for testing the evaluator for refinement leaf nodes.
RefinementLeafEvaluatorTest() - Constructor for class org.apache.directory.server.core.subtree.RefinementLeafEvaluatorTest
 
reflectionAppendArray(Object) - Method in class org.apache.directory.shared.ldap.util.ReflectionToStringBuilder
Append to the toString an Object array.
reflectionAppendArrayDetail(StringBuffer, String, Object) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString the detail of an array type.
reflectionEquals(Object, Object) - Static method in class org.apache.directory.shared.ldap.util.EqualsBuilder
This method uses reflection to determine if the two Objects are equal.
reflectionEquals(Object, Object, boolean) - Static method in class org.apache.directory.shared.ldap.util.EqualsBuilder
This method uses reflection to determine if the two Objects are equal.
reflectionEquals(Object, Object, boolean, Class) - Static method in class org.apache.directory.shared.ldap.util.EqualsBuilder
This method uses reflection to determine if the two Objects are equal.
reflectionHashCode(Object) - Static method in class org.apache.directory.shared.ldap.util.HashCodeBuilder
This method uses reflection to build a valid hash code.
reflectionHashCode(Object, boolean) - Static method in class org.apache.directory.shared.ldap.util.HashCodeBuilder
This method uses reflection to build a valid hash code.
reflectionHashCode(int, int, Object) - Static method in class org.apache.directory.shared.ldap.util.HashCodeBuilder
This method uses reflection to build a valid hash code.
reflectionHashCode(int, int, Object, boolean) - Static method in class org.apache.directory.shared.ldap.util.HashCodeBuilder
This method uses reflection to build a valid hash code.
reflectionHashCode(int, int, Object, boolean, Class) - Static method in class org.apache.directory.shared.ldap.util.HashCodeBuilder
This method uses reflection to build a valid hash code.
ReflectionProperties - Class in org.apache.directory.daemon.installers
Took this from the maven resource plugin in trunk or else I would have added it as a dep.
ReflectionProperties(MavenProject, boolean) - Constructor for class org.apache.directory.daemon.installers.ReflectionProperties
 
reflectionToString(Object) - Static method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Forwards to ReflectionToStringBuilder.
reflectionToString(Object, ToStringStyle) - Static method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Forwards to ReflectionToStringBuilder.
reflectionToString(Object, ToStringStyle, boolean) - Static method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Forwards to ReflectionToStringBuilder.
reflectionToString(Object, ToStringStyle, boolean, Class) - Static method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Forwards to ReflectionToStringBuilder.
ReflectionToStringBuilder - Class in org.apache.directory.shared.ldap.util
Assists in implementing Object.toString()methods using reflection.
ReflectionToStringBuilder(Object) - Constructor for class org.apache.directory.shared.ldap.util.ReflectionToStringBuilder
Constructor.
ReflectionToStringBuilder(Object, ToStringStyle) - Constructor for class org.apache.directory.shared.ldap.util.ReflectionToStringBuilder
Constructor.
ReflectionToStringBuilder(Object, ToStringStyle, StringBuffer) - Constructor for class org.apache.directory.shared.ldap.util.ReflectionToStringBuilder
Constructor.
ReflectionToStringBuilder(Object, ToStringStyle, StringBuffer, Class, boolean) - Constructor for class org.apache.directory.shared.ldap.util.ReflectionToStringBuilder
Deprecated. Use ReflectionToStringBuilder.ReflectionToStringBuilder(Object,ToStringStyle,StringBuffer,Class,boolean,boolean).
ReflectionToStringBuilder(Object, ToStringStyle, StringBuffer, Class, boolean, boolean) - Constructor for class org.apache.directory.shared.ldap.util.ReflectionToStringBuilder
Constructor.
refs - Variable in class org.apache.directory.server.core.jndi.ReferralITest.TestData
 
REGEX_CURSOR - Static variable in class org.apache.directory.server.core.partition.impl.btree.gui.IndexDialog
 
RegexNormalizer - Class in org.apache.directory.shared.ldap.schema
A Normalizer that uses Perl5 based regular expressions to normalize values.
RegexNormalizer(Pattern[]) - Constructor for class org.apache.directory.shared.ldap.schema.RegexNormalizer
Creates a Perl5 regular expression based normalizer.
RegexSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntax
A SyntaxChecker implemented using Perl5 regular expressions to constrain values.
RegexSyntaxChecker(String, String[]) - Constructor for class org.apache.directory.shared.ldap.schema.syntax.RegexSyntaxChecker
Creates a Syntax validator for a specific Syntax using Perl5 matching rules for validation.
register(String, AttributeType) - Method in class org.apache.directory.server.core.authz.support.DummyAttributeTypeRegistry
 
register(String, String) - Method in class org.apache.directory.server.core.authz.support.DummyOidRegistry
 
register(String, AttributeType) - Method in interface org.apache.directory.server.core.schema.AttributeTypeRegistry
Registers a new AttributeType with this registry.
register(String, AttributeType) - Method in class org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry
 
register(String, String, Comparator) - Method in class org.apache.directory.server.core.schema.bootstrap.BootstrapComparatorRegistry
 
register(String, DITContentRule) - Method in class org.apache.directory.server.core.schema.bootstrap.BootstrapDitContentRuleRegistry
 
register(String, DITStructureRule) - Method in class org.apache.directory.server.core.schema.bootstrap.BootstrapDitStructureRuleRegistry
 
register(String, MatchingRule) - Method in class org.apache.directory.server.core.schema.bootstrap.BootstrapMatchingRuleRegistry
 
register(String, MatchingRuleUse) - Method in class org.apache.directory.server.core.schema.bootstrap.BootstrapMatchingRuleUseRegistry
 
register(String, NameForm) - Method in class org.apache.directory.server.core.schema.bootstrap.BootstrapNameFormRegistry
 
register(String, String, Normalizer) - Method in class org.apache.directory.server.core.schema.bootstrap.BootstrapNormalizerRegistry
 
register(String, ObjectClass) - Method in class org.apache.directory.server.core.schema.bootstrap.BootstrapObjectClassRegistry
 
register(ServerDirObjectFactory) - Method in class org.apache.directory.server.core.schema.bootstrap.BootstrapObjectFactoryRegistry
 
register(String, String) - Method in class org.apache.directory.server.core.schema.bootstrap.BootstrapOidRegistry
 
register(ServerDirStateFactory) - Method in class org.apache.directory.server.core.schema.bootstrap.BootstrapStateFactoryRegistry
 
register(String, String, SyntaxChecker) - Method in class org.apache.directory.server.core.schema.bootstrap.BootstrapSyntaxCheckerRegistry
 
register(String, Syntax) - Method in class org.apache.directory.server.core.schema.bootstrap.BootstrapSyntaxRegistry
 
register(String, String, Comparator) - Method in interface org.apache.directory.server.core.schema.ComparatorRegistry
Registers a Comparator with this registry.
register(String, DITContentRule) - Method in interface org.apache.directory.server.core.schema.DITContentRuleRegistry
Registers a DITContentRule with this registry.
register(String, DITStructureRule) - Method in interface org.apache.directory.server.core.schema.DITStructureRuleRegistry
Registers a DITStructureRule with this registry.
register(String, AttributeType) - Method in class org.apache.directory.server.core.schema.global.GlobalAttributeTypeRegistry
 
register(String, String, Comparator) - Method in class org.apache.directory.server.core.schema.global.GlobalComparatorRegistry
 
register(String, DITContentRule) - Method in class org.apache.directory.server.core.schema.global.GlobalDitContentRuleRegistry
 
register(String, DITStructureRule) - Method in class org.apache.directory.server.core.schema.global.GlobalDitStructureRuleRegistry
 
register(String, MatchingRule) - Method in class org.apache.directory.server.core.schema.global.GlobalMatchingRuleRegistry
 
register(String, MatchingRuleUse) - Method in class org.apache.directory.server.core.schema.global.GlobalMatchingRuleUseRegistry
 
register(String, NameForm) - Method in class org.apache.directory.server.core.schema.global.GlobalNameFormRegistry
 
register(String, String, Normalizer) - Method in class org.apache.directory.server.core.schema.global.GlobalNormalizerRegistry
 
register(String, ObjectClass) - Method in class org.apache.directory.server.core.schema.global.GlobalObjectClassRegistry
 
register(String, String) - Method in class org.apache.directory.server.core.schema.global.GlobalOidRegistry
 
register(String, String, SyntaxChecker) - Method in class org.apache.directory.server.core.schema.global.GlobalSyntaxCheckerRegistry
 
register(String, Syntax) - Method in class org.apache.directory.server.core.schema.global.GlobalSyntaxRegistry
 
register(String, MatchingRule) - Method in interface org.apache.directory.server.core.schema.MatchingRuleRegistry
Registers a MatchingRule with this registry.
register(String, MatchingRuleUse) - Method in interface org.apache.directory.server.core.schema.MatchingRuleUseRegistry
Registers a MatchingRuleUse with this registry.
register(String, NameForm) - Method in interface org.apache.directory.server.core.schema.NameFormRegistry
Registers a NameForm with this registry.
register(String, String, Normalizer) - Method in interface org.apache.directory.server.core.schema.NormalizerRegistry
Registers a Normalizer with this registry.
register(String, ObjectClass) - Method in interface org.apache.directory.server.core.schema.ObjectClassRegistry
Registers an ObjectClass with this registry.
register(ServerDirObjectFactory) - Method in interface org.apache.directory.server.core.schema.ObjectFactoryRegistry
Registers a server-side object factory with this registry.
register(String, String) - Method in interface org.apache.directory.server.core.schema.OidRegistry
Adds an OID name pair to the registry.
register(String, String) - Method in class org.apache.directory.server.core.schema.SchemaCheckerTest.MockOidRegistry
 
register(ServerDirStateFactory) - Method in interface org.apache.directory.server.core.schema.StateFactoryRegistry
Registers a server-side state factory with this registry.
register(String, String, SyntaxChecker) - Method in interface org.apache.directory.server.core.schema.SyntaxCheckerRegistry
Registers a SyntaxChecker with this registry.
register(String, Syntax) - Method in interface org.apache.directory.server.core.schema.SyntaxRegistry
Registers a Syntax with this registry.
register(Object) - Static method in class org.apache.directory.shared.ldap.util.ReflectionToStringBuilder
Registers the given object.
registerDescendants(AttributeType) - Method in class org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry
 
registerObject() - Method in class org.apache.directory.shared.ldap.util.ReflectionToStringBuilder
Registers this builder's source object to avoid infinite loops when processing circular object references.
registerSupportedExtensions(Set) - Method in class org.apache.directory.server.core.partition.DefaultPartitionNexus
 
registerSupportedExtensions(Set) - Method in class org.apache.directory.server.core.partition.PartitionNexus
Adds a set of supportedExtension (OID Strings) to the RootDSE.
registerSupportedExtensions(Set) - Method in class org.apache.directory.server.core.partition.PartitionNexusProxy
 
registries - Variable in class org.apache.directory.server.core.schema.bootstrap.BootstrapSchemaLoaderTest
 
Registries - Interface in org.apache.directory.server.core.schema
Document this class.
registries - Variable in class org.apache.directory.server.core.schema.SchemaCheckerTest
 
registries - Variable in class org.apache.directory.server.core.schema.SchemaServiceTest
 
registry - Variable in class org.apache.directory.server.core.schema.bootstrap.AbstractBootstrapProducer.BootstrapSyntax
 
registry - Variable in class org.apache.directory.server.core.schema.RegistrySchemaProducer.ConceteSchemaSyntax
 
registry - Variable in class org.apache.directory.server.core.schema.SchemaProducer.ConceteSchemaSyntax
 
RegistrySchemaProducer - Class in org.apache.directory.server.core.schema
An abstract producer implementation which doesn't make explicit reference to "bootstrap".
RegistrySchemaProducer() - Constructor for class org.apache.directory.server.core.schema.RegistrySchemaProducer
 
RegistrySchemaProducer.ConceteSchemaSyntax - Class in org.apache.directory.server.core.schema
A mutable Syntax for the bootstrap phase that uses the syntaxCheckerRegistry to dynamically resolve syntax checkers.
RegistrySchemaProducer.ConceteSchemaSyntax(String, SyntaxCheckerRegistry) - Constructor for class org.apache.directory.server.core.schema.RegistrySchemaProducer.ConceteSchemaSyntax
 
RegistrySchemaProducer.ConcreteSchemaAttributeType - Class in org.apache.directory.server.core.schema
A concrete mutable attributeType implementation for bootstrapping which uses registries for dynamically resolving dependent objects.
RegistrySchemaProducer.ConcreteSchemaAttributeType(String, Registries) - Constructor for class org.apache.directory.server.core.schema.RegistrySchemaProducer.ConcreteSchemaAttributeType
 
RegistrySchemaProducer.ConcreteSchemaMatchingRule - Class in org.apache.directory.server.core.schema
 
RegistrySchemaProducer.ConcreteSchemaMatchingRule(String, Registries) - Constructor for class org.apache.directory.server.core.schema.RegistrySchemaProducer.ConcreteSchemaMatchingRule
 
RegistrySchemaProducer.ConcreteSchemaObjectClass - Class in org.apache.directory.server.core.schema
A concrete mutable objectClass implementation for bootstrapping which uses registries for dynamically resolving dependent objects.
RegistrySchemaProducer.ConcreteSchemaObjectClass(String, Registries) - Constructor for class org.apache.directory.server.core.schema.RegistrySchemaProducer.ConcreteSchemaObjectClass
Creates a mutable ObjectClass for the bootstrap process.
RelatedProtectedItemFilter - Class in org.apache.directory.server.core.authz.support
An ACITupleFilter that discards all tuples whose ProtectedItems are not related with the operation.
RelatedProtectedItemFilter(RefinementEvaluator, Evaluator, OidRegistry, AttributeTypeRegistry) - Constructor for class org.apache.directory.server.core.authz.support.RelatedProtectedItemFilter
 
RelatedProtectedItemFilterTest - Class in org.apache.directory.server.core.authz.support
Tests RelatedUserClassFilter.
RelatedProtectedItemFilterTest() - Constructor for class org.apache.directory.server.core.authz.support.RelatedProtectedItemFilterTest
 
RelatedUserClassFilter - Class in org.apache.directory.server.core.authz.support
An ACITupleFilter that discards all tuples whose UserClasses are not related with the current user.
RelatedUserClassFilter(SubtreeEvaluator) - Constructor for class org.apache.directory.server.core.authz.support.RelatedUserClassFilter
 
RelatedUserClassFilterTest - Class in org.apache.directory.server.core.authz.support
Tests RelatedUserClassFilter.
RelatedUserClassFilterTest() - Constructor for class org.apache.directory.server.core.authz.support.RelatedUserClassFilterTest
 
RELATIVE_OID - Static variable in class org.apache.directory.shared.asn1.ber.tlv.UniversalTag
value for the tag
remove(String) - Method in class org.apache.directory.server.core.interceptor.InterceptorChain
 
remove() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.BTreeIterator
 
remove(Object, Object) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTable
 
remove(Object, NamingEnumeration) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTable
 
remove(Object) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTable
 
remove(Object) - Method in interface org.apache.directory.server.core.partition.impl.btree.Table
Removes all records with key from this Table.
remove(Object, Object) - Method in interface org.apache.directory.server.core.partition.impl.btree.Table
Removes a single specific record with key and value from this Table.
remove(Object, NamingEnumeration) - Method in interface org.apache.directory.server.core.partition.impl.btree.Table
Removes a set of values with the same key from this Table.
remove() - Method in class org.apache.directory.shared.ldap.ldif.LdifReader
Always throws UnsupportedOperationException!
remove(Control) - Method in class org.apache.directory.shared.ldap.message.AbstractMessage
Deletes a control removing it from this Message.
remove(Object) - Method in class org.apache.directory.shared.ldap.message.LockableAttributeImpl
Removes attrVal from the list of this Attribute's values.
remove(int) - Method in class org.apache.directory.shared.ldap.message.LockableAttributeImpl
Removes the value at an index.
remove() - Method in class org.apache.directory.shared.ldap.message.LockableAttributesImpl.AttributeIterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove(String) - Method in class org.apache.directory.shared.ldap.message.LockableAttributesImpl
Removes the attribute with the attribute id 'attrID' from the attribute set.
remove(Control) - Method in interface org.apache.directory.shared.ldap.message.Message
Deletes a control removing it from this Message.
remove(int) - Method in class org.apache.directory.shared.ldap.name.LdapDN
Removes a component from this name.
remove(Object[], int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Removes the element at the specified position from the specified array.
remove(boolean[], int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Removes the element at the specified position from the specified array.
remove(byte[], int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Removes the element at the specified position from the specified array.
remove(char[], int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Removes the element at the specified position from the specified array.
remove(double[], int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Removes the element at the specified position from the specified array.
remove(float[], int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Removes the element at the specified position from the specified array.
remove(int[], int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Removes the element at the specified position from the specified array.
remove(long[], int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Removes the element at the specified position from the specified array.
remove(short[], int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Removes the element at the specified position from the specified array.
remove() - Method in class org.apache.directory.shared.ldap.util.JoinIterator
 
remove(Object, Object) - Method in interface org.apache.directory.shared.ldap.util.MultiMap
Removes a specific value from map.
remove(Object) - Method in interface org.apache.directory.shared.ldap.util.MultiMap
Removes all values associated with the specified key.
remove(Object) - Method in class org.apache.directory.shared.ldap.util.PreferencesDictionary
 
remove(Object) - Method in class org.apache.directory.shared.ldap.util.SequencedHashMap
Implements Map.remove(Object).
remove(int) - Method in class org.apache.directory.shared.ldap.util.SequencedHashMap
Removes the element at the specified index.
removeAllPeerReplicas() - Method in class org.apache.directory.mitosis.configuration.ReplicationConfiguration
Clears the remote peer replica list.
removeAttribute(AttributeType, Attributes) - Static method in class org.apache.directory.server.core.ServerUtils
 
removeAttribute(String) - Method in interface org.apache.directory.shared.ldap.message.SearchRequest
Removes an attribute to the set of entry attributes to return.
removeAttribute(String) - Method in class org.apache.directory.shared.ldap.message.SearchRequestImpl
Removes an attribute to the set of entry attributes to return.
removeCommonFrames(List, List) - Static method in class org.apache.directory.shared.ldap.util.ExceptionUtils
Removes common frames from the cause trace given the two stack traces.
removeContextPartition(NextInterceptor, LdapDN) - Method in class org.apache.directory.server.core.interceptor.BaseInterceptor
 
removeContextPartition(NextInterceptor, LdapDN) - Method in interface org.apache.directory.server.core.interceptor.Interceptor
Filters PartitionNexus.removeContextPartition(org.apache.directory.shared.ldap.name.LdapDN) call.
removeContextPartition(LdapDN) - Method in class org.apache.directory.server.core.interceptor.InterceptorChain
 
removeContextPartition(NextInterceptor, LdapDN) - Method in class org.apache.directory.server.core.interceptor.InterceptorChainTest.MockInterceptor
 
removeContextPartition(LdapDN) - Method in interface org.apache.directory.server.core.interceptor.NextInterceptor
Calls the next interceptor's PartitionNexus.removeContextPartition(org.apache.directory.shared.ldap.name.LdapDN).
removeContextPartition(NextInterceptor, LdapDN) - Method in class org.apache.directory.server.core.normalization.NormalizationService
 
removeContextPartition(LdapDN) - Method in class org.apache.directory.server.core.partition.DefaultPartitionNexus
 
removeContextPartition(LdapDN) - Method in class org.apache.directory.server.core.partition.PartitionNexus
 
removeContextPartition(LdapDN) - Method in class org.apache.directory.server.core.partition.PartitionNexusProxy
 
removeContextPartition(LdapDN, Collection) - Method in class org.apache.directory.server.core.partition.PartitionNexusProxy
 
removeContextPartition(NextInterceptor, LdapDN) - Method in class org.apache.directory.server.core.referral.ReferralService
 
removeCSN(ReplicaId) - Method in class org.apache.directory.mitosis.common.CSNVector
 
removeElement(Object[], Object) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Removes the first occurrence of the specified element from the specified array.
removeElement(boolean[], boolean) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Removes the first occurrence of the specified element from the specified array.
removeElement(byte[], byte) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Removes the first occurrence of the specified element from the specified array.
removeElement(char[], char) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Removes the first occurrence of the specified element from the specified array.
removeElement(double[], double) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Removes the first occurrence of the specified element from the specified array.
removeElement(float[], float) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Removes the first occurrence of the specified element from the specified array.
removeElement(int[], int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Removes the first occurrence of the specified element from the specified array.
removeElement(long[], long) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Removes the first occurrence of the specified element from the specified array.
removeElement(short[], short) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Removes the first occurrence of the specified element from the specified array.
removeFromEnvironment(String) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
removeFromEnvironment(String) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
removeLastFieldSeparator(StringBuffer) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Remove the last field separator from the buffer.
removeLdapUrl(String) - Method in interface org.apache.directory.shared.ldap.message.Referral
Removes an LDAPv3 URL to this Referral.
removeLdapUrl(String) - Method in class org.apache.directory.shared.ldap.message.ReferralImpl
Removes an LDAPv3 URL to this Referral.
removeLogs(CSN, boolean) - Method in class org.apache.directory.mitosis.store.derby.DerbyReplicationStore
 
removeLogs(CSN, boolean) - Method in interface org.apache.directory.mitosis.store.ReplicationStore
 
removeModification(ModificationItem) - Method in interface org.apache.directory.shared.ldap.message.ModifyRequest
Removes a ModificationItem to the set of modifications composing this modify request.
removeModification(ModificationItem) - Method in class org.apache.directory.shared.ldap.message.ModifyRequestImpl
Removes a ModificationItem to the set of modifications composing this modify request.
removeNamingListener(EventContext, NamingListener) - Method in class org.apache.directory.server.core.event.EventService
 
removeNamingListener(NamingListener) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
removeNamingListener(NamingListener) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
removeNamingListener(EventContext, NamingListener) - Method in class org.apache.directory.server.core.partition.PartitionNexusProxy
 
removeNodeSpi() - Method in class org.apache.directory.server.core.prefs.ServerSystemPreferences
 
RemovePartitionConfiguration - Class in org.apache.directory.server.core.configuration
A Configuration that removed the attached Partition in the current PartitionNexus.
RemovePartitionConfiguration(String) - Constructor for class org.apache.directory.server.core.configuration.RemovePartitionConfiguration
 
RemovePartitionConfiguration(LdapDN) - Constructor for class org.apache.directory.server.core.configuration.RemovePartitionConfiguration
 
removePeerReplica(Replica) - Method in class org.apache.directory.mitosis.configuration.ReplicationConfiguration
Removed the specified Replica from the remote peer replica list.
removeResultFilter(SearchResultFilter) - Method in class org.apache.directory.server.core.enumeration.SearchResultFilteringEnumeration
Removes a database search result filter from the filter list of this filtering enumeration.
removeSession(int) - Method in class org.apache.ldap.clients.ldaptest.TestConfiguration
 
removeSpi(String) - Method in class org.apache.directory.server.core.prefs.ServerSystemPreferences
 
removeSubentry(String) - Method in class org.apache.directory.server.core.subtree.SubentryCache
 
removeTestCase(int) - Method in class org.apache.ldap.clients.ldaptest.TestConfiguration
 
removeUserFromGroup(String, String) - Method in class org.apache.directory.server.core.authz.AbstractAuthorizationITest
Removes a user from a group.
removeUUID(UUID) - Method in class org.apache.directory.mitosis.store.derby.DerbyReplicationStore
 
removeUUID(UUID) - Method in interface org.apache.directory.mitosis.store.ReplicationStore
 
rename(String, String) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
rename(Name, Name) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
rename(String, String) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
rename(Name, Name) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
render(StringBuffer, String[]) - Static method in class org.apache.directory.shared.ldap.schema.SchemaUtils
Renders qdescrs into an existing buffer.
render(String[]) - Static method in class org.apache.directory.shared.ldap.schema.SchemaUtils
Renders qdescrs into a new buffer.
render(ObjectClass[]) - Static method in class org.apache.directory.shared.ldap.schema.SchemaUtils
Renders a list of object classes for things like a list of superior objectClasses using the ( oid $ oid ) format.
render(StringBuffer, ObjectClass[]) - Static method in class org.apache.directory.shared.ldap.schema.SchemaUtils
Renders a list of object classes for things like a list of superior objectClasses using the ( oid $ oid ) format into an existing buffer.
render(AttributeType[]) - Static method in class org.apache.directory.shared.ldap.schema.SchemaUtils
Renders a list of attributeTypes for things like the must or may list of objectClasses using the ( oid $ oid ) format.
render(StringBuffer, AttributeType[]) - Static method in class org.apache.directory.shared.ldap.schema.SchemaUtils
Renders a list of attributeTypes for things like the must or may list of objectClasses using the ( oid $ oid ) format into an existing buffer.
render(ObjectClass) - Static method in class org.apache.directory.shared.ldap.schema.SchemaUtils
Renders an objectClass into a new StringBuffer according to the Object Class Description Syntax 1.3.6.1.4.1.1466.115.121.1.37.
render(AttributeType) - Static method in class org.apache.directory.shared.ldap.schema.SchemaUtils
Renders an attributeType into a new StringBuffer according to the Attribute Type Description Syntax 1.3.6.1.4.1.1466.115.121.1.3.
render(MatchingRule) - Static method in class org.apache.directory.shared.ldap.schema.SchemaUtils
Renders an matchingRule into a new StringBuffer according to the MatchingRule Description Syntax 1.3.6.1.4.1.1466.115.121.1.30.
render(Syntax) - Static method in class org.apache.directory.shared.ldap.schema.SchemaUtils
Renders a Syntax into a new StringBuffer according to the LDAP Syntax Description Syntax 1.3.6.1.4.1.1466.115.121.1.54.
render(MatchingRuleUse) - Static method in class org.apache.directory.shared.ldap.schema.SchemaUtils
NOT FULLY IMPLEMENTED!
render(DITContentRule) - Static method in class org.apache.directory.shared.ldap.schema.SchemaUtils
NOT FULLY IMPLEMENTED!
render(DITStructureRule) - Static method in class org.apache.directory.shared.ldap.schema.SchemaUtils
NOT FULLY IMPLEMENTED!
render(NameForm) - Static method in class org.apache.directory.shared.ldap.schema.SchemaUtils
NOT FULLY IMPLEMENTED!
render(UsageEnum) - Static method in enum org.apache.directory.shared.ldap.schema.UsageEnum
Get the string representation for UsageEnum, which will be used by the AttributeType rendering
ReplaceAttributeOperation - Class in org.apache.directory.mitosis.operation
An Operation that replaces an attribute in an entry.
ReplaceAttributeOperation(CSN, LdapDN, Attribute) - Constructor for class org.apache.directory.mitosis.operation.ReplaceAttributeOperation
Creates a new operation that replaces the specified attribute.
Replica - Class in org.apache.directory.mitosis.common
The class stores a Replica, which is composed of an Id, a server and a port.
Replica(String) - Constructor for class org.apache.directory.mitosis.common.Replica
Creates a new instance of Replica, from a String.
Replica(ReplicaId, InetSocketAddress) - Constructor for class org.apache.directory.mitosis.common.Replica
Creates a new instance of Replica, from a valid Id and a valid address.
ReplicaId - Class in org.apache.directory.mitosis.common
Store a replica ID after having normalized it.
ReplicaId(String) - Constructor for class org.apache.directory.mitosis.common.ReplicaId
Creates a new instance of ReplicaId.
ReplicaIdPropertyEditor - Class in org.apache.directory.mitosis.configuration
A PropertyEditor that converts strings into ReplicaIds and vice versa.
ReplicaIdPropertyEditor() - Constructor for class org.apache.directory.mitosis.configuration.ReplicaIdPropertyEditor
 
ReplicaIdPropertyEditor(Object) - Constructor for class org.apache.directory.mitosis.configuration.ReplicaIdPropertyEditor
 
ReplicaPropertyEditor - Class in org.apache.directory.mitosis.configuration
A PropertyEditor that converts strings into Replicas and vice versa.
ReplicaPropertyEditor() - Constructor for class org.apache.directory.mitosis.configuration.ReplicaPropertyEditor
 
ReplicaPropertyEditor(Object) - Constructor for class org.apache.directory.mitosis.configuration.ReplicaPropertyEditor
 
replicate() - Method in class org.apache.directory.mitosis.service.ClientConnectionManager
 
replicate() - Method in class org.apache.directory.mitosis.service.DefaultReplicationContext
 
replicate() - Method in interface org.apache.directory.mitosis.service.ReplicationContext
Forces this context to send replication data to the peer replica immediately.
replicate() - Method in class org.apache.directory.mitosis.service.ReplicationService
Forces this context to send replication data to the peer replica immediately.
REPLICATED_CONTEXTS_STATE - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulDisconnectStatesEnum
Replicated contexts
ReplicationClientContextHandler - Class in org.apache.directory.mitosis.service.protocol.handler
ReplicationContextHandler that implements client-side replication logic which sends any changes out-of-date to server.
ReplicationClientContextHandler() - Constructor for class org.apache.directory.mitosis.service.protocol.handler.ReplicationClientContextHandler
 
ReplicationClientProtocolCodecFactory - Class in org.apache.directory.mitosis.service.protocol.codec
 
ReplicationClientProtocolCodecFactory() - Constructor for class org.apache.directory.mitosis.service.protocol.codec.ReplicationClientProtocolCodecFactory
 
ReplicationClientProtocolHandler - Class in org.apache.directory.mitosis.service.protocol.handler
 
ReplicationClientProtocolHandler(ReplicationService) - Constructor for class org.apache.directory.mitosis.service.protocol.handler.ReplicationClientProtocolHandler
 
ReplicationConfiguration - Class in org.apache.directory.mitosis.configuration
A configuration for ReplicationService.
ReplicationConfiguration() - Constructor for class org.apache.directory.mitosis.configuration.ReplicationConfiguration
Creates a new instance with default properties except for the ReplicaId of the service and the the list of peer Replicas.
ReplicationConfigurationException - Exception in org.apache.directory.mitosis.configuration
A ReplicationException which is thrown when there's an error in ReplicationConfiguration.
ReplicationConfigurationException() - Constructor for exception org.apache.directory.mitosis.configuration.ReplicationConfigurationException
 
ReplicationConfigurationException(String, Throwable) - Constructor for exception org.apache.directory.mitosis.configuration.ReplicationConfigurationException
 
ReplicationConfigurationException(String) - Constructor for exception org.apache.directory.mitosis.configuration.ReplicationConfigurationException
 
ReplicationConfigurationException(Throwable) - Constructor for exception org.apache.directory.mitosis.configuration.ReplicationConfigurationException
 
ReplicationContext - Interface in org.apache.directory.mitosis.service
A context object that provides the functions required for a client or a server to implement networking code related with replication communication.
ReplicationContext.State - Enum in org.apache.directory.mitosis.service
Represents the state of the connection between two Replicas.
ReplicationContextHandler - Interface in org.apache.directory.mitosis.service.protocol.handler
 
ReplicationException - Exception in org.apache.directory.mitosis.common
TODO ReplicationException.
ReplicationException() - Constructor for exception org.apache.directory.mitosis.common.ReplicationException
 
ReplicationException(String, Throwable) - Constructor for exception org.apache.directory.mitosis.common.ReplicationException
 
ReplicationException(String) - Constructor for exception org.apache.directory.mitosis.common.ReplicationException
 
ReplicationException(Throwable) - Constructor for exception org.apache.directory.mitosis.common.ReplicationException
 
ReplicationLogCleanJob - Class in org.apache.directory.mitosis.service
A OpenSymphony Quartz Job that purges old replication logs and the old entries marked as 'deleted' (i.e.
ReplicationLogCleanJob() - Constructor for class org.apache.directory.mitosis.service.ReplicationLogCleanJob
 
ReplicationLogIterator - Interface in org.apache.directory.mitosis.store
 
ReplicationProtocolHandler - Class in org.apache.directory.mitosis.service.protocol.handler
 
ReplicationProtocolHandler(ReplicationService, ReplicationContextHandler) - Constructor for class org.apache.directory.mitosis.service.protocol.handler.ReplicationProtocolHandler
 
ReplicationServerContextHandler - Class in org.apache.directory.mitosis.service.protocol.handler
ReplicationContextHandler that implements server-side replication logic which retrieves any changes occurred in remote replicas.
ReplicationServerContextHandler() - Constructor for class org.apache.directory.mitosis.service.protocol.handler.ReplicationServerContextHandler
 
ReplicationServerProtocolCodecFactory - Class in org.apache.directory.mitosis.service.protocol.codec
 
ReplicationServerProtocolCodecFactory() - Constructor for class org.apache.directory.mitosis.service.protocol.codec.ReplicationServerProtocolCodecFactory
 
ReplicationServerProtocolHandler - Class in org.apache.directory.mitosis.service.protocol.handler
 
ReplicationServerProtocolHandler(ReplicationService) - Constructor for class org.apache.directory.mitosis.service.protocol.handler.ReplicationServerProtocolHandler
 
ReplicationService - Class in org.apache.directory.mitosis.service
An Interceptor that intercepts LDAP operations and propagates the changes occurred by the operations into other Replicas so the DIT of each Replica in the cluster has the same content without any conflict.
ReplicationService() - Constructor for class org.apache.directory.mitosis.service.ReplicationService
 
ReplicationServiceException - Exception in org.apache.directory.mitosis.service
 
ReplicationServiceException() - Constructor for exception org.apache.directory.mitosis.service.ReplicationServiceException
 
ReplicationServiceException(String, Throwable) - Constructor for exception org.apache.directory.mitosis.service.ReplicationServiceException
 
ReplicationServiceException(String) - Constructor for exception org.apache.directory.mitosis.service.ReplicationServiceException
 
ReplicationServiceException(Throwable) - Constructor for exception org.apache.directory.mitosis.service.ReplicationServiceException
 
ReplicationServiceIntegrationTest - Class in org.apache.directory.mitosis.service
A test case for ReplicationServiceIntegrationTest
ReplicationServiceIntegrationTest() - Constructor for class org.apache.directory.mitosis.service.ReplicationServiceIntegrationTest
 
ReplicationStore - Interface in org.apache.directory.mitosis.store
 
ReplicationStoreException - Exception in org.apache.directory.mitosis.store
 
ReplicationStoreException() - Constructor for exception org.apache.directory.mitosis.store.ReplicationStoreException
 
ReplicationStoreException(String) - Constructor for exception org.apache.directory.mitosis.store.ReplicationStoreException
 
ReplicationStoreException(String, Throwable) - Constructor for exception org.apache.directory.mitosis.store.ReplicationStoreException
 
ReplicationStoreException(Throwable) - Constructor for exception org.apache.directory.mitosis.store.ReplicationStoreException
 
reportProcessing(PackagedFile) - Method in class org.apache.directory.daemon.installers.MojoCommand
 
reportSetup() - Method in class org.apache.directory.daemon.installers.ServiceInstallersMojo
 
Request - Interface in org.apache.directory.shared.ldap.message
Ldap protocol request messages derive from this super interface.
REQUEST_NAME_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
REQUEST_VALUE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
requestAbandoned(AbandonableRequest) - Method in class org.apache.directory.server.core.enumeration.SearchResultFilteringEnumeration
 
requestAbandoned(AbandonableRequest) - Method in interface org.apache.directory.shared.ldap.message.AbandonListener
Notifies that a request has been abandoned.
requestToString(SearchRequest) - Method in class org.apache.ldap.clients.LdapSearch
 
RESERVED_0 - Static variable in class org.apache.directory.shared.asn1.ber.tlv.UniversalTag
value for the tag
RESERVED_14 - Static variable in class org.apache.directory.shared.asn1.ber.tlv.UniversalTag
value for the tag
RESERVED_15 - Static variable in class org.apache.directory.shared.asn1.ber.tlv.UniversalTag
value for the tag
RESERVED_31 - Static variable in class org.apache.directory.shared.asn1.ber.tlv.UniversalTag
value for the tag
RESERVED_9 - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
RESERVED_FOR_APIS_81 - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
RESERVED_FOR_APIS_82 - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
RESERVED_FOR_APIS_83 - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
RESERVED_FOR_APIS_84 - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
RESERVED_FOR_APIS_85 - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
RESERVED_FOR_APIS_86 - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
RESERVED_FOR_APIS_87 - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
RESERVED_FOR_APIS_88 - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
RESERVED_FOR_APIS_89 - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
RESERVED_FOR_APIS_90 - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
RESERVED_FOR_CLDAP - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
RESERVED_FOR_UNDEFINED_IS_LEAF - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
reset() - Method in class org.apache.directory.shared.asn1.ber.tlv.TLV
Reset the TLV, so it can be reused for the next PDU decoding.
reset() - Method in class org.apache.directory.shared.asn1.ber.tlv.Value
Reset the Value so that it can be reused
resetState() - Method in class org.apache.directory.shared.ldap.aci.ReusableAntlrACIItemParser
Resets the state of an antlr parser.
resetState() - Method in class org.apache.directory.shared.ldap.schema.syntax.parser.ReusableAntlrSchemaParser
Resets the state of an antlr parser.
resetState() - Method in class org.apache.directory.shared.ldap.subtree.ReusableAntlrSubtreeSpecificationParser
Resets the state of an antlr parser.
resetState() - Method in class org.apache.directory.shared.ldap.trigger.ReusableAntlrTriggerSpecificationParser
Resets the state of an antlr parser.
resolvePrimitiveClassName(String) - Static method in class org.apache.directory.shared.ldap.util.SpringClassUtils
Resolve the given class name as primitive class, if appropriate.
RESP_TYPE - Static variable in interface org.apache.directory.shared.ldap.message.AddRequest
LDAPv3 add response type enum code
RESP_TYPE - Static variable in interface org.apache.directory.shared.ldap.message.BindRequest
Bind response message type enumeration value
RESP_TYPE - Static variable in interface org.apache.directory.shared.ldap.message.CompareRequest
Compare response message type enum code
RESP_TYPE - Static variable in interface org.apache.directory.shared.ldap.message.DeleteRequest
Delete response message type enumeration value
RESP_TYPE - Static variable in interface org.apache.directory.shared.ldap.message.ExtendedRequest
Extended response message type enumeration value
RESP_TYPE - Static variable in interface org.apache.directory.shared.ldap.message.ModifyDnRequest
Modify DN response message type enumeration value
RESP_TYPE - Static variable in interface org.apache.directory.shared.ldap.message.ModifyRequest
Modify response message type enumeration value
response - Variable in class org.apache.directory.shared.ldap.message.BindRequestImpl
 
response - Variable in class org.apache.directory.shared.ldap.message.ExtendedRequestImpl
 
Response - Interface in org.apache.directory.shared.ldap.message
Super interface used as a marker for all protocol response type messages.
RESPONSE_NAME_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
RESPONSE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
RESPONSE_TYPES - Static variable in interface org.apache.directory.shared.ldap.message.SearchRequest
Different response types that a search request may return.
ResponseAction - Class in org.apache.directory.shared.ldap.codec.actions
The action used to store a Response to an ExtendedResponse
ResponseAction() - Constructor for class org.apache.directory.shared.ldap.codec.actions.ResponseAction
 
ResponseCarryingException - Exception in org.apache.directory.shared.ldap.codec
Thrown when a Decoder has encountered a failure condition during a decode.
ResponseCarryingException(String) - Constructor for exception org.apache.directory.shared.ldap.codec.ResponseCarryingException
Creates a DecoderException
ResponseCarryingException(String, ResultResponse, ResultCodeEnum, LdapDN, Throwable) - Constructor for exception org.apache.directory.shared.ldap.codec.ResponseCarryingException
Creates a DecoderException
ResponseCarryingMessageException - Exception in org.apache.directory.shared.ldap.message
This exception is thrown when a message processing error occurs.
ResponseCarryingMessageException() - Constructor for exception org.apache.directory.shared.ldap.message.ResponseCarryingMessageException
Constructs an Exception without a message.
ResponseCarryingMessageException(String) - Constructor for exception org.apache.directory.shared.ldap.message.ResponseCarryingMessageException
Constructs an Exception with a detailed message.
ResponseMessage - Class in org.apache.directory.mitosis.service.protocol.message
 
ResponseMessage(int, int) - Constructor for class org.apache.directory.mitosis.service.protocol.message.ResponseMessage
 
ResponseMessageDecoder - Class in org.apache.directory.mitosis.service.protocol.codec
 
ResponseMessageDecoder(int, int, int) - Constructor for class org.apache.directory.mitosis.service.protocol.codec.ResponseMessageDecoder
 
ResponseMessageEncoder - Class in org.apache.directory.mitosis.service.protocol.codec
 
ResponseMessageEncoder() - Constructor for class org.apache.directory.mitosis.service.protocol.codec.ResponseMessageEncoder
 
ResponseNameAction - Class in org.apache.directory.shared.ldap.codec.actions
The action used to store a Response Name to an ExtendedResponse
ResponseNameAction() - Constructor for class org.apache.directory.shared.ldap.codec.actions.ResponseNameAction
 
RestrictedByFilter - Class in org.apache.directory.server.core.authz.support
An ACITupleFilter that discards all tuples that doesn't satisfy ProtectedItem.RestrictedBy constraint if available.
RestrictedByFilter() - Constructor for class org.apache.directory.server.core.authz.support.RestrictedByFilter
 
RestrictedByFilterTest - Class in org.apache.directory.server.core.authz.support
Tests RestrictedByFilter.
RestrictedByFilterTest() - Constructor for class org.apache.directory.server.core.authz.support.RestrictedByFilterTest
 
result - Variable in class org.apache.directory.shared.ldap.schema.syntax.SchemaParserAttributeTypeDescriptionTest.ParseSpecification
 
result - Variable in class org.apache.directory.shared.ldap.schema.syntax.SchemaParserLdapSyntaxDescriptionTest.ParseSpecification
 
result - Variable in class org.apache.directory.shared.ldap.schema.syntax.SchemaParserObjectClassDescriptionTest.ParseSpecification
 
result - Variable in class org.apache.directory.shared.ldap.subtree.SubtreeSpecificationParserTest.ParseSpecification
 
RESULT_CODE_BR_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
RESULT_CODE_ER_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
RESULT_CODE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
ResultCodeAction - Class in org.apache.directory.shared.ldap.codec.actions
The action used to set the LdapResult result code.
ResultCodeAction() - Constructor for class org.apache.directory.shared.ldap.codec.actions.ResultCodeAction
 
ResultCodeEnum - Enum in org.apache.directory.shared.ldap.message
Type safe LDAP message envelope result code enumeration.
ResultResponse - Interface in org.apache.directory.shared.ldap.message
An LDAP Response that contains an LDAPResult structure within it.
ResultResponseRequest - Interface in org.apache.directory.shared.ldap.message
A request who's one or more responses contains an LdapResult.
retryReferral() - Method in exception org.apache.directory.shared.ldap.exception.LdapReferralException
 
RETURN_ECS_STATE - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.PSearchControlStatesEnum
returnECs Value
ReusableAntlrACIItemLexer - Class in org.apache.directory.shared.ldap.aci
A reusable lexer class extended from antlr generated lexer for an LDAP subtree specification as defined by RFC 3672.
ReusableAntlrACIItemLexer(Reader) - Constructor for class org.apache.directory.shared.ldap.aci.ReusableAntlrACIItemLexer
Creates a ReusableAntlrSubtreeSpecificationLexer instance.
ReusableAntlrACIItemParser - Class in org.apache.directory.shared.ldap.aci
A reusable parser class extended from antlr generated parser for an LDAP subtree specification as defined by RFC 3672.
ReusableAntlrACIItemParser(TokenStream) - Constructor for class org.apache.directory.shared.ldap.aci.ReusableAntlrACIItemParser
Creates a ReusableAntlrSubtreeSpecificationParser instance.
ReusableAntlrSchemaLexer - Class in org.apache.directory.shared.ldap.schema.syntax.parser
A reusable lexer class extended from antlr generated lexer for an LDAP schema as defined in RFC 4512.
ReusableAntlrSchemaLexer(Reader) - Constructor for class org.apache.directory.shared.ldap.schema.syntax.parser.ReusableAntlrSchemaLexer
Creates a ReusableAntlrSchemaLexer instance.
ReusableAntlrSchemaParser - Class in org.apache.directory.shared.ldap.schema.syntax.parser
A reusable parser class extended from antlr generated parser for an LDAP schema as defined in RFC 4512.
ReusableAntlrSchemaParser(TokenStream) - Constructor for class org.apache.directory.shared.ldap.schema.syntax.parser.ReusableAntlrSchemaParser
Creates a ReusableAntlrSchemaParser instance.
ReusableAntlrSubtreeSpecificationLexer - Class in org.apache.directory.shared.ldap.subtree
A reusable lexer class extended from antlr generated lexer for an LDAP subtree specification as defined by RFC 3672.
ReusableAntlrSubtreeSpecificationLexer(Reader) - Constructor for class org.apache.directory.shared.ldap.subtree.ReusableAntlrSubtreeSpecificationLexer
Creates a ReusableAntlrSubtreeSpecificationLexer instance.
ReusableAntlrSubtreeSpecificationParser - Class in org.apache.directory.shared.ldap.subtree
A reusable parser class extended from antlr generated parser for an LDAP subtree specification as defined by RFC 3672.
ReusableAntlrSubtreeSpecificationParser(TokenStream) - Constructor for class org.apache.directory.shared.ldap.subtree.ReusableAntlrSubtreeSpecificationParser
Creates a ReusableAntlrSubtreeSpecificationParser instance.
ReusableAntlrTriggerSpecificationLexer - Class in org.apache.directory.shared.ldap.trigger
A reusable lexer class extended from antlr generated lexer for an LDAP Trigger Specification as defined at The ABNF grammar for LDAP Triggers.
ReusableAntlrTriggerSpecificationLexer(Reader) - Constructor for class org.apache.directory.shared.ldap.trigger.ReusableAntlrTriggerSpecificationLexer
Creates a ReusableAntlrTriggerSpecificationLexer instance.
ReusableAntlrTriggerSpecificationParser - Class in org.apache.directory.shared.ldap.trigger
A reusable lexer class extended from antlr generated parser for an LDAP Trigger Specification as defined at The ABNF grammar for LDAP Triggers.
ReusableAntlrTriggerSpecificationParser(TokenStream) - Constructor for class org.apache.directory.shared.ldap.trigger.ReusableAntlrTriggerSpecificationParser
Creates a ReusableAntlrTriggerSpecificationParser instance.
reverse(Object[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Reverses the order of the given array.
reverse(long[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Reverses the order of the given array.
reverse(int[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Reverses the order of the given array.
reverse(short[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Reverses the order of the given array.
reverse(char[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Reverses the order of the given array.
reverse(byte[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Reverses the order of the given array.
reverse(double[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Reverses the order of the given array.
reverse(float[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Reverses the order of the given array.
reverse(boolean[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Reverses the order of the given array.
REVERSE_BTREE - Static variable in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
 
reverseLookup(BigInteger) - Method in interface org.apache.directory.server.core.partition.impl.btree.Index
 
reverseLookup(BigInteger) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
 
RFC2713ITest - Class in org.apache.directory.server.core.jndi
Tests to validate whatever functionality we have for complying with RFC 2713.
RFC2713ITest() - Constructor for class org.apache.directory.server.core.jndi.RFC2713ITest
 
RL_SYNTAX - Static variable in class org.apache.directory.server.core.schema.SchemaFromSearchConverter
Schema attributes defined for a "Matching Rule".
rootCtx - Variable in class org.apache.directory.server.core.jndi.ReferralITest.TestData
 
RootDSEITest - Class in org.apache.directory.server.core.jndi
Testing RootDSE lookups and context creation using the empty string.
RootDSEITest() - Constructor for class org.apache.directory.server.core.jndi.RootDSEITest
 
RpmInstallerCommand - Class in org.apache.directory.daemon.installers.rpm
The IzPack installer command.
RpmInstallerCommand(ServiceInstallersMojo, RpmTarget) - Constructor for class org.apache.directory.daemon.installers.rpm.RpmInstallerCommand
 
RpmTarget - Class in org.apache.directory.daemon.installers.rpm
An Rpm package target.
RpmTarget() - Constructor for class org.apache.directory.daemon.installers.rpm.RpmTarget
 
run() - Method in class org.apache.directory.daemon.JsvcBootstrapper.ShutdownListener
 
run() - Method in class org.apache.directory.shared.ldap.schema.syntax.SchemaParserAttributeTypeDescriptionTest.ParseSpecification
 
run() - Method in class org.apache.directory.shared.ldap.schema.syntax.SchemaParserLdapSyntaxDescriptionTest.ParseSpecification
 
run() - Method in class org.apache.directory.shared.ldap.schema.syntax.SchemaParserObjectClassDescriptionTest.ParseSpecification
 
run() - Method in class org.apache.directory.shared.ldap.subtree.SubtreeSpecificationParserTest.ParseSpecification
 
run() - Method in class org.apache.kerberos.examples.gssdemo.GSSClient
 
run() - Method in class org.apache.kerberos.examples.gssdemo.GSSServerThread
 
RUN_MODE - Static variable in class org.apache.directory.server.core.partition.impl.btree.gui.FilterDialog
 
runJob() - Method in class org.apache.directory.server.benchmarks.BindBenchmark
Performs the work of actually running the job.
runJob() - Method in class org.apache.directory.server.benchmarks.BogusBenchmark
 
RuntimeMultiException - Exception in org.apache.directory.shared.ldap
This exception is thrown when Base class for nested exceptions.
RuntimeMultiException() - Constructor for exception org.apache.directory.shared.ldap.RuntimeMultiException
Constructs an Exception without a message.
RuntimeMultiException(String) - Constructor for exception org.apache.directory.shared.ldap.RuntimeMultiException
Constructs an Exception with a detailed message.

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