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

A

abandon() - Method in class org.apache.directory.shared.ldap.message.AbandonRequestImpl
RFC 2251 [Section 4.11]: Abandon, Bind, Unbind, and StartTLS operations cannot be abandoned.
abandon() - Method in class org.apache.directory.shared.ldap.message.AbstractAbandonableRequest
 
abandon() - Method in class org.apache.directory.shared.ldap.message.BindRequestImpl
RFC 2251/4511 [Section 4.11]: Abandon, Bind, Unbind, and StartTLS operations cannot be abandoned.
abandon() - Method in interface org.apache.directory.shared.ldap.message.internal.InternalAbandonableRequest
Abandons this request.
abandon() - Method in class org.apache.directory.shared.ldap.message.UnbindRequestImpl
RFC 2251 [Section 4.11]: Abandon, Bind, Unbind, and StartTLS operations cannot be abandoned.
ABANDON_REQUEST_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
ABANDON_REQUEST_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
AbandonListener - Interface in org.apache.directory.shared.ldap.message
A listener interested in abandon operations performed on requests.
AbandonRequestCodec - Class in org.apache.directory.shared.ldap.codec.abandon
A AbandonRequest Message.
AbandonRequestCodec() - Constructor for class org.apache.directory.shared.ldap.codec.abandon.AbandonRequestCodec
Creates a new AbandonRequest object.
AbandonRequestImpl - Class in org.apache.directory.shared.ldap.message
Implementation of an AbandonRequest.
AbandonRequestImpl(int) - Constructor for class org.apache.directory.shared.ldap.message.AbandonRequestImpl
Creates an AbandonRequest implementation for an outstanding request.
ABSTRACT - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaTokenTypes
 
ABSTRACT_VAL - Static variable in enum org.apache.directory.shared.ldap.schema.ObjectClassTypeEnum
The int constant value for the abstract objectClasses
AbstractAbandonableRequest - Class in org.apache.directory.shared.ldap.message
The base abandonable request message class.
AbstractAbandonableRequest(int, MessageTypeEnum) - Constructor for class org.apache.directory.shared.ldap.message.AbstractAbandonableRequest
Subclasses must provide these parameters via a super constructor call.
AbstractControl - Class in org.apache.directory.shared.ldap.codec.controls
A Asn1Object to store a Control.
AbstractControl(String) - Constructor for class org.apache.directory.shared.ldap.codec.controls.AbstractControl
Default constructor.
AbstractEntry<K> - Class in org.apache.directory.shared.ldap.entry
The Abstract class where all the DefaultClientEntry and DefaultServerEntry common fields and methods will be found.
AbstractEntry() - Constructor for class org.apache.directory.shared.ldap.entry.AbstractEntry
 
AbstractExprNode - Class in org.apache.directory.shared.ldap.filter
Abstract implementation of a expression node.
AbstractExprNode(AssertionType) - Constructor for class org.apache.directory.shared.ldap.filter.AbstractExprNode
Creates a node by setting abstract node type.
AbstractSchemaLoader - Class in org.apache.directory.shared.ldap.schema.registries
An abstract class with a utility method and setListener() implemented.
AbstractSchemaLoader() - Constructor for class org.apache.directory.shared.ldap.schema.registries.AbstractSchemaLoader
 
AbstractSchemaObject - Class in org.apache.directory.shared.ldap.schema
Most schema objects have some common attributes.
AbstractSchemaObject(SchemaObjectType, String) - Constructor for class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
A constructor for a SchemaObject instance.
AbstractSchemaObject(SchemaObjectType) - Constructor for class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
Constructor used when a generic reusable SchemaObject is assigned an OID after being instantiated.
AbstractSchemaParser - Class in org.apache.directory.shared.ldap.schema.parsers
TODO AbstractSchemaParser.
AbstractSchemaParser() - Constructor for class org.apache.directory.shared.ldap.schema.parsers.AbstractSchemaParser
 
AbstractSimpleComponentsMonitor - Class in org.apache.directory.shared.ldap.util
 
AbstractSimpleComponentsMonitor(String[]) - Constructor for class org.apache.directory.shared.ldap.util.AbstractSimpleComponentsMonitor
 
AbstractValue<T> - Class in org.apache.directory.shared.ldap.entry
A wrapper around byte[] values in entries.
AbstractValue() - Constructor for class org.apache.directory.shared.ldap.entry.AbstractValue
 
accept(FilterVisitor) - Method in class org.apache.directory.shared.ldap.filter.AssertionNode
 
accept(FilterVisitor) - Method in class org.apache.directory.shared.ldap.filter.BranchNode
 
accept(FilterVisitor) - Method in interface org.apache.directory.shared.ldap.filter.ExprNode
Element/node accept method for visitor pattern.
accept(FilterVisitor) - Method in class org.apache.directory.shared.ldap.filter.LeafNode
 
accept(FilterVisitor) - Method in class org.apache.directory.shared.ldap.filter.ScopeNode
 
accept(Field) - Method in class org.apache.directory.shared.ldap.util.ReflectionToStringBuilder
Returns whether or not to append the given Field.
AccessPointSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is an AccessPoint.
AccessPointSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.AccessPointSyntaxChecker
The AccessPoint SyntaxChecker constructor
aci_authenticationLevel() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
aci_authenticationLevel() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
aci_identificationTag() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
aci_identificationTag() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
aci_itemOrUserFirst() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
aci_itemOrUserFirst() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
aci_precedence() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
aci_precedence() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
ACIItem - Class in org.apache.directory.shared.ldap.aci
An abstract class that provides common properties and operations for ItemFirstACIItem and UserFirstACIItem as specified X.501 specification.
ACIItem(String, int, AuthenticationLevel) - Constructor for class org.apache.directory.shared.ldap.aci.ACIItem
Creates a new instance
ACIItemChecker - Class in org.apache.directory.shared.ldap.aci
A reusable wrapper around the antlr generated parser for an ACIItem as defined by X.501.
ACIItemChecker() - Constructor for class org.apache.directory.shared.ldap.aci.ACIItemChecker
Creates a ACIItem parser.
ACIItemParser - Class in org.apache.directory.shared.ldap.aci
A reusable wrapper around the antlr generated parser for an ACIItem as defined by X.501.
ACIItemParser(Map<String, OidNormalizer>) - Constructor for class org.apache.directory.shared.ldap.aci.ACIItemParser
Creates a ACIItem parser.
ACIItemParser(NameComponentNormalizer, Map<String, OidNormalizer>) - Constructor for class org.apache.directory.shared.ldap.aci.ACIItemParser
Creates a normalizing ACIItem parser.
ACIItemSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a valid ACIItem.
ACIItemSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.ACIItemSyntaxChecker
Creates a new instance of ACIItemSyntaxChecker
ACITuple - Class in org.apache.directory.shared.ldap.aci
A flatten entity which is converted from an ACIItem.
ACITuple(Collection<UserClass>, AuthenticationLevel, Collection<ProtectedItem>, Set<MicroOperation>, boolean, int) - Constructor for class org.apache.directory.shared.ldap.aci.ACITuple
Creates a new instance.
action(IAsn1Container) - Method in class org.apache.directory.shared.ldap.codec.actions.AttributeDescAction
The initialization action
action(IAsn1Container) - Method in class org.apache.directory.shared.ldap.codec.actions.ControlsInitAction
The initialization action
action(IAsn1Container) - Method in class org.apache.directory.shared.ldap.codec.actions.ControlValueAction
 
action(IAsn1Container) - Method in class org.apache.directory.shared.ldap.codec.actions.ErrorMessageAction
The initialization action
action(IAsn1Container) - Method in class org.apache.directory.shared.ldap.codec.actions.InitAndFilterAction
The initialization action
action(IAsn1Container) - Method in class org.apache.directory.shared.ldap.codec.actions.InitApproxMatchFilterAction
 
action(IAsn1Container) - Method in class org.apache.directory.shared.ldap.codec.actions.InitAssertionValueFilterAction
The initialization action
action(IAsn1Container) - Method in class org.apache.directory.shared.ldap.codec.actions.InitAttributeDescFilterAction
The initialization action
action(IAsn1Container) - Method in class org.apache.directory.shared.ldap.codec.actions.InitAttributeDescListAction
The initialization action
action(IAsn1Container) - Method in class org.apache.directory.shared.ldap.codec.actions.InitEqualityMatchFilterAction
The initialization action
action(IAsn1Container) - Method in class org.apache.directory.shared.ldap.codec.actions.InitExtensibleMatchFilterAction
 
action(IAsn1Container) - Method in class org.apache.directory.shared.ldap.codec.actions.InitGreaterOrEqualFilterAction
The initialization action
action(IAsn1Container) - Method in class org.apache.directory.shared.ldap.codec.actions.InitLessOrEqualFilterAction
The initialization action
action(IAsn1Container) - Method in class org.apache.directory.shared.ldap.codec.actions.InitNotFilterAction
The initialization action
action(IAsn1Container) - Method in class org.apache.directory.shared.ldap.codec.actions.InitOrFilterAction
The initialization action
action(IAsn1Container) - Method in class org.apache.directory.shared.ldap.codec.actions.InitPresentFilterAction
 
action(IAsn1Container) - Method in class org.apache.directory.shared.ldap.codec.actions.InitReferralsAction
The initialization action
action(IAsn1Container) - Method in class org.apache.directory.shared.ldap.codec.actions.InitSubstringsFilterAction
The initialization action
action(IAsn1Container) - Method in class org.apache.directory.shared.ldap.codec.actions.MatchedDNAction
The initialization action
action(IAsn1Container) - Method in class org.apache.directory.shared.ldap.codec.actions.ModifyAttributeValueAction
The initialization action
action(IAsn1Container) - Method in class org.apache.directory.shared.ldap.codec.actions.ReferralAction
The initialization action
action(IAsn1Container) - Method in class org.apache.directory.shared.ldap.codec.actions.ResponseAction
The initialization action
action(IAsn1Container) - Method in class org.apache.directory.shared.ldap.codec.actions.ResponseNameAction
The initialization action
action(IAsn1Container) - Method in class org.apache.directory.shared.ldap.codec.actions.ResultCodeAction
The initialization action
action(IAsn1Container) - Method in class org.apache.directory.shared.ldap.codec.actions.SearchResultAttributeValueAction
The initialization action
action(IAsn1Container) - Method in class org.apache.directory.shared.ldap.codec.actions.ServerSASLCredsAction
The initialization action
action(IAsn1Container) - Method in class org.apache.directory.shared.ldap.codec.actions.StoreAnyAction
The initialization action
action(IAsn1Container) - Method in class org.apache.directory.shared.ldap.codec.actions.StoreFinalAction
The initialization action
action(IAsn1Container) - Method in class org.apache.directory.shared.ldap.codec.actions.StoreMatchValueAction
The initialization action
action(IAsn1Container) - Method in class org.apache.directory.shared.ldap.codec.actions.StoreReferenceAction
The initialization action
action(IAsn1Container) - Method in class org.apache.directory.shared.ldap.codec.actions.StoreTypeMatchingRuleAction
The initialization action
action(IAsn1Container) - Method in class org.apache.directory.shared.ldap.codec.actions.ValueAction
The initialization action
ActionTime - Class in org.apache.directory.shared.ldap.trigger
An enumeration that represents action times for an LDAP trigger specification.
actionTime() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
ADD - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.ChangeType
 
add(Value<?>...) - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientAttribute
Adds some values to this attribute.
add(String...) - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientAttribute
 
add(byte[]...) - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientAttribute
Adds some values to this attribute.
add(EntryAttribute...) - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientEntry
Add some Attributes to the current Entry.
add(String, byte[]...) - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientEntry
Add an attribute (represented by its ID and binary values) into an entry.
add(String, String...) - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientEntry
Add some String values to the current Entry.
add(String, Value<?>...) - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientEntry
Add an attribute (represented by its ID and Value values) into an entry.
add(EntryAttribute...) - Method in interface org.apache.directory.shared.ldap.entry.Entry
Add some Attributes to the current Entry.
add(String, String...) - Method in interface org.apache.directory.shared.ldap.entry.Entry
Add some String values to the current Entry.
add(String, byte[]...) - Method in interface org.apache.directory.shared.ldap.entry.Entry
Add some binary values to the current Entry.
add(String, Value<?>...) - Method in interface org.apache.directory.shared.ldap.entry.Entry
Add some Values to the current Entry.
add(String...) - Method in interface org.apache.directory.shared.ldap.entry.EntryAttribute
Adds some values to this attribute.
add(byte[]...) - Method in interface org.apache.directory.shared.ldap.entry.EntryAttribute
Adds some values to this attribute.
add(Value<?>...) - Method in interface org.apache.directory.shared.ldap.entry.EntryAttribute
Adds some values to this attribute.
add(Control) - Method in class org.apache.directory.shared.ldap.message.internal.InternalAbstractMessage
Adds a control to this Message.
add(Control) - Method in interface org.apache.directory.shared.ldap.message.internal.InternalMessage
Adds a control to this Message.
add(String) - Method in class org.apache.directory.shared.ldap.name.DN
add(RDN) - Method in class org.apache.directory.shared.ldap.name.DN
Adds a single RDN to the (leaf) end of this name.
add(int, RDN) - Method in class org.apache.directory.shared.ldap.name.DN
Adds a single RDN to a specific position.
add(int, String) - Method in class org.apache.directory.shared.ldap.name.DN
add(List<Throwable>, SchemaObject) - Method in class org.apache.directory.shared.ldap.schema.registries.Registries
Applies the added SchemaObject to the given register
add(SchemaObject) - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Registers a new SchemaObject.
ADD - Static variable in class org.apache.directory.shared.ldap.trigger.LdapOperation
 
add(Object[], Object) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Copies the given array and adds the given element at the end of the new array.
add(boolean[], boolean) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Copies the given array and adds the given element at the end of the new array.
add(byte[], byte) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Copies the given array and adds the given element at the end of the new array.
add(char[], char) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Copies the given array and adds the given element at the end of the new array.
add(double[], double) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Copies the given array and adds the given element at the end of the new array.
add(float[], float) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Copies the given array and adds the given element at the end of the new array.
add(int[], int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Copies the given array and adds the given element at the end of the new array.
add(long[], long) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Copies the given array and adds the given element at the end of the new array.
add(short[], short) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Copies the given array and adds the given element at the end of the new array.
add(Object[], int, Object) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Inserts the specified element at the specified position in the array.
add(Object) - Method in class org.apache.directory.shared.ldap.util.ImmutableAttributeWrapper
 
add(int, Object) - Method in class org.apache.directory.shared.ldap.util.ImmutableAttributeWrapper
 
add(DN, N) - Method in class org.apache.directory.shared.ldap.util.tree.DnBranchNode
TODO add.
ADD_CODES - Static variable in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
A set of result code enumerations that may result from add operations.
ADD_REQUEST_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
ADD_REQUEST_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
ADD_RESPONSE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
ADD_RESPONSE_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
ADD_VALUE - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.ChangeType
 
addAbandonListener(AbandonListener) - Method in class org.apache.directory.shared.ldap.message.AbstractAbandonableRequest
 
addAbandonListener(AbandonListener) - Method in interface org.apache.directory.shared.ldap.message.internal.InternalAbandonableRequest
Adds listener to be notified if this request gets abandoned.
addAll(Control[]) - Method in class org.apache.directory.shared.ldap.message.internal.InternalAbstractMessage
 
addAll(Control[]) - Method in interface org.apache.directory.shared.ldap.message.internal.InternalMessage
Adds an array of controls to this Message.
addAll(Name) - Method in class org.apache.directory.shared.ldap.name.DN
addAll(int, Name) - Method in class org.apache.directory.shared.ldap.name.DN
addAll(Object[], Object[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Adds all the elements of the given arrays into a new array.
addAllNormalized(int, Name) - Method in class org.apache.directory.shared.ldap.name.DN
Adds the components of a name -- in order -- at a specified position within this name.
addAny(String) - Method in class org.apache.directory.shared.ldap.filter.SubstringNode
Add an any pattern
addAnySubstrings(String) - Method in class org.apache.directory.shared.ldap.codec.search.SubstringFilter
Add a internal substring
addApplicableAttribute(AttributeType) - Method in class org.apache.directory.shared.ldap.schema.MatchingRuleUse
Add a matchingRule's AttributeType the MRU applies to.
addApplicableAttributeOids(String) - Method in class org.apache.directory.shared.ldap.schema.MatchingRuleUse
Add a matchingRule's AttributeType OIDs the MRU applies to.
addAttribute(String) - Method in class org.apache.directory.shared.ldap.codec.search.SearchRequestCodec
Add an attribute to the attributes list.
addAttribute(String) - Method in interface org.apache.directory.shared.ldap.message.internal.InternalSearchRequest
Adds an attribute to the set of entry attributes to return.
addAttribute(String) - Method in class org.apache.directory.shared.ldap.message.SearchRequestImpl
Adds an attribute to the set of entry attributes to return.
addAttributeType(String) - Method in class org.apache.directory.shared.ldap.codec.add.AddRequestCodec
Create a new attributeValue
addAttributeTypeAndValues(String) - Method in class org.apache.directory.shared.ldap.codec.modify.ModifyRequestCodec
Add a new attributeTypeAndValue
addAttributeValue(String) - Method in class org.apache.directory.shared.ldap.codec.add.AddRequestCodec
Add a new value to the current attribute
addAttributeValue(Value<?>) - Method in class org.apache.directory.shared.ldap.codec.add.AddRequestCodec
Add a new value to the current attribute
addAttributeValue(byte[]) - Method in class org.apache.directory.shared.ldap.codec.add.AddRequestCodec
Add a new value to the current attribute
addAttributeValue(String) - Method in class org.apache.directory.shared.ldap.codec.modify.ModifyRequestCodec
Add a new value to the current attribute
addAttributeValue(Value<?>) - Method in class org.apache.directory.shared.ldap.codec.modify.ModifyRequestCodec
Add a new value to the current attribute
addAttributeValue(byte[]) - Method in class org.apache.directory.shared.ldap.codec.modify.ModifyRequestCodec
Add a new value to the current attribute
addAttributeValue(Object) - Method in class org.apache.directory.shared.ldap.codec.search.SearchResultEntryCodec
Add a new value to the current attribute
addAttributeValues(String) - Method in class org.apache.directory.shared.ldap.codec.search.SearchResultEntryCodec
Create a new attributeValue
addAuxObjectClasses(ObjectClass) - Method in class org.apache.directory.shared.ldap.schema.DITContentRule
Add an Auxiliary ObjectClass
addAuxObjectClassOidOids(String) - Method in class org.apache.directory.shared.ldap.schema.DITContentRule
Add an Auxiliary ObjectClass Oid
addCauseMethodName(String) - Static method in class org.apache.directory.shared.ldap.util.ExceptionUtils
Adds to the list of method names used in the search for Throwable objects.
addControl(Control) - Method in class org.apache.directory.shared.ldap.codec.LdapMessageCodec
Add a control to the Controls array
addControl(Control) - Method in class org.apache.directory.shared.ldap.message.SearchParams
 
addControls(List<Control>) - Method in class org.apache.directory.shared.ldap.codec.LdapMessageCodec
Set or add a list of controls to the Controls array.
addCurrentFilter(Filter) - Method in class org.apache.directory.shared.ldap.codec.search.SearchRequestCodec
Add a current filter.
addDependencies(String...) - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultSchema
Add a set of dependencies this schema uses.
addDependencies(String...) - Method in interface org.apache.directory.shared.ldap.schema.registries.Schema
Add a set of dependencies this schema uses.
addExtension(String, List<String>) - Method in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
Add an extension with its values
addExtension(String, List<String>) - Method in interface org.apache.directory.shared.ldap.schema.SchemaObject
Add an extension with its values
addFilter(Filter) - Method in class org.apache.directory.shared.ldap.codec.search.ConnectorFilter
Add a new Filter to the list.
addFilter(Filter) - Method in class org.apache.directory.shared.ldap.codec.search.NotFilter
Subclass the addFilterMethod, as this is specific for a NotFilter (we cannot have more than one elements).
addLdapUrl(String) - Method in interface org.apache.directory.shared.ldap.message.internal.InternalReferral
Adds an LDAPv3 URL to this Referral.
addLdapUrl(String) - Method in class org.apache.directory.shared.ldap.message.ReferralImpl
Adds an LDAPv3 URL to this Referral.
addMappingFor(AttributeType) - Method in interface org.apache.directory.shared.ldap.schema.registries.AttributeTypeRegistry
Add a new Oid/Normalizer couple in the OidNormalizer map
addMappingFor(AttributeType) - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultAttributeTypeRegistry
Add a new Oid/Normalizer couple in the OidNormalizer map
addMappingFor(AttributeType) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableAttributeTypeRegistry
Add a new Oid/Normalizer couple in the OidNormalizer map
addMayAttributeTypeOids(String) - Method in class org.apache.directory.shared.ldap.schema.DITContentRule
Add an allowed AttributeType
addMayAttributeTypeOids(String) - Method in class org.apache.directory.shared.ldap.schema.NameForm
Add an allowed AttributeType
addMayAttributeTypeOids(String...) - Method in class org.apache.directory.shared.ldap.schema.ObjectClass
Add some allowed AttributeType
addMayAttributeTypes(AttributeType) - Method in class org.apache.directory.shared.ldap.schema.DITContentRule
Add an allowed AttributeType
addMayAttributeTypes(AttributeType) - Method in class org.apache.directory.shared.ldap.schema.NameForm
Add an allowed AttributeType
addMayAttributeTypes(AttributeType...) - Method in class org.apache.directory.shared.ldap.schema.ObjectClass
Add some allowed AttributeTypes
addModification(int) - Method in class org.apache.directory.shared.ldap.codec.modify.ModifyRequestCodec
Add a new modification to the list
addModification(Modification) - Method in interface org.apache.directory.shared.ldap.message.internal.InternalModifyRequest
Adds a ModificationItem to the set of modifications composing this modify request.
addModification(Modification) - Method in class org.apache.directory.shared.ldap.message.ModifyRequestImpl
Adds a Modification to the set of modifications composing this modify request.
addMustAttributeTypeOids(String) - Method in class org.apache.directory.shared.ldap.schema.DITContentRule
Add a required AttributeType OID
addMustAttributeTypeOids(String) - Method in class org.apache.directory.shared.ldap.schema.NameForm
Add a required AttributeType OID
addMustAttributeTypeOids(String...) - Method in class org.apache.directory.shared.ldap.schema.ObjectClass
Add some required AttributeType OIDs
addMustAttributeTypes(AttributeType) - Method in class org.apache.directory.shared.ldap.schema.DITContentRule
Add a required AttributeType
addMustAttributeTypes(AttributeType) - Method in class org.apache.directory.shared.ldap.schema.NameForm
Add a required AttributeType
addMustAttributeTypes(AttributeType...) - Method in class org.apache.directory.shared.ldap.schema.ObjectClass
Add some required AttributeTypes
addName(String...) - Method in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
Add a new name to the list of names for this SchemaObject.
addName(String...) - Method in interface org.apache.directory.shared.ldap.schema.SchemaObject
Add a new name to the list of names for this SchemaObject.
addNode(ExprNode) - Method in class org.apache.directory.shared.ldap.filter.BranchNode
Adds a child node to this branch node node
addNode(ExprNode) - Method in class org.apache.directory.shared.ldap.filter.NotNode
Adds a child node to this NOT node node
addNode(String, DnNode<N>) - Method in class org.apache.directory.shared.ldap.util.tree.DnBranchNode
Directly adds a new child DnNode to the current DnBranchNode.
addNodeToHead(ExprNode) - Method in class org.apache.directory.shared.ldap.filter.BranchNode
Adds a child node to this branch node at the head rather than the tail.
addNodeToHead(ExprNode) - Method in class org.apache.directory.shared.ldap.filter.NotNode
Adds a child node to this NOT node at the head rather than the tail.
addNormalized(RDN) - Method in class org.apache.directory.shared.ldap.name.DN
Adds a single normalized RDN to the (leaf) end of this name.
addNotAttributeTypeOids(String) - Method in class org.apache.directory.shared.ldap.schema.DITContentRule
Add a precluded AttributeType
addNotAttributeTypes(AttributeType) - Method in class org.apache.directory.shared.ldap.schema.DITContentRule
Add a precluded AttributeType
addOperationAndStoredProcedureCalls() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
addOption(String) - Method in class org.apache.directory.shared.ldap.schema.AttributeTypeOptions
Add a new option to the option set for this attributeType.
addOptions(Set<String>) - Method in class org.apache.directory.shared.ldap.schema.AttributeTypeOptions
Add a set of optionS to the option set for this attributeType.
addParameter(StoredProcedure.StoredProcedureParameter) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.storedProcedure.StoredProcedure
 
addParameter(Object, Object) - Method in class org.apache.directory.shared.ldap.message.extended.StoredProcedureRequest
 
addReference(SchemaObject, SchemaObject) - Method in class org.apache.directory.shared.ldap.schema.registries.Registries
Add an association between a SchemaObject an the SchemaObject it refers
addReferral(LdapURL) - Method in class org.apache.directory.shared.ldap.codec.LdapResultCodec
Add a referral
addRegexp(String) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.TelephoneNumberSyntaxChecker
Add a new valid regexp for a Telephone number
addReplicatedContexts(LdapURL) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.gracefulDisconnect.GracefulDisconnect
Add a new URL of a replicated server
AddRequestCodec - Class in org.apache.directory.shared.ldap.codec.add
An AddRequest Message.
AddRequestCodec() - Constructor for class org.apache.directory.shared.ldap.codec.add.AddRequestCodec
Creates a new AddRequest object.
AddRequestImpl - Class in org.apache.directory.shared.ldap.message
Lockable add request implemenation.
AddRequestImpl(int) - Constructor for class org.apache.directory.shared.ldap.message.AddRequestImpl
Creates an AddRequest implementation to create a new entry.
addResourcePathToPackagePath(Class, String) - Static method in class org.apache.directory.shared.ldap.util.SpringClassUtils
Return a path suitable for use with ClassLoader.getResource (also suitable for use with Class.getResource by prepending a slash ('/') to the return value.
AddResponseCodec - Class in org.apache.directory.shared.ldap.codec.add
An AddResponse Message.
AddResponseCodec() - Constructor for class org.apache.directory.shared.ldap.codec.add.AddResponseCodec
Creates a new AddResponse object.
AddResponseImpl - Class in org.apache.directory.shared.ldap.message
AddResponse implementation.
AddResponseImpl(int) - Constructor for class org.apache.directory.shared.ldap.message.AddResponseImpl
Creates a Lockable AddResponse as a reply to an AddRequest.
addReturningAttributes(String) - Method in class org.apache.directory.shared.ldap.message.SearchParams
 
addSchema(Schema) - Method in class org.apache.directory.shared.ldap.schema.registries.AbstractSchemaLoader
Add a new schema to the schema's list
addSchema(String) - Method in class org.apache.directory.shared.ldap.schema.registries.Registries
Create a new schema association with its content
addSchema(Schema) - Method in interface org.apache.directory.shared.ldap.schema.registries.SchemaLoader
Add a new schema to the schema's list
addSearchResultReference(LdapURL) - Method in class org.apache.directory.shared.ldap.codec.search.SearchResultReferenceCodec
Add a new reference to the list.
addStoredProcedureParameter() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
addStoredProcedureParameterList() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
addSuperior(ObjectClass...) - Method in class org.apache.directory.shared.ldap.schema.ObjectClass
Add some superior ObjectClasses
addSuperiorOids(String...) - Method in class org.apache.directory.shared.ldap.schema.ObjectClass
Add some superior ObjectClass OIDs
addSuperRule(Integer) - Method in class org.apache.directory.shared.ldap.schema.DITStructureRule
Adds a new superior RuleId
addSyncUUID(byte[]) - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue.SyncInfoValueControl
 
addThrowable(Throwable) - Method in exception org.apache.directory.shared.ldap.MultiException
Add an exeception to this multiexception.
addThrowable(Throwable) - Method in exception org.apache.directory.shared.ldap.RuntimeMultiException
Add an exeception to this multiexception.
addToRegistries(List<Throwable>, Registries) - Method in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
Inject this SchemaObject to the given registries, updating the references to other SchemaObject
addToRegistries(List<Throwable>, Registries) - Method in class org.apache.directory.shared.ldap.schema.AttributeType
Inject the attributeType into the registries, updating the references to other SchemaObject.
addToRegistries(Registries) - Method in class org.apache.directory.shared.ldap.schema.DITContentRule
Inject the DITContentRule into the registries, updating the references to other SchemaObject
addToRegistries(List<Throwable>, Registries) - Method in class org.apache.directory.shared.ldap.schema.LdapSyntax
Inject the Syntax into the registries, updating the references to other SchemaObject
addToRegistries(List<Throwable>, Registries) - Method in class org.apache.directory.shared.ldap.schema.MatchingRule
Inject the MatchingRule into the registries, updating the references to other SchemaObject
addToRegistries(Registries) - Method in class org.apache.directory.shared.ldap.schema.MatchingRuleUse
Inject the MatchingRuleUse into the registries, updating the references to other SchemaObject
addToRegistries(Registries) - Method in class org.apache.directory.shared.ldap.schema.NameForm
Inject the NameForm into the registries, updating the references to other SchemaObject
addToRegistries(List<Throwable>, Registries) - Method in class org.apache.directory.shared.ldap.schema.ObjectClass
Inject the ObjectClass into the registries, updating the references to other SchemaObject
addToRegistries(List<Throwable>, Registries) - Method in interface org.apache.directory.shared.ldap.schema.SchemaObject
Inject this SchemaObject into the given registries, updating the references to other SchemaObject
ADMIN_LIMIT_EXCEEDED - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
ADMINISTRATIVE_ROLE_ATTR - Static variable in class org.apache.directory.shared.ldap.trigger.TriggerUtils
 
AFFECTS_MULTIPLE_DSAS - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
AFTER - Static variable in class org.apache.directory.shared.ldap.trigger.ActionTime
 
ALIAS_DEREFERENCING_PROBLEM - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
ALIAS_PROBLEM - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
AliasDerefMode - Enum in org.apache.directory.shared.ldap.message
Type-safe derefAliases search parameter enumeration which determines the mode of alias handling.
aliasNamesMatch(SchemaObject, SchemaObject) - Static method in class org.apache.directory.shared.ldap.schema.parsers.ParserDescriptionUtils
Checks to see if the alias names of a schema description match another description.
ALL_CODES - Static variable in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
Set of all result code enumerations.
ALL_USER_ATTRIBUTE_TYPES - Static variable in class org.apache.directory.shared.ldap.aci.ProtectedItem
All user attribute type information associated with the entry, but not values associated with those attributes.
ALL_USER_ATTRIBUTE_TYPES_AND_VALUES - Static variable in class org.apache.directory.shared.ldap.aci.ProtectedItem
All user attribute information associated with the entry, including all values of all user attributes.
ALL_USERS - Static variable in class org.apache.directory.shared.ldap.aci.UserClass
Every directory user (with possible requirements for authenticationLevel).
allAttributeValues() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
allAttributeValues() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
allComponentsUsed() - Method in class org.apache.directory.shared.ldap.util.AbstractSimpleComponentsMonitor
 
allComponentsUsed() - Method in interface org.apache.directory.shared.ldap.util.ComponentsMonitor
 
allComponentsUsed() - Method in class org.apache.directory.shared.ldap.util.MandatoryAndOptionalComponentsMonitor
 
allUserAttributeTypes() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
allUserAttributeTypes() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
allUserAttributeTypesAndValues() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
allUserAttributeTypesAndValues() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
allUsers() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
allUsers() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
ALPHA - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ALPHA - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ALPHA - Static variable in interface org.apache.directory.shared.ldap.name.AntlrDnTokenTypes
 
ALPHA - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
ALPHA - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
ALPHA - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ALPHA - Static variable in class org.apache.directory.shared.ldap.util.StringTools
<alpha> ::= [0x41-0x5A] | [0x61-0x7A]
ALPHA_DIGIT - Static variable in class org.apache.directory.shared.ldap.util.StringTools
<alpha-digit> | <digit>
ALPHA_LOWER_CASE - Static variable in class org.apache.directory.shared.ldap.util.StringTools
<alpha-lower-case> ::= [0x61-0x7A]
ALPHA_UPPER_CASE - Static variable in class org.apache.directory.shared.ldap.util.StringTools
<alpha-upper-case> ::= [0x41-0x5A]
aMaxValueCount() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
aMaxValueCount() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
and() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
and() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
and() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationChecker
 
and() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParser
 
AND_FILTER_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
AND_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
AndFilter - Class in org.apache.directory.shared.ldap.codec.search
And Filter Object to store the And filter.
AndFilter(int) - Constructor for class org.apache.directory.shared.ldap.codec.search.AndFilter
The constructor.
AndFilter() - Constructor for class org.apache.directory.shared.ldap.codec.search.AndFilter
The constructor.
AndNode - Class in org.apache.directory.shared.ldap.filter
Node representing an AND connector in a filter operation
AndNode(List<ExprNode>) - Constructor for class org.apache.directory.shared.ldap.filter.AndNode
Creates a AndNode using a logical operator and a list of children.
AndNode(ExprNode...) - Constructor for class org.apache.directory.shared.ldap.filter.AndNode
Creates a AndNode using a logical operator and a list of children.
AndNode() - Constructor for class org.apache.directory.shared.ldap.filter.AndNode
Creates an empty AndNode
annotations - Variable in class org.apache.directory.shared.ldap.filter.AbstractExprNode
The map of annotations
AntlrACIItemChecker - Class in org.apache.directory.shared.ldap.aci
The antlr generated ACIItem checker.
AntlrACIItemChecker(TokenBuffer, int) - Constructor for class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
AntlrACIItemChecker(TokenBuffer) - Constructor for class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
AntlrACIItemChecker(TokenStream, int) - Constructor for class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
AntlrACIItemChecker(TokenStream) - Constructor for class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
AntlrACIItemChecker(ParserSharedInputState) - Constructor for class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
AntlrACIItemCheckerLexer - Class in org.apache.directory.shared.ldap.aci
The parser's primary lexer.
AntlrACIItemCheckerLexer(InputStream) - Constructor for class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
AntlrACIItemCheckerLexer(Reader) - Constructor for class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
AntlrACIItemCheckerLexer(InputBuffer) - Constructor for class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
AntlrACIItemCheckerLexer(LexerSharedInputState) - Constructor for class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
AntlrACIItemCheckerTokenTypes - Interface in org.apache.directory.shared.ldap.aci
 
AntlrACIItemLexer - Class in org.apache.directory.shared.ldap.aci
The parser's primary lexer.
AntlrACIItemLexer(InputStream) - Constructor for class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
AntlrACIItemLexer(Reader) - Constructor for class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
AntlrACIItemLexer(InputBuffer) - Constructor for class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
AntlrACIItemLexer(LexerSharedInputState) - Constructor for class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
AntlrACIItemParser - Class in org.apache.directory.shared.ldap.aci
The antlr generated ACIItem parser.
AntlrACIItemParser(TokenBuffer, int) - Constructor for class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
AntlrACIItemParser(TokenBuffer) - Constructor for class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
AntlrACIItemParser(TokenStream, int) - Constructor for class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
AntlrACIItemParser(TokenStream) - Constructor for class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
AntlrACIItemParser(ParserSharedInputState) - Constructor for class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
AntlrACIItemParserTokenTypes - Interface in org.apache.directory.shared.ldap.aci
 
AntlrDnLexer - Class in org.apache.directory.shared.ldap.name
An antlr generated DN lexer.
AntlrDnLexer(InputStream) - Constructor for class org.apache.directory.shared.ldap.name.AntlrDnLexer
 
AntlrDnLexer(Reader) - Constructor for class org.apache.directory.shared.ldap.name.AntlrDnLexer
 
AntlrDnLexer(InputBuffer) - Constructor for class org.apache.directory.shared.ldap.name.AntlrDnLexer
 
AntlrDnLexer(LexerSharedInputState) - Constructor for class org.apache.directory.shared.ldap.name.AntlrDnLexer
 
AntlrDnParser - Class in org.apache.directory.shared.ldap.name
An antlr generated DN parser.
AntlrDnParser(TokenBuffer, int) - Constructor for class org.apache.directory.shared.ldap.name.AntlrDnParser
 
AntlrDnParser(TokenBuffer) - Constructor for class org.apache.directory.shared.ldap.name.AntlrDnParser
 
AntlrDnParser(TokenStream, int) - Constructor for class org.apache.directory.shared.ldap.name.AntlrDnParser
 
AntlrDnParser(TokenStream) - Constructor for class org.apache.directory.shared.ldap.name.AntlrDnParser
 
AntlrDnParser(ParserSharedInputState) - Constructor for class org.apache.directory.shared.ldap.name.AntlrDnParser
 
AntlrDnTokenTypes - Interface in org.apache.directory.shared.ldap.name
 
AntlrSchemaExtensionLexer - Class in org.apache.directory.shared.ldap.schema.syntax
An antlr generated schema lexer.
AntlrSchemaExtensionLexer(InputStream) - Constructor for class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaExtensionLexer
 
AntlrSchemaExtensionLexer(Reader) - Constructor for class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaExtensionLexer
 
AntlrSchemaExtensionLexer(InputBuffer) - Constructor for class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaExtensionLexer
 
AntlrSchemaExtensionLexer(LexerSharedInputState) - Constructor for class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaExtensionLexer
 
AntlrSchemaExtensionParser - Class in org.apache.directory.shared.ldap.schema.syntax
An antlr generated schema parser.
AntlrSchemaExtensionParser(TokenBuffer, int) - Constructor for class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaExtensionParser
 
AntlrSchemaExtensionParser(TokenBuffer) - Constructor for class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaExtensionParser
 
AntlrSchemaExtensionParser(TokenStream, int) - Constructor for class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaExtensionParser
 
AntlrSchemaExtensionParser(TokenStream) - Constructor for class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaExtensionParser
 
AntlrSchemaExtensionParser(ParserSharedInputState) - Constructor for class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaExtensionParser
 
AntlrSchemaExtensionTokenTypes - Interface in org.apache.directory.shared.ldap.schema.syntax
 
AntlrSchemaLexer - Class in org.apache.directory.shared.ldap.schema.syntax
An antlr generated schema main lexer.
AntlrSchemaLexer(InputStream) - Constructor for class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
AntlrSchemaLexer(Reader) - Constructor for class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
AntlrSchemaLexer(InputBuffer) - Constructor for class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
AntlrSchemaLexer(LexerSharedInputState) - Constructor for class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
AntlrSchemaParser - Class in org.apache.directory.shared.ldap.schema.syntax
An antlr generated schema main parser.
AntlrSchemaParser(TokenBuffer, int) - Constructor for class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaParser
 
AntlrSchemaParser(TokenBuffer) - Constructor for class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaParser
 
AntlrSchemaParser(TokenStream, int) - Constructor for class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaParser
 
AntlrSchemaParser(TokenStream) - Constructor for class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaParser
 
AntlrSchemaParser(ParserSharedInputState) - Constructor for class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaParser
 
AntlrSchemaQdstringLexer - Class in org.apache.directory.shared.ldap.schema.syntax
An antlr generated schema lexer.
AntlrSchemaQdstringLexer(InputStream) - Constructor for class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaQdstringLexer
 
AntlrSchemaQdstringLexer(Reader) - Constructor for class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaQdstringLexer
 
AntlrSchemaQdstringLexer(InputBuffer) - Constructor for class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaQdstringLexer
 
AntlrSchemaQdstringLexer(LexerSharedInputState) - Constructor for class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaQdstringLexer
 
AntlrSchemaQdstringParser - Class in org.apache.directory.shared.ldap.schema.syntax
An antlr generated schema parser.
AntlrSchemaQdstringParser(TokenBuffer, int) - Constructor for class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaQdstringParser
 
AntlrSchemaQdstringParser(TokenBuffer) - Constructor for class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaQdstringParser
 
AntlrSchemaQdstringParser(TokenStream, int) - Constructor for class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaQdstringParser
 
AntlrSchemaQdstringParser(TokenStream) - Constructor for class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaQdstringParser
 
AntlrSchemaQdstringParser(ParserSharedInputState) - Constructor for class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaQdstringParser
 
AntlrSchemaQdstringTokenTypes - Interface in org.apache.directory.shared.ldap.schema.syntax
 
AntlrSchemaTokenTypes - Interface in org.apache.directory.shared.ldap.schema.syntax
 
AntlrSchemaValueLexer - Class in org.apache.directory.shared.ldap.schema.syntax
An antlr generated schema lexer.
AntlrSchemaValueLexer(InputStream) - Constructor for class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueLexer
 
AntlrSchemaValueLexer(Reader) - Constructor for class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueLexer
 
AntlrSchemaValueLexer(InputBuffer) - Constructor for class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueLexer
 
AntlrSchemaValueLexer(LexerSharedInputState) - Constructor for class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueLexer
 
AntlrSchemaValueParser - Class in org.apache.directory.shared.ldap.schema.syntax
An antlr generated schema parser.
AntlrSchemaValueParser(TokenBuffer, int) - Constructor for class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueParser
 
AntlrSchemaValueParser(TokenBuffer) - Constructor for class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueParser
 
AntlrSchemaValueParser(TokenStream, int) - Constructor for class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueParser
 
AntlrSchemaValueParser(TokenStream) - Constructor for class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueParser
 
AntlrSchemaValueParser(ParserSharedInputState) - Constructor for class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueParser
 
AntlrSchemaValueTokenTypes - Interface in org.apache.directory.shared.ldap.schema.syntax
 
AntlrSubtreeSpecificationChecker - Class in org.apache.directory.shared.ldap.subtree
The antlr generated subtree specification parser.
AntlrSubtreeSpecificationChecker(TokenBuffer, int) - Constructor for class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationChecker
 
AntlrSubtreeSpecificationChecker(TokenBuffer) - Constructor for class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationChecker
 
AntlrSubtreeSpecificationChecker(TokenStream, int) - Constructor for class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationChecker
 
AntlrSubtreeSpecificationChecker(TokenStream) - Constructor for class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationChecker
 
AntlrSubtreeSpecificationChecker(ParserSharedInputState) - Constructor for class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationChecker
 
AntlrSubtreeSpecificationCheckerLexer - Class in org.apache.directory.shared.ldap.subtree
The parser's primary lexer.
AntlrSubtreeSpecificationCheckerLexer(InputStream) - Constructor for class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerLexer
 
AntlrSubtreeSpecificationCheckerLexer(Reader) - Constructor for class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerLexer
 
AntlrSubtreeSpecificationCheckerLexer(InputBuffer) - Constructor for class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerLexer
 
AntlrSubtreeSpecificationCheckerLexer(LexerSharedInputState) - Constructor for class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerLexer
 
AntlrSubtreeSpecificationCheckerTokenTypes - Interface in org.apache.directory.shared.ldap.subtree
 
AntlrSubtreeSpecificationLexer - Class in org.apache.directory.shared.ldap.subtree
The parser's primary lexer.
AntlrSubtreeSpecificationLexer(InputStream) - Constructor for class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationLexer
 
AntlrSubtreeSpecificationLexer(Reader) - Constructor for class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationLexer
 
AntlrSubtreeSpecificationLexer(InputBuffer) - Constructor for class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationLexer
 
AntlrSubtreeSpecificationLexer(LexerSharedInputState) - Constructor for class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationLexer
 
AntlrSubtreeSpecificationParser - Class in org.apache.directory.shared.ldap.subtree
The antlr generated subtree specification parser.
AntlrSubtreeSpecificationParser(TokenBuffer, int) - Constructor for class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParser
 
AntlrSubtreeSpecificationParser(TokenBuffer) - Constructor for class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParser
 
AntlrSubtreeSpecificationParser(TokenStream, int) - Constructor for class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParser
 
AntlrSubtreeSpecificationParser(TokenStream) - Constructor for class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParser
 
AntlrSubtreeSpecificationParser(ParserSharedInputState) - Constructor for class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParser
 
AntlrSubtreeSpecificationParserTokenTypes - Interface in org.apache.directory.shared.ldap.subtree
 
AntlrTriggerSpecificationLexer - Class in org.apache.directory.shared.ldap.trigger
The parser's primary lexer.
AntlrTriggerSpecificationLexer(InputStream) - Constructor for class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationLexer
 
AntlrTriggerSpecificationLexer(Reader) - Constructor for class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationLexer
 
AntlrTriggerSpecificationLexer(InputBuffer) - Constructor for class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationLexer
 
AntlrTriggerSpecificationLexer(LexerSharedInputState) - Constructor for class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationLexer
 
AntlrTriggerSpecificationParser - Class in org.apache.directory.shared.ldap.trigger
The ANTLR generated TriggerSpecification parser.
AntlrTriggerSpecificationParser(TokenBuffer, int) - Constructor for class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
AntlrTriggerSpecificationParser(TokenBuffer) - Constructor for class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
AntlrTriggerSpecificationParser(TokenStream, int) - Constructor for class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
AntlrTriggerSpecificationParser(TokenStream) - Constructor for class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
AntlrTriggerSpecificationParser(ParserSharedInputState) - Constructor for class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
AntlrTriggerSpecificationParserTokenTypes - Interface in org.apache.directory.shared.ldap.trigger
 
ANY_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
anyItemPermission() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
anyItemPermission() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
anyUserPermission() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
anyUserPermission() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
append(byte[]) - Method in class org.apache.directory.shared.ldap.util.ByteBuffer
Appends the bytes to this buffer.
append(byte) - Method in class org.apache.directory.shared.ldap.util.ByteBuffer
Appends a byte to this buffer.
append(int) - Method in class org.apache.directory.shared.ldap.util.ByteBuffer
Appends an int to this buffer.
append(Object, Object) - Method in class org.apache.directory.shared.ldap.util.EqualsBuilder
Test if two Objects are equal using their equals method.
append(long, long) - Method in class org.apache.directory.shared.ldap.util.EqualsBuilder
Test if two long s are equal.
append(int, int) - Method in class org.apache.directory.shared.ldap.util.EqualsBuilder
Test if two ints are equal.
append(short, short) - Method in class org.apache.directory.shared.ldap.util.EqualsBuilder
Test if two shorts are equal.
append(char, char) - Method in class org.apache.directory.shared.ldap.util.EqualsBuilder
Test if two chars are equal.
append(byte, byte) - Method in class org.apache.directory.shared.ldap.util.EqualsBuilder
Test if two bytes are equal.
append(double, double) - Method in class org.apache.directory.shared.ldap.util.EqualsBuilder
Test if two doubles are equal by testing that the pattern of bits returned by doubleToLong are equal.
append(float, float) - Method in class org.apache.directory.shared.ldap.util.EqualsBuilder
Test if two floats are equal byt testing that the pattern of bits returned by doubleToLong are equal.
append(boolean, boolean) - Method in class org.apache.directory.shared.ldap.util.EqualsBuilder
Test if two booleanss are equal.
append(Object[], Object[]) - Method in class org.apache.directory.shared.ldap.util.EqualsBuilder
Performs a deep comparison of two Object arrays.
append(long[], long[]) - Method in class org.apache.directory.shared.ldap.util.EqualsBuilder
Deep comparison of array of long.
append(int[], int[]) - Method in class org.apache.directory.shared.ldap.util.EqualsBuilder
Deep comparison of array of int.
append(short[], short[]) - Method in class org.apache.directory.shared.ldap.util.EqualsBuilder
Deep comparison of array of short.
append(char[], char[]) - Method in class org.apache.directory.shared.ldap.util.EqualsBuilder
Deep comparison of array of char.
append(byte[], byte[]) - Method in class org.apache.directory.shared.ldap.util.EqualsBuilder
Deep comparison of array of byte.
append(double[], double[]) - Method in class org.apache.directory.shared.ldap.util.EqualsBuilder
Deep comparison of array of double.
append(float[], float[]) - Method in class org.apache.directory.shared.ldap.util.EqualsBuilder
Deep comparison of array of float.
append(boolean[], boolean[]) - Method in class org.apache.directory.shared.ldap.util.EqualsBuilder
Deep comparison of array of boolean.
append(Object) - Method in class org.apache.directory.shared.ldap.util.HashCodeBuilder
Append a hashCode for an Object.
append(long) - Method in class org.apache.directory.shared.ldap.util.HashCodeBuilder
Append a hashCode for a long.
append(int) - Method in class org.apache.directory.shared.ldap.util.HashCodeBuilder
Append a hashCode for an int.
append(short) - Method in class org.apache.directory.shared.ldap.util.HashCodeBuilder
Append a hashCode for a short.
append(char) - Method in class org.apache.directory.shared.ldap.util.HashCodeBuilder
Append a hashCode for a char.
append(byte) - Method in class org.apache.directory.shared.ldap.util.HashCodeBuilder
Append a hashCode for a byte.
append(double) - Method in class org.apache.directory.shared.ldap.util.HashCodeBuilder
Append a hashCode for a double.
append(float) - Method in class org.apache.directory.shared.ldap.util.HashCodeBuilder
Append a hashCode for a float.
append(boolean) - Method in class org.apache.directory.shared.ldap.util.HashCodeBuilder
Append a hashCode for a boolean.
append(Object[]) - Method in class org.apache.directory.shared.ldap.util.HashCodeBuilder
Append a hashCode for an Object array.
append(long[]) - Method in class org.apache.directory.shared.ldap.util.HashCodeBuilder
Append a hashCode for a long array.
append(int[]) - Method in class org.apache.directory.shared.ldap.util.HashCodeBuilder
Append a hashCode for an int array.
append(short[]) - Method in class org.apache.directory.shared.ldap.util.HashCodeBuilder
Append a hashCode for a short array.
append(char[]) - Method in class org.apache.directory.shared.ldap.util.HashCodeBuilder
Append a hashCode for a char array.
append(byte[]) - Method in class org.apache.directory.shared.ldap.util.HashCodeBuilder
Append a hashCode for a byte array.
append(double[]) - Method in class org.apache.directory.shared.ldap.util.HashCodeBuilder
Append a hashCode for a double array.
append(float[]) - Method in class org.apache.directory.shared.ldap.util.HashCodeBuilder
Append a hashCode for a float array.
append(boolean[]) - Method in class org.apache.directory.shared.ldap.util.HashCodeBuilder
Append a hashCode for a boolean array.
append(boolean) - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Append to the toString a boolean value.
append(boolean[]) - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Append to the toString a boolean array.
append(byte) - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Append to the toString a byte value.
append(byte[]) - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Append to the toString a byte array.
append(char) - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Append to the toString a char value.
append(char[]) - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Append to the toString a char array.
append(double) - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Append to the toString a double value.
append(double[]) - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Append to the toString a double array.
append(float) - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Append to the toString a float value.
append(float[]) - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Append to the toString a float array.
append(int) - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Append to the toString an int value.
append(int[]) - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Append to the toString an int array.
append(long) - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Append to the toString a long value.
append(long[]) - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Append to the toString a long array.
append(Object) - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Append to the toString an Object value.
append(Object[]) - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Append to the toString an Object array.
append(short) - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Append to the toString a short value.
append(short[]) - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Append to the toString a short array.
append(String, boolean) - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Append to the toString a boolean value.
append(String, boolean[]) - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Append to the toString a boolean array.
append(String, boolean[], boolean) - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Append to the toString a boolean array.
append(String, byte) - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Append to the toString an byte value.
append(String, byte[]) - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Append to the toString a byte array.
append(String, byte[], boolean) - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Append to the toString a byte array.
append(String, char) - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Append to the toString a char value.
append(String, char[]) - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Append to the toString a char array.
append(String, char[], boolean) - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Append to the toString a char array.
append(String, double) - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Append to the toString a double value.
append(String, double[]) - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Append to the toString a double array.
append(String, double[], boolean) - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Append to the toString a double array.
append(String, float) - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Append to the toString an float value.
append(String, float[]) - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Append to the toString a float array.
append(String, float[], boolean) - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Append to the toString a float array.
append(String, int) - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Append to the toString an int value.
append(String, int[]) - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Append to the toString an int array.
append(String, int[], boolean) - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Append to the toString an int array.
append(String, long) - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Append to the toString a long value.
append(String, long[]) - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Append to the toString a long array.
append(String, long[], boolean) - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Append to the toString a long array.
append(String, Object) - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Append to the toString an Object value.
append(String, Object, boolean) - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Append to the toString an Object value.
append(String, Object[]) - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Append to the toString an Object array.
append(String, Object[], boolean) - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Append to the toString an Object array.
append(String, short) - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Append to the toString an short value.
append(String, short[]) - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Append to the toString a short array.
append(String, short[], boolean) - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Append to the toString a short array.
append(StringBuffer, String, Object, Boolean) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString an Object value, printing the full toString of the Object passed in.
append(StringBuffer, String, long) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString a long value.
append(StringBuffer, String, int) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString an int value.
append(StringBuffer, String, short) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString a short value.
append(StringBuffer, String, byte) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString a byte value.
append(StringBuffer, String, char) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString a char value.
append(StringBuffer, String, double) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString a double value.
append(StringBuffer, String, float) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString a float value.
append(StringBuffer, String, boolean) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString a boolean value.
append(StringBuffer, String, Object[], Boolean) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString an Object array.
append(StringBuffer, String, long[], Boolean) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString a long array.
append(StringBuffer, String, int[], Boolean) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString an int array.
append(StringBuffer, String, short[], Boolean) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString a short array.
append(StringBuffer, String, byte[], Boolean) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString a byte array.
append(StringBuffer, String, char[], Boolean) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString a char array.
append(StringBuffer, String, double[], Boolean) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString a double array.
append(StringBuffer, String, float[], Boolean) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString a float array.
append(StringBuffer, String, boolean[], Boolean) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString a boolean array.
appendAsObjectToString(Object) - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Appends with the same format as the default Object toString() method.
appendClassName(StringBuffer, Object) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString the class name.
appendContentEnd(StringBuffer) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString the content end.
appendContentStart(StringBuffer) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString the content start.
appendDetail(StringBuffer, String, Object) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString an Object value, printing the full detail of the Object.
appendDetail(StringBuffer, String, Collection) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString a Collection.
appendDetail(StringBuffer, String, Map) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString a Map.
appendDetail(StringBuffer, String, long) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString a long value.
appendDetail(StringBuffer, String, int) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString an int value.
appendDetail(StringBuffer, String, short) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString a short value.
appendDetail(StringBuffer, String, byte) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString a byte value.
appendDetail(StringBuffer, String, char) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString a char value.
appendDetail(StringBuffer, String, double) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString a double value.
appendDetail(StringBuffer, String, float) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString a float value.
appendDetail(StringBuffer, String, boolean) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString a boolean value.
appendDetail(StringBuffer, String, Object[]) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString the detail of an Object array.
appendDetail(StringBuffer, String, long[]) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString the detail of a long array.
appendDetail(StringBuffer, String, int[]) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString the detail of an int array.
appendDetail(StringBuffer, String, short[]) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString the detail of a short array.
appendDetail(StringBuffer, String, byte[]) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString the detail of a byte array.
appendDetail(StringBuffer, String, char[]) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString the detail of a char array.
appendDetail(StringBuffer, String, double[]) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString the detail of a double array.
appendDetail(StringBuffer, String, float[]) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString the detail of a float array.
appendDetail(StringBuffer, String, boolean[]) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString the detail of a boolean array.
appendEnd(StringBuffer, Object) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString the end of data indicator.
appendFieldEnd(StringBuffer, String) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString the field end.
appendFieldSeparator(StringBuffer) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString the field separator.
appendFieldsIn(Class) - Method in class org.apache.directory.shared.ldap.util.ReflectionToStringBuilder
Appends the fields and values defined by the given object of the given Class.
appendFieldStart(StringBuffer, String) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString the field start.
appendIdentityHashCode(StringBuffer, Object) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append the System.identityHashCode(java.lang.Object).
appendIdentityToString(StringBuffer, Object) - Static method in class org.apache.directory.shared.ldap.util.ObjectUtils
Appends the toString that would be produced by Object if a class did not override toString itself.
appendInternal(StringBuffer, String, Object, boolean) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString an Object, correctly interpreting its type.
appendNullText(StringBuffer, String) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString an indicator for null.
appendStart(StringBuffer, Object) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString the start of data indicator.
appendSummary(StringBuffer, String, Object) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString an Object value, printing a summary of the Object.
appendSummary(StringBuffer, String, Object[]) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString a summary of an Object array.
appendSummary(StringBuffer, String, long[]) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString a summary of a long array.
appendSummary(StringBuffer, String, int[]) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString a summary of an int array.
appendSummary(StringBuffer, String, short[]) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString a summary of a short array.
appendSummary(StringBuffer, String, byte[]) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString a summary of a byte array.
appendSummary(StringBuffer, String, char[]) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString a summary of a char array.
appendSummary(StringBuffer, String, double[]) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString a summary of a double array.
appendSummary(StringBuffer, String, float[]) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString a summary of a float array.
appendSummary(StringBuffer, String, boolean[]) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString a summary of a boolean array.
appendSummarySize(StringBuffer, String, int) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString a size summary.
appendSuper(boolean) - Method in class org.apache.directory.shared.ldap.util.EqualsBuilder
Adds the result of super.equals() to this builder.
appendSuper(int) - Method in class org.apache.directory.shared.ldap.util.HashCodeBuilder
Adds the result of super.hashCode() to this builder.
appendSuper(String) - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Append the toString from the superclass.
appendSuper(StringBuffer, String) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString the superclass toString.
appendToString(String) - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Append the toString from another object.
appendToString(StringBuffer, String) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Append to the toString another toString.
APPLIES - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaTokenTypes
 
applyModification(Entry, Modification) - Static method in class org.apache.directory.shared.ldap.util.AttributeUtils
A method to apply a modification to an existing entry.
APPROX_MATCH_FILTER - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
APPROX_MATCH_FILTER_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
APPROX_MATCH_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
ApproximateNode<T> - Class in org.apache.directory.shared.ldap.filter
A simple assertion value node.
ApproximateNode(String, Value<T>) - Constructor for class org.apache.directory.shared.ldap.filter.ApproximateNode
Creates a new ApproximateNode object.
areEquals(byte[], int, String) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Check if a text is present at the current position in a buffer.
areEquals(char[], int, String) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Check if a text is present at the current position in a buffer.
areEquals(char[], int, char[]) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Check if a text is present at the current position in a buffer.
areEquals(String, int, String) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Check if a text is present at the current position in another string.
areEquals(byte[], int, byte[]) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Check if a text is present at the current position in a buffer.
ARRAY_SUFFIX - Static variable in class org.apache.directory.shared.ldap.util.SpringClassUtils
Suffix for array class names
ArrayEnumeration - Class in org.apache.directory.shared.ldap.util
An enumeration wrapper around an array.
ArrayEnumeration(Object[]) - Constructor for class org.apache.directory.shared.ldap.util.ArrayEnumeration
Constructs an enumeration by wrapping an array.
ArrayNamingEnumeration<T> - Class in org.apache.directory.shared.ldap.message
A NamingEnumeration over an array of objects.
ArrayNamingEnumeration(T[]) - Constructor for class org.apache.directory.shared.ldap.message.ArrayNamingEnumeration
Creates a NamingEnumeration over an array of objects.
ArrayUtils - Class in org.apache.directory.shared.ldap.util
Operations on arrays, primitive arrays (like int[]) and primitive wrapper arrays (like Integer[]).
ArrayUtils() - Constructor for class org.apache.directory.shared.ldap.util.ArrayUtils
ArrayUtils instances should NOT be constructed in standard programming.
asciiBytesToString(byte[]) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Thansform an array of ASCII bytes to a string.
assertCandidate(Entry) - Method in interface org.apache.directory.shared.ldap.filter.Assertion
Checks to see if a candidate is valid by asserting an arbitrary predicate against the candidate.
Assertion - Interface in org.apache.directory.shared.ldap.filter
A candidacy predicate which tests if an entry satisfies some condition before being returned by a search.
ASSERTION_VALUE_FILTER_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
ASSERTION_VALUE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
AssertionNode - Class in org.apache.directory.shared.ldap.filter
Node used for the application of arbitrary predicates on return candidates.
AssertionNode(Assertion) - Constructor for class org.apache.directory.shared.ldap.filter.AssertionNode
Creates an AssertionNode using an arbitrary candidate assertion.
AssertionNode(Assertion, String) - Constructor for class org.apache.directory.shared.ldap.filter.AssertionNode
Creates an AssertionNode using an arbitrary candidate assertion with a descriptions used for filter AST walker dumps.
assertionType - Variable in class org.apache.directory.shared.ldap.filter.AbstractExprNode
The node type
AssertionType - Enum in org.apache.directory.shared.ldap.filter
All the different kind of assertions.
assertSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.SyntaxChecker
Asserts whether or not the attribute's value conforms to the attribute syntax.
associateWithSchema(List<Throwable>, SchemaObject) - Method in class org.apache.directory.shared.ldap.schema.registries.Registries
Store the given SchemaObject in the Map associating SchemaObjetcs to their related Schema.
atav - Variable in class org.apache.directory.shared.ldap.name.RDN
A simple AttributeTypeAndValue is used to store the Rdn for the simple case where we only have a single type=value.
ATTRIBUTE_CODES - Static variable in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
Contains the set of error codes associated with attribute problems.
ATTRIBUTE_DESC_FILTER_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
ATTRIBUTE_DESC_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
ATTRIBUTE_DESCRIPTION_LIST_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
ATTRIBUTE_DESCRIPTION_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
ATTRIBUTE_OR_VALUE_EXISTS - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
ATTRIBUTE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
ATTRIBUTE_VALUE_CANDIDATE - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ATTRIBUTE_VALUE_CANDIDATE - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ATTRIBUTE_VALUE_SR_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
ATTRIBUTE_VALUE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
AttributeDescAction - Class in org.apache.directory.shared.ldap.codec.actions
The action used to store the attribute description
AttributeDescAction() - Constructor for class org.apache.directory.shared.ldap.codec.actions.AttributeDescAction
 
attributes - Variable in class org.apache.directory.shared.ldap.entry.AbstractEntry
A map containing all the attributes for this entry
ATTRIBUTES_SR_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
ATTRIBUTES_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
attributeType() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
attributeType() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
attributeType() - Method in class org.apache.directory.shared.ldap.name.AntlrDnParser
RFC 4514 Section 3 attributeType = descr / numericoid
AttributeType - Class in org.apache.directory.shared.ldap.schema
An attributeType specification.
AttributeType(String) - Constructor for class org.apache.directory.shared.ldap.schema.AttributeType
Creates a AttributeType object using a unique OID.
ATTRIBUTETYPE - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaTokenTypes
 
attributeTypeAndValue(RDN) - Method in class org.apache.directory.shared.ldap.name.AntlrDnParser
RFC 4514, Section 3 attributeTypeAndValue = attributeType EQUALS attributeValue RFC 2253, Section 3 attributeTypeAndValue = attributeType "=" attributeValue
attributeTypeDescription() - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaParser
Production for matching attribute type descriptions.
AttributeTypeDescriptionSchemaParser - Class in org.apache.directory.shared.ldap.schema.parsers
A parser for RFC 4512 attribute type descriptions.
AttributeTypeDescriptionSchemaParser() - Constructor for class org.apache.directory.shared.ldap.schema.parsers.AttributeTypeDescriptionSchemaParser
Creates a schema parser instance.
AttributeTypeDescriptionSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value follows the attribute type descripton syntax according to RFC 4512, par 4.2.2:
AttributeTypeDescriptionSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.AttributeTypeDescriptionSyntaxChecker
Creates a new instance of AttributeTypeDescriptionSchemaParser.
AttributeTypeOptions - Class in org.apache.directory.shared.ldap.schema
An structure containing a couple of attributeType and options.
AttributeTypeOptions(AttributeType) - Constructor for class org.apache.directory.shared.ldap.schema.AttributeTypeOptions
Creates a new instance of AttributeTypeOptions, containing an attributeType, but no options.
AttributeTypeOptions(AttributeType, Set<String>) - Constructor for class org.apache.directory.shared.ldap.schema.AttributeTypeOptions
Creates a new instance of AttributeTypeOptions, containing an attributeType, and options.
AttributeTypeRegistry - Interface in org.apache.directory.shared.ldap.schema.registries
An AttributeType registry service interface.
attributeTypeRegistry - Variable in class org.apache.directory.shared.ldap.schema.registries.Registries
The AttributeType registry
attributeTypeSet() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
attributeTypeSet() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
attributeTypesMatch(AttributeType, AttributeType) - Static method in class org.apache.directory.shared.ldap.schema.parsers.ParserDescriptionUtils
Checks two schema attributeTypes for an exact match.
AttributeTypeUsageSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A syntax checker which checks to see if an attributeType's type is either: userApplications directoryOperation distributedOperation dSAOperation .* The case is NOT ignored.
AttributeTypeUsageSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.AttributeTypeUsageSyntaxChecker
Creates a new instance of AttributeTypeUsageSyntaxChecker.
AttributeUtils - Class in org.apache.directory.shared.ldap.util
A set of utility fuctions for working with Attributes.
AttributeUtils() - Constructor for class org.apache.directory.shared.ldap.util.AttributeUtils
 
attributeValue() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
attributeValue() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
attributeValue(AntlrDnParser.UpAndNormValue) - Method in class org.apache.directory.shared.ldap.name.AntlrDnParser
RFC 4514, Section 3 attributeValue = string / hexstring RFC 2253, Section 3 attributeValue = string string = *( stringchar / pair ) / "#" hexstring / QUOTATION *( quotechar / pair ) QUOTATION ; only from v2
AttributeValueAssertion - Class in org.apache.directory.shared.ldap.codec
A class to store an attribute value assertion.
AttributeValueAssertion() - Constructor for class org.apache.directory.shared.ldap.codec.AttributeValueAssertion
 
AttributeValueAssertionFilter - Class in org.apache.directory.shared.ldap.codec.search
Object to store the filter.
AttributeValueAssertionFilter(int, int) - Constructor for class org.apache.directory.shared.ldap.codec.search.AttributeValueAssertionFilter
The constructor.
AttributeValueAssertionFilter(int) - Constructor for class org.apache.directory.shared.ldap.codec.search.AttributeValueAssertionFilter
The constructor.
AudioSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is an Audio according to RFC 2252.
AudioSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.AudioSyntaxChecker
Creates a new instance of AudioSyntaxChecker
AUTH_METHOD_NOT_SUPPORTED - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
authenticationLevel() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
authenticationLevel() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
AUTHENTICATIONNOTSUPPOERTEDEXCEPTION_CODES - Static variable in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
A set of ResultCodes containing those that may correspond to a Exception.
AUX - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaTokenTypes
 
AUX_OR_AUXILIARY - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaTokenTypes
 
AUXILIARY - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaTokenTypes
 
AUXILIARY_VAL - Static variable in enum org.apache.directory.shared.ldap.schema.ObjectClassTypeEnum
The int constant value for the auxillary objectClasses
AVA - Class in org.apache.directory.shared.ldap.name
A Attribute Type And Value, which is the basis of all RDN.
AVA() - Constructor for class org.apache.directory.shared.ldap.name.AVA
Construct an empty AVA
AVA(String, String, String, String) - Constructor for class org.apache.directory.shared.ldap.name.AVA
Construct an AVA.
AVA(String, String, byte[], byte[]) - Constructor for class org.apache.directory.shared.ldap.name.AVA
Construct an AVA.
AVA(String, String, Value<?>, Value<?>) - Constructor for class org.apache.directory.shared.ldap.name.AVA
Construct an AVA.
AVA(String, String, Value<?>, Value<?>, String) - Constructor for class org.apache.directory.shared.ldap.name.AVA
Construct an AVA.
AVA_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
AVASerializer - Class in org.apache.directory.shared.ldap.name
A helper class which serialize and deserialize an AttributeTypeAndValue
AVASerializer() - Constructor for class org.apache.directory.shared.ldap.name.AVASerializer
 
AWT_TOOLKIT - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
The awt.toolkit System Property.

B

BAD_HEX_PAIR - Static variable in class org.apache.directory.shared.ldap.util.DNUtils
If an hex pair contains only one char, this value is returned
Base32 - Class in org.apache.directory.shared.ldap.util
decoding of base32 characters to raw bytes.
Base32() - Constructor for class org.apache.directory.shared.ldap.util.Base32
 
Base64 - Class in org.apache.directory.shared.ldap.util
decoding of base64 characters to raw bytes.
Base64() - Constructor for class org.apache.directory.shared.ldap.util.Base64
 
BASE_OBJECT_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
baseDistance() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
baseDistance() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
baseDistance() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationChecker
 
baseDistance() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParser
 
BaseSubtreeSpecification - Class in org.apache.directory.shared.ldap.subtree
A simple implementation of the SubtreeSpecification interface.
BaseSubtreeSpecification() - Constructor for class org.apache.directory.shared.ldap.subtree.BaseSubtreeSpecification
Creates a simple subtree whose administrative point is necessarily the base and all subordinates underneath (excluding those that are part of inner areas) are part of the the subtree.
BaseSubtreeSpecification(ExprNode) - Constructor for class org.apache.directory.shared.ldap.subtree.BaseSubtreeSpecification
Creates a simple subtree refinement whose administrative point is necessarily the base and only those subordinates selected by the refinement filter are included.
BaseSubtreeSpecification(DN) - Constructor for class org.apache.directory.shared.ldap.subtree.BaseSubtreeSpecification
Creates a simple subtree whose administrative point above the base and all subordinates underneath the base (excluding those that are part of inner areas) are part of the the subtree.
BaseSubtreeSpecification(DN, int, int, Set<DN>, Set<DN>) - Constructor for class org.apache.directory.shared.ldap.subtree.BaseSubtreeSpecification
Creates a subtree without a refinement filter where all other aspects can be varied.
BaseSubtreeSpecification(DN, int, int, Set<DN>, Set<DN>, ExprNode) - Constructor for class org.apache.directory.shared.ldap.subtree.BaseSubtreeSpecification
Creates a subtree which may be a refinement filter where all aspects of the specification can be set.
BERLIB_PROPFILE - Static variable in class org.apache.directory.shared.ldap.message.spi.Provider
The default file searched for on CP to load default provider props.
BERLIB_PROVIDER - Static variable in class org.apache.directory.shared.ldap.message.spi.Provider
BER Library provider class name property
bidi(String) - Static method in class org.apache.directory.shared.ldap.schema.PrepareString
Remove all bidirectionnal chars.
bidi(char[]) - Static method in class org.apache.directory.shared.ldap.schema.PrepareString
Remove all bidirectionnal chars.
BinaryAttributeDetector - Interface in org.apache.directory.shared.ldap.message.spi
An interface used to abstract the means to detect whether or not an attribute identifier/descriptor represents a binary attributeType.
BinarySyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A binary value (universal value acceptor) syntax checker.
BinarySyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.BinarySyntaxChecker
Creates a new instance of BinarySyntaxChecker
BIND_CODES - Static variable in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
A set of result code enumerations that may result from bind operations.
BIND_REQUEST_SASL_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
BIND_REQUEST_SIMPLE_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
BIND_REQUEST_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
BIND_REQUEST_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
BIND_RESPONSE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
BIND_RESPONSE_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
BindRequestCodec - Class in org.apache.directory.shared.ldap.codec.bind
A BindRequest ldapObject.
BindRequestCodec() - Constructor for class org.apache.directory.shared.ldap.codec.bind.BindRequestCodec
Creates a new BindRequest object.
BindRequestImpl - Class in org.apache.directory.shared.ldap.message
Bind protocol operation request which authenticates and begins a client session.
BindRequestImpl(int) - Constructor for class org.apache.directory.shared.ldap.message.BindRequestImpl
Creates an BindRequest implementation to bind to an LDAP server.
BindResponseCodec - Class in org.apache.directory.shared.ldap.codec.bind
A BindResponse Message.
BindResponseCodec() - Constructor for class org.apache.directory.shared.ldap.codec.bind.BindResponseCodec
Creates a new BindResponse object.
BindResponseImpl - Class in org.apache.directory.shared.ldap.message
BindResponse implementation.
BindResponseImpl(int) - Constructor for class org.apache.directory.shared.ldap.message.BindResponseImpl
Creates a Lockable AddResponse as a reply to an AddRequest.
BindStatus - Enum in org.apache.directory.shared.ldap.message
An enum used to store the BindRequest state.
BitStringSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a Boolean according to RFC 4517.
BitStringSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.BitStringSyntaxChecker
Creates a new instance of BitStringSyntaxChecker.
BooleanComparator - Class in org.apache.directory.shared.ldap.schema.comparators
A class for the BooleanComparator matchingRule (RFC 4517, par.
BooleanComparator(String) - Constructor for class org.apache.directory.shared.ldap.schema.comparators.BooleanComparator
The BooleanComparator constructor.
BooleanNormalizer - Class in org.apache.directory.shared.ldap.schema.normalizers
Normalizer for boolean values.
BooleanNormalizer() - Constructor for class org.apache.directory.shared.ldap.schema.normalizers.BooleanNormalizer
Creates a new instance of BooleanNormalizer.
BooleanSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a Boolean according to RFC 4517.
BooleanSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.BooleanSyntaxChecker
Creates a new instance of BooleanSyntaxChecker.
BooleanUtils - Class in org.apache.directory.shared.ldap.util
Operations on boolean primitives and Boolean objects.
BooleanUtils() - Constructor for class org.apache.directory.shared.ldap.util.BooleanUtils
BooleanUtils instances should NOT be constructed in standard programming.
BranchNode - Class in org.apache.directory.shared.ldap.filter
Node representing branches within the expression tree corresponding to logical operators within the filter expression.
BranchNode(AssertionType, List<ExprNode>) - Constructor for class org.apache.directory.shared.ldap.filter.BranchNode
Creates a BranchNode using a logical operator and a list of children.
BranchNode(AssertionType, ExprNode...) - Constructor for class org.apache.directory.shared.ldap.filter.BranchNode
Creates a BranchNode using a logical operator and a list of children.
BranchNode(AssertionType) - Constructor for class org.apache.directory.shared.ldap.filter.BranchNode
Creates a BranchNode using a logical operator.
BranchNormalizedVisitor - Class in org.apache.directory.shared.ldap.filter
Visitor which traverses a filter tree while normalizing the branch node order.
BranchNormalizedVisitor() - Constructor for class org.apache.directory.shared.ldap.filter.BranchNormalizedVisitor
 
buffer() - Method in class org.apache.directory.shared.ldap.util.ByteBuffer
Get's the bytes, the backing store for this buffer.
buildReference(List<Throwable>, SchemaObject) - Method in class org.apache.directory.shared.ldap.schema.registries.Registries
Build the SchemaObject references
buildReferences() - Method in class org.apache.directory.shared.ldap.schema.registries.Registries
Build the usedBy and using references from the stored elements.
BUSY - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
byName - Variable in class org.apache.directory.shared.ldap.schema.registries.DefaultSchemaObjectRegistry
a map of SchemaObject looked up by name
byRuleId - Variable in class org.apache.directory.shared.ldap.schema.registries.DefaultDITStructureRuleRegistry
a map of DITStructureRule looked up by RuleId
ByteArrayComparator - Class in org.apache.directory.shared.ldap.schema.comparators
A comparator for byte[]s.
ByteArrayComparator(String) - Constructor for class org.apache.directory.shared.ldap.schema.comparators.ByteArrayComparator
The ByteArrayComparator constructor.
ByteBuffer - Class in org.apache.directory.shared.ldap.util
A dynamically growing byte[].
ByteBuffer() - Constructor for class org.apache.directory.shared.ldap.util.ByteBuffer
 
ByteBuffer(int) - Constructor for class org.apache.directory.shared.ldap.util.ByteBuffer
 
BYTECODE - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaTokenTypes
 
BYTECODE_VALUE - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaTokenTypes
 
bytesToChar(byte[]) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Return the Unicode char which is coded in the bytes at position 0.
bytesToChar(byte[], int) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Return the Unicode char which is coded in the bytes at the given position.

C

CACHE_MAX - Static variable in class org.apache.directory.shared.ldap.schema.normalizers.CachingNormalizer
Cache maximum size default
CachingDeepTrimNormalizer - Class in org.apache.directory.shared.ldap.schema.normalizers
A deep trimming normalizer that caches normalizations to prevent repeat normalizations from occurring needlessly.
CachingDeepTrimNormalizer() - Constructor for class org.apache.directory.shared.ldap.schema.normalizers.CachingDeepTrimNormalizer
 
CachingDeepTrimToLowerNormalizer - Class in org.apache.directory.shared.ldap.schema.normalizers
A deep trimming normalizer that caches normalizations to prevent repeat normalizations from occurring needlessly.
CachingDeepTrimToLowerNormalizer() - Constructor for class org.apache.directory.shared.ldap.schema.normalizers.CachingDeepTrimToLowerNormalizer
 
CachingDnNormalizer - Class in org.apache.directory.shared.ldap.schema.normalizers
A deep trimming normalizer that caches normalizations to prevent repeat normalizations from occurring needlessly.
CachingDnNormalizer() - Constructor for class org.apache.directory.shared.ldap.schema.normalizers.CachingDnNormalizer
 
CachingNormalizer - Class in org.apache.directory.shared.ldap.schema.normalizers
Caches previously normalized values.
CachingNormalizer(Normalizer) - Constructor for class org.apache.directory.shared.ldap.schema.normalizers.CachingNormalizer
Creates a CachingNormalizer that decorates another normalizer using a default cache size.
CachingNormalizer(Normalizer, int) - Constructor for class org.apache.directory.shared.ldap.schema.normalizers.CachingNormalizer
Creates a CachingNormalizer that decorates another normalizer using a specified cache size.
callStoredProcedure(LdapContext, String, Object[]) - Static method in class org.apache.directory.shared.ldap.sp.JavaStoredProcUtils
 
Cancel - Class in org.apache.directory.shared.ldap.codec.extended.operations.cancel
An extended operation to proceed a Cancel operation, as described in RFC 3909
Cancel(int) - Constructor for class org.apache.directory.shared.ldap.codec.extended.operations.cancel.Cancel
Create a Cancel object, with a messageId
Cancel() - Constructor for class org.apache.directory.shared.ldap.codec.extended.operations.cancel.Cancel
Default constructor.
CANCEL_ID_STATE - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.cancel.CancelStatesEnum
cancelId
CANCEL_SEQUENCE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.cancel.CancelStatesEnum
Sequence
CancelContainer - Class in org.apache.directory.shared.ldap.codec.extended.operations.cancel
A container for the Cancel codec.
CancelContainer() - Constructor for class org.apache.directory.shared.ldap.codec.extended.operations.cancel.CancelContainer
Creates a new CancelContainer object.
CancelDecoder - Class in org.apache.directory.shared.ldap.codec.extended.operations.cancel
A decoder for Cancel.
CancelDecoder() - Constructor for class org.apache.directory.shared.ldap.codec.extended.operations.cancel.CancelDecoder
 
CancelGrammar - Class in org.apache.directory.shared.ldap.codec.extended.operations.cancel
This class implements the Cancel operation.
CancelRequest - Class in org.apache.directory.shared.ldap.message.extended
Implement the extended Cancel Request as described in RFC 3909.
CancelRequest(int, int) - Constructor for class org.apache.directory.shared.ldap.message.extended.CancelRequest
Creates a new instance of CancelRequest.
CancelResponse - Class in org.apache.directory.shared.ldap.message.extended
The response sent back from the server after the Cancel extended operation is performed.
CancelResponse(int, ResultCodeEnum) - Constructor for class org.apache.directory.shared.ldap.message.extended.CancelResponse
Create a new CancelResponse object
CancelResponse(int) - Constructor for class org.apache.directory.shared.ldap.message.extended.CancelResponse
 
CancelStatesEnum - Class in org.apache.directory.shared.ldap.codec.extended.operations.cancel
This class store the Cancel's grammar constants.
canVisit(ExprNode) - Method in class org.apache.directory.shared.ldap.filter.BranchNormalizedVisitor
 
canVisit(ExprNode) - Method in interface org.apache.directory.shared.ldap.filter.FilterVisitor
Checks to see if a node can be visited.
capacity() - Method in class org.apache.directory.shared.ldap.util.ByteBuffer
 
CascadeControl - Class in org.apache.directory.shared.ldap.codec.controls
 
CascadeControl() - Constructor for class org.apache.directory.shared.ldap.codec.controls.CascadeControl
Default constructor
CascadeControlDecoder - Class in org.apache.directory.shared.ldap.codec.controls
A decoder for CascadeControls.
CascadeControlDecoder() - Constructor for class org.apache.directory.shared.ldap.codec.controls.CascadeControlDecoder
 
centerTrunc(String, int, int) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Truncates large Strings showing a portion of the String's head and tail with the center cut out and replaced with '...'.
CERT_GENERATION_REQUEST_SEQUENCE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.certGeneration.CertGenerationStatesEnum
sequence
CertGenerationContainer - Class in org.apache.directory.shared.ldap.codec.extended.operations.certGeneration
A container for certificate generation request codec.
CertGenerationContainer() - Constructor for class org.apache.directory.shared.ldap.codec.extended.operations.certGeneration.CertGenerationContainer
Creates a new CertGenContainer object.
CertGenerationDecoder - Class in org.apache.directory.shared.ldap.codec.extended.operations.certGeneration
A decoder for CertGenerationObject.
CertGenerationDecoder() - Constructor for class org.apache.directory.shared.ldap.codec.extended.operations.certGeneration.CertGenerationDecoder
 
CertGenerationGrammar - Class in org.apache.directory.shared.ldap.codec.extended.operations.certGeneration
This class implements the Certificate generation extended operation's ASN.1 grammer.
CertGenerationGrammar() - Constructor for class org.apache.directory.shared.ldap.codec.extended.operations.certGeneration.CertGenerationGrammar
 
CertGenerationObject - Class in org.apache.directory.shared.ldap.codec.extended.operations.certGeneration
An extended operation for generating a public key Certificate.
CertGenerationObject() - Constructor for class org.apache.directory.shared.ldap.codec.extended.operations.certGeneration.CertGenerationObject
 
CertGenerationRequest - Class in org.apache.directory.shared.ldap.message.extended
An extended operation requesting the server to generate a public/private key pair and a certificate and store them in a specified target entry in the DIT.
CertGenerationRequest(int, String, String, String, String) - Constructor for class org.apache.directory.shared.ldap.message.extended.CertGenerationRequest
Creates a new instance of CertGenerationRequest.
CertGenerationResponse - Class in org.apache.directory.shared.ldap.message.extended
The response sent back from the server after the CertGeneration extended operation is performed.
CertGenerationResponse(int, ResultCodeEnum) - Constructor for class org.apache.directory.shared.ldap.message.extended.CertGenerationResponse
 
CertGenerationResponse(int) - Constructor for class org.apache.directory.shared.ldap.message.extended.CertGenerationResponse
 
CertGenerationStatesEnum - Class in org.apache.directory.shared.ldap.codec.extended.operations.certGeneration
This class store the CertGeneration's grammar constants.
CertGenerationStatesEnum() - Constructor for class org.apache.directory.shared.ldap.codec.extended.operations.certGeneration.CertGenerationStatesEnum
 
CertificateListSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a certificateList according to RFC 4523 : "Due to changes made to the definition of a CertificateList through time, no LDAP-specific encoding is defined for this syntax.
CertificateListSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.CertificateListSyntaxChecker
Creates a new instance of CertificateListSyntaxChecker.
CertificatePairSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a certificate pair according to RFC 4523 : "Due to changes made to the definition of a CertificatePair through time, no LDAP-specific encoding is defined for this syntax.
CertificatePairSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.CertificatePairSyntaxChecker
Creates a new instance of CertificatePairSyntaxChecker.
CertificateSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a certificate according to RFC 4523 : "Due to changes made to the definition of a Certificate through time, no LDAP-specific encoding is defined for this syntax.
CertificateSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.CertificateSyntaxChecker
Creates a new instance of CertificateSyntaxChecker.
CHANGE_NUMBER_STATE - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.entryChange.EntryChangeControlStatesEnum
changeNumber
CHANGE_TYPE_ADD - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.persistentSearch.PersistentSearchControl
Definition of the change types
CHANGE_TYPE_DELETE - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.persistentSearch.PersistentSearchControl
 
CHANGE_TYPE_MODDN - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.persistentSearch.PersistentSearchControl
 
CHANGE_TYPE_MODIFY - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.persistentSearch.PersistentSearchControl
 
CHANGE_TYPE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.entryChange.EntryChangeControlStatesEnum
changeType
CHANGE_TYPES_MAX - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.persistentSearch.PersistentSearchControl
 
CHANGE_TYPES_MIN - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.persistentSearch.PersistentSearchControl
Min and Max values for the possible combined change types
CHANGE_TYPES_STATE - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.persistentSearch.PersistentSearchControlStatesEnum
changeTypes Value
CHANGES_ONLY_STATE - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.persistentSearch.PersistentSearchControlStatesEnum
changesOnly Value
ChangeType - Class in org.apache.directory.shared.ldap.codec.search.controls
Enumeration type for entry changes associates with the persistent search control and the entry change control.
CHAR - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueTokenTypes
 
CHAR - Static variable in class org.apache.directory.shared.ldap.util.StringTools
<alpha> | <digit> | '-'
charAt(String, int) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Get the character at a given position in a string, checking fo limits
charToBytes(char) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Return the Unicode char which is coded in the bytes at the given position.
check() - Method in class org.apache.directory.shared.ldap.schema.registries.Registries
Check the registries for invalid relations.
checkRefInteg() - Method in class org.apache.directory.shared.ldap.schema.registries.Registries
Attempts to resolve the dependent schema objects of all entities that refer to other objects within the registries.
children - Variable in class org.apache.directory.shared.ldap.filter.BranchNode
child node list for this branch node
chopAfter() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
chopAfter() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
chopAfter() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationChecker
 
chopAfter() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParser
 
chopBefore() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
chopBefore() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
chopBefore() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationChecker
 
chopBefore() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParser
 
CLASS_NAME_COMPARATOR - Static variable in class org.apache.directory.shared.ldap.util.ClassUtils
Compares two Classs by name.
classes() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
classes() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
classPackageAsResourcePath(Class) - Static method in class org.apache.directory.shared.ldap.util.SpringClassUtils
Given an input class object, return a string which consists of the class's package name as a pathname, i.e., all dots ('.') are replaced by slashes ('/').
ClassUtils - Class in org.apache.directory.shared.ldap.util
Operates on classes without using reflection.
ClassUtils() - Constructor for class org.apache.directory.shared.ldap.util.ClassUtils
ClassUtils instances should NOT be constructed in standard programming.
clean() - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncDoneValue.SyncDoneValueControlContainer
clean the container
clean() - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue.SyncInfoValueControlContainer
Clean the container
clean() - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue.SyncRequestValueControlContainer
Clean the container
clean() - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue.SyncStateValueControlContainer
Clean the container
clean() - Method in class org.apache.directory.shared.ldap.codec.extended.operations.cancel.CancelContainer
Clean the container for the next decoding.
clean() - Method in class org.apache.directory.shared.ldap.codec.extended.operations.certGeneration.CertGenerationContainer
Clean the container for the next decoding.
clean() - Method in class org.apache.directory.shared.ldap.codec.extended.operations.gracefulDisconnect.GracefulDisconnectContainer
Clean the container for the next decoding.
clean() - Method in class org.apache.directory.shared.ldap.codec.extended.operations.gracefulShutdown.GracefulShutdownContainer
Clean the container for the next decoding.
clean() - Method in class org.apache.directory.shared.ldap.codec.extended.operations.storedProcedure.StoredProcedureContainer
 
clean() - Method in class org.apache.directory.shared.ldap.codec.LdapMessageContainer
 
clean() - Method in class org.apache.directory.shared.ldap.codec.search.controls.entryChange.EntryChangeControlContainer
Clean the container
clean() - Method in class org.apache.directory.shared.ldap.codec.search.controls.pagedSearch.PagedResultsControlContainer
Clean the container
clean() - Method in class org.apache.directory.shared.ldap.codec.search.controls.persistentSearch.PersistentSearchControlContainer
Clean the container
clean() - Method in class org.apache.directory.shared.ldap.codec.search.controls.subentries.SubentriesControlContainer
Clean the current container
clear() - Method in class org.apache.directory.shared.ldap.entry.AbstractEntry
Remove all the attributes for this entry.
clear() - Method in class org.apache.directory.shared.ldap.entry.AbstractValue
Reset the value
clear() - Method in class org.apache.directory.shared.ldap.entry.client.ClientBinaryValue
Reset the value
clear() - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientAttribute
Remove all the values from this attribute.
clear() - Method in interface org.apache.directory.shared.ldap.entry.Entry
Remove all the attributes for this entry.
clear() - Method in interface org.apache.directory.shared.ldap.entry.EntryAttribute
Remove all the values from this attribute.
clear() - Method in interface org.apache.directory.shared.ldap.entry.Value
Reset the value
clear() - Method in class org.apache.directory.shared.ldap.name.RDN
Clear the RDN, removing all the AttributeTypeAndValues.
clear() - Method in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
Clear the current SchemaObject : remove all the references to other objects, and all the Maps.
clear() - Method in class org.apache.directory.shared.ldap.schema.AttributeType
Clear the current SchemaObject : remove all the references to other objects, and all the Maps.
clear() - Method in class org.apache.directory.shared.ldap.schema.DITContentRule
Clear the current SchemaObject : remove all the references to other objects, and all the Maps.
clear() - Method in class org.apache.directory.shared.ldap.schema.DITStructureRule
Clear the current SchemaObject : remove all the references to other objects, and all the Maps.
clear() - Method in class org.apache.directory.shared.ldap.schema.LdapSyntax
Clear the current SchemaObject : remove all the references to other objects, and all the Maps.
clear() - Method in class org.apache.directory.shared.ldap.schema.MatchingRule
Clear the current SchemaObject : remove all the references to other objects, and all the Maps.
clear() - Method in class org.apache.directory.shared.ldap.schema.MatchingRuleUse
Clear the current SchemaObject : remove all the references to other objects, and all the Maps.
clear() - Method in class org.apache.directory.shared.ldap.schema.NameForm
Clear the current SchemaObject : remove all the references to other objects, and all the Maps.
clear() - Method in class org.apache.directory.shared.ldap.schema.ObjectClass
Clear the current SchemaObject : remove all the references to other objects, and all the Maps.
clear() - Method in class org.apache.directory.shared.ldap.schema.parsers.OpenLdapSchemaParser
Reset the parser
clear() - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultAttributeTypeRegistry
Clear the registry from all its content
clear() - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultObjectClassRegistry
Clear the registry from all its content
clear() - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultSchemaObjectRegistry
Clear the registry from all its content
clear() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableAttributeTypeRegistry
Clear the registry from all its content
clear() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableComparatorRegistry
Clear the registry from all its content
clear() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableDITContentRuleRegistry
Clear the registry from all its content
clear() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableDITStructureRuleRegistry
Clear the registry from all its content
clear() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableLdapSyntaxRegistry
Clear the registry from all its content
clear() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableMatchingRuleRegistry
Clear the registry from all its content
clear() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableMatchingRuleUseRegistry
Clear the registry from all its content
clear() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableNameFormRegistry
Clear the registry from all its content
clear() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableNormalizerRegistry
Clear the registry from all its content
clear() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableObjectClassRegistry
Clear the registry from all its content
clear() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableSyntaxCheckerRegistry
Clear the registry from all its content
clear() - Method in class org.apache.directory.shared.ldap.schema.registries.OidRegistry
 
clear() - Method in class org.apache.directory.shared.ldap.schema.registries.Registries
Clear the registries from all its elements
clear() - Method in interface org.apache.directory.shared.ldap.schema.registries.SchemaObjectRegistry
Clear the registry from all its content
clear() - Method in interface org.apache.directory.shared.ldap.schema.SchemaObject
Clear the current SchemaObject : remove all the references to other objects, and all the Maps.
clear() - Method in class org.apache.directory.shared.ldap.util.ByteBuffer
 
clear() - Method in class org.apache.directory.shared.ldap.util.ImmutableAttributeWrapper
 
clear() - Method in class org.apache.directory.shared.ldap.util.SequencedHashMap
Implements Map.clear().
ClientAttribute - Interface in org.apache.directory.shared.ldap.entry.client
The server specific interface extending the EntryAttribute interface.
ClientBinaryValue - Class in org.apache.directory.shared.ldap.entry.client
A server side schema aware wrapper around a binary attribute value.
ClientBinaryValue() - Constructor for class org.apache.directory.shared.ldap.entry.client.ClientBinaryValue
Creates a ServerBinaryValue without an initial wrapped value.
ClientBinaryValue(byte[]) - Constructor for class org.apache.directory.shared.ldap.entry.client.ClientBinaryValue
Creates a ServerBinaryValue with an initial wrapped binary value.
ClientEntry - Interface in org.apache.directory.shared.ldap.entry.client
An entry implementation intended for use by clients.
ClientEntryFactory - Interface in org.apache.directory.shared.ldap.entry.client
Document me!
ClientModification - Class in org.apache.directory.shared.ldap.entry.client
An internal implementation for a ModificationItem.
ClientModification(ModificationOperation, EntryAttribute) - Constructor for class org.apache.directory.shared.ldap.entry.client.ClientModification
Creates a new instance of ClientModification.
ClientModification() - Constructor for class org.apache.directory.shared.ldap.entry.client.ClientModification
Creates a new instance of ClientModification.
ClientModification(int, EntryAttribute) - Constructor for class org.apache.directory.shared.ldap.entry.client.ClientModification
Creates a new instance of ClientModification.
ClientStringValue - Class in org.apache.directory.shared.ldap.entry.client
A server side schema aware wrapper around a String attribute value.
ClientStringValue() - Constructor for class org.apache.directory.shared.ldap.entry.client.ClientStringValue
Creates a ServerStringValue without an initial wrapped value.
ClientStringValue(String) - Constructor for class org.apache.directory.shared.ldap.entry.client.ClientStringValue
Creates a ServerStringValue with an initial wrapped String value.
clone() - Method in class org.apache.directory.shared.ldap.entry.AbstractEntry
Clone the current entry
clone() - Method in class org.apache.directory.shared.ldap.entry.AbstractValue
clone() - Method in class org.apache.directory.shared.ldap.entry.client.ClientBinaryValue
 
clone() - Method in class org.apache.directory.shared.ldap.entry.client.ClientModification
Clone a modification
clone() - Method in class org.apache.directory.shared.ldap.entry.client.ClientStringValue
Get a clone of the Client Value
clone() - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientAttribute
 
clone() - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientEntry
Clone an entry.
clone() - Method in interface org.apache.directory.shared.ldap.entry.Entry
Clone the current entry
clone() - Method in interface org.apache.directory.shared.ldap.entry.EntryAttribute
 
clone() - Method in interface org.apache.directory.shared.ldap.entry.Modification
The clone operation
clone() - Method in interface org.apache.directory.shared.ldap.entry.Value
 
clone() - Method in class org.apache.directory.shared.ldap.filter.AbstractExprNode
Clone the object
clone() - Method in class org.apache.directory.shared.ldap.filter.AndNode
Clone the AndNode
clone() - Method in class org.apache.directory.shared.ldap.filter.ApproximateNode
Return a cloned node
clone() - Method in class org.apache.directory.shared.ldap.filter.AssertionNode
Makes a full clone in new memory space of the current node and children
clone() - Method in class org.apache.directory.shared.ldap.filter.BranchNode
Makes a full clone in new memory space of the current node and children
clone() - Method in class org.apache.directory.shared.ldap.filter.EqualityNode
Makes a full clone in new memory space of the current node and children
clone() - Method in interface org.apache.directory.shared.ldap.filter.ExprNode
Clone the object
clone() - Method in class org.apache.directory.shared.ldap.filter.ExtensibleNode
Makes a full clone in new memory space of the current node and children
clone() - Method in class org.apache.directory.shared.ldap.filter.GreaterEqNode
Makes a full clone in new memory space of the current node and children
clone() - Method in class org.apache.directory.shared.ldap.filter.LeafNode
Makes a full clone in new memory space of the current node and children
clone() - Method in class org.apache.directory.shared.ldap.filter.LessEqNode
Makes a full clone in new memory space of the current node and children
clone() - Method in class org.apache.directory.shared.ldap.filter.NotNode
Clone the Node
clone() - Method in class org.apache.directory.shared.ldap.filter.OrNode
Clone the Node
clone() - Method in class org.apache.directory.shared.ldap.filter.PresenceNode
Clone the Node
clone() - Method in class org.apache.directory.shared.ldap.filter.ScopeNode
Makes a full clone in new memory space of the current node and children
clone() - Method in class org.apache.directory.shared.ldap.filter.SimpleNode
Clone the Node
clone() - Method in class org.apache.directory.shared.ldap.filter.SubstringNode
Clone the Node
clone() - Method in class org.apache.directory.shared.ldap.name.AVA
Implements the cloning.
clone() - Method in class org.apache.directory.shared.ldap.name.DN
clone() - Method in class org.apache.directory.shared.ldap.name.RDN
Clone the Rdn
clone() - Method in class org.apache.directory.shared.ldap.schema.registries.Registries
Clone the Registries.
clone(Object[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Shallow clones an array returning a typecast result and handling null.
clone(long[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Clones an array returning a typecast result and handling null.
clone(int[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Clones an array returning a typecast result and handling null.
clone(short[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Clones an array returning a typecast result and handling null.
clone(char[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Clones an array returning a typecast result and handling null.
clone(byte[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Clones an array returning a typecast result and handling null.
clone(double[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Clones an array returning a typecast result and handling null.
clone(float[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Clones an array returning a typecast result and handling null.
clone(boolean[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Clones an array returning a typecast result and handling null.
clone() - Method in class org.apache.directory.shared.ldap.util.ImmutableAttributesWrapper
 
clone() - Method in class org.apache.directory.shared.ldap.util.ImmutableAttributeWrapper
 
clone() - Method in class org.apache.directory.shared.ldap.util.SequencedHashMap
Creates a shallow copy of this object, preserving the internal structure by copying only references.
cloneValue(Object) - Static method in class org.apache.directory.shared.ldap.util.AttributeUtils
Clone the value.
close() - Method in class org.apache.directory.shared.ldap.message.ArrayNamingEnumeration
 
close() - Method in class org.apache.directory.shared.ldap.message.IteratorNamingEnumeration
 
close() - Method in class org.apache.directory.shared.ldap.util.EmptyEnumeration
 
close() - Method in class org.apache.directory.shared.ldap.util.SingletonEnumeration
Makes calls to hasMore to false even if we had more.
CLOSE_CURLY - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
CLOSE_CURLY - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
CLOSE_CURLY - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
CLOSE_CURLY - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
CLOSE_CURLY - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
CLOSE_PARAN - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
CodecControl - Interface in org.apache.directory.shared.ldap.codec.controls
Define the transform method to be implemented by all the codec Controls
collectEscapedHexBytes(ByteBuffer, String, int) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Collects an hex sequence from a string, and returns the value as an integer, after having modified the initial value (the escaped hex value is transsformed to the byte it represents).
COLLECTIVE - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaTokenTypes
 
COLON - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
COLON - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
COLON - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
COLON - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
COMMA - Static variable in interface org.apache.directory.shared.ldap.name.AntlrDnTokenTypes
 
COMMENT - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
COMMON_CODES - Static variable in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
A set of result code enumerations common to all operations.
ComparableComparator<T> - Class in org.apache.directory.shared.ldap.schema.comparators
Compares two objects taking into account that one might be a Comparable.
ComparableComparator(String) - Constructor for class org.apache.directory.shared.ldap.schema.comparators.ComparableComparator
The BooleanComparator constructor.
ComparatorRegistry - Interface in org.apache.directory.shared.ldap.schema.registries
Comparator registry component's service class.
comparatorRegistry - Variable in class org.apache.directory.shared.ldap.schema.registries.Registries
The LdapSyntax registry
ComparatorSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker for the Comparator schema element
ComparatorSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.ComparatorSyntaxChecker
Creates a new instance of ComparatorSyntaxChecker.
compare(String, String) - Method in class org.apache.directory.shared.ldap.schema.comparators.BooleanComparator
Implementation of the Compare method
compare(byte[], byte[]) - Method in class org.apache.directory.shared.ldap.schema.comparators.ByteArrayComparator
 
compare(Comparable<T>, Comparable<T>) - Method in class org.apache.directory.shared.ldap.schema.comparators.ComparableComparator
Compares two objects taking into account that one may be a Comparable.
compare(String, String) - Method in class org.apache.directory.shared.ldap.schema.comparators.CsnComparator
 
compare(String, String) - Method in class org.apache.directory.shared.ldap.schema.comparators.CsnSidComparator
 
compare(Object, Object) - Method in class org.apache.directory.shared.ldap.schema.comparators.DnComparator
compare(String, String) - Method in class org.apache.directory.shared.ldap.schema.comparators.GeneralizedTimeComparator
Implementation of the Compare method
compare(String, String) - Method in class org.apache.directory.shared.ldap.schema.comparators.IntegerOrderingComparator
Implementation of the Compare method
compare(Long, Long) - Method in class org.apache.directory.shared.ldap.schema.comparators.LongComparator
Compare two objects.
compare(String, String) - Method in class org.apache.directory.shared.ldap.schema.comparators.NumericStringComparator
Implementation of the Compare method
compare(T, T) - Method in class org.apache.directory.shared.ldap.schema.comparators.ObjectClassTypeComparator
 
compare(Object, Object) - Method in class org.apache.directory.shared.ldap.schema.comparators.ObjectIdentifierComparator
 
compare(String, String) - Method in class org.apache.directory.shared.ldap.schema.comparators.ObjectIdentifierFirstComponentComparator
 
compare(E, E) - Method in class org.apache.directory.shared.ldap.schema.comparators.SerializableComparator
 
compare(String, String) - Method in class org.apache.directory.shared.ldap.schema.comparators.StringComparator
 
compare(String, String) - Method in class org.apache.directory.shared.ldap.schema.comparators.TelephoneNumberComparator
 
compare(String, String) - Method in class org.apache.directory.shared.ldap.schema.comparators.UniqueMemberComparator
Implementation of the Compare method
compare(String, String) - Method in class org.apache.directory.shared.ldap.schema.comparators.UUIDComparator
 
COMPARE_CODES - Static variable in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
A set of result code enumerations that may result from compare operations.
COMPARE_FALSE - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
COMPARE_REQUEST_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
COMPARE_REQUEST_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
COMPARE_RESPONSE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
COMPARE_RESPONSE_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
COMPARE_TRUE - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
compareOid(String, String) - Method in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
Compare two oids, and return true if they are both null or equals
CompareRequestCodec - Class in org.apache.directory.shared.ldap.codec.compare
A CompareRequest Message.
CompareRequestCodec() - Constructor for class org.apache.directory.shared.ldap.codec.compare.CompareRequestCodec
Creates a new CompareRequest object.
CompareRequestImpl - Class in org.apache.directory.shared.ldap.message
Comparison request implementation.
CompareRequestImpl(int) - Constructor for class org.apache.directory.shared.ldap.message.CompareRequestImpl
Creates an CompareRequest implementation to compare a named entry with an attribute value assertion pair.
CompareResponseCodec - Class in org.apache.directory.shared.ldap.codec.compare
An CompareResponse Message.
CompareResponseCodec() - Constructor for class org.apache.directory.shared.ldap.codec.compare.CompareResponseCodec
Creates a new CompareResponse object.
CompareResponseImpl - Class in org.apache.directory.shared.ldap.message
CompareResponse implementation.
CompareResponseImpl(int) - Constructor for class org.apache.directory.shared.ldap.message.CompareResponseImpl
Creates a Lockable CompareResponse as a reply to an CompareRequest.
compareTo(Csn) - Method in class org.apache.directory.shared.ldap.csn.Csn
Compares this object with the specified object for order.
compareTo(Value<byte[]>) - Method in class org.apache.directory.shared.ldap.entry.client.ClientBinaryValue
 
compareTo(Value<String>) - Method in class org.apache.directory.shared.ldap.entry.client.ClientStringValue
 
compareTo(Object) - Method in class org.apache.directory.shared.ldap.name.AVA
Compares two NameComponents.
compareTo(Object) - Method in class org.apache.directory.shared.ldap.name.DN
compareTo(Object) - Method in class org.apache.directory.shared.ldap.name.RDN
Compares two RDNs.
compareTo(GeneralizedTime) - Method in class org.apache.directory.shared.ldap.util.GeneralizedTime
Compares this GeneralizedTime object with the specified GeneralizedTime object.
compareToIgnoreCase(Object) - Method in class org.apache.directory.shared.ldap.name.AVA
Compares two NameComponents.
ComplexDnParser - Class in org.apache.directory.shared.ldap.name
A DN parser that is able to parse complex DNs.
ComplexDnParser() - Constructor for class org.apache.directory.shared.ldap.name.ComplexDnParser
 
ComponentsMonitor - Interface in org.apache.directory.shared.ldap.util
 
computeLdapResultLength() - Method in class org.apache.directory.shared.ldap.codec.LdapResponseCodec
Compute the LdapResponse length
computeLength() - Method in class org.apache.directory.shared.ldap.codec.bind.SaslCredentials
Compute the Sasl authentication length Sasl authentication : 0xA3 L1 0x04 L2 mechanism [0x04 L3 credentials] L2 = Length(mechanism) L3 = Length(credentials) L1 = L2 + L3 Length(Sasl authentication) = Length(0xA3) + Length(L1) + Length(0x04) + Length(L2) + Length(mechanism) [+ Length(0x04) + Length(L3) + Length(credentials)]
computeLength() - Method in class org.apache.directory.shared.ldap.codec.bind.SimpleAuthentication
Compute the Simple authentication length Simple authentication : 0x80 L1 simple L1 = Length(simple) Length(Simple authentication) = Length(0x80) + Length(L1) + Length(simple)
computeLength() - Method in class org.apache.directory.shared.ldap.codec.controls.AbstractControl
Compute the Control length
computeLength(int) - Method in class org.apache.directory.shared.ldap.codec.controls.AbstractControl
computeLength() - Method in class org.apache.directory.shared.ldap.codec.controls.CascadeControl
Returns the default control length.
computeLength() - Method in interface org.apache.directory.shared.ldap.codec.controls.CodecControl
Compute the Control length
computeLength() - Method in class org.apache.directory.shared.ldap.codec.controls.ControlImpl
Compute the Control length
computeLength() - Method in class org.apache.directory.shared.ldap.codec.controls.ManageDsaITControl
Returns 0 every time.
computeLength() - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncDoneValue.SyncDoneValueControl
Compute the syncDoneValue length.
computeLength() - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue.SyncInfoValueControl
Compute the SyncInfoValue length.
computeLength() - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue.SyncRequestValueControl
Compute the SyncRequestValue length.
computeLength() - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue.SyncStateValueControl
Compute the SyncStateValue length.
computeLength() - Method in class org.apache.directory.shared.ldap.codec.extended.operations.cancel.Cancel
Compute the Cancel length 0x30 L1 | +--> 0x02 0x0(1-4) [0..2^31-1]
computeLength() - Method in class org.apache.directory.shared.ldap.codec.extended.operations.certGeneration.CertGenerationObject
 
computeLength() - Method in class org.apache.directory.shared.ldap.codec.extended.operations.gracefulDisconnect.GracefulDisconnect
Compute the GracefulDisconnect length 0x30 L1 | +--> [ 0x02 0x0(1-4) [0..720] ] +--> [ 0x80 0x0(1-3) [0..86400] ] +--> [ 0x30 L2 | +--> (0x04 L3 value) + ]
computeLength() - Method in class org.apache.directory.shared.ldap.codec.extended.operations.gracefulShutdown.GracefulShutdown
Compute the GracefulShutdown length 0x30 L1 | +--> [0x02 0x0(1-4) [0..720] ] +--> [0x80 0x0(1-3) [0..86400] ] L1 will always be < 11.
computeLength() - Method in class org.apache.directory.shared.ldap.codec.extended.operations.storedProcedure.StoredProcedure
Compute the StoredProcedure length 0x30 L1 | +--> 0x04 L2 language +--> 0x04 L3 procedure [+--> 0x30 L4 (parameters) | +--> 0x30 L5-1 (parameter) | | | +--> 0x04 L6-1 type | +--> 0x04 L7-1 value | +--> 0x30 L5-2 (parameter) | | | +--> 0x04 L6-2 type | +--> 0x04 L7-2 value | +--> ...
computeLength() - Method in class org.apache.directory.shared.ldap.codec.LdapMessageCodec
Compute the LdapMessage length LdapMessage : 0x30 L1 | +--> 0x02 0x0(1-4) [0..2^31-1] (MessageId) +--> protocolOp [+--> Controls] MessageId length = Length(0x02) + length(MessageId) + MessageId.length L1 = length(ProtocolOp) LdapMessage length = Length(0x30) + Length(L1) + MessageId length + L1
computeLength() - Method in class org.apache.directory.shared.ldap.codec.LdapResultCodec
Compute the LdapResult length LdapResult : 0x0A 01 resultCode (0..80) 0x04 L1 matchedDN (L1 = Length(matchedDN)) 0x04 L2 errorMessage (L2 = Length(errorMessage)) [0x83 L3] referrals | +--> 0x04 L4 referral +--> 0x04 L5 referral +--> ...
computeLength() - Method in class org.apache.directory.shared.ldap.codec.search.AndFilter
Compute the AndFilter length AndFilter : 0xA0 L1 super.computeLength() Length(AndFilter) = Length(0xA0) + Length(super.computeLength()) + super.computeLength()
computeLength() - Method in class org.apache.directory.shared.ldap.codec.search.AttributeValueAssertionFilter
Compute the AttributeValueFilter length AttributeValueFilter : 0xA(3, 5, 6, 8) L1 | +--> 0x04 L2 attributeDesc +--> 0x04 L3 assertionValue L2 = Length(attributeDesc) L3 = Length(assertionValue) L1 = 1 + Length(L2) + L2 + 1 + Length(L3) + L3 Length(AttributeValueFilter) = Length(0xA?) + Length(L1) + 1 + Length(L2) + L2 + 1 + Length(L3) + L3
computeLength() - Method in class org.apache.directory.shared.ldap.codec.search.ConnectorFilter
Compute the ConnectorFilter length Length(ConnectorFilter) = sum(filterSet.computeLength())
computeLength() - Method in class org.apache.directory.shared.ldap.codec.search.controls.entryChange.EntryChangeControl
Compute the EntryChangeControl length 0x30 L1 | +--> 0x0A 0x0(1-4) [1|2|4|8] (changeType) [+--> 0x04 L2 previousDN] [+--> 0x02 0x0(1-4) [0..2^63-1] (changeNumber)]
computeLength() - Method in class org.apache.directory.shared.ldap.codec.search.controls.pagedSearch.PagedResultsControl
Compute the PagedSearchControl length, which is the sum of the control length and the value length.
computeLength() - Method in class org.apache.directory.shared.ldap.codec.search.controls.persistentSearch.PersistentSearchControl
Compute the PagedSearchControl length, which is the sum of the control length and the value length.
computeLength() - Method in class org.apache.directory.shared.ldap.codec.search.controls.subentries.SubentriesControl
Compute the SubEntryControl length 0x01 0x01 [0x00|0xFF]
computeLength() - Method in class org.apache.directory.shared.ldap.codec.search.ExtensibleMatchFilter
Compute the ExtensibleMatchFilter length ExtensibleMatchFilter : 0xA9 L1 | [+--> 0x81 L3 matchingRule] [+--> 0x82 L4 type] [+--> 0x83 L5 matchValue] [+--> 0x01 0x01 dnAttributes]
computeLength() - Method in class org.apache.directory.shared.ldap.codec.search.NotFilter
Compute the NotFilter length NotFilter : 0xA2 L1 super.computeLength() Length(NotFilter) = Length(0xA2) + Length(super.computeLength()) + super.computeLength()
computeLength() - Method in class org.apache.directory.shared.ldap.codec.search.OrFilter
Compute the OrFilter length OrFilter : 0xA1 L1 super.computeLength() Length(OrFilter) = Length(0xA1) + Length(super.computeLength()) + super.computeLength()
computeLength() - Method in class org.apache.directory.shared.ldap.codec.search.PresentFilter
Compute the PresentFilter length PresentFilter : 0x87 L1 present Length(PresentFilter) = Length(0x87) + Length(super.computeLength()) + super.computeLength()
computeLength() - Method in class org.apache.directory.shared.ldap.codec.search.SubstringFilter
Compute the SubstringFilter length SubstringFilter : 0xA4 L1 | +--> 0x04 L2 type +--> 0x30 L3 | [+--> 0x80 L4 initial] [+--> 0x81 L5-1 any] [+--> 0x81 L5-2 any] [+--> ...
computeLengthProtocolOp() - Method in class org.apache.directory.shared.ldap.codec.abandon.AbandonRequestCodec
Compute the AbandonRequest length AbandonRequest : 0x50 0x0(1..4) abandoned MessageId Length(AbandonRequest) = Length(0x50) + 1 + Length(abandoned MessageId)
computeLengthProtocolOp() - Method in class org.apache.directory.shared.ldap.codec.add.AddRequestCodec
Compute the AddRequest length AddRequest : 0x68 L1 | +--> 0x04 L2 entry +--> 0x30 L3 (attributes) | +--> 0x30 L4-1 (attribute) | | | +--> 0x04 L5-1 type | +--> 0x31 L6-1 (values) | | | +--> 0x04 L7-1-1 value | +--> ...
computeLengthProtocolOp() - Method in class org.apache.directory.shared.ldap.codec.add.AddResponseCodec
Compute the AddResponse length AddResponse : 0x69 L1 | +--> LdapResult L1 = Length(LdapResult) Length(AddResponse) = Length(0x69) + Length(L1) + L1
computeLengthProtocolOp() - Method in class org.apache.directory.shared.ldap.codec.bind.BindRequestCodec
Compute the BindRequest length BindRequest :
computeLengthProtocolOp() - Method in class org.apache.directory.shared.ldap.codec.bind.BindResponseCodec
Compute the BindResponse length BindResponse :
computeLengthProtocolOp() - Method in class org.apache.directory.shared.ldap.codec.compare.CompareRequestCodec
Compute the CompareRequest length CompareRequest : 0x6E L1 | +--> 0x04 L2 entry +--> 0x30 L3 (ava) | +--> 0x04 L4 attributeDesc +--> 0x04 L5 assertionValue L3 = Length(0x04) + Length(L4) + L4 + Length(0x04) + Length(L5) + L5 Length(CompareRequest) = Length(0x6E) + Length(L1) + L1 + Length(0x04) + Length(L2) + L2 + Length(0x30) + Length(L3) + L3
computeLengthProtocolOp() - Method in class org.apache.directory.shared.ldap.codec.compare.CompareResponseCodec
Compute the CompareResponse length CompareResponse : 0x6F L1 | +--> LdapResult L1 = Length(LdapResult) Length(CompareResponse) = Length(0x6F) + Length(L1) + L1
computeLengthProtocolOp() - Method in class org.apache.directory.shared.ldap.codec.del.DelRequestCodec
Compute the DelRequest length DelRequest : 0x4A L1 entry L1 = Length(entry) Length(DelRequest) = Length(0x4A) + Length(L1) + L1
computeLengthProtocolOp() - Method in class org.apache.directory.shared.ldap.codec.del.DelResponseCodec
Compute the DelResponse length DelResponse : 0x6B L1 | +--> LdapResult L1 = Length(LdapResult) Length(DelResponse) = Length(0x6B) + Length(L1) + L1
computeLengthProtocolOp() - Method in class org.apache.directory.shared.ldap.codec.extended.ExtendedRequestCodec
Compute the ExtendedRequest length ExtendedRequest : 0x77 L1 | +--> 0x80 L2 name [+--> 0x81 L3 value] L1 = Length(0x80) + Length(L2) + L2 [+ Length(0x81) + Length(L3) + L3] Length(ExtendedRequest) = Length(0x77) + Length(L1) + L1
computeLengthProtocolOp() - Method in class org.apache.directory.shared.ldap.codec.extended.ExtendedResponseCodec
Compute the ExtendedResponse length ExtendedResponse : 0x78 L1 | +--> LdapResult [+--> 0x8A L2 name [+--> 0x8B L3 response]] L1 = Length(LdapResult) [ + Length(0x8A) + Length(L2) + L2 [ + Length(0x8B) + Length(L3) + L3]] Length(ExtendedResponse) = Length(0x78) + Length(L1) + L1
computeLengthProtocolOp() - Method in class org.apache.directory.shared.ldap.codec.intermediate.IntermediateResponseCodec
Compute the intermediateResponse length intermediateResponse : 0x79 L1 | [+--> 0x80 L2 name [+--> 0x81 L3 response]] L1 = [ + Length(0x80) + Length(L2) + L2 [ + Length(0x81) + Length(L3) + L3]] Length(IntermediateResponse) = Length(0x79) + Length(L1) + L1
computeLengthProtocolOp() - Method in class org.apache.directory.shared.ldap.codec.LdapMessageCodec
 
computeLengthProtocolOp() - Method in class org.apache.directory.shared.ldap.codec.modify.ModifyRequestCodec
Compute the ModifyRequest length ModifyRequest : 0x66 L1 | +--> 0x04 L2 object +--> 0x30 L3 modifications | +--> 0x30 L4-1 modification sequence | | | +--> 0x0A 0x01 (0..2) operation | +--> 0x30 L5-1 modification | | | +--> 0x04 L6-1 type | +--> 0x31 L7-1 vals | | | +--> 0x04 L8-1-1 attributeValue | +--> 0x04 L8-1-2 attributeValue | +--> ...
computeLengthProtocolOp() - Method in class org.apache.directory.shared.ldap.codec.modify.ModifyResponseCodec
Compute the ModifyResponse length ModifyResponse :
computeLengthProtocolOp() - Method in class org.apache.directory.shared.ldap.codec.modifyDn.ModifyDNRequestCodec
Compute the ModifyDNRequest length ModifyDNRequest :
computeLengthProtocolOp() - Method in class org.apache.directory.shared.ldap.codec.modifyDn.ModifyDNResponseCodec
Compute the ModifyDNResponse length ModifyDNResponse :
computeLengthProtocolOp() - Method in class org.apache.directory.shared.ldap.codec.search.SearchRequestCodec
Compute the SearchRequest length SearchRequest :
computeLengthProtocolOp() - Method in class org.apache.directory.shared.ldap.codec.search.SearchResultDoneCodec
Compute the SearchResultDone length SearchResultDone :
computeLengthProtocolOp() - Method in class org.apache.directory.shared.ldap.codec.search.SearchResultEntryCodec
Compute the SearchResultEntry length SearchResultEntry :
computeLengthProtocolOp() - Method in class org.apache.directory.shared.ldap.codec.search.SearchResultReferenceCodec
Compute the SearchResultReference length SearchResultReference :
computeLengthProtocolOp() - Method in class org.apache.directory.shared.ldap.codec.unbind.UnBindRequestCodec
Compute the UnBindRequest length UnBindRequest : 0x42 00
ConcreteNameComponentNormalizer - Class in org.apache.directory.shared.ldap.schema.normalizers
A DN Name component Normalizer which uses the bootstrap registries to find the appropriate normalizer for the attribute of the name component with which to normalize the name component value.
ConcreteNameComponentNormalizer(SchemaManager) - Constructor for class org.apache.directory.shared.ldap.schema.normalizers.ConcreteNameComponentNormalizer
Creates a DN Name component Normalizer which uses the bootstrap registries to find the appropriate normalizer for the attribute of the name component with which to normalize the name component value.
CONFIDENTIALITY_REQUIRED - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
ConnectorFilter - Class in org.apache.directory.shared.ldap.codec.search
This Filter abstract class is used to store a set of filters used by OR/AND/NOT filters.
ConnectorFilter(int) - Constructor for class org.apache.directory.shared.ldap.codec.search.ConnectorFilter
The constructor.
ConnectorFilter() - Constructor for class org.apache.directory.shared.ldap.codec.search.ConnectorFilter
The constructor.
CONSTRAINT_VIOLATION - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
contains(Value<?>...) - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientAttribute
Indicates whether the specified values are some of the attribute's values.
contains(String...) - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientAttribute
Indicates whether the specified values are some of the attribute's values.
contains(byte[]...) - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientAttribute
Indicates whether the specified values are some of the attribute's values.
contains(Object...) - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientAttribute
 
contains(EntryAttribute...) - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientEntry
Checks if an entry contains a list of attributes.
contains(String) - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientEntry
Checks if an entry contains a specific attribute
contains(String, byte[]...) - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientEntry
Checks if an entry contains an attribute with some binary values.
contains(String, String...) - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientEntry
Checks if an entry contains an attribute with some String values.
contains(String, Value<?>...) - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientEntry
Checks if an entry contains an attribute with some values.
contains(EntryAttribute...) - Method in interface org.apache.directory.shared.ldap.entry.Entry
Checks if an entry contains a list of attributes.
contains(String, byte[]...) - Method in interface org.apache.directory.shared.ldap.entry.Entry
Checks if an entry contains an attribute with some binary values.
contains(String, String...) - Method in interface org.apache.directory.shared.ldap.entry.Entry
Checks if an entry contains an attribute with some String values.
contains(String, Value<?>...) - Method in interface org.apache.directory.shared.ldap.entry.Entry
Checks if an entry contains an attribute with some values.
contains(String...) - Method in interface org.apache.directory.shared.ldap.entry.EntryAttribute
Indicates whether the specified values are some of the attribute's values.
contains(byte[]...) - Method in interface org.apache.directory.shared.ldap.entry.EntryAttribute
Indicates whether the specified values are some of the attribute's values.
contains(Value<?>...) - Method in interface org.apache.directory.shared.ldap.entry.EntryAttribute
Indicates whether the specified values are some of the attribute's values.
contains(int) - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultDITStructureRuleRegistry
Checks to see if an DITStructureRule exists in the registry, by its ruleId.
contains(String) - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultSchemaObjectRegistry
Checks to see if an SchemaObject exists in the registry, by its OID or name.
contains(int) - Method in interface org.apache.directory.shared.ldap.schema.registries.DITStructureRuleRegistry
Checks to see if an DITStructureRule exists in the registry, by its ruleId.
contains(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableAttributeTypeRegistry
Checks to see if an SchemaObject exists in the registry, by its OID or name.
contains(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableComparatorRegistry
Checks to see if an SchemaObject exists in the registry, by its OID or name.
contains(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableDITContentRuleRegistry
Checks to see if an SchemaObject exists in the registry, by its OID or name.
contains(int) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableDITStructureRuleRegistry
Checks to see if an DITStructureRule exists in the registry, by its ruleId.
contains(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableDITStructureRuleRegistry
Checks to see if an SchemaObject exists in the registry, by its OID or name.
contains(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableLdapSyntaxRegistry
Checks to see if an SchemaObject exists in the registry, by its OID or name.
contains(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableMatchingRuleRegistry
Checks to see if an SchemaObject exists in the registry, by its OID or name.
contains(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableMatchingRuleUseRegistry
Checks to see if an SchemaObject exists in the registry, by its OID or name.
contains(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableNameFormRegistry
Checks to see if an SchemaObject exists in the registry, by its OID or name.
contains(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableNormalizerRegistry
Checks to see if an SchemaObject exists in the registry, by its OID or name.
contains(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableObjectClassRegistry
Checks to see if an SchemaObject exists in the registry, by its OID or name.
contains(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableSyntaxCheckerRegistry
Checks to see if an SchemaObject exists in the registry, by its OID or name.
contains(String) - Method in class org.apache.directory.shared.ldap.schema.registries.OidRegistry
Tells if the given OID is present on this registry
contains(SchemaObject) - Method in class org.apache.directory.shared.ldap.schema.registries.Registries
Tells if the given SchemaObject is present in one schema.
contains(String) - Method in interface org.apache.directory.shared.ldap.schema.registries.SchemaObjectRegistry
Checks to see if an SchemaObject exists in the registry, by its OID or name.
contains(Object[], Object) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Checks if the object is in the given array.
contains(long[], long) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Checks if the value is in the given array.
contains(int[], int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Checks if the value is in the given array.
contains(short[], short) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Checks if the value is in the given array.
contains(char[], char) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Checks if the value is in the given array.
contains(byte[], byte) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Checks if the value is in the given array.
contains(double[], double) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Checks if the value is in the given array.
contains(double[], double, double) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Checks if a value falling within the given tolerance is in the given array.
contains(float[], float) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Checks if the value is in the given array.
contains(boolean[], boolean) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Checks if the value is in the given array.
contains(Object) - Method in class org.apache.directory.shared.ldap.util.ImmutableAttributeWrapper
 
contains(String) - Method in class org.apache.directory.shared.ldap.util.tree.DnBranchNode
Tells if the current DnBranchNode contains another node associated with an rdn.
containsAttribute(String...) - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientEntry
Checks if an entry contains some specific attributes.
containsAttribute(String...) - Method in interface org.apache.directory.shared.ldap.entry.Entry
Checks if an entry contains some specific attributes.
containsKey(Object) - Method in class org.apache.directory.shared.ldap.util.SequencedHashMap
Implements Map.containsKey(Object).
containsValue(Attribute, Value<?>, AttributeType) - Static method in class org.apache.directory.shared.ldap.util.AttributeUtils
Check if an attribute contains a specific value, using the associated matchingRule for that
containsValue(Object) - Method in class org.apache.directory.shared.ldap.util.SequencedHashMap
Implements Map.containsValue(Object).
containsValueCaseIgnore(Attribute, Object) - Static method in class org.apache.directory.shared.ldap.util.AttributeUtils
Check if an attribute contains a value.
Control - Interface in org.apache.directory.shared.ldap.message.control
Protocol request and response altering control interface.
CONTROL_OID - Static variable in class org.apache.directory.shared.ldap.codec.controls.CascadeControl
The cascade control OID
CONTROL_OID - Static variable in class org.apache.directory.shared.ldap.codec.controls.ManageDsaITControl
This control OID
CONTROL_OID - Static variable in class org.apache.directory.shared.ldap.codec.controls.replication.syncDoneValue.SyncDoneValueControl
This control OID
CONTROL_OID - Static variable in class org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue.SyncInfoValueControl
This control OID
CONTROL_OID - Static variable in class org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue.SyncRequestValueControl
This control OID
CONTROL_OID - Static variable in class org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue.SyncStateValueControl
This control OID
CONTROL_OID - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.entryChange.EntryChangeControl
The EntryChange control
CONTROL_OID - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.pagedSearch.PagedResultsControl
The Paged Search Control OID
CONTROL_OID - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.persistentSearch.PersistentSearchControl
This control OID
CONTROL_OID - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.subentries.SubentriesControl
Ths control OID
CONTROL_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
CONTROL_TYPE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
CONTROL_VALUE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
ControlDecoder - Interface in org.apache.directory.shared.ldap.codec.controls
An interface for decoders of controls.
ControlImpl - Class in org.apache.directory.shared.ldap.codec.controls
A genericcodec Control.
ControlImpl(String) - Constructor for class org.apache.directory.shared.ldap.codec.controls.ControlImpl
Default constructor.
CONTROLS_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
CONTROLS_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
ControlsInitAction - Class in org.apache.directory.shared.ldap.codec.actions
The action used to initialize a control.
ControlsInitAction() - Constructor for class org.apache.directory.shared.ldap.codec.actions.ControlsInitAction
 
ControlValueAction - Class in org.apache.directory.shared.ldap.codec.actions
The action used to set the value of a control.
ControlValueAction() - Constructor for class org.apache.directory.shared.ldap.codec.actions.ControlValueAction
 
convertClassesToClassNames(List<Class<?>>) - Static method in class org.apache.directory.shared.ldap.util.ClassUtils
Given a List of Class objects, this method converts them into class names.
convertClassNamesToClasses(List<String>) - Static method in class org.apache.directory.shared.ldap.util.ClassUtils
Given a List of class names, this method converts them into classes.
convertEscapedHex(String) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Convert an escaoed list of bytes to a byte[]
COOKIE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.controls.replication.syncDoneValue.SyncDoneValueControlStatesEnum
cookie value state
COOKIE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue.SyncRequestValueControlStatesEnum
cookie Value
COOKIE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue.SyncStateValueControlStatesEnum
cookie Value
COOKIE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.pagedSearch.PagedResultsControlStatesEnum
Cookie Value
copy() - Method in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
Copy the current SchemaObject on place
copy(SchemaObject) - Method in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
Copy a SchemaObject.
copy() - Method in class org.apache.directory.shared.ldap.schema.AttributeType
Copy an AttributeType
copy() - Method in class org.apache.directory.shared.ldap.schema.DITContentRule
Copy a DITContentRule
copy() - Method in class org.apache.directory.shared.ldap.schema.DITStructureRule
Copy a DITStructureRule
copy() - Method in class org.apache.directory.shared.ldap.schema.LdapSyntax
Copy a LdapSyntax
copy() - Method in class org.apache.directory.shared.ldap.schema.LoadableSchemaObject
Copy the current SchemaObject on place
copy() - Method in class org.apache.directory.shared.ldap.schema.MatchingRule
Copy an MatchingRule
copy() - Method in class org.apache.directory.shared.ldap.schema.MatchingRuleUse
Copy an MatchingRuleUse
copy() - Method in class org.apache.directory.shared.ldap.schema.NameForm
Copy a NameForm
copy() - Method in class org.apache.directory.shared.ldap.schema.normalizers.OidNormalizer
Copy an OidNormalizer().
copy() - Method in class org.apache.directory.shared.ldap.schema.ObjectClass
Copy an ObjectClass
copy() - Method in interface org.apache.directory.shared.ldap.schema.registries.AttributeTypeRegistry
Copy the AttributeTypeRegistry
copy() - Method in interface org.apache.directory.shared.ldap.schema.registries.ComparatorRegistry
Copy the ComparatorRegistry
copy() - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultAttributeTypeRegistry
Copy the AttributeTypeRegistry
copy() - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultComparatorRegistry
Copy the ComparatorRegistry
copy() - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultDITContentRuleRegistry
Copy the DITContentRuleRegistry
copy() - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultDITStructureRuleRegistry
Copy the DITStructureRuleRegistry
copy() - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultLdapSyntaxRegistry
Copy the LdapSyntaxRegistry
copy() - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultMatchingRuleRegistry
Copy the MatchingRuleRegistry
copy() - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultMatchingRuleUseRegistry
Copy the MatchingRuleUseRegistry
copy() - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultNameFormRegistry
Copy the NameFormRegistry
copy() - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultNormalizerRegistry
Copy the NormalizerRegistry
copy() - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultObjectClassRegistry
Copy the ObjectClassRegistry
copy(SchemaObjectRegistry<T>) - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultSchemaObjectRegistry
copy() - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultSyntaxCheckerRegistry
Copy the SyntaxCheckerRegistry
copy() - Method in interface org.apache.directory.shared.ldap.schema.registries.DITContentRuleRegistry
Copy the DITContentRuleRegistry
copy() - Method in interface org.apache.directory.shared.ldap.schema.registries.DITStructureRuleRegistry
Copy the DITStructureRuleRegistry
copy() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableAttributeTypeRegistry
Copy the AttributeTypeRegistry
copy() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableComparatorRegistry
Copy the ComparatorRegistry
copy() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableDITContentRuleRegistry
Copy the DITContentRuleRegistry
copy() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableDITStructureRuleRegistry
Copy the DITStructureRuleRegistry
copy() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableLdapSyntaxRegistry
Copy the LdapSyntaxRegistry
copy() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableMatchingRuleRegistry
Copy the MatchingRuleRegistry
copy() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableMatchingRuleUseRegistry
Copy the MatchingRuleUseRegistry
copy() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableNameFormRegistry
Copy the NameFormRegistry
copy() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableNormalizerRegistry
Copy the NormalizerRegistry
copy() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableObjectClassRegistry
Clone the ObjectClassRegistry
copy() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableSyntaxCheckerRegistry
Copy the SyntaxCheckerRegistry
copy() - Method in interface org.apache.directory.shared.ldap.schema.registries.LdapSyntaxRegistry
Copy the LdapSyntaxRegistry
copy() - Method in interface org.apache.directory.shared.ldap.schema.registries.MatchingRuleRegistry
Copy the MatchingRuleRegistry
copy() - Method in interface org.apache.directory.shared.ldap.schema.registries.MatchingRuleUseRegistry
Copy the MatchingRuleUseRegistry
copy() - Method in interface org.apache.directory.shared.ldap.schema.registries.NameFormRegistry
Copy the NameFormRegistry
copy() - Method in interface org.apache.directory.shared.ldap.schema.registries.NormalizerRegistry
Copy the NormalizerRegistry
copy() - Method in interface org.apache.directory.shared.ldap.schema.registries.ObjectClassRegistry
Copy the ObjectClassRegistry
copy() - Method in class org.apache.directory.shared.ldap.schema.registries.OidRegistry
Copy the OidRegistry, without the contained values
copy() - Method in interface org.apache.directory.shared.ldap.schema.registries.SchemaObjectRegistry
Copy a DefaultSchemaObjectRegistry.
copy() - Method in interface org.apache.directory.shared.ldap.schema.registries.SyntaxCheckerRegistry
Copy the SyntaxCheckerRegistry
copy() - Method in interface org.apache.directory.shared.ldap.schema.SchemaObject
Copy the current SchemaObject on place
copy(SchemaObject) - Method in interface org.apache.directory.shared.ldap.schema.SchemaObject
Copy a SchemaObject.
copyOfUsedBytes() - Method in class org.apache.directory.shared.ldap.util.ByteBuffer
Get's a copy of the bytes used.
countBytes(char[]) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Count the number of bytes included in the given char[].
countBytesPerChar(byte[], int) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Count the number of bytes needed to return an Unicode char.
countChars(byte[]) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Count the number of chars included in the given byte[].
countNbBytesPerChar(char) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Return the number of bytes that hold an Unicode char.
countPairChar(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]
CountrySyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a country according to RFC 4517.
CountrySyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.CountrySyntaxChecker
Creates a new instance of CountrySyntaxChecker.
createExtendedResponse(String, byte[], int, int) - Method in class org.apache.directory.shared.ldap.message.extended.CancelRequest
 
createExtendedResponse(String, byte[], int, int) - Method in class org.apache.directory.shared.ldap.message.extended.CertGenerationRequest
 
createExtendedResponse(String, byte[], int, int) - Method in class org.apache.directory.shared.ldap.message.extended.GracefulShutdownRequest
 
createExtendedResponse(String, byte[], int, int) - Method in class org.apache.directory.shared.ldap.message.extended.LaunchDiagnosticUiRequest
 
createExtendedResponse(String, byte[], int, int) - Method in class org.apache.directory.shared.ldap.message.extended.StoredProcedureRequest
 
createExtendedResponse(String, byte[], int, int) - Method in class org.apache.directory.shared.ldap.message.ExtendedRequestImpl
 
createSocket(Socket, String, int, boolean) - Method in class org.apache.directory.shared.ldap.util.DummySSLSocketFactory
 
createSocket(String, int) - Method in class org.apache.directory.shared.ldap.util.DummySSLSocketFactory
 
createSocket(InetAddress, int) - Method in class org.apache.directory.shared.ldap.util.DummySSLSocketFactory
 
createSocket(String, int, InetAddress, int) - Method in class org.apache.directory.shared.ldap.util.DummySSLSocketFactory
 
createSocket(InetAddress, int, InetAddress, int) - Method in class org.apache.directory.shared.ldap.util.DummySSLSocketFactory
 
createTriggerExecutionSubentry(LdapContext, String, String, String) - Static method in class org.apache.directory.shared.ldap.trigger.TriggerUtils
 
CREDENTIALS_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
CRITICALITY_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
crypt(String, String) - Static method in class org.apache.directory.shared.ldap.util.UnixCrypt
Encrypts String into crypt (Unix) code.
Csn - Class in org.apache.directory.shared.ldap.csn
Represents 'Change Sequence Number' in LDUP specification.
Csn(long, int, int, int) - Constructor for class org.apache.directory.shared.ldap.csn.Csn
Creates a new instance.
Csn(String) - Constructor for class org.apache.directory.shared.ldap.csn.Csn
Creates a new instance of SimpleCSN from a String.
CsnComparator - Class in org.apache.directory.shared.ldap.schema.comparators
A comparator for CSN.
CsnComparator(String) - Constructor for class org.apache.directory.shared.ldap.schema.comparators.CsnComparator
The CsnComparator constructor.
CsnFactory - Class in org.apache.directory.shared.ldap.csn
Generates a new Csn.
CsnFactory(int) - Constructor for class org.apache.directory.shared.ldap.csn.CsnFactory
 
CsnSidComparator - Class in org.apache.directory.shared.ldap.schema.comparators
A comparator for CSN SID.
CsnSidComparator(String) - Constructor for class org.apache.directory.shared.ldap.schema.comparators.CsnSidComparator
The CsnSidComparator constructor.
CsnSidSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
An CSN SID syntax checker.
CsnSidSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.CsnSidSyntaxChecker
Creates a new instance of CsnSyntaxChecker.
CsnSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
An CSN syntax checker.
CsnSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.CsnSyntaxChecker
Creates a new instance of CsnSyntaxChecker.

D

DataQualitySyntaxSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a DataQualitySyntax.
DataQualitySyntaxSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.DataQualitySyntaxSyntaxChecker
Creates a new instance of DataQualitySyntaxSyntaxChecker.
DateUtils - Class in org.apache.directory.shared.ldap.util
Gets the generalized time using the "Z" form of the g-time-zone.
DateUtils() - Constructor for class org.apache.directory.shared.ldap.util.DateUtils
 
decode(byte[], Control) - Method in class org.apache.directory.shared.ldap.codec.controls.CascadeControlDecoder
 
decode(byte[], Control) - Method in interface org.apache.directory.shared.ldap.codec.controls.ControlDecoder
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
decode(byte[], Control) - Method in class org.apache.directory.shared.ldap.codec.controls.ManageDsaITControlDecoder
 
decode(byte[], Control) - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncDoneValue.SyncDoneValueControlDecoder
Decode the syncDoneValueControl
decode(byte[], Control) - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue.SyncInfoValueControlDecoder
Decode the syncInfoValue control
decode(byte[], Control) - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue.SyncRequestValueControlDecoder
Decode the syncRequestValue control
decode(byte[], Control) - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue.SyncStateValueControlDecoder
Decode the syncStateValue control
decode(byte[]) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.cancel.CancelDecoder
Decode a PDU which must contain a Cancel extended operation.
decode(byte[]) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.certGeneration.CertGenerationDecoder
Decode a PDU which must contain a CertGenRequest extended operation.
decode(byte[]) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.gracefulDisconnect.GracefulDisconnectDecoder
Decode a PDU which must contain a GracefulDisconnect extended operation.
decode(byte[]) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.gracefulShutdown.GracefulShutdownDecoder
Decode a PDU which must contain a GracefulShutdown extended operation.
decode(Object) - Method in class org.apache.directory.shared.ldap.codec.LdapDecoder
Decodes a PDU
decode(Object, InputStream) - Method in class org.apache.directory.shared.ldap.codec.LdapDecoder
Decodes a PDU from an input stream into a Snickers compiler generated stub envelope.
decode(byte[], Control) - Method in class org.apache.directory.shared.ldap.codec.search.controls.entryChange.EntryChangeControlDecoder
Decode the entry change control
decode(byte[], Control) - Method in class org.apache.directory.shared.ldap.codec.search.controls.pagedSearch.PagedResultsControlDecoder
Decode the paged search control
decode(byte[], Control) - Method in class org.apache.directory.shared.ldap.codec.search.controls.persistentSearch.PersistentSearchControlDecoder
Decode the persistence search control
decode(byte[], Control) - Method in class org.apache.directory.shared.ldap.codec.search.controls.subentries.SubentriesControlDecoder
Decode the sub entry control
decode(Object, InputStream) - Method in class org.apache.directory.shared.ldap.message.MessageDecoder
Reads and decodes a BER encoded LDAPv3 ASN.1 message envelope structure from an input stream to build a fully populated Message object instance.
decode(Object) - Method in class org.apache.directory.shared.ldap.message.MessageDecoder
Decodes a chunk of stream data returning any resultant decoded PDU via a callback.
decode(Object, InputStream) - Method in interface org.apache.directory.shared.ldap.message.spi.ProviderDecoder
Decodes a BER encoded LDAPv3 ASN.1 message envelope from a binary input stream into an in memory containment tree using stub's generated by a provider's ASN.1 stub compiler and associated runtime BER libraries.
decode(char[]) - Static method in class org.apache.directory.shared.ldap.util.Base64
Decodes a BASE-64 encoded stream to recover the original data.
decodeEscapedHex(String) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Decodes sequences of escaped hex within an attribute's value into a UTF-8 String.
decodeHexString(String) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Decodes values of attributes in the DN encoded in hex into a UTF-8 String.
decoder - Variable in class org.apache.directory.shared.ldap.codec.controls.AbstractControl
 
deepTrim(String) - Static method in class org.apache.directory.shared.ldap.util.StringTools
A deep trim of a string remove whitespace from the ends as well as excessive whitespace within the inside of the string between non-whitespace characters.
deepTrim(String, boolean) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Put common code to deepTrim(String) and deepTrimToLower here.
DeepTrimCachingNormalizingComparator - Class in org.apache.directory.shared.ldap.schema.comparators
TODO DeepTrimCachingNormalizingComparator.
DeepTrimCachingNormalizingComparator(String) - Constructor for class org.apache.directory.shared.ldap.schema.comparators.DeepTrimCachingNormalizingComparator
 
DeepTrimNormalizer - Class in org.apache.directory.shared.ldap.schema.normalizers
Normalizer which trims down whitespace replacing multiple whitespace characters on the edges and within the string with a single space character thereby preserving tokenization order.
DeepTrimNormalizer(String) - Constructor for class org.apache.directory.shared.ldap.schema.normalizers.DeepTrimNormalizer
Creates a new instance of DeepTrimNormalizer with OID known.
DeepTrimNormalizer() - Constructor for class org.apache.directory.shared.ldap.schema.normalizers.DeepTrimNormalizer
Creates a new instance of DeepTrimNormalizer when the Normalizer must be instantiated before setting the OID.
deepTrimToLower(String) - Static method in class org.apache.directory.shared.ldap.util.StringTools
This does the same thing as a trim but we also lowercase the string while performing the deep trim within the same buffer.
DeepTrimToLowerCachingNormalizingComparator - Class in org.apache.directory.shared.ldap.schema.comparators
TODO DeepTrimCachingNormalizingComparator.
DeepTrimToLowerCachingNormalizingComparator(String) - Constructor for class org.apache.directory.shared.ldap.schema.comparators.DeepTrimToLowerCachingNormalizingComparator
 
DeepTrimToLowerNormalizer - Class in org.apache.directory.shared.ldap.schema.normalizers
Normalizer which trims down whitespace replacing multiple whitespace characters on the edges and within the string with a single space character thereby preserving tokenization order - while doing all this in the same pass it lower cases all characters.
DeepTrimToLowerNormalizer(String) - Constructor for class org.apache.directory.shared.ldap.schema.normalizers.DeepTrimToLowerNormalizer
Creates a new instance of DeepTrimToLowerNormalizer.
DeepTrimToLowerNormalizer() - Constructor for class org.apache.directory.shared.ldap.schema.normalizers.DeepTrimToLowerNormalizer
Creates a new instance of DeepTrimToLowerNormalizer where the OID is set after instantiation.
DEFAULT_PROVIDER - Static variable in class org.apache.directory.shared.ldap.message.spi.Provider
Default BER Library provider class name
DEFAULT_STYLE - Static variable in class org.apache.directory.shared.ldap.util.ToStringStyle
The default toString style.
DefaultAttributeTypeRegistry - Class in org.apache.directory.shared.ldap.schema.registries
An AttributeType registry service default implementation.
DefaultAttributeTypeRegistry() - Constructor for class org.apache.directory.shared.ldap.schema.registries.DefaultAttributeTypeRegistry
Creates a new default AttributeTypeRegistry instance.
DefaultClientAttribute - Class in org.apache.directory.shared.ldap.entry.client
A client side entry attribute.
DefaultClientAttribute() - Constructor for class org.apache.directory.shared.ldap.entry.client.DefaultClientAttribute
Create a new instance of a EntryAttribute, without ID nor value.
DefaultClientAttribute(String) - Constructor for class org.apache.directory.shared.ldap.entry.client.DefaultClientAttribute
Create a new instance of a EntryAttribute, without value.
DefaultClientAttribute(String, Value<?>...) - Constructor for class org.apache.directory.shared.ldap.entry.client.DefaultClientAttribute
If the value does not correspond to the same attributeType, then it's wrapped value is copied into a new ClientValue which uses the specified attributeType.
DefaultClientAttribute(String, String...) - Constructor for class org.apache.directory.shared.ldap.entry.client.DefaultClientAttribute
Create a new instance of a EntryAttribute.
DefaultClientAttribute(String, byte[]...) - Constructor for class org.apache.directory.shared.ldap.entry.client.DefaultClientAttribute
Create a new instance of a EntryAttribute, with some byte[] values.
DefaultClientEntry - Class in org.apache.directory.shared.ldap.entry.client
A default implementation of a ServerEntry which should suite most use cases.
DefaultClientEntry() - Constructor for class org.apache.directory.shared.ldap.entry.client.DefaultClientEntry
Creates a new instance of DefaultClientEntry.
DefaultClientEntry(DN) - Constructor for class org.apache.directory.shared.ldap.entry.client.DefaultClientEntry
Creates a new instance of DefaultServerEntry, with a DN.
DefaultClientEntry(DN, String...) - Constructor for class org.apache.directory.shared.ldap.entry.client.DefaultClientEntry
Creates a new instance of DefaultServerEntry, with a DN and a list of IDs.
DefaultClientEntry(DN, EntryAttribute...) - Constructor for class org.apache.directory.shared.ldap.entry.client.DefaultClientEntry
Creates a new instance of DefaultClientEntry, with a DN and a list of EntryAttributes.
DefaultComparatorRegistry - Class in org.apache.directory.shared.ldap.schema.registries
A Comparator registry service default implementation.
DefaultComparatorRegistry() - Constructor for class org.apache.directory.shared.ldap.schema.registries.DefaultComparatorRegistry
Creates a new default ComparatorRegistry instance.
DefaultDITContentRuleRegistry - Class in org.apache.directory.shared.ldap.schema.registries
An DITContentRule registry's service default implementation.
DefaultDITContentRuleRegistry() - Constructor for class org.apache.directory.shared.ldap.schema.registries.DefaultDITContentRuleRegistry
Creates a new default DITContentRuleRegistry instance.
DefaultDITStructureRuleRegistry - Class in org.apache.directory.shared.ldap.schema.registries
A DITStructureRule registry's service default implementation.
DefaultDITStructureRuleRegistry() - Constructor for class org.apache.directory.shared.ldap.schema.registries.DefaultDITStructureRuleRegistry
Creates a new default NormalizerRegistry instance.
defaultIfNull(Object, Object) - Static method in class org.apache.directory.shared.ldap.util.ObjectUtils
Returns a default value if the object passed is null.
DefaultLdapSyntaxRegistry - Class in org.apache.directory.shared.ldap.schema.registries
A LdapSyntax registry's service default implementation.
DefaultLdapSyntaxRegistry() - Constructor for class org.apache.directory.shared.ldap.schema.registries.DefaultLdapSyntaxRegistry
Creates a new default LdapSyntaxRegistry instance.
defaultMandatory - Variable in class org.apache.directory.shared.ldap.schema.syntaxCheckers.TelephoneNumberSyntaxChecker
A flag set when only the default regexp should be tested
DefaultMatchingRuleRegistry - Class in org.apache.directory.shared.ldap.schema.registries
A MatchingRule registry's service default implementation.
DefaultMatchingRuleRegistry() - Constructor for class org.apache.directory.shared.ldap.schema.registries.DefaultMatchingRuleRegistry
Creates a new default MatchingRuleRegistry instance.
DefaultMatchingRuleUseRegistry - Class in org.apache.directory.shared.ldap.schema.registries
A MatchingRuleUse registry service default implementation.
DefaultMatchingRuleUseRegistry() - Constructor for class org.apache.directory.shared.ldap.schema.registries.DefaultMatchingRuleUseRegistry
Creates a new default MatchingRuleUseRegistry instance.
DefaultNameFormRegistry - Class in org.apache.directory.shared.ldap.schema.registries
An NameForm registry's service default implementation.
DefaultNameFormRegistry() - Constructor for class org.apache.directory.shared.ldap.schema.registries.DefaultNameFormRegistry
Creates a new default NameFormRegistry instance.
DefaultNormalizerRegistry - Class in org.apache.directory.shared.ldap.schema.registries
A Normalizer registry's service default implementation.
DefaultNormalizerRegistry() - Constructor for class org.apache.directory.shared.ldap.schema.registries.DefaultNormalizerRegistry
Creates a new default NormalizerRegistry instance.
DefaultObjectClassRegistry - Class in org.apache.directory.shared.ldap.schema.registries
An ObjectClass registry's service default implementation.
DefaultObjectClassRegistry() - Constructor for class org.apache.directory.shared.ldap.schema.registries.DefaultObjectClassRegistry
Creates a new default ObjectClassRegistry instance.
DefaultSchema - Class in org.apache.directory.shared.ldap.schema.registries
The default Schema interface implementation.
DefaultSchema(String) - Constructor for class org.apache.directory.shared.ldap.schema.registries.DefaultSchema
Creates a new instance of DefaultSchema.
DefaultSchema(String, String) - Constructor for class org.apache.directory.shared.ldap.schema.registries.DefaultSchema
Creates a new instance of DefaultSchema.
DefaultSchema(String, String, String[]) - Constructor for class org.apache.directory.shared.ldap.schema.registries.DefaultSchema
Creates a new instance of DefaultSchema.
DefaultSchema(String, String, String[], boolean) - Constructor for class org.apache.directory.shared.ldap.schema.registries.DefaultSchema
Creates a new instance of DefaultSchema.
DefaultSchemaObjectRegistry<T extends SchemaObject> - Class in org.apache.directory.shared.ldap.schema.registries
Common schema object registry interface.
DefaultSchemaObjectRegistry(SchemaObjectType, OidRegistry) - Constructor for class org.apache.directory.shared.ldap.schema.registries.DefaultSchemaObjectRegistry
Creates a new DefaultSchemaObjectRegistry instance.
DefaultStringNormalizer - Class in org.apache.directory.shared.ldap.schema.normalizers
A normalizer which transforms an escape sequence into an internal canonical form: into UTF-8 characters presuming the escape sequence fits that range.
DefaultStringNormalizer() - Constructor for class org.apache.directory.shared.ldap.schema.normalizers.DefaultStringNormalizer
 
DefaultSyntaxCheckerRegistry - Class in org.apache.directory.shared.ldap.schema.registries
SyntaxChecker registry component's service interface.
DefaultSyntaxCheckerRegistry() - Constructor for class org.apache.directory.shared.ldap.schema.registries.DefaultSyntaxCheckerRegistry
Creates a new default SyntaxCheckerRegistry instance.
defineTriggerExecutionSpecificPoint(LdapContext) - Static method in class org.apache.directory.shared.ldap.trigger.TriggerUtils
 
DEL_REQUEST_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
DEL_REQUEST_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
DEL_RESPONSE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
DEL_RESPONSE_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
delay - Variable in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulAction
Delay before disconnection
DELAY_STATE - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.gracefulDisconnect.GracefulDisconnectStatesEnum
Delay
DELAY_STATE - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.gracefulShutdown.GracefulShutdownStatesEnum
Delay
delCrossReferences(AttributeType) - Method in class org.apache.directory.shared.ldap.schema.registries.Registries
Add the SchemaObjectReferences.
delCrossReferences(MatchingRule) - Method in class org.apache.directory.shared.ldap.schema.registries.Registries
Delete the MR references (using and usedBy) : MR -> C MR -> N MR -> S
delegate - Variable in error org.apache.directory.shared.ldap.util.NestableError
The helper instance which contains much of the code which we delegate to.
delegate - Variable in exception org.apache.directory.shared.ldap.util.NestableException
The helper instance which contains much of the code which we delegate to.
delegate - Variable in exception org.apache.directory.shared.ldap.util.NestableRuntimeException
The helper instance which contains much of the code which we delegate to.
DELETE - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.ChangeType
 
delete(List<Throwable>, SchemaObject) - Method in class org.apache.directory.shared.ldap.schema.registries.Registries
Remove the given SchemaObject from the registries
delete(SchemaObject) - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Unregisters a new SchemaObject.
DELETE - Static variable in class org.apache.directory.shared.ldap.trigger.LdapOperation
 
DELETE_CODES - Static variable in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
A set of result code enumerations that may result from delete operations.
DELETE_OLD_RDN_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
DELETE_VALUE - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.ChangeType
 
deleteOperationAndStoredProcedureCalls() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
DeleteRequestImpl - Class in org.apache.directory.shared.ldap.message
Delete request implementation.
DeleteRequestImpl(int) - Constructor for class org.apache.directory.shared.ldap.message.DeleteRequestImpl
Creates a Lockable DeleteRequest implementing object used to delete a leaf entry from the DIT.
DeleteResponseImpl - Class in org.apache.directory.shared.ldap.message
DeleteResponse implementation
DeleteResponseImpl(int) - Constructor for class org.apache.directory.shared.ldap.message.DeleteResponseImpl
Creates a DeleteResponse as a reply to an DeleteRequest.
deleteStoredProcedureParameter() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
deleteStoredProcedureParameterList() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
DeliveryMethodSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a delivery method according to RFC 4517.
DeliveryMethodSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.DeliveryMethodSyntaxChecker
Creates a new instance of DeliveryMethodSyntaxChecker.
delReference(SchemaObject, SchemaObject) - Method in class org.apache.directory.shared.ldap.schema.registries.Registries
Delete an association between a SchemaObject an the SchemaObject it refers
DelRequestCodec - Class in org.apache.directory.shared.ldap.codec.del
A DelRequest Message.
DelRequestCodec() - Constructor for class org.apache.directory.shared.ldap.codec.del.DelRequestCodec
Creates a new DelRequest object.
DelResponseCodec - Class in org.apache.directory.shared.ldap.codec.del
An DelResponse Message.
DelResponseCodec() - Constructor for class org.apache.directory.shared.ldap.codec.del.DelResponseCodec
Creates a new DelResponse object.
DENY_ADD - Static variable in class org.apache.directory.shared.ldap.aci.GrantAndDenial
Denial for MicroOperation.ADD
DENY_BROWSE - Static variable in class org.apache.directory.shared.ldap.aci.GrantAndDenial
Denial for MicroOperation.BROWSE
DENY_COMPARE - Static variable in class org.apache.directory.shared.ldap.aci.GrantAndDenial
Deny for MicroOperation.COMPARE
DENY_DISCLOSE_ON_ERROR - Static variable in class org.apache.directory.shared.ldap.aci.GrantAndDenial
Denial for MicroOperation.DISCLOSE_ON_ERROR
DENY_EXPORT - Static variable in class org.apache.directory.shared.ldap.aci.GrantAndDenial
Denial for MicroOperation.EXPORT
DENY_FILTER_MATCH - Static variable in class org.apache.directory.shared.ldap.aci.GrantAndDenial
Denial for MicroOperation.FILTER_MATCH
DENY_IMPORT - Static variable in class org.apache.directory.shared.ldap.aci.GrantAndDenial
Denial for MicroOperation.IMPORT
DENY_INVOKE - Static variable in class org.apache.directory.shared.ldap.aci.GrantAndDenial
Denial for MicroOperation.INVOKE
DENY_MODIFY - Static variable in class org.apache.directory.shared.ldap.aci.GrantAndDenial
Denial for MicroOperation.MODIFY
DENY_READ - Static variable in class org.apache.directory.shared.ldap.aci.GrantAndDenial
Denial for MicroOperation.READ
DENY_REMOVE - Static variable in class org.apache.directory.shared.ldap.aci.GrantAndDenial
Denial for MicroOperation.REMOVE
DENY_RENAME - Static variable in class org.apache.directory.shared.ldap.aci.GrantAndDenial
Denial for MicroOperation.RENAME
DENY_RETURN_DN - Static variable in class org.apache.directory.shared.ldap.aci.GrantAndDenial
Denial for MicroOperation.RETURN_DN
DEREF_ALIAS_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
DEREF_ALWAYS - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
DEREF_FINDING_BASE_OBJ - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
DEREF_IN_SEARCHING - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
DESC - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaTokenTypes
 
descendants(String) - Method in interface org.apache.directory.shared.ldap.schema.registries.AttributeTypeRegistry
Get's an iterator over the set of descendant attributeTypes for some ancestor's name alias or their OID.
descendants(String) - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultAttributeTypeRegistry
Get's an iterator over the set of descendant attributeTypes for some ancestor's name alias or their OID.
descendants(String) - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultObjectClassRegistry
Get's an iterator over the set of descendant ObjectClasses for some ancestor's name alias or their OID.
descendants(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableAttributeTypeRegistry
Get's an iterator over the set of descendant attributeTypes for some ancestor's name alias or their OID.
descendants(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableObjectClassRegistry
Get's an iterator over the set of descendant ObjectClasses for some ancestor's name alias or their OID.
descendants(String) - Method in interface org.apache.directory.shared.ldap.schema.registries.ObjectClassRegistry
Get's an iterator over the set of descendant ObjectClasses for some ancestor's name alias or their OID.
DESCR - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
DESCR - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
descr() - Method in class org.apache.directory.shared.ldap.name.AntlrDnParser
RFC 4512 Section 1.4 descr = keystring keystring = leadkeychar *keychar leadkeychar = ALPHA keychar = ALPHA / DIGIT / HYPHEN
DESCR - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueTokenTypes
 
DESCR - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
DESCR - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
DESCR_OR_QUIRKS_DESCR - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueTokenTypes
 
description - Variable in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
A short description of this SchemaObject
descriptionsMatch(SchemaObject, SchemaObject) - Static method in class org.apache.directory.shared.ldap.schema.parsers.ParserDescriptionUtils
Checks if two base schema descriptions match for the common components in every schema description.
DescriptionUtils - Class in org.apache.directory.shared.ldap.schema
Utility class used to generate schema object specifications.
DescriptionUtils() - Constructor for class org.apache.directory.shared.ldap.schema.DescriptionUtils
 
deserialize(ObjectInput) - Static method in class org.apache.directory.shared.ldap.name.AVASerializer
Deserialize an AttributeTypeAndValue object We read back the data to create a new ATAV.
deserialize(ObjectInput) - Static method in class org.apache.directory.shared.ldap.name.DnSerializer
Deserialize a DN We read back the data to create a new DN.
deserialize(ObjectInput) - Static method in class org.apache.directory.shared.ldap.name.RdnSerializer
Deserialize a RDN instance We read back the data to create a new RDB.
DIGIT - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
DIGIT - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
DIGIT - Static variable in interface org.apache.directory.shared.ldap.name.AntlrDnTokenTypes
 
DIGIT - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueTokenTypes
 
DIGIT - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
DIGIT - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
DIRECTORY_OPERATION - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaTokenTypes
 
DirectoryClassUtils - Class in org.apache.directory.shared.ldap.util
 
DirectoryClassUtils() - Constructor for class org.apache.directory.shared.ldap.util.DirectoryClassUtils
 
DirectoryStringSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a Directory String according to RFC 4517.
DirectoryStringSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.DirectoryStringSyntaxChecker
Creates a new instance of DirectoryStringSyntaxChecker.
disable() - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultSchema
Disable the schema
disable() - Method in interface org.apache.directory.shared.ldap.schema.registries.Schema
Disable the schema
disable(Schema...) - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Disables a set of Schemas, and returns true if all the schema have been disabled, with all the dependent schemas, and if the registries is still consistent.
disable(String...) - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Disables a set of Schemas, and returns true if all the schema have been disabled, with all the dependent schemas, and if the registries is still consistent.
disabledRelaxed(Schema...) - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Disables a set of Schemas, and returns true if all the schema have been disabled, with all the dependent schemas.
disabledRelaxed(String...) - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Disables a set of Schemas, and returns true if all the schema have been disabled, with all the dependent schemas.
discover(String, Properties[], boolean) - Static method in class org.apache.directory.shared.ldap.util.PropertiesUtils
Discovers a value within a set of Properties either halting on the first time the property is discovered or continuing on to take the last value found for the property key.
discover(Properties, Properties[], boolean) - Static method in class org.apache.directory.shared.ldap.util.PropertiesUtils
Merges a set of properties from source Properties into a target properties instance containing keys.
dissociateFromSchema(List<Throwable>, SchemaObject) - Method in class org.apache.directory.shared.ldap.schema.registries.Registries
Store the given SchemaObject in the Map associating SchemaObjetcs to their related Schema.
dissociateFromSchema(SchemaObject) - Method in class org.apache.directory.shared.ldap.schema.registries.Registries
Remove the given SchemaObject from the Map associating SchemaObjetcs to their related Schema.
distinguishedName() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
distinguishedName() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
distinguishedName(DN) - Method in class org.apache.directory.shared.ldap.name.AntlrDnParser
Parses an DN string.
distinguishedName() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationChecker
 
distinguishedName() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParser
 
distinguishedName() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
DISTRIBUTED_OPERATION - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaTokenTypes
 
DITContentRule - Class in org.apache.directory.shared.ldap.schema
A ditContentRule specification.
DITContentRule(String) - Constructor for class org.apache.directory.shared.ldap.schema.DITContentRule
Creates a DITContentRule object using a unique OID.
ditContentRuleDescription() - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaParser
Production for DIT content rule descriptions.
DITContentRuleDescriptionSchemaParser - Class in org.apache.directory.shared.ldap.schema.parsers
A parser for RFC 4512 DIT content rule descriptons
DITContentRuleDescriptionSchemaParser() - Constructor for class org.apache.directory.shared.ldap.schema.parsers.DITContentRuleDescriptionSchemaParser
Creates a schema parser instance.
DITContentRuleDescriptionSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value follows the DIT content rule descripton syntax according to RFC 4512, par 4.2.6:
DITContentRuleDescriptionSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.DITContentRuleDescriptionSyntaxChecker
Creates a new instance of DITContentRuleDescriptionSyntaxChecker.
DITContentRuleRegistry - Interface in org.apache.directory.shared.ldap.schema.registries
An DITContentRule registry's service interface.
ditContentRuleRegistry - Variable in class org.apache.directory.shared.ldap.schema.registries.Registries
The DitContentRule registry
DITStructureRule - Class in org.apache.directory.shared.ldap.schema
A dITStructureRule definition.
DITStructureRule(int) - Constructor for class org.apache.directory.shared.ldap.schema.DITStructureRule
Creates a new instance of DITStructureRule
ditStructureRuleDescription() - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaParser
Production for DIT structure rules descriptions.
DITStructureRuleDescriptionSchemaParser - Class in org.apache.directory.shared.ldap.schema.parsers
A parser for RFC 4512 DIT structure rule descriptons
DITStructureRuleDescriptionSchemaParser() - Constructor for class org.apache.directory.shared.ldap.schema.parsers.DITStructureRuleDescriptionSchemaParser
Creates a schema parser instance.
DITStructureRuleDescriptionSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value follows the DIT structure rule descripton syntax according to RFC 4512, par 4.2.7.1:
DITStructureRuleDescriptionSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.DITStructureRuleDescriptionSyntaxChecker
Creates a new instance of DITContentRuleDescriptionSyntaxChecker.
DITStructureRuleRegistry - Interface in org.apache.directory.shared.ldap.schema.registries
An DITStructureRule registry service interface.
ditStructureRuleRegistry - Variable in class org.apache.directory.shared.ldap.schema.registries.Registries
The DitStructureRule registry
DLSubmitPermissionSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a DLSubmitPermission.
DLSubmitPermissionSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.DLSubmitPermissionSyntaxChecker
Creates a new instance of DLSubmitPermissionSyntaxChecker.
dn - Variable in class org.apache.directory.shared.ldap.entry.AbstractEntry
The DN for this entry
DN - Class in org.apache.directory.shared.ldap.name
The DN class contains a DN (Distinguished Name).
DN() - Constructor for class org.apache.directory.shared.ldap.name.DN
Construct an empty DN object
DN(Name) - Constructor for class org.apache.directory.shared.ldap.name.DN
Transduces, or copies a Name to an DN.
DN(String) - Constructor for class org.apache.directory.shared.ldap.name.DN
Parse a String and checks that it is a valid DN
DN(String...) - Constructor for class org.apache.directory.shared.ldap.name.DN
Creates a new instance of DN, using varargs to declare the RDNs.
DN_ATTRIBUTES_FILTER_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
DN_ATTRIBUTES_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
DnBranchNode<N> - Class in org.apache.directory.shared.ldap.util.tree
The Hierarchical Container holds elements ordered by their DN.
DnBranchNode() - Constructor for class org.apache.directory.shared.ldap.util.tree.DnBranchNode
Creates a new instance of a DnBranchNode.
DnComparator - Class in org.apache.directory.shared.ldap.schema.comparators
 
DnComparator(String) - Constructor for class org.apache.directory.shared.ldap.schema.comparators.DnComparator
 
DnLeafNode<N> - Class in org.apache.directory.shared.ldap.util.tree
A leaf node which stores an element.
DnLeafNode(N) - Constructor for class org.apache.directory.shared.ldap.util.tree.DnLeafNode
Creates a new instance of DnLeafNode.
DnNode<N> - Interface in org.apache.directory.shared.ldap.util.tree
An interface for nodes in a tree designed to quickly lookup hierarchical DN.
DnNormalizer - Class in org.apache.directory.shared.ldap.schema.normalizers
Normalizer a DN
DnNormalizer() - Constructor for class org.apache.directory.shared.ldap.schema.normalizers.DnNormalizer
Empty constructor
DnParser - Enum in org.apache.directory.shared.ldap.name
This class parses a DN.
DnSerializer - Class in org.apache.directory.shared.ldap.name
A helper class which serialize and deserialize a DN
DnSerializer() - Constructor for class org.apache.directory.shared.ldap.name.DnSerializer
 
DNSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a valid DN.
DNSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.DNSyntaxChecker
Creates a new instance of DNSyntaxChecker.
DNUtils - Class in org.apache.directory.shared.ldap.util
Utility class used by the DN Parser.
DNUtils() - Constructor for class org.apache.directory.shared.ldap.util.DNUtils
 
DOLLAR - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaTokenTypes
 
DOLLAR - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueTokenTypes
 
DOT - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
DOT - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
DOT - Static variable in interface org.apache.directory.shared.ldap.name.AntlrDnTokenTypes
 
DOT - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
DOT - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
DOT - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
DQUOTE - Static variable in interface org.apache.directory.shared.ldap.name.AntlrDnTokenTypes
 
DSA_OPERATION - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaTokenTypes
 
DSAQualitySyntaxSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a DSAQualitySyntax according to http://tools.ietf.org/id/draft-ietf-asid-ldapv3-attributes-03.txt, par 5.2.2.2 : ::= [ '#' ] ::= 'DEFUNCT' | 'EXPERIMENTAL' | 'BEST-EFFORT' | 'PILOT-SERVICE' | 'FULL-SERVICE' ::= encoded as a PrintableString
DSAQualitySyntaxSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.DSAQualitySyntaxSyntaxChecker
Creates a new instance of DSAQualitySyntaxSyntaxChecker.
DSETypeSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a DSEType according to http://tools.ietf.org/id/draft-ietf-asid-ldapv3-attributes-03.txt, par 6.2.1.5 : ::= '(' * * ')' ::= '$' * * | e ::= 'root' | 'glue' | 'cp' | 'entry' | 'alias' | 'subr' | 'nssr' | 'supr' | 'xr' | 'admPoint' | 'subentry' | 'shadow' | 'zombie' | 'immSupr' | 'rhob' | 'sa'
DSETypeSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.DSETypeSyntaxChecker
Creates a new instance of DSETypeSyntaxChecker.
DummySSLSocketFactory - Class in org.apache.directory.shared.ldap.util
A SSLSocketFactory that accepts every certificat without validation.
DummySSLSocketFactory() - Constructor for class org.apache.directory.shared.ldap.util.DummySSLSocketFactory
Creates a new instance of DummySSLSocketFactory.
dumpByte(byte) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Helper function that dump a byte in hex form
dumpBytes(byte[]) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Helper function that dump an array of bytes in hex form
dumpHex(byte) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Helper function that returns a char from an hex
dumpHexPairs(byte[]) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Helper function that dump an array of bytes in hex pair form, without '0x' and space chars
dumpObject(Object) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Helper method to render an object which can be a String or a byte[]
dumpUsedBy() - Method in class org.apache.directory.shared.ldap.schema.registries.Registries
Dump the UsedBy data structure as a String
dumpUsing() - Method in class org.apache.directory.shared.ldap.schema.registries.Registries
Dump the Using data structure as a String

E

EC_SEQUENCE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.entryChange.EntryChangeControlStatesEnum
Sequence
elements() - Method in class org.apache.directory.shared.ldap.util.PreferencesDictionary
 
EMPTY - Static variable in class org.apache.directory.shared.ldap.util.StringTools
The empty String "".
EMPTY_BOOLEAN_ARRAY - Static variable in class org.apache.directory.shared.ldap.util.ArrayUtils
An empty immutable boolean array.
EMPTY_BOOLEAN_OBJECT_ARRAY - Static variable in class org.apache.directory.shared.ldap.util.ArrayUtils
An empty immutable Boolean array.
EMPTY_BYTE_ARRAY - Static variable in class org.apache.directory.shared.ldap.util.ArrayUtils
An empty immutable byte array.
EMPTY_BYTE_OBJECT_ARRAY - Static variable in class org.apache.directory.shared.ldap.util.ArrayUtils
An empty immutable Byte array.
EMPTY_BYTES - Static variable in class org.apache.directory.shared.ldap.util.StringTools
The empty byte[]
EMPTY_CHAR_ARRAY - Static variable in class org.apache.directory.shared.ldap.util.ArrayUtils
An empty immutable char array.
EMPTY_CHARACTER_OBJECT_ARRAY - Static variable in class org.apache.directory.shared.ldap.util.ArrayUtils
An empty immutable Character array.
EMPTY_CLASS_ARRAY - Static variable in class org.apache.directory.shared.ldap.util.ArrayUtils
An empty immutable Class array.
EMPTY_DN - Static variable in class org.apache.directory.shared.ldap.name.DN
A null DN
EMPTY_DOUBLE_ARRAY - Static variable in class org.apache.directory.shared.ldap.util.ArrayUtils
An empty immutable double array.
EMPTY_DOUBLE_OBJECT_ARRAY - Static variable in class org.apache.directory.shared.ldap.util.ArrayUtils
An empty immutable Double array.
EMPTY_FLOAT_ARRAY - Static variable in class org.apache.directory.shared.ldap.util.ArrayUtils
An empty immutable float array.
EMPTY_FLOAT_OBJECT_ARRAY - Static variable in class org.apache.directory.shared.ldap.util.ArrayUtils
An empty immutable Float array.
EMPTY_INT_ARRAY - Static variable in class org.apache.directory.shared.ldap.util.ArrayUtils
An empty immutable int array.
EMPTY_INTEGER_OBJECT_ARRAY - Static variable in class org.apache.directory.shared.ldap.util.ArrayUtils
An empty immutable Integer array.
EMPTY_LONG_ARRAY - Static variable in class org.apache.directory.shared.ldap.util.ArrayUtils
An empty immutable long array.
EMPTY_LONG_OBJECT_ARRAY - Static variable in class org.apache.directory.shared.ldap.util.ArrayUtils
An empty immutable Long array.
EMPTY_OBJECT_ARRAY - Static variable in class org.apache.directory.shared.ldap.util.ArrayUtils
An empty immutable Object array.
EMPTY_RESULT_CODE_SET - Static variable in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
 
EMPTY_SHORT_ARRAY - Static variable in class org.apache.directory.shared.ldap.util.ArrayUtils
An empty immutable short array.
EMPTY_SHORT_OBJECT_ARRAY - Static variable in class org.apache.directory.shared.ldap.util.ArrayUtils
An empty immutable Short array.
EMPTY_STRING_ARRAY - Static variable in class org.apache.directory.shared.ldap.util.ArrayUtils
An empty immutable String array.
EMPTY_STRINGS - Static variable in class org.apache.directory.shared.ldap.util.StringTools
The empty String[]
EMPTY_URL - Static variable in class org.apache.directory.shared.ldap.util.LdapURL
A null LdapURL
EmptyEnumeration<T> - Class in org.apache.directory.shared.ldap.util
An empty NamingEnumeration without any values: meaning hasMore/hasMoreElements() always returns false, and next/nextElement() always throws a NoSuchElementException.
EmptyEnumeration() - Constructor for class org.apache.directory.shared.ldap.util.EmptyEnumeration
 
enable() - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultSchema
Enable the schema
enable() - Method in interface org.apache.directory.shared.ldap.schema.registries.Schema
Enable the schema
enable(Schema...) - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Enables a set of Schemas, and returns true if all the schema have been enabled, with all the dependent schemas, and if the registries is still consistent.
enable(String...) - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Enables a set of Schemas, and returns true if all the schema have been enabled, with all the dependent schemas, and if the registries is still consistent.
enableNotification(ChangeType) - Method in class org.apache.directory.shared.ldap.codec.search.controls.persistentSearch.PersistentSearchControl
 
enableRelaxed(Schema...) - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Enables a set of Schemas, and returns true if all the schema have been enabled, with all the dependent schemas.
enableRelaxed(String...) - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Enables a set of Schemas, and returns true if all the schema have been enabled, with all the dependent schemas.
enableSchema(String) - Method in interface org.apache.directory.shared.ldap.schema.SchemaDao
Enables a schema by removing it's m-disabled attribute if present.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.bind.SaslCredentials
Encode the sasl authentication to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.bind.SimpleAuthentication
Encode the simple authentication to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.controls.AbstractControl
Generate the PDU which contains the Control.
encode(ByteBuffer) - Method in interface org.apache.directory.shared.ldap.codec.controls.CodecControl
Generate the PDU which contains the Control.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.controls.ControlImpl
Generate the PDU which contains the Control.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncDoneValue.SyncDoneValueControl
Encode the SyncDoneValue control
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue.SyncInfoValueControl
Encode the SyncInfoValue control
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue.SyncRequestValueControl
Encode the SyncRequestValue control
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue.SyncStateValueControl
Encode the SyncStateValue control
encode() - Method in class org.apache.directory.shared.ldap.codec.extended.operations.cancel.Cancel
Encodes the cancel extended operation.
encode() - Method in class org.apache.directory.shared.ldap.codec.extended.operations.certGeneration.CertGenerationObject
 
encode() - Method in class org.apache.directory.shared.ldap.codec.extended.operations.gracefulDisconnect.GracefulDisconnect
Encodes the gracefulDisconnect extended operation.
encode() - Method in class org.apache.directory.shared.ldap.codec.extended.operations.gracefulShutdown.GracefulShutdown
Encodes the gracefulShutdown extended operation.
encode() - Method in class org.apache.directory.shared.ldap.codec.extended.operations.storedProcedure.StoredProcedure
Encode the StoredProcedure message to a PDU.
encode(Object) - Method in class org.apache.directory.shared.ldap.codec.LdapEncoder
Encodes a LdapMessage, and calls the callback
encode() - Method in class org.apache.directory.shared.ldap.codec.LdapMessageCodec
Generate the PDU which contains the encoded object.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.LdapResponseCodec
Encode the AddResponse message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.LdapResultCodec
Encode the LdapResult message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.search.AndFilter
Encode the AndFilter message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.search.AttributeValueAssertionFilter
Encode the AttributeValueAssertion Filters to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.search.ConnectorFilter
Encode the ConnectorFilter message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.search.controls.entryChange.EntryChangeControl
Encodes the entry change control.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.search.controls.pagedSearch.PagedResultsControl
Encodes the paged search control.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.search.controls.persistentSearch.PersistentSearchControl
Encodes the persistent search control.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.search.controls.subentries.SubentriesControl
Encodes the Subentries control.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.search.ExtensibleMatchFilter
Encode the ExtensibleMatch Filters to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.search.NotFilter
Encode the NotFilter message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.search.OrFilter
Encode the OrFilter message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.search.PresentFilter
Encode the PresentFilter message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.search.SubstringFilter
Encode the Substrings Filter to a PDU.
encode(Object) - Method in class org.apache.directory.shared.ldap.message.MessageEncoder
Encodes a Message object piece by piece often emitting chunks of the final PDU to the callback if present.
encode(String) - Static method in class org.apache.directory.shared.ldap.util.Base32
 
encode(byte[]) - Static method in class org.apache.directory.shared.ldap.util.Base64
passed data array.
encodeBlocking(Object, OutputStream, Object) - Method in class org.apache.directory.shared.ldap.codec.LdapEncoder
Encodes a LdapMessage, and calls the callback.
encodeBlocking(Object) - Method in class org.apache.directory.shared.ldap.codec.LdapEncoder
Encodes a LdapMessage, and return a ByteBuffer containing the resulting PDU
encodeBlocking(Object, OutputStream, Object) - Method in class org.apache.directory.shared.ldap.message.MessageEncoder
 
encodeBlocking(Object) - Method in class org.apache.directory.shared.ldap.message.MessageEncoder
 
encodeBlocking(Object, OutputStream, Object) - Method in interface org.apache.directory.shared.ldap.message.spi.ProviderEncoder
Encodes a compiler stub specific ASN.1 message envelope containment tree onto an output stream.
encodeBlocking(Object) - Method in interface org.apache.directory.shared.ldap.message.spi.ProviderEncoder
Encodes a compiler stub specific ASN.1 message envelope containment tree into byte array.
encodeProtocolOp(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.abandon.AbandonRequestCodec
Encode the Abandon protocolOp part
encodeProtocolOp(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.add.AddRequestCodec
Encode the AddRequest message to a PDU.
encodeProtocolOp(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.add.AddResponseCodec
Encode the AddResponse message to a PDU.
encodeProtocolOp(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.bind.BindRequestCodec
Encode the BindRequest message to a PDU.
encodeProtocolOp(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.bind.BindResponseCodec
Encode the BindResponse message to a PDU.
encodeProtocolOp(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.compare.CompareRequestCodec
Encode the CompareRequest message to a PDU.
encodeProtocolOp(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.compare.CompareResponseCodec
Encode the CompareResponse message to a PDU.
encodeProtocolOp(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.del.DelRequestCodec
Encode the DelRequest message to a PDU.
encodeProtocolOp(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.del.DelResponseCodec
Encode the DelResponse message to a PDU.
encodeProtocolOp(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.extended.ExtendedRequestCodec
Encode the ExtendedRequest message to a PDU.
encodeProtocolOp(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.extended.ExtendedResponseCodec
Encode the ExtendedResponse message to a PDU.
encodeProtocolOp(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.intermediate.IntermediateResponseCodec
Encode the IntermediateResponse message to a PDU.
encodeProtocolOp(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.LdapMessageCodec
 
encodeProtocolOp(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.modify.ModifyRequestCodec
Encode the ModifyRequest message to a PDU.
encodeProtocolOp(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.modify.ModifyResponseCodec
Encode the ModifyResponse message to a PDU.
encodeProtocolOp(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.modifyDn.ModifyDNRequestCodec
Encode the ModifyDNRequest message to a PDU.
encodeProtocolOp(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.modifyDn.ModifyDNResponseCodec
Encode the ModifyDNResponse message to a PDU.
encodeProtocolOp(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.search.SearchRequestCodec
Encode the SearchRequest message to a PDU.
encodeProtocolOp(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.search.SearchResultDoneCodec
Encode the SearchResultDone message to a PDU.
encodeProtocolOp(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.search.SearchResultEntryCodec
Encode the SearchResultEntry message to a PDU.
encodeProtocolOp(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.search.SearchResultReferenceCodec
Encode the SearchResultReference message to a PDU.
encodeProtocolOp(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.unbind.UnBindRequestCodec
Encode the Unbind protocolOp part
encodeToArray(Object) - Method in class org.apache.directory.shared.ldap.codec.LdapEncoder
Encodes a LdapMessage, and return a byte array containing the resulting PDU
end - Variable in class org.apache.directory.shared.ldap.util.Position
The token end position in the string
endsWith(Name) - Method in class org.apache.directory.shared.ldap.name.DN
EnhancedGuideSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is an EnhancedGuide according to RFC 4517.
EnhancedGuideSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.EnhancedGuideSyntaxChecker
Creates a new instance of EnhancedGuideSyntaxChecker.
EntityFactory - Interface in org.apache.directory.shared.ldap.schema
 
entry() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
entry() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
ENTRY - Static variable in class org.apache.directory.shared.ldap.aci.ProtectedItem
The entry contents as a whole.
Entry - Interface in org.apache.directory.shared.ldap.entry
This interface represent a LDAP entry.
ENTRY_ALREADY_EXISTS - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
ENTRY_COMP_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
ENTRY_MOD_DN_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
ENTRY_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
ENTRY_TRIGGER_SPECIFICATION_ATTR - Static variable in class org.apache.directory.shared.ldap.trigger.TriggerUtils
 
EntryAttribute - Interface in org.apache.directory.shared.ldap.entry
A generic interface mocking the Attribute JNDI interface.
EntryChangeControl - Class in org.apache.directory.shared.ldap.codec.search.controls.entryChange
A response control that may be returned by Persistent Search entry responses.
EntryChangeControl() - Constructor for class org.apache.directory.shared.ldap.codec.search.controls.entryChange.EntryChangeControl
 
EntryChangeControlContainer - Class in org.apache.directory.shared.ldap.codec.search.controls.entryChange
 
EntryChangeControlContainer() - Constructor for class org.apache.directory.shared.ldap.codec.search.controls.entryChange.EntryChangeControlContainer
Creates a new EntryChangeControlContainer object.
EntryChangeControlDecoder - Class in org.apache.directory.shared.ldap.codec.search.controls.entryChange
A decoder for EntryChangeControls.
EntryChangeControlDecoder() - Constructor for class org.apache.directory.shared.ldap.codec.search.controls.entryChange.EntryChangeControlDecoder
 
EntryChangeControlGrammar - Class in org.apache.directory.shared.ldap.codec.search.controls.entryChange
This class implements the EntryChangeControl.
EntryChangeControlStatesEnum - Class in org.apache.directory.shared.ldap.codec.search.controls.entryChange
This class store the EntryChangeControl's grammar constants.
entrySet() - Method in class org.apache.directory.shared.ldap.util.SequencedHashMap
Implements Map.entrySet().
EOF - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
EOF - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
EOF - Static variable in interface org.apache.directory.shared.ldap.name.AntlrDnTokenTypes
 
EOF - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaExtensionTokenTypes
 
EOF - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaQdstringTokenTypes
 
EOF - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaTokenTypes
 
EOF - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueTokenTypes
 
EOF - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
EOF - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
EOF - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
EQUAL - Static variable in class org.apache.directory.shared.ldap.name.DN
Value returned by the compareTo method if values are equals
EQUAL - Static variable in class org.apache.directory.shared.ldap.name.RDN
Constant used in comparisons
EQUALITY - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaTokenTypes
 
EQUALITY_MATCH_FILTER - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
The filters
EQUALITY_MATCH_FILTER_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
EQUALITY_MATCH_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
EqualityNode<T> - Class in org.apache.directory.shared.ldap.filter
A assertion value node for Equality.
EqualityNode(String, Value<T>) - Constructor for class org.apache.directory.shared.ldap.filter.EqualityNode
Creates a new Equality object.
EqualityNode(String, Value<T>, AssertionType) - Constructor for class org.apache.directory.shared.ldap.filter.EqualityNode
Creates a new Equality object.
equals(Object) - Method in class org.apache.directory.shared.ldap.aci.ProtectedItem.AttributeValue
 
equals(Object) - Method in class org.apache.directory.shared.ldap.aci.ProtectedItem.Classes
 
equals(Object) - Method in class org.apache.directory.shared.ldap.aci.ProtectedItem.MaxImmSub
 
equals(Object) - Method in class org.apache.directory.shared.ldap.aci.ProtectedItem.MaxValueCount
 
equals(Object) - Method in class org.apache.directory.shared.ldap.aci.ProtectedItem.RangeOfValues
 
equals(Object) - Method in class org.apache.directory.shared.ldap.aci.ProtectedItem.RestrictedBy
 
equals(Object) - Method in class org.apache.directory.shared.ldap.aci.UserClass.Subtree
 
equals(Object) - Method in class org.apache.directory.shared.ldap.csn.Csn
Indicates whether some other object is "equal to" this one
equals(Object) - Method in class org.apache.directory.shared.ldap.entry.client.ClientBinaryValue
Checks to see if this ServerBinaryValue equals the supplied object.
equals(Object) - Method in class org.apache.directory.shared.ldap.entry.client.ClientModification
 
equals(Object) - Method in class org.apache.directory.shared.ldap.entry.client.ClientStringValue
 
equals(Object) - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientAttribute
 
equals(Object) - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientEntry
 
equals(Object) - Method in class org.apache.directory.shared.ldap.filter.AbstractExprNode
 
equals(Object) - Method in class org.apache.directory.shared.ldap.filter.AndNode
 
equals(Object) - Method in class org.apache.directory.shared.ldap.filter.BranchNode
 
equals(Object) - Method in class org.apache.directory.shared.ldap.filter.LeafNode
 
equals(Object) - Method in class org.apache.directory.shared.ldap.filter.OrNode
 
equals(Object) - Method in class org.apache.directory.shared.ldap.filter.SimpleNode
 
equals(Object) - Method in class org.apache.directory.shared.ldap.message.AbandonRequestImpl
Checks for equality first by asking the super method which should compare all but the Abandoned request's Id.
equals(Object) - Method in class org.apache.directory.shared.ldap.message.AddRequestImpl
Checks to see if an object is equivalent to this AddRequest.
equals(Object) - Method in class org.apache.directory.shared.ldap.message.BindRequestImpl
 
equals(Object) - Method in class org.apache.directory.shared.ldap.message.BindResponseImpl
Checks to see if this BindResponse is equal to another BindResponse.
equals(Object) - Method in class org.apache.directory.shared.ldap.message.CompareRequestImpl
Checks to see if an object is equivalent to this CompareRequest.
equals(Object) - Method in class org.apache.directory.shared.ldap.message.DeleteRequestImpl
Checks to see if an object is equivalent to this DeleteRequest.
equals(Object) - Method in class org.apache.directory.shared.ldap.message.extended.CancelResponse
 
equals(Object) - Method in class org.apache.directory.shared.ldap.message.extended.CertGenerationResponse
 
equals(Object) - Method in class org.apache.directory.shared.ldap.message.extended.GracefulShutdownResponse
 
equals(Object) - Method in class org.apache.directory.shared.ldap.message.extended.LaunchDiagnosticUiResponse
 
equals(Object) - Method in class org.apache.directory.shared.ldap.message.extended.NoticeOfDisconnect
 
equals(Object) - Method in class org.apache.directory.shared.ldap.message.ExtendedRequestImpl
Checks to see if an object equals this ExtendedRequest.
equals(Object) - Method in class org.apache.directory.shared.ldap.message.ExtendedResponseImpl
Checks to see if an object equals this ExtendedRequest.
equals(Object) - Method in class org.apache.directory.shared.ldap.message.IntermediateResponseImpl
Checks to see if an object equals this IntemediateResponse.
equals(Object) - Method in class org.apache.directory.shared.ldap.message.internal.InternalAbstractMessage
Checks to see if two messages are equivalent.
equals(Object) - Method in class org.apache.directory.shared.ldap.message.internal.InternalAbstractResultResponse
Checks to see if an object is equal to this AbstractResultResponse.
equals(Object) - Method in class org.apache.directory.shared.ldap.message.LdapResultImpl
 
equals(Object) - Method in class org.apache.directory.shared.ldap.message.ModifyDnRequestImpl
Checks to see of an object equals this ModifyDnRequest stub.
equals(Object) - Method in class org.apache.directory.shared.ldap.message.ModifyRequestImpl
Checks to see if ModifyRequest stub equals another by factoring in checks for the name and modification items of the request.
equals(Object) - Method in class org.apache.directory.shared.ldap.message.ReferralImpl
Compares this Referral implementation to see if it is the same as another.
equals(Object) - Method in class org.apache.directory.shared.ldap.message.SearchRequestImpl
Checks to see if two search requests are equal.
equals(Object) - Method in class org.apache.directory.shared.ldap.message.SearchResponseDoneImpl
Checks for equality by using the underlying LdapResult objects of this SearchResponseDone stub.
equals(Object) - Method in class org.apache.directory.shared.ldap.message.SearchResponseEntryImpl
Checks for equality by comparing the objectName, and attributes properties of this Message after delegating to the super.equals() method.
equals(Object) - Method in class org.apache.directory.shared.ldap.message.SearchResponseReferenceImpl
Checks to see if an object is equal to this SearchResponseReference stub.
EQUALS - Static variable in interface org.apache.directory.shared.ldap.name.AntlrDnTokenTypes
 
equals(Object) - Method in class org.apache.directory.shared.ldap.name.AVA
 
equals(Object) - Method in class org.apache.directory.shared.ldap.name.DN
 
equals(Object) - Method in class org.apache.directory.shared.ldap.name.RDN
Compares the specified Object with this Rdn for equality.
equals(Object) - Method in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
 
equals(Object) - Method in class org.apache.directory.shared.ldap.schema.AttributeType
 
equals(Object) - Method in class org.apache.directory.shared.ldap.schema.DITContentRule
 
equals(Object) - Method in class org.apache.directory.shared.ldap.schema.DITStructureRule
 
equals(Object) - Method in class org.apache.directory.shared.ldap.schema.LdapComparator
 
equals(Object) - Method in class org.apache.directory.shared.ldap.schema.LdapSyntax
 
equals(Object) - Method in class org.apache.directory.shared.ldap.schema.LoadableSchemaObject
 
equals(Object) - Method in class org.apache.directory.shared.ldap.schema.MatchingRule
 
equals(Object) - Method in class org.apache.directory.shared.ldap.schema.MatchingRuleUse
 
equals(Object) - Method in class org.apache.directory.shared.ldap.schema.NameForm
 
equals(Object) - Method in class org.apache.directory.shared.ldap.schema.Normalizer
 
equals(Object) - Method in class org.apache.directory.shared.ldap.schema.ObjectClass
 
equals(Object) - Method in interface org.apache.directory.shared.ldap.schema.SchemaObject
 
equals(Object) - Method in class org.apache.directory.shared.ldap.schema.SchemaObjectWrapper
 
equals(Object) - Method in class org.apache.directory.shared.ldap.schema.SyntaxChecker
 
equals(Object) - Method in class org.apache.directory.shared.ldap.trigger.ActionTime
 
equals(Object) - Method in class org.apache.directory.shared.ldap.trigger.LdapOperation
 
equals(Object) - Method in class org.apache.directory.shared.ldap.trigger.StoredProcedureLanguageSchemeOption
 
equals(Object) - Method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter
 
equals(Object) - Method in class org.apache.directory.shared.ldap.trigger.StoredProcedureSearchContextOption
 
equals(Object) - Method in class org.apache.directory.shared.ldap.trigger.TriggerSpecification.SPSpec
 
equals(Object, Object) - Static method in class org.apache.directory.shared.ldap.util.AttributeUtils
Compare two values and return true if they are equal.
equals(Object) - Method in class org.apache.directory.shared.ldap.util.GeneralizedTime
 
equals(Object) - Method in class org.apache.directory.shared.ldap.util.LdapURL
 
equals(Object, Object) - Static method in class org.apache.directory.shared.ldap.util.ObjectUtils
Compares two objects for equality, where either one or both objects may be null.
equals(Object) - Method in class org.apache.directory.shared.ldap.util.SequencedHashMap
Implements Map.equals(Object).
equals(String, String) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Compares two Strings, returning true if they are equal.
EqualsBuilder - Class in org.apache.directory.shared.ldap.util
Assists in implementing Object.equals(Object) methods.
EqualsBuilder() - Constructor for class org.apache.directory.shared.ldap.util.EqualsBuilder
Constructor for EqualsBuilder.
ERROR_MESSAGE_BR_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
ERROR_MESSAGE_ER_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
ERROR_MESSAGE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
errorCode(int) - Static method in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
ErrorMessageAction - Class in org.apache.directory.shared.ldap.codec.actions
The action used to set the LdapResult error message.
ErrorMessageAction() - Constructor for class org.apache.directory.shared.ldap.codec.actions.ErrorMessageAction
 
ESC - Static variable in interface org.apache.directory.shared.ldap.name.AntlrDnTokenTypes
 
escapeFilterValue(Value<?>) - Static method in class org.apache.directory.shared.ldap.filter.AbstractExprNode
Handles the escaping of special characters in LDAP search filter assertion values using the <valueencoding> rule as described in RFC 4515.
escapeValue(String) - Static method in class org.apache.directory.shared.ldap.name.RDN
Transform a value in a String, accordingly to RFC 2253
escapeValue(byte[]) - Static method in class org.apache.directory.shared.ldap.name.RDN
Transform a value in a String, accordingly to RFC 2253
ESCESC - Static variable in interface org.apache.directory.shared.ldap.name.AntlrDnTokenTypes
 
ESCSHARP - Static variable in interface org.apache.directory.shared.ldap.name.AntlrDnTokenTypes
 
EVAL_GREATER - Static variable in class org.apache.directory.shared.ldap.filter.SimpleNode
Constants for comparisons : >
EVAL_LESSER - Static variable in class org.apache.directory.shared.ldap.filter.SimpleNode
Constants for comparisons : <
ExceptionUtils - Class in org.apache.directory.shared.ldap.util
Provides utilities for manipulating and examining Throwable objects.
ExceptionUtils() - Constructor for class org.apache.directory.shared.ldap.util.ExceptionUtils
Public constructor allows an instance of ExceptionUtils to be created, although that is not normally necessary.
ExprNode - Interface in org.apache.directory.shared.ldap.filter
Root expression node interface which all expression nodes in the filter expression tree implement.
EXTENDED_CODES - Static variable in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
A set of result code enumerations that could result from extended operations.
EXTENDED_REQUEST_NAME_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
EXTENDED_REQUEST_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
EXTENDED_REQUEST_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
EXTENDED_REQUEST_VALUE_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
EXTENDED_RESPONSE_RESPONSE_NAME_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
EXTENDED_RESPONSE_RESPONSE_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
EXTENDED_RESPONSE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
EXTENDED_RESPONSE_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
ExtendedRequestCodec - Class in org.apache.directory.shared.ldap.codec.extended
A ExtendedRequest Message.
ExtendedRequestCodec() - Constructor for class org.apache.directory.shared.ldap.codec.extended.ExtendedRequestCodec
Creates a new ExtendedRequest object.
ExtendedRequestImpl - Class in org.apache.directory.shared.ldap.message
ExtendedRequest implementation.
ExtendedRequestImpl(int) - Constructor for class org.apache.directory.shared.ldap.message.ExtendedRequestImpl
Creates a Lockable ExtendedRequest implementing object used to perform extended protocol operation on the server.
ExtendedResponseCodec - Class in org.apache.directory.shared.ldap.codec.extended
A ExtendedResponse Message.
ExtendedResponseCodec() - Constructor for class org.apache.directory.shared.ldap.codec.extended.ExtendedResponseCodec
Creates a new ExtendedResponse object.
ExtendedResponseImpl - Class in org.apache.directory.shared.ldap.message
Lockable ExtendedResponse implementation
ExtendedResponseImpl(int, String) - Constructor for class org.apache.directory.shared.ldap.message.ExtendedResponseImpl
Creates a Lockable ExtendedResponse as a reply to an ExtendedRequest.
ExtendedResponseImpl(int) - Constructor for class org.apache.directory.shared.ldap.message.ExtendedResponseImpl
 
EXTENSIBLE_MATCH_FILTER_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
EXTENSIBLE_MATCH_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
ExtensibleMatchFilter - Class in org.apache.directory.shared.ldap.codec.search
The search request filter Matching Rule assertion
ExtensibleMatchFilter(int) - Constructor for class org.apache.directory.shared.ldap.codec.search.ExtensibleMatchFilter
Creates a new ExtensibleMatchFilter object.
ExtensibleMatchFilter() - Constructor for class org.apache.directory.shared.ldap.codec.search.ExtensibleMatchFilter
Creates a new ExtensibleMatchFilter object.
ExtensibleNode - Class in org.apache.directory.shared.ldap.filter
Filter expression tree node for extensible assertions.
ExtensibleNode(String) - Constructor for class org.apache.directory.shared.ldap.filter.ExtensibleNode
Creates a new emptyExtensibleNode object.
ExtensibleNode(String, Value<?>, String, boolean) - Constructor for class org.apache.directory.shared.ldap.filter.ExtensibleNode
Creates a new ExtensibleNode object.
extension() - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaExtensionParser
extensions = *( SP xstring SP qdstrings ) xstring = "X" HYPHEN 1*( ALPHA / HYPHEN / USCORE )
extension(String) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaParser
 
EXTENSION - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaTokenTypes
 
EXTENSION_OID - Static variable in class org.apache.directory.shared.ldap.message.extended.CancelRequest
The requestName for this extended request
EXTENSION_OID - Static variable in class org.apache.directory.shared.ldap.message.extended.CertGenerationRequest
 
EXTENSION_OID - Static variable in class org.apache.directory.shared.ldap.message.extended.CertGenerationResponse
The CertGenerationResponse OID
EXTENSION_OID - Static variable in class org.apache.directory.shared.ldap.message.extended.GracefulDisconnect
 
EXTENSION_OID - Static variable in class org.apache.directory.shared.ldap.message.extended.GracefulShutdownRequest
 
EXTENSION_OID - Static variable in class org.apache.directory.shared.ldap.message.extended.GracefulShutdownResponse
 
EXTENSION_OID - Static variable in class org.apache.directory.shared.ldap.message.extended.LaunchDiagnosticUiRequest
 
EXTENSION_OID - Static variable in class org.apache.directory.shared.ldap.message.extended.LaunchDiagnosticUiResponse
 
EXTENSION_OID - Static variable in class org.apache.directory.shared.ldap.message.extended.NoticeOfDisconnect
 
EXTENSION_OID - Static variable in class org.apache.directory.shared.ldap.message.extended.StoredProcedureRequest
 
EXTENSION_OID - Static variable in class org.apache.directory.shared.ldap.message.extended.StoredProcedureResponse
 
extensions - Variable in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
A map containing the list of supported extensions
extensionsMatch(SchemaObject, SchemaObject) - Static method in class org.apache.directory.shared.ldap.schema.parsers.ParserDescriptionUtils
Checks to see if the extensions of a schema description match another description.

F

FacsimileTelephoneNumberSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a facsimile TelephoneNumber according to ITU recommendation E.123 for the Telephone number part, and from RFC 4517, par.
FacsimileTelephoneNumberSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.FacsimileTelephoneNumberSyntaxChecker
Creates a new instance of TelephoneNumberSyntaxChecker.
FastDnParser - Enum in org.apache.directory.shared.ldap.name
A fast LDAP DN parser that handles only simple DNs.
FaxSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a Fax according to RFC 4517.
FaxSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.FaxSyntaxChecker
Private default constructor to prevent unnecessary instantiation.
FILE_ENCODING - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
The file.encoding System Property.
FILE_SEPARATOR - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
The file.separator System Property.
FILTER - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
FILTER - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
Filter - Class in org.apache.directory.shared.ldap.codec.search
An abstract Asn1Object used to store the filter.
Filter(int) - Constructor for class org.apache.directory.shared.ldap.codec.search.Filter
The constructor.
Filter() - Constructor for class org.apache.directory.shared.ldap.codec.search.Filter
The constructor.
filter() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationChecker
 
FILTER - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
filter() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParser
 
FILTER - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
FILTER_VALUE - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
FILTER_VALUE - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
FILTER_VALUE - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
FILTER_VALUE - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
FilterParser - Class in org.apache.directory.shared.ldap.filter
This class parse a Ldap filter.
FilterParser() - Constructor for class org.apache.directory.shared.ldap.filter.FilterParser
Creates a filter parser implementation.
FilterParserMonitor - Interface in org.apache.directory.shared.ldap.filter
A monitor for FilterParsers.
FilterParserMonitorAdapter - Class in org.apache.directory.shared.ldap.filter
Adapter for the FilterParser monitor.
FilterParserMonitorAdapter() - Constructor for class org.apache.directory.shared.ldap.filter.FilterParserMonitorAdapter
 
filterSet - Variable in class org.apache.directory.shared.ldap.codec.search.ConnectorFilter
The set of filters used by And/Or filters
filtersLength - Variable in class org.apache.directory.shared.ldap.codec.search.ConnectorFilter
The filters length
FilterVisitor - Interface in org.apache.directory.shared.ldap.filter
Filter expression tree node visitor interface.
FINAL_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
finalStateValid() - Method in class org.apache.directory.shared.ldap.util.AbstractSimpleComponentsMonitor
 
finalStateValid() - Method in interface org.apache.directory.shared.ldap.util.ComponentsMonitor
 
finalStateValid() - Method in class org.apache.directory.shared.ldap.util.MandatoryAndOptionalComponentsMonitor
 
finalStateValid() - Method in class org.apache.directory.shared.ldap.util.MandatoryComponentsMonitor
 
finalStateValid() - Method in class org.apache.directory.shared.ldap.util.OptionalComponentsMonitor
 
find(String) - Method in interface org.apache.directory.shared.ldap.schema.SchemaDao
Given the non-normalized name (alias) or the OID for a schema entity.
findDn(String) - Method in interface org.apache.directory.shared.ldap.schema.SchemaDao
 
findProperties(File, String) - Static method in class org.apache.directory.shared.ldap.util.PropertiesUtils
Create a new properties object and load the properties file if it exists relative to [dir]/[filename] or [dir]/[filename].properties.
findSchema(String) - Method in interface org.apache.directory.shared.ldap.schema.SchemaDao
Given the non-normalized name (alias) or the OID for a schema entity.
findUserProperties(String) - Static method in class org.apache.directory.shared.ldap.util.PropertiesUtils
Loads a properties object in a properties file if it exists relative to the filename ${user.home}.
finishedParse(String) - Method in interface org.apache.directory.shared.ldap.schema.parsers.ParserMonitor
 
finishedParse(String) - Method in class org.apache.directory.shared.ldap.schema.parsers.ParserMonitorAdapter
 
FORM - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaTokenTypes
 
formatHtml(String, boolean, boolean, boolean) - Static method in class org.apache.directory.shared.ldap.util.StringTools
This method is used to insert HTML block dynamically
forName(String) - Static method in class org.apache.directory.shared.ldap.util.SpringClassUtils
Replacement for Class.forName() that also returns Class instances for primitives (like "int") and array class names (like "String[]").
forName(String, ClassLoader) - Static method in class org.apache.directory.shared.ldap.util.SpringClassUtils
Replacement for Class.forName() that also returns Class instances for primitives (like "int") and array class names (like "String[]").
FQCN - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaTokenTypes
 
FQCN_IDENTIFIER - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaTokenTypes
 
FQCN_LETTER - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaTokenTypes
 
FQCN_LETTERORDIGIT - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaTokenTypes
 
FQCN_VALUE - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaTokenTypes
 
fullyQualifiedStoredProcedureName() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 

G

GENERAL_CODES - Static variable in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
This array holds the set of general error codes.
GeneralizedTime - Class in org.apache.directory.shared.ldap.util
This class represents the generalized time syntax as defined in RFC 4517 section 3.3.13.
GeneralizedTime(Calendar) - Constructor for class org.apache.directory.shared.ldap.util.GeneralizedTime
Creates a new instance of GeneralizedTime, based on the given Calendar object.
GeneralizedTime(String) - Constructor for class org.apache.directory.shared.ldap.util.GeneralizedTime
Creates a new instance of GeneralizedTime, based on the given generalized time string.
GeneralizedTime.Format - Enum in org.apache.directory.shared.ldap.util
 
GeneralizedTime.FractionDelimiter - Enum in org.apache.directory.shared.ldap.util
 
GeneralizedTime.TimeZoneFormat - Enum in org.apache.directory.shared.ldap.util
 
GeneralizedTimeComparator - Class in org.apache.directory.shared.ldap.schema.comparators
A class for the generalizedTimeOrderingMatch matchingRule (RFC 4517, par.
GeneralizedTimeComparator(String) - Constructor for class org.apache.directory.shared.ldap.schema.comparators.GeneralizedTimeComparator
The GeneralizedTimeComparator constructor.
GeneralizedTimeNormalizer - Class in org.apache.directory.shared.ldap.schema.normalizers
Normalizer which normalize a time following those rules : if minutes are ommited, then they are replaced by 00 if seconds are ommited, then they are replaced by 00 if fraction is 0 or omitted, it is replaced by 000 the time is supposed to be expressed in Zulu (GMT), so increment is applied to hours/days/yeah, and a Z is added at the end
GeneralizedTimeNormalizer() - Constructor for class org.apache.directory.shared.ldap.schema.normalizers.GeneralizedTimeNormalizer
Creates a new instance of GeneralizedTimeNormalizer.
GeneralizedTimeSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a generalized time according to RFC 4517.
GeneralizedTimeSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.GeneralizedTimeSyntaxChecker
Creates a new instance of GeneralizedTimeSyntaxChecker.
genericStoredProcedureOption() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
genericStoredProcedureOptionList() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
genericStoredProcedureParameter() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
get() - Method in class org.apache.directory.shared.ldap.entry.AbstractValue
Gets a copy of the wrapped binary value.
get() - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientAttribute
Get the first value of this attribute.
get(int) - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientAttribute
Get the nth value of this attribute.
get(String) - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientEntry
Returns the attribute with the specified alias.
get(String) - Method in interface org.apache.directory.shared.ldap.entry.Entry
Returns the attribute with the specified alias.
get() - Method in interface org.apache.directory.shared.ldap.entry.EntryAttribute
Get the first value of this attribute.
get(int) - Method in interface org.apache.directory.shared.ldap.entry.EntryAttribute
Get the nth value of this attribute.
get() - Method in interface org.apache.directory.shared.ldap.entry.Value
Get the wrapped value.
get(Object) - Method in class org.apache.directory.shared.ldap.filter.AbstractExprNode
 
get(Object) - Method in interface org.apache.directory.shared.ldap.filter.ExprNode
Gets an annotation on the tree by key.
get(Object) - Method in class org.apache.directory.shared.ldap.message.internal.InternalAbstractMessage
Gets a message scope parameter.
get(Object) - Method in interface org.apache.directory.shared.ldap.message.internal.InternalMessage
Gets a message scope parameter.
get(int) - Method in class org.apache.directory.shared.ldap.name.DN
get(String) - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultSchemaObjectRegistry
Gets the SchemaObject associated with a given OID.
get(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableAttributeTypeRegistry
Gets the SchemaObject associated with a given OID.
get(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableComparatorRegistry
Gets the SchemaObject associated with a given OID.
get(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableDITContentRuleRegistry
Gets the SchemaObject associated with a given OID.
get(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableDITStructureRuleRegistry
Gets the SchemaObject associated with a given OID.
get(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableLdapSyntaxRegistry
Gets the SchemaObject associated with a given OID.
get(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableMatchingRuleRegistry
Gets the SchemaObject associated with a given OID.
get(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableMatchingRuleUseRegistry
Gets the SchemaObject associated with a given OID.
get(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableNameFormRegistry
Gets the SchemaObject associated with a given OID.
get(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableNormalizerRegistry
Gets the SchemaObject associated with a given OID.
get(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableObjectClassRegistry
Gets the SchemaObject associated with a given OID.
get(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableSyntaxCheckerRegistry
Gets the SchemaObject associated with a given OID.
get(String) - Method in interface org.apache.directory.shared.ldap.schema.registries.SchemaObjectRegistry
Gets the SchemaObject associated with a given OID.
get() - Method in class org.apache.directory.shared.ldap.schema.SchemaObjectWrapper
 
get(int) - Method in class org.apache.directory.shared.ldap.util.ByteBuffer
 
get(String) - Method in class org.apache.directory.shared.ldap.util.ImmutableAttributesWrapper
 
get() - Method in class org.apache.directory.shared.ldap.util.ImmutableAttributeWrapper
 
get(int) - Method in class org.apache.directory.shared.ldap.util.ImmutableAttributeWrapper
 
get(Object) - Method in class org.apache.directory.shared.ldap.util.PreferencesDictionary
 
get(Properties, String, boolean) - Static method in class org.apache.directory.shared.ldap.util.PropertiesUtils
Gets a String property as a boolean returning a defualt if the key is not present.
get(Hashtable<String, Object>, Object, int) - Static method in class org.apache.directory.shared.ldap.util.PropertiesUtils
Gets a property or entry value from a hashtable and tries to transform whatever the value may be to an primitive integer.
get(Properties, String, long) - Static method in class org.apache.directory.shared.ldap.util.PropertiesUtils
 
get(Properties, String, byte) - Static method in class org.apache.directory.shared.ldap.util.PropertiesUtils
 
get(Properties, String, char) - Static method in class org.apache.directory.shared.ldap.util.PropertiesUtils
 
get(Object) - Method in class org.apache.directory.shared.ldap.util.SequencedHashMap
Implements Map.get(Object).
get(int) - Method in class org.apache.directory.shared.ldap.util.SequencedHashMap
Gets the key at the specified index.
get(Object) - Method in class org.apache.directory.shared.ldap.util.SynchronizedLRUMap
Get the value for a key from the Map.
getAbandoned() - Method in class org.apache.directory.shared.ldap.message.AbandonRequestImpl
Gets the id of the request operation to terminate.
getAbandoned() - Method in interface org.apache.directory.shared.ldap.message.internal.InternalAbandonRequest
Gets the id of the request operation to terminate.
getAbandonedMessageId() - Method in class org.apache.directory.shared.ldap.codec.abandon.AbandonRequestCodec
Get the abandoned message ID
getAbandonRequest() - Method in class org.apache.directory.shared.ldap.codec.LdapMessageContainer
 
getActionTime() - Method in class org.apache.directory.shared.ldap.trigger.TriggerSpecification
 
getAddCodes() - Static method in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
Gets an array of result code enumerations resulting from add operations.
getAddRequest() - Method in class org.apache.directory.shared.ldap.codec.LdapMessageContainer
 
getAddResponse() - Method in class org.apache.directory.shared.ldap.codec.LdapMessageContainer
 
getAliasDerefMode() - Method in class org.apache.directory.shared.ldap.message.SearchParams
 
getAll() - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientAttribute
Returns an iterator over all the attribute's values.
getAll() - Method in interface org.apache.directory.shared.ldap.entry.EntryAttribute
Returns an iterator over all the attribute's values.
getAll() - Method in class org.apache.directory.shared.ldap.name.DN
getAll() - Method in class org.apache.directory.shared.ldap.util.ImmutableAttributesWrapper
 
getAll() - Method in class org.apache.directory.shared.ldap.util.ImmutableAttributeWrapper
 
getAllCodes() - Static method in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
Gets all of the result code enumerations defined.
getAllEnabled() - Method in class org.apache.directory.shared.ldap.schema.registries.AbstractSchemaLoader
getAllEnabled() - Method in interface org.apache.directory.shared.ldap.schema.registries.SchemaLoader
 
getAllInterfaces(Class<?>) - Static method in class org.apache.directory.shared.ldap.util.ClassUtils
Gets a List of all interfaces implemented by the given class and its superclasses.
getAllInterfaces(Object) - Static method in class org.apache.directory.shared.ldap.util.SpringClassUtils
Return all interfaces that the given object implements as array, including ones implemented by superclasses.
getAllInterfacesAsSet(Object) - Static method in class org.apache.directory.shared.ldap.util.SpringClassUtils
Return all interfaces that the given object implements as List, including ones implemented by superclasses.
getAllInterfacesForClass(Class) - Static method in class org.apache.directory.shared.ldap.util.SpringClassUtils
Return all interfaces that the given class implements as array, including ones implemented by superclasses.
getAllInterfacesForClassAsSet(Class) - Static method in class org.apache.directory.shared.ldap.util.SpringClassUtils
Return all interfaces that the given class implements as Set, including ones implemented by superclasses.
getAllRdn() - Method in class org.apache.directory.shared.ldap.name.DN
Retrieves the components of this name as an enumeration of strings.
getAllSchemas() - Method in class org.apache.directory.shared.ldap.schema.registries.AbstractSchemaLoader
getAllSchemas() - Method in interface org.apache.directory.shared.ldap.schema.registries.SchemaLoader
 
getAllSuperclasses(Class<?>) - Static method in class org.apache.directory.shared.ldap.util.ClassUtils
Gets a List of superclasses for the given class.
getAndFilter() - Method in class org.apache.directory.shared.ldap.codec.search.AndFilter
Get the AndFilter.
getAnnotations() - Method in class org.apache.directory.shared.ldap.filter.AbstractExprNode
Gets the annotations as a Map.
getAny() - Method in class org.apache.directory.shared.ldap.filter.SubstringNode
Gets the list of wildcard surrounded any fragments.
getAnySubstrings() - Method in class org.apache.directory.shared.ldap.codec.search.SubstringFilter
Get the internal substrings
getApplicableAttributeOids() - Method in class org.apache.directory.shared.ldap.schema.MatchingRuleUse
 
getApplicableAttributes() - Method in class org.apache.directory.shared.ldap.schema.MatchingRuleUse
 
getArrayEnd() - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Gets the array end text.
getArraySeparator() - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Gets the array separator text.
getArrayStart() - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Gets the array start text.
getAsciiBytes(String) - Static method in class org.apache.directory.shared.ldap.util.LdapURL
Converts the specified string to byte array of ASCII characters.
getAssertion() - Method in class org.apache.directory.shared.ldap.codec.search.AttributeValueAssertionFilter
Get the assertion
getAssertion() - Method in class org.apache.directory.shared.ldap.filter.AssertionNode
Gets the Assertion used by this assertion node.
getAssertionType() - Method in class org.apache.directory.shared.ldap.filter.AbstractExprNode
 
getAssertionType() - Method in interface org.apache.directory.shared.ldap.filter.ExprNode
Gets the assertion type of this node.
getAssertionValue() - Method in class org.apache.directory.shared.ldap.codec.AttributeValueAssertion
Get the assertion value
getAssertionValue() - Method in class org.apache.directory.shared.ldap.codec.compare.CompareRequestCodec
Get the assertion value
getAssertionValue() - Method in class org.apache.directory.shared.ldap.message.CompareRequestImpl
Gets the attribute value to use in making the comparison.
getAssertionValue() - Method in interface org.apache.directory.shared.ldap.message.internal.InternalCompareRequest
Gets the attribute value to use in making the comparison.
getAssignmentCompatibleMethod(Class<?>, String, Class<?>[]) - Static method in class org.apache.directory.shared.ldap.util.DirectoryClassUtils
A replacement for Class.getMethod(java.lang.String, java.lang.Class...) with extended capability.
getAtav() - Method in class org.apache.directory.shared.ldap.name.RDN
Return the unique AttributeTypeAndValue, or the first one of we have more than one
getAttribute() - Method in class org.apache.directory.shared.ldap.entry.client.ClientModification
 
getAttribute() - Method in interface org.apache.directory.shared.ldap.entry.Modification
 
getAttribute() - Method in class org.apache.directory.shared.ldap.filter.LeafNode
Gets the attribute this leaf node is based on.
getAttribute(Attributes, AttributeType) - Static method in class org.apache.directory.shared.ldap.util.AttributeUtils
Utility method to extract an attribute from Attributes object using all combinationos of the name including aliases.
getAttributeCodes() - Static method in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
Gets an array of result code enumerations that report a problem related to an attribute specified by the client in their request message..
getAttributeDefinition() - Method in class org.apache.directory.shared.ldap.util.ImmutableAttributeWrapper
 
getAttributeDesc() - Method in class org.apache.directory.shared.ldap.codec.AttributeValueAssertion
Get the attribute description
getAttributeDesc() - Method in class org.apache.directory.shared.ldap.codec.compare.CompareRequestCodec
Get the attribute description
getAttributeDescription() - Method in class org.apache.directory.shared.ldap.codec.search.PresentFilter
Get the attribute
getAttributeId() - Method in class org.apache.directory.shared.ldap.message.CompareRequestImpl
Gets the attribute id use in making the comparison.
getAttributeId() - Method in interface org.apache.directory.shared.ldap.message.internal.InternalCompareRequest
Gets the attribute id use in making the comparison.
getAttributes() - Method in class org.apache.directory.shared.ldap.codec.search.SearchRequestCodec
Get the list of attributes
getAttributes() - Method in interface org.apache.directory.shared.ldap.message.internal.InternalSearchRequest
Gets a list of the attributes to be returned from each entry which matches the search filter.
getAttributes() - Method in class org.apache.directory.shared.ldap.message.SearchRequestImpl
Gets a list of the attributes to be returned from each entry which matches the search filter.
getAttributes() - Method in class org.apache.directory.shared.ldap.util.LdapURL
 
getAttributeSyntaxDefinition() - Method in class org.apache.directory.shared.ldap.util.ImmutableAttributeWrapper
 
getAttributeType() - Method in class org.apache.directory.shared.ldap.aci.ProtectedItem.MaxValueCountItem
Returns the attribute ID to limit the maximum count.
getAttributeType() - Method in class org.apache.directory.shared.ldap.aci.ProtectedItem.RestrictedByItem
Returns the attribute type to restrict.
getAttributeType() - Method in class org.apache.directory.shared.ldap.schema.AttributeTypeOptions
 
getAttributeType(SchemaManager, Entry, Registries, String) - Method in interface org.apache.directory.shared.ldap.schema.EntityFactory
Construct an AttributeType from an entry representing an AttributeType.
getAttributeTypeAndValue(String) - Method in class org.apache.directory.shared.ldap.name.RDN
Get the AttributeTypeAndValue which type is given as an argument.
getAttributeTypeOid() - Method in class org.apache.directory.shared.ldap.schema.normalizers.OidNormalizer
Get the current name
getAttributeTypeRegistry() - Method in class org.apache.directory.shared.ldap.schema.registries.Registries
 
getAttributeTypeRegistry() - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Get an immutable reference on the AttributeType registry
getAttributeTypes() - Method in class org.apache.directory.shared.ldap.schema.parsers.OpenLdapSchemaParser
Gets the attribute types.
getAuthentication() - Method in class org.apache.directory.shared.ldap.codec.bind.BindRequestCodec
Get the user authentication
getAuthenticationLevel() - Method in class org.apache.directory.shared.ldap.aci.ACIItem
Returns the level of authentication required to this item.
getAuthenticationLevel() - Method in class org.apache.directory.shared.ldap.aci.ACITuple
Returns the level of authentication required.
getAuxObjectClasses() - Method in class org.apache.directory.shared.ldap.schema.DITContentRule
 
getAuxObjectClassOids() - Method in class org.apache.directory.shared.ldap.schema.DITContentRule
 
getBase() - Method in interface org.apache.directory.shared.ldap.message.internal.InternalSearchRequest
Gets the search base as a distinguished name.
getBase() - Method in class org.apache.directory.shared.ldap.message.SearchRequestImpl
Gets the search base as a distinguished name.
getBase() - Method in class org.apache.directory.shared.ldap.subtree.BaseSubtreeSpecification
 
getBase() - Method in interface org.apache.directory.shared.ldap.subtree.SubtreeSpecification
Gets an RDN relative to the administrative context where the subtree scope begins.
getBaseDn() - Method in class org.apache.directory.shared.ldap.filter.ScopeNode
Gets the base dn.
getBaseObject() - Method in class org.apache.directory.shared.ldap.codec.search.SearchRequestCodec
Get the base object
getBaseObject() - Method in class org.apache.directory.shared.ldap.trigger.StoredProcedureSearchContextOption
 
getBestEstimate(Throwable, MessageTypeEnum) - Static method in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
Takes a guess at the result code to use if it cannot figure it out from known Throwable to result code mappings.
getBindCodes() - Static method in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
Gets an array of result code enumerations resulting from bind operations.
getBindRequest() - Method in class org.apache.directory.shared.ldap.codec.LdapMessageContainer
 
getBindResponse() - Method in class org.apache.directory.shared.ldap.codec.LdapMessageContainer
 
getBytecode() - Method in class org.apache.directory.shared.ldap.schema.LoadableSchemaObject
 
getBytes() - Method in class org.apache.directory.shared.ldap.csn.Csn
Get the CSN as a byte array.
getBytes() - Method in class org.apache.directory.shared.ldap.entry.client.ClientBinaryValue
Get the wrapped value as a byte[].
getBytes() - Method in class org.apache.directory.shared.ldap.entry.client.ClientStringValue
Get the wrapped value as a byte[].
getBytes() - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientAttribute
Get the byte[] value, if and only if the value is known to be Binary, otherwise a InvalidAttributeValueException will be thrown
getBytes() - Method in interface org.apache.directory.shared.ldap.entry.EntryAttribute
Get the byte[] value, if and only if the value is known to be Binary, otherwise a InvalidAttributeValueException will be thrown
getBytes() - Method in interface org.apache.directory.shared.ldap.entry.Value
Get the wrapped value as a byte[].
getBytes(DN) - Static method in class org.apache.directory.shared.ldap.name.DN
Get an UTF-8 representation of the normalized form of the DN
getBytesCopy() - Method in class org.apache.directory.shared.ldap.util.LdapURL
 
getBytesReference() - Method in class org.apache.directory.shared.ldap.util.LdapURL
 
getBytesUtf8(String) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Return UTF-8 encoded byte[] representation of a String
getCalendar() - Method in class org.apache.directory.shared.ldap.util.GeneralizedTime
Gets the calendar.
getCancel() - Method in class org.apache.directory.shared.ldap.codec.extended.operations.cancel.CancelContainer
 
getCancelId() - Method in class org.apache.directory.shared.ldap.codec.extended.operations.cancel.Cancel
Get the message Id of the request to cancel
getCause(Throwable) - Static method in class org.apache.directory.shared.ldap.util.ExceptionUtils
Introspects the Throwable to obtain the cause.
getCause(Throwable, String[]) - Static method in class org.apache.directory.shared.ldap.util.ExceptionUtils
Introspects the Throwable to obtain the cause.
getCause() - Method in interface org.apache.directory.shared.ldap.util.Nestable
Returns the reference to the exception or error that caused the exception implementing the Nestable to be thrown.
getCause() - Method in error org.apache.directory.shared.ldap.util.NestableError
 
getCause() - Method in exception org.apache.directory.shared.ldap.util.NestableException
 
getCause() - Method in exception org.apache.directory.shared.ldap.util.NestableRuntimeException
 
getCertGenerationObject() - Method in class org.apache.directory.shared.ldap.codec.extended.operations.certGeneration.CertGenerationContainer
 
getChangeCount() - Method in class org.apache.directory.shared.ldap.csn.Csn
 
getChangeNumber() - Method in class org.apache.directory.shared.ldap.codec.search.controls.entryChange.EntryChangeControl
 
getChangeType(int) - Static method in class org.apache.directory.shared.ldap.codec.search.controls.ChangeType
Gets the changeType enumeration type for an integer value.
getChangeType() - Method in class org.apache.directory.shared.ldap.codec.search.controls.entryChange.EntryChangeControl
 
getChangeTypes() - Method in class org.apache.directory.shared.ldap.codec.search.controls.persistentSearch.PersistentSearchControl
 
getChild(String) - Method in class org.apache.directory.shared.ldap.util.tree.DnBranchNode
Get's a child using an rdn string.
getChildren() - Method in class org.apache.directory.shared.ldap.filter.BranchNode
Gets the children below this BranchNode.
getChopAfterExclusions() - Method in class org.apache.directory.shared.ldap.subtree.BaseSubtreeSpecification
 
getChopAfterExclusions() - Method in interface org.apache.directory.shared.ldap.subtree.SubtreeSpecification
A set of RDNs relative to the base entry representing chopAfter specificExclusions from the subtree.
getChopBeforeExclusions() - Method in class org.apache.directory.shared.ldap.subtree.BaseSubtreeSpecification
 
getChopBeforeExclusions() - Method in interface org.apache.directory.shared.ldap.subtree.SubtreeSpecification
A set of RDNs relative to the base entry representing chopBefore specificExclusions from the subtree.
getClasses() - Method in class org.apache.directory.shared.ldap.aci.ProtectedItem.Classes
 
getClassFileAsStream(Class<?>) - Static method in class org.apache.directory.shared.ldap.sp.JavaStoredProcUtils
Returns the stream data of a Java class.
getClassType(String) - Static method in enum org.apache.directory.shared.ldap.schema.ObjectClassTypeEnum
Gets the objectClass type enumeration of AUXILIARY, STRUCTURAL, or, ABSTRACT.
getCode() - Method in class org.apache.directory.shared.ldap.aci.GrantAndDenial
Return the code number of this grant or denial.
getCodecControl(String) - Method in class org.apache.directory.shared.ldap.codec.LdapMessageCodec
 
getCommonCodes() - Static method in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
Gets an array of result code enumerations common to all operations.
getComparatorRegistry() - Method in class org.apache.directory.shared.ldap.schema.registries.Registries
 
getComparatorRegistry() - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Get an immutable reference on the Comparator registry
getCompareCodes() - Static method in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
Gets an array of result code enumerations resulting from compare operations.
getCompareRequest() - Method in class org.apache.directory.shared.ldap.codec.LdapMessageContainer
 
getCompareResponse() - Method in class org.apache.directory.shared.ldap.codec.LdapMessageContainer
 
getCompositeComponents(String) - Static method in class org.apache.directory.shared.ldap.util.NamespaceTools
Gets the '+' appended components of a composite name component.
getContent() - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultSchema
Gets the set of SchemaObject elements declared in this schema
getContent() - Method in interface org.apache.directory.shared.ldap.schema.registries.Schema
Gets the set of SchemaObject elements declared in this schema
getContentEnd() - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Gets the content end text.
getContentStart() - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Gets the content start text.
getControls(int) - Method in class org.apache.directory.shared.ldap.codec.LdapMessageCodec
Get the Control Object at a specific index
getControls() - Method in class org.apache.directory.shared.ldap.codec.LdapMessageCodec
Get the Control Objects
getControls() - Method in class org.apache.directory.shared.ldap.message.internal.InternalAbstractMessage
Gets the controls associated with this message mapped by OID.
getControls() - Method in interface org.apache.directory.shared.ldap.message.internal.InternalMessage
Gets the controls associated with this message mapped by OID.
getControls() - Method in class org.apache.directory.shared.ldap.message.SearchParams
 
getCookie() - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncDoneValue.SyncDoneValueControl
 
getCookie() - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue.SyncInfoValueControl
 
getCookie() - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue.SyncRequestValueControl
 
getCookie() - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue.SyncStateValueControl
 
getCookie() - Method in class org.apache.directory.shared.ldap.codec.search.controls.pagedSearch.PagedResultsControl
 
getCookieValue() - Method in class org.apache.directory.shared.ldap.codec.search.controls.pagedSearch.PagedResultsControl
 
getCopy() - Method in class org.apache.directory.shared.ldap.entry.client.ClientBinaryValue
Gets a copy of the binary value.
getCopy() - Method in class org.apache.directory.shared.ldap.entry.client.ClientStringValue
Get a copy of the stored value.
getCopy() - Method in interface org.apache.directory.shared.ldap.entry.Value
Get a copy of the stored value.
getCredentials() - Method in class org.apache.directory.shared.ldap.codec.bind.SaslCredentials
Get the credentials
getCredentials() - Method in class org.apache.directory.shared.ldap.message.BindRequestImpl
Gets the simple credentials associated with a simple authentication attempt or null if this request uses SASL authentication mechanisms.
getCredentials() - Method in interface org.apache.directory.shared.ldap.message.internal.InternalBindRequest
Gets the simple credentials associated with a simple authentication attempt or null if this request uses SASL authentication mechanisms.
getCtxName() - Method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.Generic_LDAP_CONTEXT
 
getCurrentAttributeType() - Method in class org.apache.directory.shared.ldap.codec.add.AddRequestCodec
 
getCurrentAttributeType() - Method in class org.apache.directory.shared.ldap.codec.modify.ModifyRequestCodec
Return the current attribute's type
getCurrentAttributeValueType() - Method in class org.apache.directory.shared.ldap.codec.search.SearchResultEntryCodec
 
getCurrentControl() - Method in class org.apache.directory.shared.ldap.codec.LdapMessageCodec
Get the current Control Object
getCurrentControl() - Method in class org.apache.directory.shared.ldap.codec.LdapMessageContainer
 
getCurrentFilter() - Method in class org.apache.directory.shared.ldap.codec.search.SearchRequestCodec
Get the current dilter
getCurrentOperation() - Method in class org.apache.directory.shared.ldap.codec.modify.ModifyRequestCodec
Get the current operation
getCurrentParameter() - Method in class org.apache.directory.shared.ldap.codec.extended.operations.storedProcedure.StoredProcedure
 
getDao() - Method in class org.apache.directory.shared.ldap.schema.registries.AbstractSchemaLoader
public List loadWithDependencies( Registries registries, boolean check, Schema...
getDate(String) - Static method in class org.apache.directory.shared.ldap.util.DateUtils
 
getDay(String) - Static method in class org.apache.directory.shared.ldap.util.DateUtils
 
getDecoder() - Method in class org.apache.directory.shared.ldap.codec.controls.AbstractControl
 
getDecoder() - Method in interface org.apache.directory.shared.ldap.codec.controls.CodecControl
Get the associated decoder
getDecoder(BinaryAttributeDetector, int) - Method in class org.apache.directory.shared.ldap.codec.LdapProvider
Gets the decoder associated with this provider.
getDecoder(BinaryAttributeDetector, int) - Method in class org.apache.directory.shared.ldap.message.spi.Provider
Gets the decoder associated with this provider.
getDefault() - Static method in class org.apache.directory.shared.ldap.util.DummySSLSocketFactory
Gets the default instance.
getDefaultCharsetName() - Static method in class org.apache.directory.shared.ldap.util.StringTools
Get the default charset
getDefaultCipherSuites() - Method in class org.apache.directory.shared.ldap.util.DummySSLSocketFactory
 
getDefaultClassLoader() - Static method in class org.apache.directory.shared.ldap.util.SpringClassUtils
Return a default ClassLoader to use (never null).
getDefaultStyle() - Static method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Gets the default ToStringStyle to use.
getDelay() - Method in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulAction
 
getDelay() - Method in class org.apache.directory.shared.ldap.message.extended.GracefulDisconnect
 
getDelay() - Method in class org.apache.directory.shared.ldap.message.extended.GracefulShutdownRequest
 
getDeleteCodes() - Static method in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
Gets an array of result code enumerations resulting from delete operations.
getDeleteOldRdn() - Method in interface org.apache.directory.shared.ldap.message.internal.InternalModifyDnRequest
Gets the flag which determines if the old Rdn attribute is to be removed from the entry when the new Rdn is used in its stead.
getDeleteOldRdn() - Method in class org.apache.directory.shared.ldap.message.ModifyDnRequestImpl
Gets the flag which determines if the old Rdn attribute is to be removed from the entry when the new Rdn is used in its stead.
getDelRequest() - Method in class org.apache.directory.shared.ldap.codec.LdapMessageContainer
 
getDelResponse() - Method in class org.apache.directory.shared.ldap.codec.LdapMessageContainer
 
getDenials() - Method in class org.apache.directory.shared.ldap.aci.Permission
Returns the set of denials only.
getDependencies() - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultSchema
Gets the names of other schemas that the objects within this Schema depends upon.
getDependencies() - Method in interface org.apache.directory.shared.ldap.schema.registries.Schema
Gets the names of other schemas that the objects within this Schema depends upon.
getDerefAliases() - Method in class org.apache.directory.shared.ldap.codec.search.SearchRequestCodec
Get the derefAliases flag
getDerefAliases() - Method in class org.apache.directory.shared.ldap.filter.ScopeNode
Gets the alias dereferencing mode type safe enumeration.
getDerefAliases() - Method in interface org.apache.directory.shared.ldap.message.internal.InternalSearchRequest
Gets the alias handling parameter.
getDerefAliases() - Method in class org.apache.directory.shared.ldap.message.SearchRequestImpl
Gets the alias handling parameter.
getDescription() - Method in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
Gets a short description about this SchemaObject.
getDescription(AttributeType) - Static method in class org.apache.directory.shared.ldap.schema.DescriptionUtils
Generates the description using the AttributeTypeDescription as defined by the syntax: 1.3.6.1.4.1.1466.115.121.1.3.
getDescription(LdapComparator<?>) - Static method in class org.apache.directory.shared.ldap.schema.DescriptionUtils
Generates the ComparatorDescription for a LdapComparator.
getDescription(DITContentRule) - Static method in class org.apache.directory.shared.ldap.schema.DescriptionUtils
Generates the DITContentRuleDescription for a DITContentRule as defined by the syntax: 1.3.6.1.4.1.1466.115.121.1.16.
getDescription(DITStructureRule) - Static method in class org.apache.directory.shared.ldap.schema.DescriptionUtils
Generates the DITStructureRuleDescription for a DITStructureRule as defined by the syntax: 1.3.6.1.4.1.1466.115.121.1.17.
getDescription(MatchingRule) - Static method in class org.apache.directory.shared.ldap.schema.DescriptionUtils
Generates the MatchingRuleDescription for a MatchingRule as defined by the syntax: 1.3.6.1.4.1.1466.115.121.1.30.
getDescription(MatchingRuleUse) - Static method in class org.apache.directory.shared.ldap.schema.DescriptionUtils
Generates the MatchingRuleUseDescription for a MatchingRuleUse as defined by the syntax: 1.3.6.1.4.1.1466.115.121.1.31.
getDescription(NameForm) - Static method in class org.apache.directory.shared.ldap.schema.DescriptionUtils
Generates the NameFormDescription for a NameForm as defined by the syntax: 1.3.6.1.4.1.1466.115.121.1.35.
getDescription(Normalizer) - Static method in class org.apache.directory.shared.ldap.schema.DescriptionUtils
Generates the NormalizerDescription for a Normalizer.
getDescription(ObjectClass) - Static method in class org.apache.directory.shared.ldap.schema.DescriptionUtils
Generates the ObjectClassDescription for an ObjectClass as defined by the syntax: 1.3.6.1.4.1.1466.115.121.1.37.
getDescription(LdapSyntax) - Static method in class org.apache.directory.shared.ldap.schema.DescriptionUtils
Generates the SyntaxDescription for a Syntax as defined by the syntax: 1.3.6.1.4.1.1466.115.121.1.54.
getDescription(SyntaxChecker) - Static method in class org.apache.directory.shared.ldap.schema.DescriptionUtils
Generates the SyntaxCheckerDescription for a SyntaxChecker.
getDescription() - Method in interface org.apache.directory.shared.ldap.schema.SchemaObject
Gets a short description about this SchemaObject.
getDifference(Attribute, Attribute) - Static method in class org.apache.directory.shared.ldap.util.AttributeUtils
Creates a new attribute which contains the values representing the difference of two attributes.
getDisabled() - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
 
getDitContentRuleRegistry() - Method in class org.apache.directory.shared.ldap.schema.registries.Registries
 
getDITContentRuleRegistry() - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Get an immutable reference on the DITContentRule registry
getDitStructureRuleRegistry() - Method in class org.apache.directory.shared.ldap.schema.registries.Registries
 
getDITStructureRuleRegistry() - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Get an immutable reference on the DITStructureRule registry
getDn() - Method in class org.apache.directory.shared.ldap.entry.AbstractEntry
Get this entry's DN.
getDn() - Method in interface org.apache.directory.shared.ldap.entry.Entry
Get this entry's DN.
getDn(Object) - Method in class org.apache.directory.shared.ldap.schema.comparators.DnComparator
 
getDn(Object) - Method in class org.apache.directory.shared.ldap.schema.comparators.UniqueMemberComparator
 
getDn() - Method in class org.apache.directory.shared.ldap.util.LdapURL
 
getElement() - Method in class org.apache.directory.shared.ldap.util.tree.DnLeafNode
 
getEnabled() - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
 
getEncodedValue() - Method in class org.apache.directory.shared.ldap.message.extended.CancelRequest
 
getEncodedValue() - Method in class org.apache.directory.shared.ldap.message.extended.CertGenerationRequest
 
getEncodedValue() - Method in class org.apache.directory.shared.ldap.message.extended.GracefulShutdownRequest
 
getEncodedValue() - Method in class org.apache.directory.shared.ldap.message.extended.StoredProcedureRequest
 
getEncodedValue() - Method in class org.apache.directory.shared.ldap.message.ExtendedRequestImpl
 
getEncodedValue() - Method in class org.apache.directory.shared.ldap.message.ExtendedResponseImpl
 
getEncoder() - Method in class org.apache.directory.shared.ldap.codec.LdapProvider
Gets the encoder associated with this provider.
getEncoder() - Method in class org.apache.directory.shared.ldap.message.spi.Provider
Gets the encoder associated with this provider.
getEntry() - Method in class org.apache.directory.shared.ldap.codec.add.AddRequestCodec
Get the entry to be added
getEntry() - Method in class org.apache.directory.shared.ldap.codec.compare.CompareRequestCodec
Get the entry to be compared
getEntry() - Method in class org.apache.directory.shared.ldap.codec.del.DelRequestCodec
Get the entry to be deleted
getEntry() - Method in class org.apache.directory.shared.ldap.codec.modifyDn.ModifyDNRequestCodec
Get the modification's DN
getEntry() - Method in class org.apache.directory.shared.ldap.codec.search.SearchResultEntryCodec
Get the entry.
getEntry() - Method in class org.apache.directory.shared.ldap.message.AddRequestImpl
Gets the entry to add.
getEntry() - Method in interface org.apache.directory.shared.ldap.message.internal.InternalAddRequest
Gets the entry to add.
getEntry() - Method in interface org.apache.directory.shared.ldap.message.internal.InternalSearchResponseEntry
Gets the entry.
getEntry() - Method in class org.apache.directory.shared.ldap.message.SearchResponseEntryImpl
Gets the entry
getEntryChangeControl() - Method in class org.apache.directory.shared.ldap.codec.search.controls.entryChange.EntryChangeControlContainer
 
getEntryDn() - Method in class org.apache.directory.shared.ldap.codec.add.AddRequestCodec
Get the added DN
getEntryDn() - Method in class org.apache.directory.shared.ldap.message.AddRequestImpl
Gets the distinguished name of the entry to add.
getEntryDn() - Method in interface org.apache.directory.shared.ldap.message.internal.InternalAddRequest
Gets the distinguished name of the entry to add.
getEntryUUID() - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue.SyncStateValueControl
 
getEnum(Map<String, Object>) - Static method in enum org.apache.directory.shared.ldap.message.AliasDerefMode
Gets the enumeration from by extracting the value for the JNDI LDAP specific environment property, java.naming.ldap.derefAliases, from the environment.
getEnvironment() - Static method in class org.apache.directory.shared.ldap.message.spi.Provider
Loads the properties for the effective environment.
getEquality() - Method in class org.apache.directory.shared.ldap.schema.AttributeType
Gets the MatchingRule for this AttributeType used for equality matching.
getEqualityName() - Method in class org.apache.directory.shared.ldap.schema.AttributeType
Gets the Equality Name for this AttributeType's values.
getEqualityOid() - Method in class org.apache.directory.shared.ldap.schema.AttributeType
Gets the Equality OID for this AttributeType's values.
getErrorMessage() - Method in class org.apache.directory.shared.ldap.codec.LdapResultCodec
Get the error message
getErrorMessage() - Method in interface org.apache.directory.shared.ldap.message.internal.InternalLdapResult
Gets the descriptive error message associated with the error code.
getErrorMessage() - Method in class org.apache.directory.shared.ldap.message.LdapResultImpl
Gets the descriptive error message associated with the error code.
getErrors() - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
 
getEscapedValue() - Method in class org.apache.directory.shared.ldap.filter.ExtensibleNode
 
getEscapedValue() - Method in class org.apache.directory.shared.ldap.filter.SimpleNode
 
getExpectedMatchingRuleLength() - Method in class org.apache.directory.shared.ldap.codec.search.ExtensibleMatchFilter
get the expectedMatchingRuleLength
getExpressions() - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.RegexSyntaxChecker
Get the list of regexp stored into this SyntaxChecker
getExtendedCodes() - Static method in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
Gets an array of result code enumerations resulting from extended operations.
getExtendedRequest() - Method in class org.apache.directory.shared.ldap.codec.LdapMessageContainer
 
getExtendedResponse() - Method in class org.apache.directory.shared.ldap.codec.LdapMessageContainer
 
getExtension(String) - Method in class org.apache.directory.shared.ldap.util.LdapURL
Gets the extension.
getExtensions() - Method in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
 
getExtensions() - Method in interface org.apache.directory.shared.ldap.schema.SchemaObject
 
getExtensions() - Method in class org.apache.directory.shared.ldap.util.LdapURL
 
getExtensionValue(String) - Method in class org.apache.directory.shared.ldap.util.LdapURL
Gets the extension value.
getFieldNameValueSeparator() - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Gets the field name value separator text.
getFieldSeparator() - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Gets the field separator text.
getFilter() - Method in class org.apache.directory.shared.ldap.aci.ProtectedItem.RangeOfValues
Returns the expression.
getFilter() - Method in class org.apache.directory.shared.ldap.codec.search.SearchRequestCodec
Get the filter
getFilter() - Method in interface org.apache.directory.shared.ldap.message.internal.InternalSearchRequest
Gets the search filter associated with this search request.
getFilter() - Method in class org.apache.directory.shared.ldap.message.SearchRequestImpl
Gets the search filter associated with this search request.
getFilter() - Method in class org.apache.directory.shared.ldap.util.LdapURL
 
getFilterSet() - Method in class org.apache.directory.shared.ldap.codec.search.ConnectorFilter
Get the list of filters stored in the composite filter
getFilterType() - Method in class org.apache.directory.shared.ldap.codec.search.AttributeValueAssertionFilter
Get the filter type
getFinal() - Method in class org.apache.directory.shared.ldap.filter.SubstringNode
Gets the final fragment or suffix.
getFinalSubstrings() - Method in class org.apache.directory.shared.ldap.codec.search.SubstringFilter
Get the final substring
getFirst() - Method in class org.apache.directory.shared.ldap.util.SequencedHashMap
Return the entry for the "oldest" mapping.
getFirstChild() - Method in class org.apache.directory.shared.ldap.filter.BranchNode
Convenience method that gets the first child in the children array.
getFirstKey() - Method in class org.apache.directory.shared.ldap.util.SequencedHashMap
Return the key for the "oldest" mapping.
getFirstValue() - Method in class org.apache.directory.shared.ldap.util.SequencedHashMap
Return the value for the "oldest" mapping.
getForm() - Method in class org.apache.directory.shared.ldap.schema.DITStructureRule
 
getFqcn() - Method in class org.apache.directory.shared.ldap.schema.LoadableSchemaObject
 
getFullStackTrace(Throwable) - Static method in class org.apache.directory.shared.ldap.util.ExceptionUtils
A way to get the entire nested stack-trace of an throwable.
getGeneralCodes() - Static method in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
Gets the set of general error codes.
getGeneralizedTime() - Static method in class org.apache.directory.shared.ldap.util.DateUtils
Gets the generalized time using the "Z" form of the g-time-zone described by [ SYNTAXES] section 3.3.13, included below:
getGeneralizedTime(Date) - Static method in class org.apache.directory.shared.ldap.util.DateUtils
 
getGeneralizedTime(long) - Static method in class org.apache.directory.shared.ldap.util.DateUtils
 
getGlobalOidRegistry() - Method in class org.apache.directory.shared.ldap.schema.registries.Registries
 
getGlobalOidRegistry() - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Returns a reference to the global OidRegistry
getGracefulDisconnect() - Method in class org.apache.directory.shared.ldap.codec.extended.operations.gracefulDisconnect.GracefulDisconnectContainer
 
getGracefulShutdown() - Method in class org.apache.directory.shared.ldap.codec.extended.operations.gracefulShutdown.GracefulShutdownContainer
 
getGrammarName(int) - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncDoneValue.SyncDoneValueControlStatesEnum
Get the grammar name
getGrammarName(IGrammar) - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncDoneValue.SyncDoneValueControlStatesEnum
Get the grammar name
getGrammarName(int) - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue.SyncInfoValueControlStatesEnum
Get the grammar name
getGrammarName(IGrammar) - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue.SyncInfoValueControlStatesEnum
Get the grammar name
getGrammarName(int) - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue.SyncRequestValueControlStatesEnum
Get the grammar name
getGrammarName(IGrammar) - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue.SyncRequestValueControlStatesEnum
Get the grammar name
getGrammarName(int) - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue.SyncStateValueControlStatesEnum
Get the grammar name
getGrammarName(IGrammar) - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue.SyncStateValueControlStatesEnum
Get the grammar name
getGrammarName(int) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.cancel.CancelStatesEnum
Get the grammar name
getGrammarName(IGrammar) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.cancel.CancelStatesEnum
Get the grammar name
getGrammarName(IGrammar) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.certGeneration.CertGenerationStatesEnum
Get the grammar name
getGrammarName(int) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.certGeneration.CertGenerationStatesEnum
Get the grammar name
getGrammarName(int) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.gracefulDisconnect.GracefulDisconnectStatesEnum
Get the grammar name
getGrammarName(IGrammar) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.gracefulDisconnect.GracefulDisconnectStatesEnum
Get the grammar name
getGrammarName(int) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.gracefulShutdown.GracefulShutdownStatesEnum
Get the grammar name
getGrammarName(IGrammar) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.gracefulShutdown.GracefulShutdownStatesEnum
Get the grammar name
getGrammarName(int) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.storedProcedure.StoredProcedureStatesEnum
Get the grammar name
getGrammarName(IGrammar) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.storedProcedure.StoredProcedureStatesEnum
Get the grammar name
getGrammarName(int) - Method in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
Get the grammar name
getGrammarName(IGrammar) - Method in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
Get the grammar name
getGrammarName(int) - Method in class org.apache.directory.shared.ldap.codec.search.controls.entryChange.EntryChangeControlStatesEnum
Get the grammar name
getGrammarName(IGrammar) - Method in class org.apache.directory.shared.ldap.codec.search.controls.entryChange.EntryChangeControlStatesEnum
Get the grammar name
getGrammarName(int) - Method in class org.apache.directory.shared.ldap.codec.search.controls.pagedSearch.PagedResultsControlStatesEnum
Get the grammar name
getGrammarName(IGrammar) - Method in class org.apache.directory.shared.ldap.codec.search.controls.pagedSearch.PagedResultsControlStatesEnum
Get the grammar name
getGrammarName(int) - Method in class org.apache.directory.shared.ldap.codec.search.controls.persistentSearch.PersistentSearchControlStatesEnum
Get the grammar name
getGrammarName(IGrammar) - Method in class org.apache.directory.shared.ldap.codec.search.controls.persistentSearch.PersistentSearchControlStatesEnum
Get the grammar name
getGrammarName(int) - Method in class org.apache.directory.shared.ldap.codec.search.controls.subentries.SubentriesControlStatesEnum
Get the grammar name
getGrammarName(IGrammar) - Method in class org.apache.directory.shared.ldap.codec.search.controls.subentries.SubentriesControlStatesEnum
Get the grammar name
getGrants() - Method in class org.apache.directory.shared.ldap.aci.Permission
Returns the set of grants only.
getGrantsAndDenials() - Method in class org.apache.directory.shared.ldap.aci.Permission
Returns the set of GrantAndDenials.
getHexValue(char, char) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Translate two chars to an hex value.
getHexValue(byte, byte) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Translate two bytes to an hex value.
getHexValue(char) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Return an hex value from a sinle char The char must be in [0-9a-fA-F]
getHost() - Method in class org.apache.directory.shared.ldap.util.LdapURL
 
getHour(String) - Static method in class org.apache.directory.shared.ldap.util.DateUtils
 
getId() - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientAttribute
Get's the attribute identifier.
getId() - Method in interface org.apache.directory.shared.ldap.entry.EntryAttribute
Get's the attribute identifier for this entry.
getID() - Method in class org.apache.directory.shared.ldap.message.ExtendedRequestImpl
 
getID() - Method in class org.apache.directory.shared.ldap.message.ExtendedResponseImpl
 
getID() - Method in class org.apache.directory.shared.ldap.util.ImmutableAttributeWrapper
 
getIdentificationTag() - Method in class org.apache.directory.shared.ldap.aci.ACIItem
Returns the id string of this item.
getIDs() - Method in class org.apache.directory.shared.ldap.util.ImmutableAttributesWrapper
 
getInitial() - Method in class org.apache.directory.shared.ldap.filter.SubstringNode
Gets the initial fragment.
getInitialSubstrings() - Method in class org.apache.directory.shared.ldap.codec.search.SubstringFilter
Get the initial substring
getInstance() - Static method in class org.apache.directory.shared.ldap.codec.controls.replication.syncDoneValue.SyncDoneValueControlGrammar
 
getInstance() - Static method in class org.apache.directory.shared.ldap.codec.controls.replication.syncDoneValue.SyncDoneValueControlStatesEnum
Get an instance of this class
getInstance() - Static method in class org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue.SyncInfoValueControlGrammar
This class is a singleton.
getInstance() - Static method in class org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue.SyncInfoValueControlStatesEnum
Get an instance of this class
getInstance() - Static method in class org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue.SyncRequestValueControlGrammar
This class is a singleton.
getInstance() - Static method in class org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue.SyncRequestValueControlStatesEnum
Get an instance of this class
getInstance() - Static method in class org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue.SyncStateValueControlGrammar
This class is a singleton.
getInstance() - Static method in class org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue.SyncStateValueControlStatesEnum
Get an instance of this class
getInstance() - Static method in class org.apache.directory.shared.ldap.codec.extended.operations.cancel.CancelGrammar
This class is a singleton.
getInstance() - Static method in class org.apache.directory.shared.ldap.codec.extended.operations.cancel.CancelStatesEnum
Get an instance of this class
getInstance() - Static method in class org.apache.directory.shared.ldap.codec.extended.operations.certGeneration.CertGenerationGrammar
This class is a singleton.
getInstance() - Static method in class org.apache.directory.shared.ldap.codec.extended.operations.certGeneration.CertGenerationStatesEnum
Get an instance of this class
getInstance() - Static method in class org.apache.directory.shared.ldap.codec.extended.operations.gracefulDisconnect.GracefulDisconnectGrammar
This class is a singleton.
getInstance() - Static method in class org.apache.directory.shared.ldap.codec.extended.operations.gracefulDisconnect.GracefulDisconnectStatesEnum
Get an instance of this class
getInstance() - Static method in class org.apache.directory.shared.ldap.codec.extended.operations.gracefulShutdown.GracefulShutdownGrammar
This class is a singleton.
getInstance() - Static method in class org.apache.directory.shared.ldap.codec.extended.operations.gracefulShutdown.GracefulShutdownStatesEnum
Get an instance of this class
getInstance() - Static method in class org.apache.directory.shared.ldap.codec.extended.operations.storedProcedure.StoredProcedureGrammar
Get the instance of this grammar
getInstance() - Static method in class org.apache.directory.shared.ldap.codec.extended.operations.storedProcedure.StoredProcedureStatesEnum
Get an instance of this class
getInstance() - Static method in class org.apache.directory.shared.ldap.codec.LdapMessageGrammar
Get the instance of this grammar
getInstance() - Static method in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
Get an instance of this class
getInstance() - Static method in class org.apache.directory.shared.ldap.codec.search.controls.entryChange.EntryChangeControlGrammar
This class is a singleton.
getInstance() - Static method in class org.apache.directory.shared.ldap.codec.search.controls.entryChange.EntryChangeControlStatesEnum
Get an instance of this class
getInstance() - Static method in class org.apache.directory.shared.ldap.codec.search.controls.pagedSearch.PagedResultsControlGrammar
This class is a singleton.
getInstance() - Static method in class org.apache.directory.shared.ldap.codec.search.controls.pagedSearch.PagedResultsControlStatesEnum
Get an instance of this class
getInstance() - Static method in class org.apache.directory.shared.ldap.codec.search.controls.persistentSearch.PersistentSearchControlGrammar
This class is a singleton.
getInstance() - Static method in class org.apache.directory.shared.ldap.codec.search.controls.persistentSearch.PersistentSearchControlStatesEnum
Get an instance of this class
getInstance() - Static method in class org.apache.directory.shared.ldap.codec.search.controls.subentries.SubentriesControlGrammar
This class is a singleton.
getInstance() - Static method in class org.apache.directory.shared.ldap.codec.search.controls.subentries.SubentriesControlStatesEnum
Get an instance of this class
getIntermediateResponse() - Method in class org.apache.directory.shared.ldap.codec.LdapMessageContainer
 
getIssuerDN() - Method in class org.apache.directory.shared.ldap.codec.extended.operations.certGeneration.CertGenerationObject
 
getIssuerDN() - Method in class org.apache.directory.shared.ldap.message.extended.CertGenerationRequest
 
getItemPermissions() - Method in class org.apache.directory.shared.ldap.aci.ItemFirstACIItem
Returns the collection of ItemPermissions.
getJavaHome() - Static method in class org.apache.directory.shared.ldap.util.SystemUtils
Gets the Java home directory as a File.
getJavaIoTmpDir() - Static method in class org.apache.directory.shared.ldap.util.SystemUtils
Gets the Java IO temporary directory as a File.
getJavaParameterType(int) - Method in class org.apache.directory.shared.ldap.message.extended.StoredProcedureRequest
 
getJavaParameterValue(int) - Method in class org.apache.directory.shared.ldap.message.extended.StoredProcedureRequest
 
getJavaVersion() - Static method in class org.apache.directory.shared.ldap.util.SystemUtils
Deprecated. Use SystemUtils.JAVA_VERSION_FLOAT instead. Method will be removed in Commons Lang 3.0.
getJndiValue() - Method in enum org.apache.directory.shared.ldap.message.AliasDerefMode
 
getKey() - Method in interface org.apache.directory.shared.ldap.util.KeyValue
Gets the key from the pair.
getKeyAlgorithm() - Method in class org.apache.directory.shared.ldap.codec.extended.operations.certGeneration.CertGenerationObject
 
getKeyAlgorithm() - Method in class org.apache.directory.shared.ldap.message.extended.CertGenerationRequest
 
getLanguage() - Method in class org.apache.directory.shared.ldap.codec.extended.operations.storedProcedure.StoredProcedure
 
getLanguage() - Method in class org.apache.directory.shared.ldap.message.extended.StoredProcedureRequest
 
getLanguage() - Method in class org.apache.directory.shared.ldap.trigger.StoredProcedureLanguageSchemeOption
 
getLast() - Method in class org.apache.directory.shared.ldap.util.SequencedHashMap
Return the entry for the "newest" mapping.
getLastKey() - Method in class org.apache.directory.shared.ldap.util.SequencedHashMap
Return the key for the "newest" mapping.
getLastValue() - Method in class org.apache.directory.shared.ldap.util.SequencedHashMap
Return the value for the "newest" mapping.
getLdapComparator(SchemaManager, LdapComparatorDescription, Registries, String) - Method in interface org.apache.directory.shared.ldap.schema.EntityFactory
Construct a LdapComparator from a description of a comparator.
getLdapComparator(SchemaManager, Entry, Registries, String) - Method in interface org.apache.directory.shared.ldap.schema.EntityFactory
Retrieve and load a Comparator class from the DIT.
getLdapComparator() - Method in class org.apache.directory.shared.ldap.schema.MatchingRule
Gets the LdapComparator enabling the use of this MatchingRule for ORDERING and sorted indexing.
getLdapMessage() - Method in class org.apache.directory.shared.ldap.codec.LdapMessageContainer
 
getLdapOperation() - Method in class org.apache.directory.shared.ldap.trigger.TriggerSpecification
 
getLdapResponse() - Method in class org.apache.directory.shared.ldap.codec.LdapMessageContainer
 
getLdapResponseLength() - Method in class org.apache.directory.shared.ldap.codec.LdapResponseCodec
 
getLdapResult() - Method in class org.apache.directory.shared.ldap.codec.LdapResponseCodec
Get the LdapResult
getLdapResult() - Method in class org.apache.directory.shared.ldap.message.internal.InternalAbstractResultResponse
Gets the LdapResult components of this Response.
getLdapResult() - Method in interface org.apache.directory.shared.ldap.message.internal.InternalResultResponse
Gets the LdapResult components of this Response.
getLdapSyntaxRegistry() - Method in class org.apache.directory.shared.ldap.schema.registries.Registries
 
getLdapSyntaxRegistry() - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Get an immutable reference on the LdapSyntax registry
getLdapUrls() - Method in interface org.apache.directory.shared.ldap.message.internal.InternalReferral
Gets an unmodifiable set of alternative referral urls.
getLdapUrls() - Method in class org.apache.directory.shared.ldap.message.ReferralImpl
Gets an unmodifiable set of alternative referral urls.
getLdapUrlValue() - Method in enum org.apache.directory.shared.ldap.filter.SearchScope
Gets the LDAP URL value for the scope: according to RFC 2255 this is either base, one, or sub.
getLength() - Method in class org.apache.directory.shared.ldap.name.AVA
Get the upName length
getLength() - Method in class org.apache.directory.shared.ldap.name.RDN
Get the Rdn length
getLength(Object) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Returns the length of the specified array.
getLoadedSchema(String) - Method in class org.apache.directory.shared.ldap.schema.registries.Registries
Gets a schema that has been loaded into these Registries.
getLoadedSchema(String) - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Gets a schema that has been loaded into these Registries.
getLoadedSchemas() - Method in class org.apache.directory.shared.ldap.schema.registries.Registries
Gets an unmodifiable Map of schema names to loaded Schema objects.
getLoader() - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
 
getMatchedDN() - Method in class org.apache.directory.shared.ldap.codec.LdapResultCodec
Get the matched DN
getMatchedDn() - Method in interface org.apache.directory.shared.ldap.message.internal.InternalLdapResult
Gets the lowest entry in the directory that was matched.
getMatchedDn() - Method in class org.apache.directory.shared.ldap.message.LdapResultImpl
Gets the lowest entry in the directory that was matched.
getMatchingRule() - Method in class org.apache.directory.shared.ldap.codec.search.ExtensibleMatchFilter
Get the matchingRule
getMatchingRule(SchemaManager, Entry, Registries, String) - Method in interface org.apache.directory.shared.ldap.schema.EntityFactory
Construct an MatchingRule from an entry get from the Dit
getMatchingRuleId() - Method in class org.apache.directory.shared.ldap.filter.ExtensibleNode
Gets the matching rule id as an OID string.
getMatchingRuleRegistry() - Method in class org.apache.directory.shared.ldap.schema.registries.Registries
 
getMatchingRuleRegistry() - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Get an immutable reference on the MatchingRule registry
getMatchingRuleUseRegistry() - Method in class org.apache.directory.shared.ldap.schema.registries.Registries
 
getMatchingRuleUseRegistry() - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Get an immutable reference on the MatchingRuleUse registry
getMatchValue() - Method in class org.apache.directory.shared.ldap.codec.search.ExtensibleMatchFilter
Get the matchValue
getMaxBaseDistance() - Method in class org.apache.directory.shared.ldap.subtree.BaseSubtreeSpecification
 
getMaxBaseDistance() - Method in interface org.apache.directory.shared.ldap.subtree.SubtreeSpecification
Gets the distance after which to start excluding entries in the subtree or subtree refinement.
getMaxCount() - Method in class org.apache.directory.shared.ldap.aci.ProtectedItem.MaxValueCountItem
Returns the maximum count of the attribute allowed.
getMaximumSize() - Method in class org.apache.directory.shared.ldap.util.SynchronizedLRUMap
Getter for property maximumSize.
getMayAttributeTypeOids() - Method in class org.apache.directory.shared.ldap.schema.DITContentRule
 
getMayAttributeTypeOids() - Method in class org.apache.directory.shared.ldap.schema.NameForm
Gets all the AttributeTypes OIDs of the attribute this NameForm specifies as being usable without requirement in the given objectClass for naming: as part of the Rdn.
getMayAttributeTypeOids() - Method in class org.apache.directory.shared.ldap.schema.ObjectClass
 
getMayAttributeTypes() - Method in class org.apache.directory.shared.ldap.schema.DITContentRule
 
getMayAttributeTypes() - Method in class org.apache.directory.shared.ldap.schema.NameForm
Gets all the AttributeTypes of the attribute this NameForm specifies as being useable without requirement in the given objectClass for naming: as part of the Rdn.
getMayAttributeTypes() - Method in class org.apache.directory.shared.ldap.schema.ObjectClass
 
getMechanism() - Method in class org.apache.directory.shared.ldap.codec.bind.SaslCredentials
Get the mechanism
getMessage() - Method in interface org.apache.directory.shared.ldap.util.Nestable
Returns the error message of this and any nested Throwable.
getMessage(int) - Method in interface org.apache.directory.shared.ldap.util.Nestable
Returns the error message of the Throwable in the chain of Throwables at the specified index, numbered from 0.
getMessage(int) - Method in class org.apache.directory.shared.ldap.util.NestableDelegate
Returns the error message of the Throwable in the chain of Throwables at the specified index, numbered from 0.
getMessage(String) - Method in class org.apache.directory.shared.ldap.util.NestableDelegate
Returns the full message contained by the Nestable and any nested Throwables.
getMessage() - Method in error org.apache.directory.shared.ldap.util.NestableError
Returns the detail message string of this throwable.
getMessage(int) - Method in error org.apache.directory.shared.ldap.util.NestableError
 
getMessage() - Method in exception org.apache.directory.shared.ldap.util.NestableException
Returns the detail message string of this throwable.
getMessage(int) - Method in exception org.apache.directory.shared.ldap.util.NestableException
 
getMessage() - Method in exception org.apache.directory.shared.ldap.util.NestableRuntimeException
Returns the detail message string of this throwable.
getMessage(int) - Method in exception org.apache.directory.shared.ldap.util.NestableRuntimeException
 
getMessage() - Method in exception org.apache.directory.shared.ldap.util.unicode.InvalidCharacterException
 
getMessageId() - Method in class org.apache.directory.shared.ldap.codec.LdapMessageCodec
Get the message ID
getMessageId() - Method in class org.apache.directory.shared.ldap.codec.LdapMessageContainer
 
getMessageId() - Method in class org.apache.directory.shared.ldap.message.internal.InternalAbstractMessage
Gets the session unique message sequence id for this message.
getMessageId() - Method in interface org.apache.directory.shared.ldap.message.internal.InternalMessage
Gets the session unique message sequence id for this message.
getMessages() - Method in interface org.apache.directory.shared.ldap.util.Nestable
Returns the error message of this and any nested Throwables in an array of Strings, one element for each message.
getMessages() - Method in class org.apache.directory.shared.ldap.util.NestableDelegate
Returns the error message of this and any nested Throwables in an array of Strings, one element for each message.
getMessages() - Method in error org.apache.directory.shared.ldap.util.NestableError
 
getMessages() - Method in exception org.apache.directory.shared.ldap.util.NestableException
 
getMessages() - Method in exception org.apache.directory.shared.ldap.util.NestableRuntimeException
 
getMessageType() - Method in class org.apache.directory.shared.ldap.codec.abandon.AbandonRequestCodec
Get the message type
getMessageType() - Method in class org.apache.directory.shared.ldap.codec.add.AddRequestCodec
Get the message type
getMessageType() - Method in class org.apache.directory.shared.ldap.codec.add.AddResponseCodec
Get the message type
getMessageType() - Method in class org.apache.directory.shared.ldap.codec.bind.BindRequestCodec
Get the message type
getMessageType() - Method in class org.apache.directory.shared.ldap.codec.bind.BindResponseCodec
Get the message type
getMessageType() - Method in class org.apache.directory.shared.ldap.codec.compare.CompareRequestCodec
Get the message type
getMessageType() - Method in class org.apache.directory.shared.ldap.codec.compare.CompareResponseCodec
Get the message type
getMessageType() - Method in class org.apache.directory.shared.ldap.codec.del.DelRequestCodec
Get the message type
getMessageType() - Method in class org.apache.directory.shared.ldap.codec.del.DelResponseCodec
Get the message type
getMessageType() - Method in class org.apache.directory.shared.ldap.codec.extended.ExtendedRequestCodec
Get the message type
getMessageType() - Method in class org.apache.directory.shared.ldap.codec.extended.ExtendedResponseCodec
Get the message type
getMessageType() - Method in class org.apache.directory.shared.ldap.codec.intermediate.IntermediateResponseCodec
Get the message type
getMessageType() - Method in class org.apache.directory.shared.ldap.codec.LdapMessageCodec
Get the message type
getMessageType() - Method in class org.apache.directory.shared.ldap.codec.modify.ModifyRequestCodec
Get the message type
getMessageType() - Method in class org.apache.directory.shared.ldap.codec.modify.ModifyResponseCodec
Get the message type
getMessageType() - Method in class org.apache.directory.shared.ldap.codec.modifyDn.ModifyDNRequestCodec
Get the message type
getMessageType() - Method in class org.apache.directory.shared.ldap.codec.modifyDn.ModifyDNResponseCodec
Get the message type
getMessageType() - Method in class org.apache.directory.shared.ldap.codec.search.SearchRequestCodec
Get the message type
getMessageType() - Method in class org.apache.directory.shared.ldap.codec.search.SearchResultDoneCodec
Get the message type
getMessageType() - Method in class org.apache.directory.shared.ldap.codec.search.SearchResultEntryCodec
Get the message type
getMessageType() - Method in class org.apache.directory.shared.ldap.codec.search.SearchResultReferenceCodec
Get the message type
getMessageType() - Method in class org.apache.directory.shared.ldap.codec.unbind.UnBindRequestCodec
Get the message type
getMessageTypeName() - Method in class org.apache.directory.shared.ldap.codec.abandon.AbandonRequestCodec
Get the message type Name
getMessageTypeName() - Method in class org.apache.directory.shared.ldap.codec.add.AddRequestCodec
Get the message type Name
getMessageTypeName() - Method in class org.apache.directory.shared.ldap.codec.add.AddResponseCodec
Get the message type Name
getMessageTypeName() - Method in class org.apache.directory.shared.ldap.codec.bind.BindRequestCodec
Get the message type Name
getMessageTypeName() - Method in class org.apache.directory.shared.ldap.codec.bind.BindResponseCodec
Get the message type Name
getMessageTypeName() - Method in class org.apache.directory.shared.ldap.codec.compare.CompareRequestCodec
Get the message type Name
getMessageTypeName() - Method in class org.apache.directory.shared.ldap.codec.compare.CompareResponseCodec
Get the message type Name
getMessageTypeName() - Method in class org.apache.directory.shared.ldap.codec.del.DelRequestCodec
Get the message type Name
getMessageTypeName() - Method in class org.apache.directory.shared.ldap.codec.del.DelResponseCodec
Get the message type Name
getMessageTypeName() - Method in class org.apache.directory.shared.ldap.codec.extended.ExtendedRequestCodec
Get the message type Name
getMessageTypeName() - Method in class org.apache.directory.shared.ldap.codec.extended.ExtendedResponseCodec
Get the message type Name
getMessageTypeName() - Method in class org.apache.directory.shared.ldap.codec.intermediate.IntermediateResponseCodec
Get the message type Name
getMessageTypeName() - Method in class org.apache.directory.shared.ldap.codec.LdapMessageCodec
Get the message type Name
getMessageTypeName() - Method in class org.apache.directory.shared.ldap.codec.modify.ModifyRequestCodec
Get the message type Name
getMessageTypeName() - Method in class org.apache.directory.shared.ldap.codec.modify.ModifyResponseCodec
Get the message type Name
getMessageTypeName() - Method in class org.apache.directory.shared.ldap.codec.modifyDn.ModifyDNRequestCodec
Get the message type Name
getMessageTypeName() - Method in class org.apache.directory.shared.ldap.codec.modifyDn.ModifyDNResponseCodec
Get the message type Name
getMessageTypeName() - Method in class org.apache.directory.shared.ldap.codec.search.SearchRequestCodec
Get the message type Name
getMessageTypeName() - Method in class org.apache.directory.shared.ldap.codec.search.SearchResultDoneCodec
Get the message type Name
getMessageTypeName() - Method in class org.apache.directory.shared.ldap.codec.search.SearchResultEntryCodec
Get the message type Name
getMessageTypeName() - Method in class org.apache.directory.shared.ldap.codec.search.SearchResultReferenceCodec
Get the message type Name
getMessageTypeName() - Method in class org.apache.directory.shared.ldap.codec.unbind.UnBindRequestCodec
Get the message type Name
getMethodCountForName(Class, String) - Static method in class org.apache.directory.shared.ldap.util.SpringClassUtils
Return the number of methods with a given name (with any argument types), for the given class and/or its superclasses.
getMicroOperation() - Method in class org.apache.directory.shared.ldap.aci.GrantAndDenial
Returns the MicroOperation related with this grant or denial.
getMicroOperations() - Method in class org.apache.directory.shared.ldap.aci.ACITuple
Returns the set of MicroOperations this tuple relates.
getMinBaseDistance() - Method in class org.apache.directory.shared.ldap.subtree.BaseSubtreeSpecification
 
getMinBaseDistance() - Method in interface org.apache.directory.shared.ldap.subtree.SubtreeSpecification
Gets the distance at which to start including entries in the subtree.
getMinutes(String) - Static method in class org.apache.directory.shared.ldap.util.DateUtils
 
getMode() - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue.SyncRequestValueControl
 
getModificationItems() - Method in interface org.apache.directory.shared.ldap.message.internal.InternalModifyRequest
Gets an immutable Collection of modification items representing the atomic changes to perform on the candidate entry to modify.
getModificationItems() - Method in class org.apache.directory.shared.ldap.message.ModifyRequestImpl
Gets an immutable Collection of modification items representing the atomic changes to perform on the candidate entry to modify.
getModifications() - Method in class org.apache.directory.shared.ldap.codec.modify.ModifyRequestCodec
Get the entry's attributes
getModifyCodes() - Static method in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
Gets an array of result code enumerations resulting from modify operations.
getModifyDnCodes() - Static method in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
Gets an array of result code enumerations resulting from modifyDn operations.
getModifyDnRequest() - Method in class org.apache.directory.shared.ldap.codec.LdapMessageContainer
 
getModifyDnResponse() - Method in class org.apache.directory.shared.ldap.codec.LdapMessageContainer
 
getModifyRequest() - Method in class org.apache.directory.shared.ldap.codec.LdapMessageContainer
 
getModifyResponse() - Method in class org.apache.directory.shared.ldap.codec.LdapMessageContainer
 
getMonth(String) - Static method in class org.apache.directory.shared.ldap.util.DateUtils
 
getMustAttributeTypeOids() - Method in class org.apache.directory.shared.ldap.schema.DITContentRule
 
getMustAttributeTypeOids() - Method in class org.apache.directory.shared.ldap.schema.NameForm
Gets all the AttributeTypes OIDs of the attributes this NameForm specifies as having to be used in the given objectClass for naming: as part of the Rdn.
getMustAttributeTypeOids() - Method in class org.apache.directory.shared.ldap.schema.ObjectClass
 
getMustAttributeTypes() - Method in class org.apache.directory.shared.ldap.schema.DITContentRule
 
getMustAttributeTypes() - Method in class org.apache.directory.shared.ldap.schema.NameForm
Gets all the AttributeTypes of the attributes this NameForm specifies as having to be used in the given objectClass for naming: as part of the Rdn.
getMustAttributeTypes() - Method in class org.apache.directory.shared.ldap.schema.ObjectClass
 
getName() - Method in class org.apache.directory.shared.ldap.aci.GrantAndDenial
Returns the name of this grant or denial.
getName() - Method in enum org.apache.directory.shared.ldap.aci.MicroOperation
Returns the name of this micro-operation.
getName() - Method in class org.apache.directory.shared.ldap.codec.bind.BindRequestCodec
Get the user name
getName() - Method in class org.apache.directory.shared.ldap.message.BindRequestImpl
Gets the distinguished name of the subject in this authentication request.
getName() - Method in class org.apache.directory.shared.ldap.message.CompareRequestImpl
Gets the distinguished name of the entry to be compared using the attribute value assertion.
getName() - Method in class org.apache.directory.shared.ldap.message.DeleteRequestImpl
Gets the distinguished name of the leaf entry to be deleted by this request.
getName() - Method in interface org.apache.directory.shared.ldap.message.internal.InternalBindRequest
Gets the distinguished name of the subject in this authentication request.
getName() - Method in interface org.apache.directory.shared.ldap.message.internal.InternalCompareRequest
Gets the distinguished name of the entry to be compared using the attribute value assertion.
getName() - Method in interface org.apache.directory.shared.ldap.message.internal.InternalDeleteRequest
Gets the distinguished name of the leaf entry to be deleted by this request.
getName() - Method in interface org.apache.directory.shared.ldap.message.internal.InternalModifyDnRequest
Gets the entry's distinguished name representing the entry PDU field.
getName() - Method in interface org.apache.directory.shared.ldap.message.internal.InternalModifyRequest
Gets the distinguished name of the entry to be modified by this request.
getName() - Method in class org.apache.directory.shared.ldap.message.ModifyDnRequestImpl
Gets the entry's distinguished name representing the entry PDU field.
getName() - Method in class org.apache.directory.shared.ldap.message.ModifyRequestImpl
Gets the distinguished name of the entry to be modified by this request.
getName() - Method in class org.apache.directory.shared.ldap.message.spi.Provider
Gets the descriptive name for this Provider.
getName() - Method in class org.apache.directory.shared.ldap.name.DN
Get the initial DN
getName() - Method in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
Gets the first name in the set of short names for this SchemaObject if any exists for it.
getName() - Method in interface org.apache.directory.shared.ldap.schema.SchemaObject
Gets the first name in the set of short names for this SchemaObject if any exists for it.
getName() - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.OpenLdapObjectIdentifierMacro
Gets the name.
getName() - Method in class org.apache.directory.shared.ldap.trigger.ActionTime
Returns the name of this action time.
getName() - Method in class org.apache.directory.shared.ldap.trigger.LdapOperation
Returns the name of this LDAP operation.
getName() - Method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter
Returns the name of this Stored Procedure Parameter.
getName() - Method in class org.apache.directory.shared.ldap.trigger.TriggerSpecification.SPSpec
 
getNameCodes() - Static method in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
Gets an array of result code enumerations that report a problem related to a distinguished name provided as an argument to a request message.
getNameFormRegistry() - Method in class org.apache.directory.shared.ldap.schema.registries.Registries
 
getNameFormRegistry() - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Get an immutable reference on the NameForm registry
getNameParser() - Static method in enum org.apache.directory.shared.ldap.name.DnParser
Get a reference to the NameParser.
getNameParser() - Static method in enum org.apache.directory.shared.ldap.name.FastDnParser
Gets the name parser singleton instance.
getNames() - Method in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
Gets short names for this SchemaObject if any exists for it, otherwise, returns an empty list.
getNames() - Method in interface org.apache.directory.shared.ldap.schema.SchemaObject
Gets short names for this SchemaObject if any exists for it, otherwise, returns an empty list.
getNameSet(String) - Method in class org.apache.directory.shared.ldap.schema.registries.OidRegistry
Gets the names associated with an OID.
getNamingContext() - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
 
getNbAtavs() - Method in class org.apache.directory.shared.ldap.name.RDN
 
getNbBytes(Name) - Static method in class org.apache.directory.shared.ldap.name.DN
Get the number of bytes necessary to store this DN
getNbBytes() - Method in class org.apache.directory.shared.ldap.util.LdapURL
 
getNewRDN() - Method in class org.apache.directory.shared.ldap.codec.modifyDn.ModifyDNRequestCodec
Get the new RDN
getNewRdn() - Method in interface org.apache.directory.shared.ldap.message.internal.InternalModifyDnRequest
Gets the new relative distinguished name for the entry which represents the PDU's newrdn field.
getNewRdn() - Method in class org.apache.directory.shared.ldap.message.ModifyDnRequestImpl
Gets the new relative distinguished name for the entry which represents the PDU's newrdn field.
getNewSuperior() - Method in class org.apache.directory.shared.ldap.codec.modifyDn.ModifyDNRequestCodec
Get the newSuperior
getNewSuperior() - Method in interface org.apache.directory.shared.ldap.message.internal.InternalModifyDnRequest
Gets the optional distinguished name of the new superior entry where the candidate entry is to be moved.
getNewSuperior() - Method in class org.apache.directory.shared.ldap.message.ModifyDnRequestImpl
Gets the optional distinguished name of the new superior entry where the candidate entry is to be moved.
getNonErroneousCodes() - Static method in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
Gets the set of result code enumerations that do not represent operational failures.
getNormalizedFilter(String) - Static method in class org.apache.directory.shared.ldap.filter.BranchNormalizedVisitor
Normalizes a filter expression to a canonical representation while retaining logical meaning of the expression.
getNormalizedFilter(ExprNode) - Static method in class org.apache.directory.shared.ldap.filter.BranchNormalizedVisitor
Normalizes a filter expression to a canonical representation while retaining logical meaning of the expression.
getNormalizedValue() - Method in class org.apache.directory.shared.ldap.entry.AbstractValue
Gets the normalized (canonical) representation for the wrapped value.
getNormalizedValue() - Method in class org.apache.directory.shared.ldap.entry.client.ClientStringValue
Gets the normalized (canonical) representation for the wrapped string.
getNormalizedValue() - Method in interface org.apache.directory.shared.ldap.entry.Value
Gets the normalized (canonical) representation for the wrapped string.
getNormalizedValueCopy() - Method in class org.apache.directory.shared.ldap.entry.client.ClientBinaryValue
Gets a direct reference to the normalized representation for the wrapped value of this ServerValue wrapper.
getNormalizedValueCopy() - Method in class org.apache.directory.shared.ldap.entry.client.ClientStringValue
Gets a copy of the the normalized (canonical) representation for the wrapped value.
getNormalizedValueCopy() - Method in interface org.apache.directory.shared.ldap.entry.Value
Gets a copy of the the normalized (canonical) representation for the wrapped value.
getNormalizedValueReference() - Method in class org.apache.directory.shared.ldap.entry.AbstractValue
Gets a reference to the the normalized (canonical) representation for the wrapped value.
getNormalizedValueReference() - Method in interface org.apache.directory.shared.ldap.entry.Value
Gets a reference to the the normalized (canonical) representation for the wrapped value.
getNormalizer(SchemaManager, NormalizerDescription, Registries, String) - Method in interface org.apache.directory.shared.ldap.schema.EntityFactory
Create a new instance of a Normalizer
getNormalizer(SchemaManager, Entry, Registries, String) - Method in interface org.apache.directory.shared.ldap.schema.EntityFactory
Retrieve and load a Normalizer class from the DIT.
getNormalizer() - Method in class org.apache.directory.shared.ldap.schema.MatchingRule
Gets the Normalizer enabling the use of this MatchingRule for EQUALITY matching and indexing.
getNormalizer() - Method in class org.apache.directory.shared.ldap.schema.normalizers.OidNormalizer
Get the normalizer
getNormalizerMapping() - Method in interface org.apache.directory.shared.ldap.schema.NormalizerMappingResolver
 
getNormalizerMapping() - Method in interface org.apache.directory.shared.ldap.schema.registries.AttributeTypeRegistry
Gets an oid/name to normalizer mapping used to normalize distinguished names.
getNormalizerMapping() - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultAttributeTypeRegistry
Gets an oid/name to normalizer mapping used to normalize distinguished names.
getNormalizerMapping() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableAttributeTypeRegistry
Gets an oid/name to normalizer mapping used to normalize distinguished names.
getNormalizerMapping() - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Get an immutable reference on the Normalizer mapping
getNormalizerRegistry() - Method in class org.apache.directory.shared.ldap.schema.registries.Registries
 
getNormalizerRegistry() - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Get an immutable reference on the Normalizer registry
getNormName() - Method in class org.apache.directory.shared.ldap.name.AVA
Get the normalized Name of a AVA
getNormName() - Method in class org.apache.directory.shared.ldap.name.DN
Get the initial DN (without normalization)
getNormName() - Method in class org.apache.directory.shared.ldap.name.RDN
 
getNormType() - Method in class org.apache.directory.shared.ldap.name.AVA
Get the normalized type of a AVA
getNormType() - Method in class org.apache.directory.shared.ldap.name.RDN
Return the normalized type, or the first one of we have more than one (the lowest)
getNormValue() - Method in class org.apache.directory.shared.ldap.name.AVA
Get the Value of a AVA
getNormValue() - Method in class org.apache.directory.shared.ldap.name.RDN
Return the normalized value, or the first one of we have more than one (the lowest)
getNotAttributeTypeOids() - Method in class org.apache.directory.shared.ldap.schema.DITContentRule
 
getNotAttributeTypes() - Method in class org.apache.directory.shared.ldap.schema.DITContentRule
 
getNotFilter() - Method in class org.apache.directory.shared.ldap.codec.search.NotFilter
Get the NotFilter
getNullText() - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Gets the text to output when null found.
getObject() - Method in class org.apache.directory.shared.ldap.codec.modify.ModifyRequestCodec
Get the modification's DN
getObject() - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Returns the Object being output.
getObjectBySchemaName() - Method in class org.apache.directory.shared.ldap.schema.registries.Registries
 
getObjectClass(SchemaManager, Entry, Registries, String) - Method in interface org.apache.directory.shared.ldap.schema.EntityFactory
 
getObjectClassRegistry() - Method in class org.apache.directory.shared.ldap.schema.registries.Registries
 
getObjectClassRegistry() - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Get an immutable reference on the ObjectClass registry
getObjectClassTypes() - Method in class org.apache.directory.shared.ldap.schema.parsers.OpenLdapSchemaParser
Gets the object class types.
getObjectIdentifierMacros() - Method in class org.apache.directory.shared.ldap.schema.parsers.OpenLdapSchemaParser
Gets the object identifier macros.
getObjectName() - Method in class org.apache.directory.shared.ldap.codec.search.SearchResultEntryCodec
Get the entry DN
getObjectName() - Method in interface org.apache.directory.shared.ldap.message.internal.InternalSearchResponseEntry
Gets the distinguished name of the entry object returned.
getObjectName() - Method in class org.apache.directory.shared.ldap.message.SearchResponseEntryImpl
Gets the distinguished name of the entry object returned.
getObjectType() - Method in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
The SchemaObject type : AttributeType DitCOntentRule DitStructureRule LdapComparator (specific to ADS) LdapSyntaxe MatchingRule MatchingRuleUse NameForm Normalizer (specific to ADS) ObjectClass SyntaxChecker (specific to ADS)
getObjectType() - Method in interface org.apache.directory.shared.ldap.schema.SchemaObject
The SchemaObject type : AttributeType DitCOntentRule DitStructureRule LdapComparator (specific to ADS) LdapSyntaxe MatchingRule MatchingRuleUse NameForm Normalizer (specific to ADS) ObjectClass SyntaxChecker (specific to ADS)
getOid() - Method in class org.apache.directory.shared.ldap.codec.controls.AbstractControl
Get the OID
getOid() - Method in interface org.apache.directory.shared.ldap.message.control.Control
 
getOid() - Method in class org.apache.directory.shared.ldap.message.ExtendedRequestImpl
Gets the Object Idendifier corresponding to the extended request type.
getOid() - Method in interface org.apache.directory.shared.ldap.message.internal.InternalExtendedRequest
Gets the Object Idendifier corresponding to the extended request type.
getOid() - Method in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
Gets usually what is the numeric object identifier assigned to this SchemaObject.
getOid() - Method in class org.apache.directory.shared.ldap.schema.DITStructureRule
The DSR does not have an OID, so throw an exception
getOid() - Method in class org.apache.directory.shared.ldap.schema.normalizers.CachingNormalizer
Overrides default behavior by returning the OID of the wrapped Normalizer.
getOid(String) - Method in class org.apache.directory.shared.ldap.schema.registries.Registries
Get an OID from a name.
getOid() - Method in interface org.apache.directory.shared.ldap.schema.SchemaObject
Gets usually what is the numeric object identifier assigned to this SchemaObject.
getOidByName(String) - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultSchemaObjectRegistry
Gets the numericOid for a name/alias if one is associated.
getOidByName(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableAttributeTypeRegistry
Gets the numericOid for a name/alias if one is associated.
getOidByName(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableComparatorRegistry
Gets the numericOid for a name/alias if one is associated.
getOidByName(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableDITContentRuleRegistry
Gets the numericOid for a name/alias if one is associated.
getOidByName(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableDITStructureRuleRegistry
Gets the numericOid for a name/alias if one is associated.
getOidByName(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableLdapSyntaxRegistry
Gets the numericOid for a name/alias if one is associated.
getOidByName(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableMatchingRuleRegistry
Gets the numericOid for a name/alias if one is associated.
getOidByName(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableMatchingRuleUseRegistry
Gets the numericOid for a name/alias if one is associated.
getOidByName(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableNameFormRegistry
Gets the numericOid for a name/alias if one is associated.
getOidByName(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableNormalizerRegistry
Gets the numericOid for a name/alias if one is associated.
getOidByName(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableObjectClassRegistry
Gets the numericOid for a name/alias if one is associated.
getOidByName(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableSyntaxCheckerRegistry
Gets the numericOid for a name/alias if one is associated.
getOidByName(String) - Method in interface org.apache.directory.shared.ldap.schema.registries.SchemaObjectRegistry
Gets the numericOid for a name/alias if one is associated.
getOperation() - Method in class org.apache.directory.shared.ldap.entry.client.ClientModification
 
getOperation() - Method in interface org.apache.directory.shared.ldap.entry.Modification
 
getOperation(int) - Static method in enum org.apache.directory.shared.ldap.entry.ModificationOperation
Get the ModificationOperation from an int value
getOperationNumber() - Method in class org.apache.directory.shared.ldap.csn.Csn
 
getOperator() - Method in class org.apache.directory.shared.ldap.filter.AndNode
Gets the operator for this branch node.
getOperator() - Method in class org.apache.directory.shared.ldap.filter.NotNode
Gets the operator for this branch node.
getOperator() - Method in class org.apache.directory.shared.ldap.filter.OrNode
Gets the operator for this branch node.
getOptions() - Method in class org.apache.directory.shared.ldap.schema.AttributeTypeOptions
 
getOptions(String) - Static method in class org.apache.directory.shared.ldap.schema.SchemaUtils
Get the options from the attributeType.
getOptions() - Method in class org.apache.directory.shared.ldap.trigger.TriggerSpecification.SPSpec
 
getOrder(BranchNode, List<ExprNode>) - Method in class org.apache.directory.shared.ldap.filter.BranchNormalizedVisitor
 
getOrder(BranchNode, List<ExprNode>) - Method in interface org.apache.directory.shared.ldap.filter.FilterVisitor
Get the array of children to visit sequentially to determine the order of child visitations.
getOrdering() - Method in class org.apache.directory.shared.ldap.schema.AttributeType
Gets the MatchingRule for this AttributeType used for Ordering matching.
getOrderingName() - Method in class org.apache.directory.shared.ldap.schema.AttributeType
Gets the MatchingRule name for this AttributeType used for Ordering matching.
getOrderingOid() - Method in class org.apache.directory.shared.ldap.schema.AttributeType
Gets the Ordering OID for this AttributeType's values.
getOrFilter() - Method in class org.apache.directory.shared.ldap.codec.search.OrFilter
Get the OrFilter
getOwner() - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultSchema
Gets the name of the owner of the schema objects within this Schema.
getOwner() - Method in interface org.apache.directory.shared.ldap.schema.registries.Schema
Gets the name of the owner of the schema objects within this Schema.
getPackageName(Object, String) - Static method in class org.apache.directory.shared.ldap.util.ClassUtils
Gets the package name of an Object.
getPackageName(Class<?>) - Static method in class org.apache.directory.shared.ldap.util.ClassUtils
Gets the package name of a Class.
getPackageName(String) - Static method in class org.apache.directory.shared.ldap.util.ClassUtils
Gets the package name from a String.
getPagedSearchControl() - Method in class org.apache.directory.shared.ldap.codec.search.controls.pagedSearch.PagedResultsControlContainer
 
getParameters() - Method in class org.apache.directory.shared.ldap.codec.extended.operations.storedProcedure.StoredProcedure
 
getParameters() - Method in class org.apache.directory.shared.ldap.trigger.TriggerSpecification.SPSpec
 
getParameterType(int) - Method in class org.apache.directory.shared.ldap.message.extended.StoredProcedureRequest
 
getParameterValue(int) - Method in class org.apache.directory.shared.ldap.message.extended.StoredProcedureRequest
 
getParentElement(DN) - Method in class org.apache.directory.shared.ldap.util.tree.DnBranchNode
Get the parent of a given DN, if present in the tree.
getPaths(String, FileFilter) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Splits apart a OS separator delimited set of paths in a string into multiple Strings.
getPayload() - Method in class org.apache.directory.shared.ldap.message.extended.CancelRequest
Gets the extended request's requestValue portion of the PDU.
getPayload() - Method in class org.apache.directory.shared.ldap.message.extended.CertGenerationRequest
 
getPayload() - Method in class org.apache.directory.shared.ldap.message.extended.GracefulShutdownRequest
 
getPayload() - Method in class org.apache.directory.shared.ldap.message.extended.StoredProcedureRequest
 
getPayload() - Method in class org.apache.directory.shared.ldap.message.ExtendedRequestImpl
Gets the extended request's requestValue portion of the PDU.
getPayload() - Method in interface org.apache.directory.shared.ldap.message.internal.InternalExtendedRequest
Gets the extended request's requestValue portion of the PDU.
getPort() - Method in class org.apache.directory.shared.ldap.util.LdapURL
 
getPrecedence() - Method in class org.apache.directory.shared.ldap.aci.ACIItem
Returns the precedence of this item.
getPrecedence() - Method in class org.apache.directory.shared.ldap.aci.ACITuple
Returns the precedence of this tuple (0-255).
getPrecedence() - Method in class org.apache.directory.shared.ldap.aci.Permission
Returns the precedence of this permission.
getPreferences() - Method in class org.apache.directory.shared.ldap.util.PreferencesDictionary
Gets the Preferences used as the backing store for this Dictionary.
getPrefix(int) - Method in class org.apache.directory.shared.ldap.name.DN
getPreviousDn() - Method in class org.apache.directory.shared.ldap.codec.search.controls.entryChange.EntryChangeControl
 
getPrimaryName(String) - Method in class org.apache.directory.shared.ldap.schema.registries.OidRegistry
Gets the primary name associated with an OID.
getProcedure() - Method in class org.apache.directory.shared.ldap.codec.extended.operations.storedProcedure.StoredProcedure
 
getProcedureSpecification() - Method in class org.apache.directory.shared.ldap.message.extended.StoredProcedureRequest
 
getProperties(File) - Static method in class org.apache.directory.shared.ldap.util.PropertiesUtils
Creates a properties object and loads the properties in the file otherwise and empty property object will be returned.
getProperties(ClassLoader, String) - Static method in class org.apache.directory.shared.ldap.util.PropertiesUtils
Loads a properties file as a CL resource if it exists and returns an empty Properties object otherwise.
getProperties(Class<?>, String) - Static method in class org.apache.directory.shared.ldap.util.PropertiesUtils
Loads a properties file as a class resource if it exists and returns an empty Properties object otherwise.
getProtectedItems() - Method in class org.apache.directory.shared.ldap.aci.ACITuple
Returns the collection of ProtectedItems this tuple relates.
getProtectedItems() - Method in class org.apache.directory.shared.ldap.aci.ItemFirstACIItem
Returns the collection of ProtectedItems.
getProtectedItems() - Method in class org.apache.directory.shared.ldap.aci.UserPermission
Returns the collection of ProtectedItems.
getProvider() - Method in class org.apache.directory.shared.ldap.codec.LdapDecoder
Gets the Provider that this Decoder implementation is part of.
getProvider() - Method in class org.apache.directory.shared.ldap.codec.LdapEncoder
Gets the Provider associated with this SPI implementation object.
getProvider() - Static method in class org.apache.directory.shared.ldap.codec.LdapProvider
Gets a handle on the singleton LdapProvider.
getProvider() - Method in class org.apache.directory.shared.ldap.message.MessageDecoder
 
getProvider() - Method in class org.apache.directory.shared.ldap.message.MessageEncoder
 
getProvider() - Static method in class org.apache.directory.shared.ldap.message.spi.Provider
Gets an instance of the configured Provider.
getProvider(Hashtable<Object, Object>) - Static method in class org.apache.directory.shared.ldap.message.spi.Provider
Gets an instance of the Provider specified by the asn.1.berlib.provider property value.
getProvider() - Method in exception org.apache.directory.shared.ldap.message.spi.ProviderException
Gets the provider that caused this exception.
getProvider() - Method in interface org.apache.directory.shared.ldap.message.spi.ProviderObject
Gets the Provider associated with this SPI implementation object.
getPSearchControl() - Method in class org.apache.directory.shared.ldap.codec.search.controls.persistentSearch.PersistentSearchControlContainer
 
getQualifiedMethodName(Method) - Static method in class org.apache.directory.shared.ldap.util.SpringClassUtils
Return the qualified name of the given method, consisting of fully qualified interface/class name + "." + method name.
getRawOidOrNameSuffix() - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.OpenLdapObjectIdentifierMacro
Gets the raw OID or name plus suffix.
getRdn(int) - Method in class org.apache.directory.shared.ldap.name.DN
Retrieves a component of this name.
getRdn() - Method in class org.apache.directory.shared.ldap.name.DN
Retrieves the last (leaf) component of this name.
getRdn() - Method in enum org.apache.directory.shared.ldap.schema.SchemaObjectType
Get the RDN associated with a schemaObjectType
getRdnAttribute(String) - Static method in class org.apache.directory.shared.ldap.util.NamespaceTools
Gets the attribute of a single attribute rdn or name component.
getRdns() - Method in class org.apache.directory.shared.ldap.name.DN
Retrieves all the components of this name.
getRdnValue(String) - Static method in class org.apache.directory.shared.ldap.util.NamespaceTools
Gets the value of a single name component of a distinguished name.
getReasonCode() - Method in exception org.apache.directory.shared.ldap.codec.util.URIException
Get the reason code.
getReference() - Method in class org.apache.directory.shared.ldap.entry.AbstractValue
Gets a reference to the wrapped binary value.
getReference() - Method in interface org.apache.directory.shared.ldap.entry.Value
Get a reference on the stored value.
getReferencing(SchemaObject) - Method in class org.apache.directory.shared.ldap.schema.registries.Registries
Check that we can remove a given SchemaObject without breaking some of its references.
getReferral() - Method in interface org.apache.directory.shared.ldap.message.internal.InternalLdapResult
Gets the Referral associated with this LdapResult if the resultCode property is set to the REFERRAL ResultCodeEnum.
getReferral() - Method in interface org.apache.directory.shared.ldap.message.internal.InternalSearchResponseReference
Gets the sequence of LdapUrls as a Referral instance.
getReferral() - Method in class org.apache.directory.shared.ldap.message.LdapResultImpl
Gets the Referral associated with this LdapResult if the resultCode property is set to the REFERRAL ResultCodeEnum.
getReferral() - Method in class org.apache.directory.shared.ldap.message.SearchResponseReferenceImpl
Gets the sequence of LdapUrls as a Referral instance.
getReferralContext() - Method in exception org.apache.directory.shared.ldap.exception.LdapReferralException
 
getReferralContext(Hashtable<?, ?>) - Method in exception org.apache.directory.shared.ldap.exception.LdapReferralException
 
getReferralInfo() - Method in exception org.apache.directory.shared.ldap.exception.LdapReferralException
 
getReferrals() - Method in class org.apache.directory.shared.ldap.codec.LdapResultCodec
Get the referrals
getRefinement() - Method in class org.apache.directory.shared.ldap.subtree.BaseSubtreeSpecification
 
getRefinement() - Method in interface org.apache.directory.shared.ldap.subtree.SubtreeSpecification
A subtree refinement represents a non-contiguous selection of entries using a limited filter expression where attribute assertions are based on the objectClass of the entries.
getRegex(Normalizer) - Method in class org.apache.directory.shared.ldap.filter.SubstringNode
Gets the compiled regular expression for the substring expression.
getRegex(String, String[], String) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Creates a regular expression from an LDAP substring assertion filter specification.
getRegex(String) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Generates a regular expression from an LDAP substring match expression by parsing out the supplied string argument.
getRegistries() - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
 
getRelativeName(Name, Name) - Static method in class org.apache.directory.shared.ldap.util.NamespaceTools
Gets the relative name between an ancestor and a potential descendant.
getRemainingComponents() - Method in class org.apache.directory.shared.ldap.util.AbstractSimpleComponentsMonitor
 
getRemainingComponents() - Method in interface org.apache.directory.shared.ldap.util.ComponentsMonitor
 
getRemainingComponents() - Method in class org.apache.directory.shared.ldap.util.MandatoryAndOptionalComponentsMonitor
 
getReplicaId() - Method in class org.apache.directory.shared.ldap.csn.Csn
 
getReplicatedContexts() - Method in class org.apache.directory.shared.ldap.codec.extended.operations.gracefulDisconnect.GracefulDisconnect
Get the list of replicated servers
getReplicatedContexts() - Method in class org.apache.directory.shared.ldap.message.extended.GracefulDisconnect
 
getRequestName() - Method in class org.apache.directory.shared.ldap.codec.extended.ExtendedRequestCodec
Get the extended request name
getRequestValue() - Method in class org.apache.directory.shared.ldap.codec.extended.ExtendedRequestCodec
Get the extended request value
getResolvedOid() - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.OpenLdapObjectIdentifierMacro
Gets the resolved OID, null if not yet resolved.
getResponse() - Method in class org.apache.directory.shared.ldap.codec.extended.ExtendedResponseCodec
Get the extended response
getResponse() - Method in exception org.apache.directory.shared.ldap.codec.ResponseCarryingException
Get the constructed response
getResponse() - Method in class org.apache.directory.shared.ldap.message.extended.CancelResponse
Gets the response OID specific encoded response values.
getResponse() - Method in class org.apache.directory.shared.ldap.message.extended.CertGenerationResponse
Gets the reponse OID specific encoded response values.
getResponse() - Method in class org.apache.directory.shared.ldap.message.extended.GracefulDisconnect
Gets the reponse OID specific encoded response values.
getResponse() - Method in class org.apache.directory.shared.ldap.message.extended.GracefulShutdownResponse
Gets the reponse OID specific encoded response values.
getResponse() - Method in class org.apache.directory.shared.ldap.message.extended.LaunchDiagnosticUiResponse
Gets the reponse OID specific encoded response values.
getResponse() - Method in class org.apache.directory.shared.ldap.message.extended.NoticeOfDisconnect
Gets the reponse OID specific encoded response values.
getResponse() - Method in class org.apache.directory.shared.ldap.message.ExtendedResponseImpl
Gets the reponse OID specific encoded response values.
getResponse() - Method in interface org.apache.directory.shared.ldap.message.internal.InternalExtendedResponse
Gets the reponse OID specific encoded response values.
getResponse() - Method in exception org.apache.directory.shared.ldap.message.ResponseCarryingMessageException
Get the constructed response
getResponseName() - Method in class org.apache.directory.shared.ldap.codec.extended.ExtendedResponseCodec
Get the extended response name
getResponseName() - Method in class org.apache.directory.shared.ldap.codec.intermediate.IntermediateResponseCodec
Get the intermediate response name
getResponseName() - Method in class org.apache.directory.shared.ldap.message.extended.CancelResponse
Gets the OID uniquely identifying this extended response (a.k.a.
getResponseName() - Method in class org.apache.directory.shared.ldap.message.extended.CertGenerationResponse
Gets the OID uniquely identifying this extended response (a.k.a.
getResponseName() - Method in class org.apache.directory.shared.ldap.message.extended.GracefulDisconnect
Gets the OID uniquely identifying this extended response (a.k.a.
getResponseName() - Method in class org.apache.directory.shared.ldap.message.extended.GracefulShutdownResponse
Gets the OID uniquely identifying this extended response (a.k.a.
getResponseName() - Method in class org.apache.directory.shared.ldap.message.extended.LaunchDiagnosticUiResponse
Gets the OID uniquely identifying this extended response (a.k.a.
getResponseName() - Method in class org.apache.directory.shared.ldap.message.extended.NoticeOfDisconnect
Gets the OID uniquely identifying this extended response (a.k.a.
getResponseName() - Method in class org.apache.directory.shared.ldap.message.ExtendedResponseImpl
Gets the OID uniquely identifying this extended response (a.k.a.
getResponseName() - Method in class org.apache.directory.shared.ldap.message.IntermediateResponseImpl
Gets the OID uniquely identifying this Intemediate response (a.k.a.
getResponseName() - Method in interface org.apache.directory.shared.ldap.message.internal.InternalExtendedResponse
Gets the OID uniquely identifying this extended response (a.k.a.
getResponseName() - Method in interface org.apache.directory.shared.ldap.message.internal.InternalIntermediateResponse
Gets the response name
getResponseType() - Method in class org.apache.directory.shared.ldap.message.AddRequestImpl
Gets the protocol response message type for this request which produces at least one response.
getResponseType() - Method in class org.apache.directory.shared.ldap.message.BindRequestImpl
Gets the protocol response message type for this request which produces at least one response.
getResponseType() - Method in class org.apache.directory.shared.ldap.message.CompareRequestImpl
Gets the protocol response message type for this request which produces at least one response.
getResponseType() - Method in class org.apache.directory.shared.ldap.message.DeleteRequestImpl
Gets the protocol response message type for this request which produces at least one response.
getResponseType() - Method in class org.apache.directory.shared.ldap.message.ExtendedRequestImpl
Gets the protocol response message type for this request which produces at least one response.
getResponseType() - Method in class org.apache.directory.shared.ldap.message.ModifyDnRequestImpl
Gets the protocol response message type for this request which produces at least one response.
getResponseType() - Method in class org.apache.directory.shared.ldap.message.ModifyRequestImpl
Gets the protocol response message type for this request which produces at least one response.
getResponseType() - Method in interface org.apache.directory.shared.ldap.message.SingleReplyRequest
Gets the protocol response message type for this request which produces at least one response.
getResponseTypes() - Method in interface org.apache.directory.shared.ldap.message.internal.InternalSearchRequest
Gets the different response types generated by a search request.
getResponseTypes() - Method in interface org.apache.directory.shared.ldap.message.ManyReplyRequest
Gets the various types of messages that can be generated by this kind of request.
getResponseTypes() - Method in class org.apache.directory.shared.ldap.message.SearchRequestImpl
Gets the different response types generated by a search request.
getResponseValue() - Method in class org.apache.directory.shared.ldap.codec.intermediate.IntermediateResponseCodec
Get the intermediate response value
getResponseValue() - Method in class org.apache.directory.shared.ldap.message.IntermediateResponseImpl
Gets the reponseName specific encoded
getResponseValue() - Method in interface org.apache.directory.shared.ldap.message.internal.InternalIntermediateResponse
Gets the ResponseValue.
getResultCode() - Method in class org.apache.directory.shared.ldap.codec.LdapResultCodec
Get the result code
getResultCode() - Method in exception org.apache.directory.shared.ldap.exception.LdapAttributeInUseException
 
getResultCode() - Method in exception org.apache.directory.shared.ldap.exception.LdapAuthenticationException
Gets ResultCodeEnum.INVALIDCREDENTIALS every time.
getResultCode() - Method in exception org.apache.directory.shared.ldap.exception.LdapAuthenticationNotSupportedException
 
getResultCode() - Method in exception org.apache.directory.shared.ldap.exception.LdapConfigurationException
Always returns ResultCodeEnum.OTHER
getResultCode() - Method in exception org.apache.directory.shared.ldap.exception.LdapContextNotEmptyException
Gets the LDAP ResultCode for this exception type.
getResultCode() - Method in interface org.apache.directory.shared.ldap.exception.LdapException
Gets the LDAP result code that would be associated with this exception.
getResultCode() - Method in exception org.apache.directory.shared.ldap.exception.LdapInvalidAttributeIdentifierException
 
getResultCode() - Method in exception org.apache.directory.shared.ldap.exception.LdapInvalidAttributeValueException
Gets the LDAP resultCode this exception is associated with.
getResultCode() - Method in exception org.apache.directory.shared.ldap.exception.LdapInvalidNameException
Gets the LDAP resultCode this exception is associated with.
getResultCode() - Method in exception org.apache.directory.shared.ldap.exception.LdapNameAlreadyBoundException
Always returns ResultCodeEnum.ENTRYALREADYEXISTS.
getResultCode() - Method in exception org.apache.directory.shared.ldap.exception.LdapNameNotFoundException
Gets the ResultCode associated with this exception which will always be ResultCodeEnum.NOSUCHOBJECT.
getResultCode() - Method in exception org.apache.directory.shared.ldap.exception.LdapNamingException
Gets the LDAP resultCode this exception is associated with.
getResultCode() - Method in exception org.apache.directory.shared.ldap.exception.LdapNoPermissionException
Always returns ResultCodeEnum#INSUFFICIENTACCESSRIGHTS
getResultCode() - Method in exception org.apache.directory.shared.ldap.exception.LdapNoSuchAttributeException
 
getResultCode() - Method in exception org.apache.directory.shared.ldap.exception.LdapOperationNotSupportedException
 
getResultCode() - Method in exception org.apache.directory.shared.ldap.exception.LdapReferralException
Always returns ResultCodeEnum.REFERRAL
getResultCode() - Method in exception org.apache.directory.shared.ldap.exception.LdapSchemaViolationException
Gets the LDAP resultCode this exception is associated with.
getResultCode() - Method in exception org.apache.directory.shared.ldap.exception.LdapServiceUnavailableException
Returns one of the resultCodes within the set ResultCodeEnum.SERVICEUNAVAILABLE_CODES.
getResultCode() - Method in exception org.apache.directory.shared.ldap.exception.LdapSizeLimitExceededException
Always returns ResultCodeEnum#SIZELIMITEXCEEDED
getResultCode() - Method in exception org.apache.directory.shared.ldap.exception.LdapTimeLimitExceededException
Always returns ResultCodeEnum#TIMELIMITEXCEEDED
getResultCode() - Method in interface org.apache.directory.shared.ldap.message.internal.InternalLdapResult
Gets the result code enumeration associated with the response.
getResultCode() - Method in class org.apache.directory.shared.ldap.message.LdapResultImpl
Gets the result code enumeration associated with the response.
getResultCode() - Method in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
 
getResultCode(int) - Static method in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
 
getResultCode(Throwable) - Static method in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
Gets an LDAP result code from a Throwable if it can resolve it unambiguously or returns null if it cannot resolve the exception to a single ResultCode.
getResultCodes(Throwable) - Static method in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
Gets the set of result codes a Throwable may map to.
getResultResponse() - Method in class org.apache.directory.shared.ldap.message.AddRequestImpl
The result containing response for this request.
getResultResponse() - Method in class org.apache.directory.shared.ldap.message.BindRequestImpl
The result containing response for this request.
getResultResponse() - Method in class org.apache.directory.shared.ldap.message.CompareRequestImpl
The result containing response for this request.
getResultResponse() - Method in class org.apache.directory.shared.ldap.message.DeleteRequestImpl
The result containing response for this request.
getResultResponse() - Method in class org.apache.directory.shared.ldap.message.extended.CancelRequest
 
getResultResponse() - Method in class org.apache.directory.shared.ldap.message.extended.CertGenerationRequest
 
getResultResponse() - Method in class org.apache.directory.shared.ldap.message.extended.GracefulShutdownRequest
 
getResultResponse() - Method in class org.apache.directory.shared.ldap.message.extended.StoredProcedureRequest
 
getResultResponse() - Method in class org.apache.directory.shared.ldap.message.ExtendedRequestImpl
The result containing response for this request.
getResultResponse() - Method in interface org.apache.directory.shared.ldap.message.internal.InternalResultResponseRequest
If called for the first time, this methohd creates a result containing response object for this request.
getResultResponse() - Method in class org.apache.directory.shared.ldap.message.ModifyDnRequestImpl
The result containing response for this request.
getResultResponse() - Method in class org.apache.directory.shared.ldap.message.ModifyRequestImpl
The result containing response for this request.
getResultResponse() - Method in class org.apache.directory.shared.ldap.message.SearchRequestImpl
The result containing response for this request.
getReturningAttributes() - Method in class org.apache.directory.shared.ldap.message.SearchParams
 
getReturningAttributesStr() - Method in class org.apache.directory.shared.ldap.message.SearchParams
 
getRootCause(Throwable) - Static method in class org.apache.directory.shared.ldap.util.ExceptionUtils
Introspects the Throwable to obtain the root cause.
getRootCauseStackTrace(Throwable) - Static method in class org.apache.directory.shared.ldap.util.ExceptionUtils
Creates a compact stack trace for the root cause of the supplied Throwable.
getRuleId() - Method in class org.apache.directory.shared.ldap.schema.DITStructureRule
 
getSaslAuthentication() - Method in class org.apache.directory.shared.ldap.codec.bind.BindRequestCodec
Get the user sasl authentication
getSaslMechanism() - Method in class org.apache.directory.shared.ldap.message.BindRequestImpl
Gets the mechanism if this request uses SASL authentication mechanisms.
getSaslMechanism() - Method in interface org.apache.directory.shared.ldap.message.internal.InternalBindRequest
Gets the SASL mechanism String associated with this BindRequest if the bind operation is using SASL.
getSchema(Entry) - Method in interface org.apache.directory.shared.ldap.schema.EntityFactory
Return an instance of the Schema associated to the entry
getSchema(String) - Method in class org.apache.directory.shared.ldap.schema.registries.AbstractSchemaLoader
Gets a schema object based on it's name.
getSchema(Entry) - Method in class org.apache.directory.shared.ldap.schema.registries.AbstractSchemaLoader
 
getSchema(String) - Method in interface org.apache.directory.shared.ldap.schema.registries.SchemaLoader
Gets a schema object based on it's name.
getSchema(String) - Method in interface org.apache.directory.shared.ldap.schema.SchemaDao
 
getSchemaName() - Method in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
Gets the name of the schema this SchemaObject is associated with.
getSchemaName(int) - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultDITStructureRuleRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName() - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultSchema
Gets the name of the logical schema the objects of this Schema belong to: e.g.
getSchemaName(String) - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultSchemaObjectRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName(int) - Method in interface org.apache.directory.shared.ldap.schema.registries.DITStructureRuleRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableAttributeTypeRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableComparatorRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableDITContentRuleRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName(int) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableDITStructureRuleRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableDITStructureRuleRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableLdapSyntaxRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableMatchingRuleRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableMatchingRuleUseRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableNameFormRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableNormalizerRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableObjectClassRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableSyntaxCheckerRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName() - Method in interface org.apache.directory.shared.ldap.schema.registries.Schema
Gets the name of the logical schema the objects of this Schema belong to: e.g.
getSchemaName(String) - Method in interface org.apache.directory.shared.ldap.schema.registries.SchemaObjectRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName() - Method in interface org.apache.directory.shared.ldap.schema.SchemaObject
Gets the name of the schema this SchemaObject is associated with.
getSchemaNames() - Method in interface org.apache.directory.shared.ldap.schema.SchemaDao
 
getSchemaObject(String) - Method in class org.apache.directory.shared.ldap.schema.registries.OidRegistry
Gets the SchemaObject associated with an OID.
getSchemas() - Method in interface org.apache.directory.shared.ldap.schema.SchemaDao
Gets a Map of Schemas managed by a schema store.
getScheme() - Method in class org.apache.directory.shared.ldap.util.LdapURL
 
getScope() - Method in class org.apache.directory.shared.ldap.codec.search.SearchRequestCodec
Get the search scope
getScope() - Method in class org.apache.directory.shared.ldap.filter.ScopeNode
Gets the search scope.
getScope() - Method in enum org.apache.directory.shared.ldap.filter.SearchScope
Gets the corresponding scope constant value as defined in RFC 4511.
getScope() - Method in interface org.apache.directory.shared.ldap.message.internal.InternalSearchRequest
Gets the search scope parameter enumeration.
getScope() - Method in class org.apache.directory.shared.ldap.message.SearchParams
 
getScope() - Method in class org.apache.directory.shared.ldap.message.SearchRequestImpl
Gets the search scope parameter enumeration.
getScope() - Method in class org.apache.directory.shared.ldap.util.LdapURL
Returns the scope, one of SearchScope.OBJECT, SearchScope.ONELEVEL or SearchScope.SUBTREE.
getSearchCodes() - Static method in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
Gets an array of result code enumerations resulting from search operations.
getSearchRequest() - Method in class org.apache.directory.shared.ldap.codec.LdapMessageContainer
 
getSearchResultDone() - Method in class org.apache.directory.shared.ldap.codec.LdapMessageContainer
 
getSearchResultEntry() - Method in class org.apache.directory.shared.ldap.codec.LdapMessageContainer
 
getSearchResultReference() - Method in class org.apache.directory.shared.ldap.codec.LdapMessageContainer
 
getSearchResultReferences() - Method in class org.apache.directory.shared.ldap.codec.search.SearchResultReferenceCodec
Get the list of references
getSearchScope(int) - Static method in enum org.apache.directory.shared.ldap.filter.SearchScope
Gets the SearchScope enumerated type for the corresponding scope numeric value.
getSearchScope(String) - Static method in enum org.apache.directory.shared.ldap.filter.SearchScope
Gets the SearchScope enumerated type for the corresponding LDAP URL scope value of either base, one or sub.
getSearchScope() - Method in class org.apache.directory.shared.ldap.trigger.StoredProcedureSearchContextOption
 
getSeconds(String) - Static method in class org.apache.directory.shared.ldap.util.DateUtils
 
getSecurityCodes() - Static method in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
Gets an array of result code enumerations that report a problem related to a problem in carrying out an operation for security reasons.
getServerSaslCreds() - Method in class org.apache.directory.shared.ldap.codec.bind.BindResponseCodec
 
getServerSaslCreds() - Method in class org.apache.directory.shared.ldap.message.BindResponseImpl
Gets the optional property holding SASL authentication response paramters that are SASL mechanism specific.
getServerSaslCreds() - Method in interface org.apache.directory.shared.ldap.message.internal.InternalBindResponse
Gets the optional property holding SASL authentication response parameters that are SASL mechanism specific.
getServiceCodes() - Static method in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
Gets an array of result code enumerations that report a problem related to the provision of the service.
getShortClassName(Object, String) - Static method in class org.apache.directory.shared.ldap.util.ClassUtils
Gets the class name minus the package name for an Object.
getShortClassName(Class<?>) - Static method in class org.apache.directory.shared.ldap.util.ClassUtils
Gets the class name minus the package name from a Class.
getShortClassName(String) - Static method in class org.apache.directory.shared.ldap.util.ClassUtils
Gets the class name minus the package name from a String.
getShortClassName(Class) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Gets the short class name for a class.
getShortName(Class) - Static method in class org.apache.directory.shared.ldap.util.SpringClassUtils
Get the class name without the qualified package name.
getShortName(String) - Static method in class org.apache.directory.shared.ldap.util.SpringClassUtils
Get the class name without the qualified package name.
getShortNameAsProperty(Class) - Static method in class org.apache.directory.shared.ldap.util.SpringClassUtils
Return the short string name of a Java class in decapitalized JavaBeans property format.
getSimple() - Method in class org.apache.directory.shared.ldap.codec.bind.SimpleAuthentication
Get the simple password
getSimple() - Method in class org.apache.directory.shared.ldap.message.BindRequestImpl
Checks to see if the authentication mechanism is simple and not SASL based.
getSimple() - Method in interface org.apache.directory.shared.ldap.message.internal.InternalBindRequest
Checks to see if the authentication mechanism is simple and not SASL based.
getSimpleAuthentication() - Method in class org.apache.directory.shared.ldap.codec.bind.BindRequestCodec
Get the user simple authentication
getSize() - Method in class org.apache.directory.shared.ldap.codec.search.controls.pagedSearch.PagedResultsControl
 
getSizeEndText() - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Gets the end text to output when a Collection, Map or array size is output.
getSizeLimit() - Method in class org.apache.directory.shared.ldap.codec.search.SearchRequestCodec
Get the size limit
getSizeLimit() - Method in interface org.apache.directory.shared.ldap.message.internal.InternalSearchRequest
A sizelimit that restricts the maximum number of entries to be returned as a result of the search.
getSizeLimit() - Method in class org.apache.directory.shared.ldap.message.SearchParams
 
getSizeLimit() - Method in class org.apache.directory.shared.ldap.message.SearchRequestImpl
A sizelimit that restricts the maximum number of entries to be returned as a result of the search.
getSizeStartText() - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Gets the start text to output when a Collection, Map or array size is output.
getSpecification() - Method in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
Gets the SchemaObject specification.
getSpecification() - Method in interface org.apache.directory.shared.ldap.schema.SchemaObject
Gets the SchemaObject specification.
getSPSpecs() - Method in class org.apache.directory.shared.ldap.trigger.TriggerSpecification
 
getStackFrames(Throwable) - Static method in class org.apache.directory.shared.ldap.util.ExceptionUtils
Captures the stack trace associated with the specified Throwable object, decomposing it into a list of stack frames.
getStackFrames(Throwable) - Method in class org.apache.directory.shared.ldap.util.NestableDelegate
Captures the stack trace associated with the specified Throwable object, decomposing it into a list of stack frames.
getStackTrace(Throwable) - Static method in class org.apache.directory.shared.ldap.util.ExceptionUtils
Gets the stack trace from a Throwable as a String.
getStart() - Method in class org.apache.directory.shared.ldap.name.AVA
get the position in the original upName where this atav starts.
getStart() - Method in class org.apache.directory.shared.ldap.name.RDN
Get the start position
getState(int) - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncDoneValue.SyncDoneValueControlStatesEnum
Get the string representing the state
getState(int) - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue.SyncInfoValueControlStatesEnum
Get the string representing the state
getState(int) - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue.SyncRequestValueControlStatesEnum
Get the string representing the state
getState(int) - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue.SyncStateValueControlStatesEnum
Get the string representing the state
getState(int) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.cancel.CancelStatesEnum
Get the string representing the state
getState(int) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.certGeneration.CertGenerationStatesEnum
Get the string representing the state
getState(int) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.gracefulDisconnect.GracefulDisconnectStatesEnum
Get the string representing the state
getState(int) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.gracefulShutdown.GracefulShutdownStatesEnum
Get the string representing the state
getState(int) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.storedProcedure.StoredProcedureStatesEnum
Get the string representing the state
getState(int) - Method in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
Get the string representing the state
getState(int) - Method in class org.apache.directory.shared.ldap.codec.search.controls.entryChange.EntryChangeControlStatesEnum
Get the string representing the state
getState(int) - Method in class org.apache.directory.shared.ldap.codec.search.controls.pagedSearch.PagedResultsControlStatesEnum
Get the string representing the state
getState(int) - Method in class org.apache.directory.shared.ldap.codec.search.controls.persistentSearch.PersistentSearchControlStatesEnum
Get the string representing the state
getState(int) - Method in class org.apache.directory.shared.ldap.codec.search.controls.subentries.SubentriesControlStatesEnum
Get the string representing the state
getStaticMethod(Class, String, Class[]) - Static method in class org.apache.directory.shared.ldap.util.SpringClassUtils
Return a static method of a class.
getStaticProperties(Class<?>) - Static method in class org.apache.directory.shared.ldap.util.PropertiesUtils
Load a properties from a resource relative to a supplied class.
getStaticProperties(Class<?>, String) - Static method in class org.apache.directory.shared.ldap.util.PropertiesUtils
Load properties from a resource relative to a supplied class and path.
getStoredProcedure() - Method in class org.apache.directory.shared.ldap.codec.extended.operations.storedProcedure.StoredProcedureContainer
 
getString() - Method in class org.apache.directory.shared.ldap.entry.client.ClientBinaryValue
Get the wrapped value as a String.
getString() - Method in class org.apache.directory.shared.ldap.entry.client.ClientStringValue
Get the wrapped value as a String.
getString() - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientAttribute
Get the String value, if and only if the value is known to be a String, otherwise a InvalidAttributeValueException will be thrown
getString() - Method in interface org.apache.directory.shared.ldap.entry.EntryAttribute
Get the String value, if and only if the value is known to be a String, otherwise a InvalidAttributeValueException will be thrown
getString() - Method in interface org.apache.directory.shared.ldap.entry.Value
Get the wrapped value as a String.
getString(byte[], int, int, String) - Static method in class org.apache.directory.shared.ldap.util.LdapURL
From commons-httpclients.
getString(byte[], String) - Static method in class org.apache.directory.shared.ldap.util.LdapURL
From commons-httpclients.
getString() - Method in class org.apache.directory.shared.ldap.util.LdapURL
 
getStringBuffer() - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Gets the StringBuffer being populated.
getStructuralObjectClass() - Method in class org.apache.directory.shared.ldap.schema.NameForm
Gets the STRUCTURAL ObjectClass this name form specifies naming attributes for.
getStructuralObjectClassOid() - Method in class org.apache.directory.shared.ldap.schema.NameForm
Gets the STRUCTURAL ObjectClass this name form specifies naming attributes for.
getStyle() - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Gets the ToStringStyle being used.
getSubEntryControl() - Method in class org.apache.directory.shared.ldap.codec.search.controls.subentries.SubentriesControlContainer
 
getSubjectDN() - Method in class org.apache.directory.shared.ldap.codec.extended.operations.certGeneration.CertGenerationObject
 
getSubjectDN() - Method in class org.apache.directory.shared.ldap.message.extended.CertGenerationRequest
 
getSubstring() - Method in class org.apache.directory.shared.ldap.schema.AttributeType
Gets the MatchingRule for this AttributeType used for Substr matching.
getSubstringName() - Method in class org.apache.directory.shared.ldap.schema.AttributeType
Gets the MatchingRule name for this AttributeType used for Substring matching.
getSubstringOid() - Method in class org.apache.directory.shared.ldap.schema.AttributeType
Gets the Substr OID for this AttributeType's values.
getSubstringsLength() - Method in class org.apache.directory.shared.ldap.codec.search.SubstringFilter
 
getSubtreeSpecification() - Method in class org.apache.directory.shared.ldap.subtree.SubtreeSpecificationModifier
Creates a SubtreeSpecification using any of the default paramters that may have been modified from their defaults.
getSubtreeSpecifications() - Method in class org.apache.directory.shared.ldap.aci.UserClass.Subtree
Returns the collection of unrefined SubtreeSpecifications.
getSuffix(int) - Method in class org.apache.directory.shared.ldap.name.DN
getSummaryObjectEndText() - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Gets the end text to output when an Object is output in summary mode.
getSummaryObjectStartText() - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Gets the start text to output when an Object is output in summary mode.
getSuperior() - Method in class org.apache.directory.shared.ldap.schema.AttributeType
Gets the the superior AttributeType of this AttributeType.
getSuperiorName() - Method in class org.apache.directory.shared.ldap.schema.AttributeType
Gets the Name of the superior AttributeType for this AttributeType.
getSuperiorOid() - Method in class org.apache.directory.shared.ldap.schema.AttributeType
Gets the OID of the superior AttributeType for this AttributeType.
getSuperiorOids() - Method in class org.apache.directory.shared.ldap.schema.ObjectClass
Gets the superclasses OIDsof this ObjectClass.
getSuperiors() - Method in class org.apache.directory.shared.ldap.schema.ObjectClass
Gets the superclasses of this ObjectClass.
getSuperRules() - Method in class org.apache.directory.shared.ldap.schema.DITStructureRule
 
getSupportedCipherSuites() - Method in class org.apache.directory.shared.ldap.util.DummySSLSocketFactory
 
getSyncDoneValueControl() - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncDoneValue.SyncDoneValueControlContainer
 
getSyncInfoValueControl() - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue.SyncInfoValueControlContainer
 
getSyncMode(int) - Static method in enum org.apache.directory.shared.ldap.message.control.replication.SynchronizationInfoEnum
Get the SynchronizationInfoEnum instance from an integer value.
getSyncMode(int) - Static method in enum org.apache.directory.shared.ldap.message.control.replication.SynchronizationModeEnum
Get the SynchronizationModeEnum instance from an integer value.
getSyncRequestValueControl() - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue.SyncRequestValueControlContainer
 
getSyncStateType() - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue.SyncStateValueControl
 
getSyncStateType(int) - Static method in enum org.apache.directory.shared.ldap.message.control.replication.SyncStateTypeEnum
Get the SyncStateTypeEnum instance from an integer value.
getSyncStateValueControl() - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue.SyncStateValueControlContainer
 
getSyncUUIDs() - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue.SyncInfoValueControl
 
getSyntax() - Method in class org.apache.directory.shared.ldap.schema.AttributeType
Gets the Syntax for this AttributeType's values.
getSyntax(SchemaManager, Entry, Registries, String) - Method in interface org.apache.directory.shared.ldap.schema.EntityFactory
 
getSyntax() - Method in class org.apache.directory.shared.ldap.schema.MatchingRule
Gets the LdapSyntax used by this MatchingRule.
getSyntaxChecker(SchemaManager, Entry, Registries, String) - Method in interface org.apache.directory.shared.ldap.schema.EntityFactory
Retrieve and load a syntaxChecker class from the DIT.
getSyntaxChecker(SchemaManager, SyntaxCheckerDescription, Registries, String) - Method in interface org.apache.directory.shared.ldap.schema.EntityFactory
Create a new instance of a SyntaxChecker
getSyntaxChecker() - Method in class org.apache.directory.shared.ldap.schema.LdapSyntax
Gets the SyntaxChecker used to validate values in accordance with this Syntax.
getSyntaxCheckerRegistry() - Method in class org.apache.directory.shared.ldap.schema.registries.Registries
 
getSyntaxCheckerRegistry() - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Get an immutable reference on the SyntaxChecker registry
getSyntaxLength() - Method in class org.apache.directory.shared.ldap.schema.AttributeType
Gets a length limit for this AttributeType.
getSyntaxName() - Method in class org.apache.directory.shared.ldap.schema.AttributeType
Gets the Syntax name for this AttributeType's values.
getSyntaxOid() - Method in class org.apache.directory.shared.ldap.schema.AttributeType
Gets the Syntax OID for this AttributeType's values.
getSyntaxOid() - Method in class org.apache.directory.shared.ldap.schema.MatchingRule
Gets the LdapSyntax OID used by this MatchingRule.
getTargetDN() - Method in class org.apache.directory.shared.ldap.codec.extended.operations.certGeneration.CertGenerationObject
 
getTargetDN() - Method in class org.apache.directory.shared.ldap.message.extended.CertGenerationRequest
 
getTargetEntry(List<? extends Modification>, Entry) - Static method in class org.apache.directory.shared.ldap.schema.SchemaUtils
Gets the target entry as it would look after a modification operation were performed on it.
getTerminalFilter() - Method in class org.apache.directory.shared.ldap.codec.search.SearchRequestCodec
Get the comparison dilter
getThrowable(int) - Method in interface org.apache.directory.shared.ldap.util.Nestable
Returns the Throwable in the chain of Throwables at the specified index, numbered from 0.
getThrowable(int) - Method in class org.apache.directory.shared.ldap.util.NestableDelegate
Returns the Throwable in the chain of Throwables at the specified index, numbered from 0.
getThrowable(int) - Method in error org.apache.directory.shared.ldap.util.NestableError
 
getThrowable(int) - Method in exception org.apache.directory.shared.ldap.util.NestableException
 
getThrowable(int) - Method in exception org.apache.directory.shared.ldap.util.NestableRuntimeException
 
getThrowableCount(Throwable) - Static method in class org.apache.directory.shared.ldap.util.ExceptionUtils
Counts the number of Throwable objects in the exception chain.
getThrowableCount() - Method in interface org.apache.directory.shared.ldap.util.Nestable
Returns the number of nested Throwables represented by this Nestable, including this Nestable.
getThrowableCount() - Method in class org.apache.directory.shared.ldap.util.NestableDelegate
Returns the number of Throwables contained in the Nestable contained by this delegate.
getThrowableCount() - Method in error org.apache.directory.shared.ldap.util.NestableError
 
getThrowableCount() - Method in exception org.apache.directory.shared.ldap.util.NestableException
 
getThrowableCount() - Method in exception org.apache.directory.shared.ldap.util.NestableRuntimeException
 
getThrowables(Throwable) - Static method in class org.apache.directory.shared.ldap.util.ExceptionUtils
Returns the list of Throwable objects in the exception chain.
getThrowables() - Method in interface org.apache.directory.shared.ldap.util.Nestable
Returns this Nestable and any nested Throwables in an array of Throwables, one element for each Throwable.
getThrowables() - Method in class org.apache.directory.shared.ldap.util.NestableDelegate
Returns this delegate's Nestable and any nested Throwables in an array of Throwables, one element for each Throwable.
getThrowables() - Method in error org.apache.directory.shared.ldap.util.NestableError
 
getThrowables() - Method in exception org.apache.directory.shared.ldap.util.NestableException
 
getThrowables() - Method in exception org.apache.directory.shared.ldap.util.NestableRuntimeException
 
getTimeLimit() - Method in class org.apache.directory.shared.ldap.codec.search.SearchRequestCodec
Get the time limit
getTimeLimit() - Method in interface org.apache.directory.shared.ldap.message.internal.InternalSearchRequest
Gets the timelimit that restricts the maximum time (in seconds) allowed for a search.
getTimeLimit() - Method in class org.apache.directory.shared.ldap.message.SearchParams
 
getTimeLimit() - Method in class org.apache.directory.shared.ldap.message.SearchRequestImpl
Gets the timelimit that restricts the maximum time (in seconds) allowed for a search.
getTimeOffline() - Method in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulAction
 
getTimeOffline() - Method in class org.apache.directory.shared.ldap.message.extended.GracefulDisconnect
 
getTimeOffline() - Method in class org.apache.directory.shared.ldap.message.extended.GracefulShutdownRequest
 
getTimestamp() - Method in class org.apache.directory.shared.ldap.csn.Csn
 
getType() - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue.SyncInfoValueControl
Get the control type.
getType() - Method in class org.apache.directory.shared.ldap.codec.extended.operations.storedProcedure.StoredProcedure.StoredProcedureParameter
 
getType() - Method in class org.apache.directory.shared.ldap.codec.search.ExtensibleMatchFilter
Get the type
getType() - Method in class org.apache.directory.shared.ldap.codec.search.SubstringFilter
Get the attribute
getType() - Method in class org.apache.directory.shared.ldap.message.internal.InternalAbstractMessage
Gets the LDAP message type code associated with this Message.
getType() - Method in interface org.apache.directory.shared.ldap.message.internal.InternalMessage
Gets the LDAP message type code associated with this Message.
getType() - Method in class org.apache.directory.shared.ldap.schema.ObjectClass
Gets the type of this ObjectClass as a type safe enum.
getType() - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultSchemaObjectRegistry
getType() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableAttributeTypeRegistry
getType() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableComparatorRegistry
getType() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableDITContentRuleRegistry
getType() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableDITStructureRuleRegistry
getType() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableLdapSyntaxRegistry
getType() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableMatchingRuleRegistry
getType() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableMatchingRuleUseRegistry
getType() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableNameFormRegistry
getType() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableNormalizerRegistry
getType() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableObjectClassRegistry
getType() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableSyntaxCheckerRegistry
getType() - Method in interface org.apache.directory.shared.ldap.schema.registries.SchemaObjectRegistry
 
getType() - Method in class org.apache.directory.shared.ldap.util.LdapURL.Extension
Gets the type.
getType(byte[]) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Build an AttributeType froma byte array.
getTypesOnly() - Method in interface org.apache.directory.shared.ldap.message.internal.InternalSearchRequest
An indicator as to whether search results will contain both attribute types and values, or just attribute types.
getTypesOnly() - Method in class org.apache.directory.shared.ldap.message.SearchRequestImpl
An indicator as to whether search results will contain both attribute types and values, or just attribute types.
getUnbindRequest() - Method in class org.apache.directory.shared.ldap.codec.LdapMessageContainer
 
getUnion(Attribute, Attribute) - Static method in class org.apache.directory.shared.ldap.util.AttributeUtils
Creates a new attribute which contains the values representing the union of two attributes.
getUpdateCodes() - Static method in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
Gets an array of result code enumerations that reports problems related to attempts to add, delete, or modify information in the DIB.
getUpId() - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientAttribute
Get's the user provided identifier for this entry.
getUpId() - Method in interface org.apache.directory.shared.ldap.entry.EntryAttribute
Get's the user provided identifier for this entry.
getUpName() - Method in class org.apache.directory.shared.ldap.name.AVA
Get the user provided form of this attribute type and value
getUpName() - Method in class org.apache.directory.shared.ldap.name.RDN
 
getUpToClass() - Method in class org.apache.directory.shared.ldap.util.ReflectionToStringBuilder
Gets the last super class to stop appending fields for.
getUpType() - Method in class org.apache.directory.shared.ldap.name.AVA
Get the user provided type of a AVA
getUpType() - Method in class org.apache.directory.shared.ldap.name.RDN
Return the user provided type, or the first one of we have more than one (the lowest)
getUpValue() - Method in class org.apache.directory.shared.ldap.name.AVA
Get the User Provided Value of a AVA
getUpValue() - Method in class org.apache.directory.shared.ldap.name.RDN
Return the User Provided value
getUsage() - Method in class org.apache.directory.shared.ldap.schema.AttributeType
Determines the usage for this AttributeType.
getUsage(String) - Static method in enum org.apache.directory.shared.ldap.schema.MatchingRuleEnum
Gets the enumeration type for the usage string regardless of case.
getUsage(String) - Static method in enum org.apache.directory.shared.ldap.schema.UsageEnum
Gets the enumeration type for the attributeType usage string regardless of case.
getUsedBy(SchemaObject) - Method in class org.apache.directory.shared.ldap.schema.registries.Registries
Gets the Set of SchemaObjects referencing the given SchemaObject
getUserClasses() - Method in class org.apache.directory.shared.ldap.aci.ACITuple
Returns the collection of UserClasses this tuple relates to.
getUserClasses() - Method in class org.apache.directory.shared.ldap.aci.ItemPermission
Returns the collection of UserClasses.
getUserClasses() - Method in class org.apache.directory.shared.ldap.aci.UserFirstACIItem
Returns the set of UserClasses.
getUserDir() - Static method in class org.apache.directory.shared.ldap.util.SystemUtils
Gets the user directory as a File.
getUserHome() - Static method in class org.apache.directory.shared.ldap.util.SystemUtils
Gets the user home directory as a File.
getUserPermission() - Method in class org.apache.directory.shared.ldap.aci.UserFirstACIItem
Returns the set of UserPermissions.
getUsing(SchemaObject) - Method in class org.apache.directory.shared.ldap.schema.registries.Registries
Gets the Set of SchemaObjects referenced by the given SchemaObject
getValue() - Method in class org.apache.directory.shared.ldap.aci.ProtectedItem.MaxImmSub
Returns the maximum number of immediate subordinates.
getValue() - Method in class org.apache.directory.shared.ldap.codec.controls.AbstractControl
Get the control value
getValue() - Method in class org.apache.directory.shared.ldap.codec.controls.ControlImpl
Get the raw control encoded bytes
getValue() - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncDoneValue.SyncDoneValueControl
Get the control value
getValue() - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue.SyncInfoValueControl
Get the control value
getValue() - Method in enum org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue.SyncInfoValueTags
 
getValue() - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue.SyncRequestValueControl
Get the control value
getValue() - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue.SyncStateValueControl
Get the control value
getValue() - Method in class org.apache.directory.shared.ldap.codec.extended.operations.storedProcedure.StoredProcedure.StoredProcedureParameter
 
getValue() - Method in class org.apache.directory.shared.ldap.codec.search.controls.ChangeType
 
getValue() - Method in class org.apache.directory.shared.ldap.codec.search.controls.entryChange.EntryChangeControl
Get the control value
getValue() - Method in class org.apache.directory.shared.ldap.codec.search.controls.pagedSearch.PagedResultsControl
Get the control value
getValue() - Method in class org.apache.directory.shared.ldap.codec.search.controls.persistentSearch.PersistentSearchControl
Get the control value
getValue() - Method in class org.apache.directory.shared.ldap.codec.search.controls.subentries.SubentriesControl
Get the control value
getValue() - Method in enum org.apache.directory.shared.ldap.entry.ModificationOperation
 
getValue() - Method in class org.apache.directory.shared.ldap.filter.ExtensibleNode
Gets the value.
getValue() - Method in class org.apache.directory.shared.ldap.filter.SimpleNode
Gets the value.
getValue() - Method in enum org.apache.directory.shared.ldap.message.AliasDerefMode
 
getValue() - Method in interface org.apache.directory.shared.ldap.message.control.Control
Returns the encoded value for this Control
getValue() - Method in enum org.apache.directory.shared.ldap.message.control.replication.SynchronizationInfoEnum
 
getValue() - Method in enum org.apache.directory.shared.ldap.message.control.replication.SynchronizationModeEnum
 
getValue() - Method in enum org.apache.directory.shared.ldap.message.control.replication.SyncStateTypeEnum
 
getValue() - Method in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
 
getValue(String) - Method in class org.apache.directory.shared.ldap.name.RDN
Get the Value of the AttributeTypeAndValue which type is given as an argument.
getValue() - Method in enum org.apache.directory.shared.ldap.schema.MatchingRuleEnum
 
getValue() - Method in enum org.apache.directory.shared.ldap.schema.ObjectClassTypeEnum
 
getValue() - Method in enum org.apache.directory.shared.ldap.schema.SchemaObjectType
 
getValue() - Method in enum org.apache.directory.shared.ldap.schema.UsageEnum
 
getValue() - Method in class org.apache.directory.shared.ldap.sp.LdapContextParameter
 
getValue() - Method in interface org.apache.directory.shared.ldap.util.KeyValue
Gets the value from the pair.
getValue() - Method in class org.apache.directory.shared.ldap.util.LdapURL.Extension
Gets the value.
getValue(Field) - Method in class org.apache.directory.shared.ldap.util.ReflectionToStringBuilder
Calls java.lang.reflect.Field.get(Object).
getValue(int) - Method in class org.apache.directory.shared.ldap.util.SequencedHashMap
Gets the value at the specified index.
getValuesIn() - Method in class org.apache.directory.shared.ldap.aci.ProtectedItem.RestrictedByItem
Returns the attribute type only whose values are allowed in attributeType.
getVendor() - Method in class org.apache.directory.shared.ldap.message.spi.Provider
Gets this Providers vendor name if it was provided.
getVersion() - Method in class org.apache.directory.shared.ldap.codec.bind.BindRequestCodec
Get the protocol version
getVersion3() - Method in class org.apache.directory.shared.ldap.message.BindRequestImpl
Gets whether or not the Ldap v3 protocol is used.
getVersion3() - Method in interface org.apache.directory.shared.ldap.message.internal.InternalBindRequest
Gets whether or not the Ldap v3 protocol is used.
getYear(String) - Static method in class org.apache.directory.shared.ldap.util.DateUtils
 
globalOidRegistry - Variable in class org.apache.directory.shared.ldap.schema.registries.Registries
The global OID registry
GRACEFUL_ACTION_DELAY_TAG - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulActionConstants
This is the TAG used for the delay.
GRACEFUL_DISCONNECT_SEQUENCE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.gracefulDisconnect.GracefulDisconnectStatesEnum
Sequence
GRACEFUL_SHUTDOWN_SEQUENCE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.gracefulShutdown.GracefulShutdownStatesEnum
Sequence
GracefulAction - Class in org.apache.directory.shared.ldap.codec.extended.operations
A common class for graceful Disconnect and Shutdown extended operations.
GracefulAction() - Constructor for class org.apache.directory.shared.ldap.codec.extended.operations.GracefulAction
Default constructor.
GracefulAction(int, int) - Constructor for class org.apache.directory.shared.ldap.codec.extended.operations.GracefulAction
Create a GracefulAction object, with a timeOffline and a delay
GracefulActionConstants - Class in org.apache.directory.shared.ldap.codec.extended.operations
Graceful Disconnect and Shutdown extended operation constants
GracefulActionConstants() - Constructor for class org.apache.directory.shared.ldap.codec.extended.operations.GracefulActionConstants
 
GracefulDisconnect - Class in org.apache.directory.shared.ldap.codec.extended.operations.gracefulDisconnect
An extended operation to proceed a graceful disconnect
GracefulDisconnect(int, int) - Constructor for class org.apache.directory.shared.ldap.codec.extended.operations.gracefulDisconnect.GracefulDisconnect
Create a GracefulDisconnect object, with a timeOffline and a delay
GracefulDisconnect() - Constructor for class org.apache.directory.shared.ldap.codec.extended.operations.gracefulDisconnect.GracefulDisconnect
Default constructor.
GracefulDisconnect - Class in org.apache.directory.shared.ldap.message.extended
An unsolicited notification, extended response, intended for notifying clients of upcoming disconnection due to intended service windows.
GracefulDisconnect(byte[]) - Constructor for class org.apache.directory.shared.ldap.message.extended.GracefulDisconnect
 
GracefulDisconnect(int, int) - Constructor for class org.apache.directory.shared.ldap.message.extended.GracefulDisconnect
 
GracefulDisconnectContainer - Class in org.apache.directory.shared.ldap.codec.extended.operations.gracefulDisconnect
A container for the GracefulDisconnect codec.
GracefulDisconnectContainer() - Constructor for class org.apache.directory.shared.ldap.codec.extended.operations.gracefulDisconnect.GracefulDisconnectContainer
Creates a new GracefulDisconnectContainer object.
GracefulDisconnectDecoder - Class in org.apache.directory.shared.ldap.codec.extended.operations.gracefulDisconnect
A decoder for GracefulDisconnects.
GracefulDisconnectDecoder() - Constructor for class org.apache.directory.shared.ldap.codec.extended.operations.gracefulDisconnect.GracefulDisconnectDecoder
 
GracefulDisconnectGrammar - Class in org.apache.directory.shared.ldap.codec.extended.operations.gracefulDisconnect
This class implements the Graceful Disconnect.
GracefulDisconnectStatesEnum - Class in org.apache.directory.shared.ldap.codec.extended.operations.gracefulDisconnect
This class store the GracefulDisconnect's grammar constants.
GracefulShutdown - Class in org.apache.directory.shared.ldap.codec.extended.operations.gracefulShutdown
An extended operation to proceed a graceful shutdown
GracefulShutdown() - Constructor for class org.apache.directory.shared.ldap.codec.extended.operations.gracefulShutdown.GracefulShutdown
 
GracefulShutdownContainer - Class in org.apache.directory.shared.ldap.codec.extended.operations.gracefulShutdown
A container for the GracefulShutdown codec.
GracefulShutdownContainer() - Constructor for class org.apache.directory.shared.ldap.codec.extended.operations.gracefulShutdown.GracefulShutdownContainer
Creates a new GracefulShutdownContainer object.
GracefulShutdownDecoder - Class in org.apache.directory.shared.ldap.codec.extended.operations.gracefulShutdown
A decoder for GracefulShutdowns.
GracefulShutdownDecoder() - Constructor for class org.apache.directory.shared.ldap.codec.extended.operations.gracefulShutdown.GracefulShutdownDecoder
 
GracefulShutdownGrammar - Class in org.apache.directory.shared.ldap.codec.extended.operations.gracefulShutdown
This class implements the Graceful shutdown.
GracefulShutdownRequest - Class in org.apache.directory.shared.ldap.message.extended
An extended operation requesting the server to shutdown it's LDAP service port while allowing established clients to complete or abandon operations already in progress.
GracefulShutdownRequest(int) - Constructor for class org.apache.directory.shared.ldap.message.extended.GracefulShutdownRequest
 
GracefulShutdownRequest(int, int, int) - Constructor for class org.apache.directory.shared.ldap.message.extended.GracefulShutdownRequest
 
GracefulShutdownResponse - Class in org.apache.directory.shared.ldap.message.extended
The response sent back from the server when a GracefulShutdownRequest extended operation is sent.
GracefulShutdownResponse(int, ResultCodeEnum) - Constructor for class org.apache.directory.shared.ldap.message.extended.GracefulShutdownResponse
 
GracefulShutdownResponse(int) - Constructor for class org.apache.directory.shared.ldap.message.extended.GracefulShutdownResponse
 
GracefulShutdownStatesEnum - Class in org.apache.directory.shared.ldap.codec.extended.operations.gracefulShutdown
This class store the GracefulShutdown's grammar constants.
GRANT_ADD - Static variable in class org.apache.directory.shared.ldap.aci.GrantAndDenial
Grant for MicroOperation.ADD
GRANT_BROWSE - Static variable in class org.apache.directory.shared.ldap.aci.GrantAndDenial
Grant for MicroOperation.BROWSE
GRANT_COMPARE - Static variable in class org.apache.directory.shared.ldap.aci.GrantAndDenial
Grant for MicroOperation.COMPARE
GRANT_DISCLOSE_ON_ERROR - Static variable in class org.apache.directory.shared.ldap.aci.GrantAndDenial
Grant for MicroOperation.DISCLOSE_ON_ERROR
GRANT_EXPORT - Static variable in class org.apache.directory.shared.ldap.aci.GrantAndDenial
Grant for MicroOperation.EXPORT
GRANT_FILTER_MATCH - Static variable in class org.apache.directory.shared.ldap.aci.GrantAndDenial
Grant for MicroOperation.FILTER_MATCH
GRANT_IMPORT - Static variable in class org.apache.directory.shared.ldap.aci.GrantAndDenial
Grant for MicroOperation.IMPORT
GRANT_INVOKE - Static variable in class org.apache.directory.shared.ldap.aci.GrantAndDenial
Grant for MicroOperation.INVOKE
GRANT_MODIFY - Static variable in class org.apache.directory.shared.ldap.aci.GrantAndDenial
Grant for MicroOperation.MODIFY
GRANT_READ - Static variable in class org.apache.directory.shared.ldap.aci.GrantAndDenial
Grant for MicroOperation.READ
GRANT_REMOVE - Static variable in class org.apache.directory.shared.ldap.aci.GrantAndDenial
Grant for MicroOperation.REMOVE
GRANT_RENAME - Static variable in class org.apache.directory.shared.ldap.aci.GrantAndDenial
Grant for MicroOperation.RENAME
GRANT_RETURN_DN - Static variable in class org.apache.directory.shared.ldap.aci.GrantAndDenial
Grant for MicroOperation.RETURN_DN
grantAndDenial() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
grantAndDenial() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
GrantAndDenial - Class in org.apache.directory.shared.ldap.aci
An enumeration that represents grants or denials of MicroOperations.
grantsAndDenials() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
grantsAndDenials() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
GREATER_OR_EQUAL_FILTER - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
GREATER_OR_EQUAL_FILTER_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
GREATER_OR_EQUAL_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
GreaterEqNode<T> - Class in org.apache.directory.shared.ldap.filter
A assertion value node for GreaterOrEqual.
GreaterEqNode(String, Value<T>) - Constructor for class org.apache.directory.shared.ldap.filter.GreaterEqNode
Creates a new GreaterOrEqual object.
GuideSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a Guide according to RFC 4517.
GuideSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.GuideSyntaxChecker
Creates a new instance of GuideSyntaxChecker

H

hasAtLeastOneMethodWithName(Class, String) - Static method in class org.apache.directory.shared.ldap.util.SpringClassUtils
Does the given class and/or its superclasses at least have one or more methods (with any argument types)? Includes non-public methods.
hasAttributeType(String) - Method in interface org.apache.directory.shared.ldap.schema.SchemaDao
 
hasChildren() - Method in class org.apache.directory.shared.ldap.util.tree.DnBranchNode
Tells if a branchNode has some children or not
hasCompositeComponents(String) - Static method in class org.apache.directory.shared.ldap.util.NamespaceTools
Checks to see if a name has name complex name components in it.
hasControl(String) - Method in class org.apache.directory.shared.ldap.message.internal.InternalAbstractMessage
 
hasControl(String) - Method in interface org.apache.directory.shared.ldap.message.internal.InternalMessage
Checks whether or not this message has the specified control.
hasDescendants(String) - Method in interface org.apache.directory.shared.ldap.schema.registries.AttributeTypeRegistry
Quick lookup to see if an attribute has descendants.
hasDescendants(String) - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultAttributeTypeRegistry
Quick lookup to see if an attribute has descendants.
hasDescendants(String) - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultObjectClassRegistry
Quick lookup to see if an objectClass has descendants.
hasDescendants(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableAttributeTypeRegistry
Quick lookup to see if an attribute has descendants.
hasDescendants(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableObjectClassRegistry
Quick lookup to see if an objectClass has descendants.
hasDescendants(String) - Method in interface org.apache.directory.shared.ldap.schema.registries.ObjectClassRegistry
Quick lookup to see if an objectClass has descendants.
hasDnAttributes() - Method in class org.apache.directory.shared.ldap.filter.ExtensibleNode
Gets the Dn attributes.
hashCode() - Method in class org.apache.directory.shared.ldap.csn.Csn
Returns a hash code value for the object.
hashCode() - Method in class org.apache.directory.shared.ldap.entry.client.ClientBinaryValue
 
hashCode() - Method in class org.apache.directory.shared.ldap.entry.client.ClientModification
Compute the modification @see Object#hashCode
hashCode() - Method in class org.apache.directory.shared.ldap.entry.client.ClientStringValue
 
hashCode() - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientAttribute
The hashCode is based on the id, the isHR flag and on the internal values.
hashCode() - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientEntry
Get the hash code of this ClientEntry.
hashCode() - Method in class org.apache.directory.shared.ldap.filter.AbstractExprNode
 
hashCode() - Method in class org.apache.directory.shared.ldap.filter.AndNode
 
hashCode() - Method in class org.apache.directory.shared.ldap.filter.AssertionNode
 
hashCode() - Method in class org.apache.directory.shared.ldap.filter.BranchNode
(non-Javadoc)
hashCode() - Method in class org.apache.directory.shared.ldap.filter.ExtensibleNode
 
hashCode() - Method in class org.apache.directory.shared.ldap.filter.LeafNode
 
hashCode() - Method in class org.apache.directory.shared.ldap.filter.OrNode
 
hashCode() - Method in class org.apache.directory.shared.ldap.filter.ScopeNode
 
hashCode() - Method in class org.apache.directory.shared.ldap.filter.SimpleNode
 
hashCode() - Method in class org.apache.directory.shared.ldap.filter.SubstringNode
 
hashCode() - Method in class org.apache.directory.shared.ldap.message.AbandonRequestImpl
 
hashCode() - Method in class org.apache.directory.shared.ldap.message.AddRequestImpl
 
hashCode() - Method in class org.apache.directory.shared.ldap.message.BindRequestImpl
 
hashCode() - Method in class org.apache.directory.shared.ldap.message.internal.InternalAbstractMessage
 
hashCode() - Method in class org.apache.directory.shared.ldap.message.internal.InternalAbstractRequest
 
hashCode() - Method in class org.apache.directory.shared.ldap.name.AVA
Gets the hashcode of this object.
hashCode() - Method in class org.apache.directory.shared.ldap.name.DN
Gets the hash code of this name.
hashCode() - Method in class org.apache.directory.shared.ldap.name.RDN
Gets the hashcode of this rdn.
hashCode() - Method in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
 
hashCode() - Method in interface org.apache.directory.shared.ldap.schema.SchemaObject
 
hashCode() - Method in class org.apache.directory.shared.ldap.schema.SchemaObjectWrapper
Compute the hash code for this wrapper.
hashCode() - Method in class org.apache.directory.shared.ldap.trigger.ActionTime
 
hashCode() - Method in class org.apache.directory.shared.ldap.trigger.LdapOperation
 
hashCode() - Method in class org.apache.directory.shared.ldap.trigger.StoredProcedureLanguageSchemeOption
 
hashCode() - Method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter
 
hashCode() - Method in class org.apache.directory.shared.ldap.trigger.StoredProcedureSearchContextOption
 
hashCode() - Method in class org.apache.directory.shared.ldap.trigger.TriggerSpecification.SPSpec
 
hashCode(Object) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Get a hashCode for an array handling multi-dimensional arrays correctly.
hashCode() - Method in class org.apache.directory.shared.ldap.util.GeneralizedTime
 
hashCode() - Method in class org.apache.directory.shared.ldap.util.LdapURL
Compute the instance's hash code
hashCode(Object) - Static method in class org.apache.directory.shared.ldap.util.ObjectUtils
Gets the hash code of an object returning zero when the object is null.
hashCode() - Method in class org.apache.directory.shared.ldap.util.SequencedHashMap
Implements Map.hashCode().
HashCodeBuilder - Class in org.apache.directory.shared.ldap.util
Assists in implementing Object.hashCode() methods.
HashCodeBuilder() - Constructor for class org.apache.directory.shared.ldap.util.HashCodeBuilder
Constructor.
HashCodeBuilder(int, int) - Constructor for class org.apache.directory.shared.ldap.util.HashCodeBuilder
Constructor.
hasMatchingRule(String) - Method in interface org.apache.directory.shared.ldap.schema.SchemaDao
 
hasMethod(Class, String, Class[]) - Static method in class org.apache.directory.shared.ldap.util.SpringClassUtils
Determine whether the given class has a method with the given signature.
hasMore() - Method in class org.apache.directory.shared.ldap.message.ArrayNamingEnumeration
 
hasMore() - Method in class org.apache.directory.shared.ldap.message.IteratorNamingEnumeration
 
hasMore() - Method in class org.apache.directory.shared.ldap.util.EmptyEnumeration
Always returns false.
hasMore() - Method in class org.apache.directory.shared.ldap.util.SingletonEnumeration
 
hasMoreElements() - Method in class org.apache.directory.shared.ldap.message.ArrayNamingEnumeration
 
hasMoreElements() - Method in class org.apache.directory.shared.ldap.message.IteratorNamingEnumeration
 
hasMoreElements() - Method in class org.apache.directory.shared.ldap.util.ArrayEnumeration
 
hasMoreElements() - Method in class org.apache.directory.shared.ldap.util.EmptyEnumeration
Always return false.
hasMoreElements() - Method in class org.apache.directory.shared.ldap.util.SingletonEnumeration
 
hasNext() - Method in class org.apache.directory.shared.ldap.util.JoinIterator
 
hasObjectClass(String) - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientEntry
Tells if an entry has a specific ObjectClass value
hasObjectClass(String) - Method in interface org.apache.directory.shared.ldap.entry.Entry
Tells if an entry as a specific ObjectClass value
hasObjectClass(String) - Method in interface org.apache.directory.shared.ldap.schema.SchemaDao
 
hasOption() - Method in class org.apache.directory.shared.ldap.schema.AttributeTypeOptions
 
hasOption(String) - Method in class org.apache.directory.shared.ldap.schema.AttributeTypeOptions
 
hasParentElement(DN) - Method in class org.apache.directory.shared.ldap.util.tree.DnBranchNode
Tells if the DN contains a parent in the tree.
hasResponse() - Method in class org.apache.directory.shared.ldap.message.internal.InternalAbstractRequest
Indicator flag used to determine whether or not this type of request produces a reply.
hasResponse() - Method in interface org.apache.directory.shared.ldap.message.internal.InternalRequest
Tests to see if this Request produces one or more response types.
hasSyntax(String) - Method in interface org.apache.directory.shared.ldap.schema.SchemaDao
 
hasSyntaxChecker(String) - Method in interface org.apache.directory.shared.ldap.schema.SchemaDao
 
hasValue() - Method in class org.apache.directory.shared.ldap.codec.controls.AbstractControl
Tells if the Control has a value or not
hasValue() - Method in interface org.apache.directory.shared.ldap.message.control.Control
Tells if the Control has a value or not
HEX - Static variable in interface org.apache.directory.shared.ldap.name.AntlrDnTokenTypes
 
HEXPAIR - Static variable in interface org.apache.directory.shared.ldap.name.AntlrDnTokenTypes
 
HEXPAIR_OR_ESCESC_ESCSHARP_OR_ESC - Static variable in interface org.apache.directory.shared.ldap.name.AntlrDnTokenTypes
 
hexstring(AntlrDnParser.UpAndNormValue) - Method in class org.apache.directory.shared.ldap.name.AntlrDnParser
RFC 4514 Section 3 hexstring = SHARP 1*hexpair If in form, a BER representation can be obtained from converting each of the to the octet indicated by the .
HEXVALUE - Static variable in interface org.apache.directory.shared.ldap.name.AntlrDnTokenTypes
 
HEXVALUE_OR_SHARP - Static variable in interface org.apache.directory.shared.ldap.name.AntlrDnTokenTypes
 
HttpClientError - Error in org.apache.directory.shared.ldap.codec.util
Signals that an error has occurred.
HttpClientError() - Constructor for error org.apache.directory.shared.ldap.codec.util.HttpClientError
Creates a new HttpClientError with a null detail message.
HttpClientError(String) - Constructor for error org.apache.directory.shared.ldap.codec.util.HttpClientError
Creates a new HttpClientError with the specified detail message.
HYPEN - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueTokenTypes
 
HYPHEN - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
HYPHEN - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
HYPHEN - Static variable in interface org.apache.directory.shared.ldap.name.AntlrDnTokenTypes
 

I

Ia5StringSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
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.syntaxCheckers.Ia5StringSyntaxChecker
Creates a new instance of Ia5StringSyntaxChecker.
id - Variable in class org.apache.directory.shared.ldap.entry.client.DefaultClientAttribute
The normalized ID
ID_add - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_AFTER - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_allAttributeValues - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_allAttributeValues - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_allUserAttributeTypes - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_allUserAttributeTypes - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_allUserAttributeTypesAndValues - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_allUserAttributeTypesAndValues - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_allUsers - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_allUsers - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_and - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_and - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_and - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
ID_and - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
ID_attributes - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_attributeType - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_attributeType - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_authenticationLevel - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_authenticationLevel - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_base - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_base - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_base - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
ID_base - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
ID_basicLevels - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_basicLevels - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_CALL - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_chopAfter - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_chopAfter - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_chopAfter - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
ID_chopAfter - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
ID_chopBefore - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_chopBefore - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_chopBefore - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
ID_chopBefore - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
ID_classes - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_classes - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_delete - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_deletedEntry - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_deleteoldrdn - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_denyAdd - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_denyAdd - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_denyBrowse - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_denyBrowse - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_denyCompare - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_denyCompare - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_denyDiscloseOnError - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_denyDiscloseOnError - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_denyExport - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_denyExport - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_denyFilterMatch - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_denyFilterMatch - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_denyImport - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_denyImport - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_denyInvoke - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_denyInvoke - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_denyModify - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_denyModify - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_denyRead - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_denyRead - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_denyRemove - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_denyRemove - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_denyRename - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_denyRename - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_denyReturnDN - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_denyReturnDN - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_entry - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_entry - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_entry - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_FALSE - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_FALSE - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_grantAdd - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_grantAdd - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_grantBrowse - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_grantBrowse - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_grantCompare - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_grantCompare - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_grantDiscloseOnError - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_grantDiscloseOnError - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_grantExport - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_grantExport - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_grantFilterMatch - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_grantFilterMatch - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_grantImport - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_grantImport - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_grantInvoke - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_grantInvoke - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_grantModify - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_grantModify - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_grantRead - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_grantRead - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_grantRemove - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_grantRemove - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_grantRename - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_grantRename - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_grantReturnDN - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_grantReturnDN - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_grantsAndDenials - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_grantsAndDenials - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_identificationTag - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_identificationTag - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_item - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_item - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_item - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
ID_item - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
ID_itemFirst - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_itemFirst - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_itemOrUserFirst - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_itemOrUserFirst - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_itemPermissions - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_itemPermissions - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_languageScheme - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_ldapContext - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_level - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_level - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_localQualifier - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_localQualifier - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_maxCount - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_maxCount - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_maxImmSub - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_maxImmSub - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_maximum - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_maximum - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_maximum - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
ID_maximum - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
ID_maxValueCount - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_maxValueCount - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_minimum - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_minimum - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_minimum - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
ID_minimum - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
ID_modification - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_modify - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_modifyDN - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_modifyDNExport - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_modifyDNImport - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_modifyDNRename - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_name - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_name - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_name - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_newDN - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_newEntry - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_newrdn - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_newSuperior - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_none - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_none - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_not - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_not - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_not - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
ID_not - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
ID_object - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_oldEntry - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_oldRDN - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_oldSuperiorDN - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_operationPrincipal - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_or - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_or - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_or - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
ID_or - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
ID_parentOfEntry - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_parentOfEntry - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_precedence - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_precedence - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_protectedItems - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_protectedItems - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_rangeOfValues - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_rangeOfValues - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_restrictedBy - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_restrictedBy - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_scope_base - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_scope_one - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_scope_subtree - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_search_scope - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_searchContext - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_selfValue - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_selfValue - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_signed - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_signed - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_simple - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_simple - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_specificationFilter - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_specificationFilter - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_specificationFilter - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
ID_specificationFilter - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
ID_specificExclusions - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_specificExclusions - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_specificExclusions - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
ID_specificExclusions - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
ID_strong - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_strong - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_subtree - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_subtree - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_thisEntry - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_thisEntry - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_TRUE - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_TRUE - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_type - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_type - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_userClasses - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_userClasses - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_userFirst - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_userFirst - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_userGroup - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_userGroup - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_userPermissions - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_userPermissions - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_valuesIn - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_valuesIn - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
IDENTIFIER - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
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.
ImmutableAttributesWrapper - Class in org.apache.directory.shared.ldap.util
Document me!
ImmutableAttributesWrapper(Attributes) - Constructor for class org.apache.directory.shared.ldap.util.ImmutableAttributesWrapper
 
ImmutableAttributeTypeRegistry - Class in org.apache.directory.shared.ldap.schema.registries
An immutable wrapper of the AttributeType registry.
ImmutableAttributeTypeRegistry(AttributeTypeRegistry) - Constructor for class org.apache.directory.shared.ldap.schema.registries.ImmutableAttributeTypeRegistry
Creates a new instance of ImmutableAttributeTypeRegistry.
ImmutableAttributeWrapper - Class in org.apache.directory.shared.ldap.util
A read only wrapper around an Attributes object.
ImmutableAttributeWrapper(Attribute) - Constructor for class org.apache.directory.shared.ldap.util.ImmutableAttributeWrapper
 
ImmutableComparatorRegistry - Class in org.apache.directory.shared.ldap.schema.registries
An immutable wrapper of the Comparator registry.
ImmutableComparatorRegistry(ComparatorRegistry) - Constructor for class org.apache.directory.shared.ldap.schema.registries.ImmutableComparatorRegistry
Creates a new immutable ComparatorRegistry instance.
ImmutableDITContentRuleRegistry - Class in org.apache.directory.shared.ldap.schema.registries
An immutable wrapper of the DITContentRule registry.
ImmutableDITContentRuleRegistry(DITContentRuleRegistry) - Constructor for class org.apache.directory.shared.ldap.schema.registries.ImmutableDITContentRuleRegistry
Creates a new instance of ImmutableDITContentRuleRegistry.
ImmutableDITStructureRuleRegistry - Class in org.apache.directory.shared.ldap.schema.registries
An immutable wrapper of the DITStructureRule registry.
ImmutableDITStructureRuleRegistry(DITStructureRuleRegistry) - Constructor for class org.apache.directory.shared.ldap.schema.registries.ImmutableDITStructureRuleRegistry
Creates a new instance of ImmutableDITStructureRuleRegistry.
ImmutableLdapSyntaxRegistry - Class in org.apache.directory.shared.ldap.schema.registries
An immutable wrapper of the Syntax registry.
ImmutableLdapSyntaxRegistry(LdapSyntaxRegistry) - Constructor for class org.apache.directory.shared.ldap.schema.registries.ImmutableLdapSyntaxRegistry
Creates a new instance of ImmutableLdapSyntaxRegistry.
ImmutableMatchingRuleRegistry - Class in org.apache.directory.shared.ldap.schema.registries
An immutable wrapper of the MatchingRule registry.
ImmutableMatchingRuleRegistry(MatchingRuleRegistry) - Constructor for class org.apache.directory.shared.ldap.schema.registries.ImmutableMatchingRuleRegistry
Creates a new instance of ImmutableMatchingRuleRegistry.
ImmutableMatchingRuleUseRegistry - Class in org.apache.directory.shared.ldap.schema.registries
An immutable wrapper of the MatchingRuleUse registry.
ImmutableMatchingRuleUseRegistry(MatchingRuleUseRegistry) - Constructor for class org.apache.directory.shared.ldap.schema.registries.ImmutableMatchingRuleUseRegistry
Creates a new instance of ImmutableMatchingRuleUseRegistry.
ImmutableNameFormRegistry - Class in org.apache.directory.shared.ldap.schema.registries
An immutable wrapper of the NameForm registry.
ImmutableNameFormRegistry(NameFormRegistry) - Constructor for class org.apache.directory.shared.ldap.schema.registries.ImmutableNameFormRegistry
Creates a new instance of ImmutableNameFormRegistry.
ImmutableNormalizerRegistry - Class in org.apache.directory.shared.ldap.schema.registries
An immutable wrapper of the Normalizer registry.
ImmutableNormalizerRegistry(NormalizerRegistry) - Constructor for class org.apache.directory.shared.ldap.schema.registries.ImmutableNormalizerRegistry
Creates a new immutable NormalizerRegistry instance.
ImmutableObjectClassRegistry - Class in org.apache.directory.shared.ldap.schema.registries
An immutable wrapper of the ObjectClass registry.
ImmutableObjectClassRegistry(ObjectClassRegistry) - Constructor for class org.apache.directory.shared.ldap.schema.registries.ImmutableObjectClassRegistry
Creates a new instance of ImmutableAttributeTypeRegistry.
ImmutableSyntaxCheckerRegistry - Class in org.apache.directory.shared.ldap.schema.registries
An immutable wrapper of the SyntaxChecker registry.
ImmutableSyntaxCheckerRegistry(SyntaxCheckerRegistry) - Constructor for class org.apache.directory.shared.ldap.schema.registries.ImmutableSyntaxCheckerRegistry
Creates a new instance of ImmutableSyntaxCheckerRegistry.
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
 
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
 
INFERIOR - Static variable in class org.apache.directory.shared.ldap.name.RDN
Constant used in comparisons
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() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
Creates a (normalizing) subordinate DnParser for parsing Names.
init(Map<String, OidNormalizer>) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
Creates a (normalizing) subordinate DnParser for parsing Names.
init() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationChecker
Does nothing.
init(Map<String, OidNormalizer>) - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParser
Does nothing.
init() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
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
 
initControls() - Method in class org.apache.directory.shared.ldap.codec.LdapMessageCodec
Init the controls array
initEntry() - Method in class org.apache.directory.shared.ldap.codec.add.AddRequestCodec
Initialize the Entry.
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
 
initialize() - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Initializes the SchemaService
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.ModifyRequestCodec
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.LdapResultCodec
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
 
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: '$' == $.
INSTANCE - Static variable in class org.apache.directory.shared.ldap.schema.normalizers.NameOrNumericIdNormalizer
A static instance of this normalizer
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(DN) - 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_DN
 
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 method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.ModifyDN_OLD_RDN
 
instance() - Static method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.ModifyDN_OLD_SUPERIOR_DN
 
INSUFFICIENT_ACCESS_RIGHTS - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
INTEGER - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
INTEGER - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
INTEGER - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
INTEGER - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
INTEGER_OR_NUMERICOID - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
INTEGER_OR_NUMERICOID - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
INTEGER_OR_NUMERICOID - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
INTEGER_OR_NUMERICOID - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
IntegerOrderingComparator - Class in org.apache.directory.shared.ldap.schema.comparators
A class for the integerOrderingMatch matchingRule (RFC 4517, par.
IntegerOrderingComparator(String) - Constructor for class org.apache.directory.shared.ldap.schema.comparators.IntegerOrderingComparator
The IntegerOrderingComparator constructor.
IntegerSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is an Integer according to RFC 4517.
IntegerSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.IntegerSyntaxChecker
Creates a new instance of IntegerSyntaxChecker.
INTERMEDIATE_RESPONSE_NAME_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
INTERMEDIATE_RESPONSE_NAME_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
INTERMEDIATE_RESPONSE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
INTERMEDIATE_RESPONSE_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
INTERMEDIATE_RESPONSE_VALUE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
INTERMEDIATE_RESPONSE_VALUE_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
IntermediateResponseCodec - Class in org.apache.directory.shared.ldap.codec.intermediate
A IntermediateResponse Message.
IntermediateResponseCodec() - Constructor for class org.apache.directory.shared.ldap.codec.intermediate.IntermediateResponseCodec
Creates a new IntermediateResponse object.
IntermediateResponseImpl - Class in org.apache.directory.shared.ldap.message
IntermediateResponse implementation
IntermediateResponseImpl(int) - Constructor for class org.apache.directory.shared.ldap.message.IntermediateResponseImpl
 
InternalAbandonableRequest - Interface in org.apache.directory.shared.ldap.message.internal
A request which can be abandoned.
InternalAbandonRequest - Interface in org.apache.directory.shared.ldap.message.internal
Abandon protocol operation request to terminate an operation already in progress.
InternalAbstractMessage - Class in org.apache.directory.shared.ldap.message.internal
Abstract message base class.
InternalAbstractMessage(int, MessageTypeEnum) - Constructor for class org.apache.directory.shared.ldap.message.internal.InternalAbstractMessage
Completes the instantiation of a Message.
InternalAbstractRequest - Class in org.apache.directory.shared.ldap.message.internal
The base request message class.
InternalAbstractRequest(int, MessageTypeEnum, boolean) - Constructor for class org.apache.directory.shared.ldap.message.internal.InternalAbstractRequest
Subclasses must provide these parameters via a super constructor call.
InternalAbstractResponse - Class in org.apache.directory.shared.ldap.message.internal
Abstract base for a Lockable Response message.
InternalAbstractResponse(int, MessageTypeEnum) - Constructor for class org.apache.directory.shared.ldap.message.internal.InternalAbstractResponse
Allows subclasses based on the abstract type to create a response to a request.
InternalAbstractResultResponse - Class in org.apache.directory.shared.ldap.message.internal
Abstract base for a Lockable ResultResponse message.
InternalAbstractResultResponse(int, MessageTypeEnum) - Constructor for class org.apache.directory.shared.ldap.message.internal.InternalAbstractResultResponse
Allows subclasses based on the abstract type to create a response to a request.
InternalAddRequest - Interface in org.apache.directory.shared.ldap.message.internal
Add protocol operation request used to add a new entry to the DIT.
InternalAddResponse - Interface in org.apache.directory.shared.ldap.message.internal
Add protocol response message used to confirm the results of a add request message.
InternalBindRequest - Interface in org.apache.directory.shared.ldap.message.internal
Bind protocol operation request which authenticates and begins a client session.
InternalBindResponse - Interface in org.apache.directory.shared.ldap.message.internal
Bind protocol response message used to confirm the results of a bind request message.
InternalCompareRequest - Interface in org.apache.directory.shared.ldap.message.internal
Compare request protocol message that tests an entry to see if it abides by an attribute value assertion.
InternalCompareResponse - Interface in org.apache.directory.shared.ldap.message.internal
Compare protocol response message used to confirm the results of a compare request message.
InternalDeleteRequest - Interface in org.apache.directory.shared.ldap.message.internal
Delete request protocol message used to remove an existing leaf entry from the directory.
InternalDeleteResponse - Interface in org.apache.directory.shared.ldap.message.internal
Delete protocol response message used to confirm the results of a delete request message.
InternalExtendedRequest - Interface in org.apache.directory.shared.ldap.message.internal
Extended protocol request message used to add to more operations to the protocol.
InternalExtendedResponse - Interface in org.apache.directory.shared.ldap.message.internal
Extended protocol response message used to confirm the results of a extended request message.
InternalIntermediateResponse - Interface in org.apache.directory.shared.ldap.message.internal
Intermediate response message used to return multiple response messages for a single search request (ExtendedRequest or Control).
InternalLdapResult - Interface in org.apache.directory.shared.ldap.message.internal
LDAPv3 result structure embedded into Responses.
InternalMessage - Interface in org.apache.directory.shared.ldap.message.internal
Root interface for all LDAP message type interfaces.
InternalModifyDnRequest - Interface in org.apache.directory.shared.ldap.message.internal
Modify DN request protocol message used to rename or move an existing entry in the directory.
InternalModifyDnResponse - Interface in org.apache.directory.shared.ldap.message.internal
Modify DN protocol response message used to confirm the results of a modify DN request message.
InternalModifyRequest - Interface in org.apache.directory.shared.ldap.message.internal
Modify request protocol message used to alter the attributes and values of an existing entry.
InternalModifyResponse - Interface in org.apache.directory.shared.ldap.message.internal
Modify protocol response message used to confirm the results of a modify request message.
InternalReferral - Interface in org.apache.directory.shared.ldap.message.internal
Represents a referral which is a set of alternative locations where an entry can be found.
InternalRequest - Interface in org.apache.directory.shared.ldap.message.internal
Ldap protocol request messages derive from this super interface.
InternalResponse - Interface in org.apache.directory.shared.ldap.message.internal
Super interface used as a marker for all protocol response type messages.
InternalResultResponse - Interface in org.apache.directory.shared.ldap.message.internal
An LDAP Response that contains an LDAPResult structure within it.
InternalResultResponseRequest - Interface in org.apache.directory.shared.ldap.message.internal
A request who's one or more responses contains an LdapResult.
InternalSearchRequest - Interface in org.apache.directory.shared.ldap.message.internal
Search request protocol message interface.
InternalSearchResponseDone - Interface in org.apache.directory.shared.ldap.message.internal
Search done protocol response message used to indicate the completion of a search request message.
InternalSearchResponseEntry - Interface in org.apache.directory.shared.ldap.message.internal
Search entry protocol response message used to return non referral entries to the client in response to a search request message.
InternalSearchResponseReference - Interface in org.apache.directory.shared.ldap.message.internal
Search reference protocol response message used to return referrals to the client in response to a search request message.
InternalUnbindRequest - Interface in org.apache.directory.shared.ldap.message.internal
Unbind protocol request message used to end a client session.
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
 
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.
InvalidCharacterException - Exception in org.apache.directory.shared.ldap.util.unicode
Exception thrown when a Character is invalid
InvalidCharacterException(int) - Constructor for exception org.apache.directory.shared.ldap.util.unicode.InvalidCharacterException
 
InvalidCSNException - Exception in org.apache.directory.shared.ldap.csn
A RuntimeException which is thrown when a wrong string representation is specified to create a new Csn.
InvalidCSNException() - Constructor for exception org.apache.directory.shared.ldap.csn.InvalidCSNException
Creates a new instance.
InvalidCSNException(String, Throwable) - Constructor for exception org.apache.directory.shared.ldap.csn.InvalidCSNException
Creates a new instance with the specified message and cause.
InvalidCSNException(String) - Constructor for exception org.apache.directory.shared.ldap.csn.InvalidCSNException
Creates a new instance with the specified message.
InvalidCSNException(Throwable) - Constructor for exception org.apache.directory.shared.ldap.csn.InvalidCSNException
Creates a new instance with the specified cause.
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.
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 class org.apache.directory.shared.ldap.message.AbstractAbandonableRequest
 
isAbandoned() - Method in interface org.apache.directory.shared.ldap.message.internal.InternalAbandonableRequest
Checks to see if this request has been abandoned.
isAbstract() - Method in class org.apache.directory.shared.ldap.schema.ObjectClass
Tells if the current ObjectClass is ABSTRACT
isAciiStringChar(byte[], int) - Static method in class org.apache.directory.shared.ldap.util.DNUtils
Check if the current character is an ascii String Char.
isAlpha(byte) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Test if the current byte is an Alpha character : <alpha> ::= [0x41-0x5A] | [0x61-0x7A]
isAlpha(char) - 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(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]
isAncestorOf(AttributeType) - Method in class org.apache.directory.shared.ldap.schema.AttributeType
Checks to see if this AttributeType is the ancestor of another attributeType.
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.
isAuxiliary() - Method in class org.apache.directory.shared.ldap.schema.ObjectClass
Tells if the current ObjectClass is AUXILIARY
isBinary(String) - Method in class org.apache.directory.shared.ldap.codec.LdapMessageContainer
 
isBinary() - Method in class org.apache.directory.shared.ldap.entry.client.ClientBinaryValue
Tells if the current value is Binary or String
isBinary() - Method in class org.apache.directory.shared.ldap.entry.client.ClientStringValue
Tells if the current value is Binary or String
isBinary() - Method in interface org.apache.directory.shared.ldap.entry.Value
Tells if the current value is Binary or String
isBinary(String) - Method in interface org.apache.directory.shared.ldap.message.spi.BinaryAttributeDetector
Returns true if the attribute specified is not human readible.
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.
isCaseIgnored() - Method in class org.apache.directory.shared.ldap.util.ImmutableAttributesWrapper
 
isChangesOnly() - Method in class org.apache.directory.shared.ldap.codec.search.controls.persistentSearch.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.AttributeType
Gets whether or not this AttributeType is a collective attribute.
isConjunction() - Method in class org.apache.directory.shared.ldap.filter.AndNode
Tests whether or not this node is a conjunction (a AND'ed branch).
isConjunction() - Method in class org.apache.directory.shared.ldap.filter.NotNode
Tests whether or not this node is a conjunction (a AND'ed branch).
isConjunction() - Method in class org.apache.directory.shared.ldap.filter.OrNode
Tests whether or not this node is a conjunction (a AND'ed branch).
isCritical() - Method in class org.apache.directory.shared.ldap.codec.controls.AbstractControl
Get the criticality
isCritical() - Method in interface org.apache.directory.shared.ldap.message.control.Control
Tells if the control is critical or not.
isCritical() - Method in class org.apache.directory.shared.ldap.util.LdapURL.Extension
Checks if is critical.
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 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
 
isDefined(String) - Method in class org.apache.directory.shared.ldap.schema.normalizers.ConcreteNameComponentNormalizer
 
isDeleteOldRDN() - Method in class org.apache.directory.shared.ldap.codec.modifyDn.ModifyDNRequestCodec
Tells if the old RDN is to be deleted
isDerefAlways() - Method in enum org.apache.directory.shared.ldap.message.AliasDerefMode
Checks to see if we dereference while searching and finding the base.
isDerefFindingBase() - Method in enum org.apache.directory.shared.ldap.message.AliasDerefMode
Checks to see if we dereference while finding the base.
isDerefInSearching() - Method in enum org.apache.directory.shared.ldap.message.AliasDerefMode
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.
isDescendantOf(AttributeType) - Method in class org.apache.directory.shared.ldap.schema.AttributeType
Checks to see if this AttributeType is the descendant of another attributeType.
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'
isDisabled() - Method in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
Tells if this SchemaObject is disabled.
isDisabled() - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultSchema
Checks whether or not this schema is enabled or disabled.
isDisabled() - Method in interface org.apache.directory.shared.ldap.schema.registries.Schema
Checks whether or not this schema is enabled or disabled.
isDisabled(String) - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Tells if the given Schema is disabled
isDisabled(Schema) - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Tells if the given Schema is disabled
isDisabled() - Method in interface org.apache.directory.shared.ldap.schema.SchemaObject
Tells if this SchemaObject is disabled.
isDisabledAccepted() - Method in class org.apache.directory.shared.ldap.schema.registries.Registries
Tells if the Registries accept disabled elements.
isDisjunction() - Method in class org.apache.directory.shared.ldap.filter.AndNode
Tests whether or not this node is a disjunction (a OR'ed branch).
isDisjunction() - Method in class org.apache.directory.shared.ldap.filter.NotNode
Tests whether or not this node is a disjunction (a OR'ed branch).
isDisjunction() - Method in class org.apache.directory.shared.ldap.filter.OrNode
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
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.DN
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.
isEnabled - Variable in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
Whether or not this SchemaObject is enabled
isEnabled() - Method in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
Tells if this SchemaObject is enabled.
isEnabled() - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultSchema
Checks whether or not this schema is enabled or disabled.
isEnabled() - Method in interface org.apache.directory.shared.ldap.schema.registries.Schema
Checks whether or not this schema is enabled or disabled.
isEnabled(String) - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Tells if the given Schema is enabled
isEnabled(Schema) - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Tells if the given Schema is enabled
isEnabled() - Method in interface org.apache.directory.shared.ldap.schema.SchemaObject
Tells if this SchemaObject is enabled.
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.
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.
isForceScopeRendering() - Method in class org.apache.directory.shared.ldap.util.LdapURL
If set to true forces the toString method to render the scope regardless of optional nature.
isFullDetail(Boolean) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Is this field to be output in full detail.
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]
isHR - Variable in class org.apache.directory.shared.ldap.entry.client.DefaultClientAttribute
Tells if the attribute is Human Readable or not.
isHR() - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientAttribute
Tells if the attribute is Human Readable.
isHR() - Method in interface org.apache.directory.shared.ldap.entry.EntryAttribute
Tells if the attribute is Human Readable.
isHumanReadable - Variable in class org.apache.directory.shared.ldap.schema.LdapSyntax
the human readable flag
isHumanReadable() - Method in class org.apache.directory.shared.ldap.schema.LdapSyntax
Gets whether or not the Syntax is human readable.
isIA5String(String) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Check that a String is a valid IA5String.
isICharASCII(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.
isICharASCII(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.
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.BindRequestCodec
Check if the Ldap version in use is 3
isLeaf() - Method in class org.apache.directory.shared.ldap.filter.AbstractExprNode
Tests to see if this node is a leaf or branch node.
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.
isLeaf() - Method in class org.apache.directory.shared.ldap.util.tree.DnBranchNode
 
isLeaf() - Method in class org.apache.directory.shared.ldap.util.tree.DnLeafNode
 
isLeaf() - Method in interface org.apache.directory.shared.ldap.util.tree.DnNode
Tells if the implementation is a leaf node.
isLUTF1(byte[], int) - Static method in class org.apache.directory.shared.ldap.util.DNUtils
Check if the current character is a LUTF1 (Lead UTF ascii char)
<LUTF1> ::= 0x01-1F | 0x21 | 0x24-2A | 0x2D-3A | 0x3D | 0x3F-5B | 0x5D-7F
isMove() - Method in interface org.apache.directory.shared.ldap.message.internal.InternalModifyDnRequest
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.AndNode
Tests whether or not this node is a negation (a NOT'ed branch).
isNegation() - Method in class org.apache.directory.shared.ldap.filter.NotNode
Tests whether or not this node is a negation (a NOT'ed branch).
isNegation() - Method in class org.apache.directory.shared.ldap.filter.OrNode
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.AliasDerefMode
Checks to see if we never dereference aliases.
isNormalized() - Method in class org.apache.directory.shared.ldap.entry.AbstractValue
Tells if the value has already be normalized or not.
isNormalized() - Method in interface org.apache.directory.shared.ldap.entry.Value
Tells if the value has already be normalized or not.
isNormalized() - Method in class org.apache.directory.shared.ldap.name.DN
Tells if the DN has already been normalized or not
isNormalizing() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParser
 
isNormizing() - Method in class org.apache.directory.shared.ldap.aci.ACIItemChecker
Tests to see if this parser is normalizing.
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.codec.search.controls.persistentSearch.PersistentSearchControl
 
isNull() - Method in class org.apache.directory.shared.ldap.entry.AbstractValue
Check if the contained value is null or not
isNull() - Method in interface org.apache.directory.shared.ldap.entry.Value
Check if the contained value is null or not
isObsolete - Variable in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
Whether or not this SchemaObject is obsolete
isObsolete() - Method in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
Gets whether or not this SchemaObject has been inactivated.
isObsolete() - Method in interface org.apache.directory.shared.ldap.schema.SchemaObject
Gets whether or not this SchemaObject has been inactivated.
isOrdered() - Method in class org.apache.directory.shared.ldap.util.ImmutableAttributeWrapper
 
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]
isPairCharOnly(char) - Static method in class org.apache.directory.shared.ldap.util.DNUtils
Check if the given char is a pair char only <pairCharOnly> ::= ' ' | ',' | '=' | '+' | '<' | '>' | '#' | ';' | '\' | '"'
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.
isPrintableString(String) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Check that a String is a valid PrintableString.
isQuirksMode() - Method in class org.apache.directory.shared.ldap.schema.parsers.AbstractSchemaParser
Checks if quirks mode is enabled.
isQuirksMode() - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaParser
 
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] - [\"]
isReadOnly - Variable in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
Whether or not this SchemaObject can be modified
isReadOnly() - Method in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
Tells if this SchemaObject is ReadOnly.
isReadOnly() - Method in interface org.apache.directory.shared.ldap.schema.SchemaObject
Tells if this SchemaObject is ReadOnly.
isReferenced(SchemaObject) - Method in class org.apache.directory.shared.ldap.schema.registries.Registries
Checks if a specific SchemaObject is referenced by any other SchemaObject.
isReferral() - Method in interface org.apache.directory.shared.ldap.message.internal.InternalLdapResult
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.
isRefreshDeletes() - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncDoneValue.SyncDoneValueControl
 
isRefreshDeletes() - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue.SyncInfoValueControl
 
isRefreshDone() - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue.SyncInfoValueControl
 
isRelaxed() - Method in class org.apache.directory.shared.ldap.schema.registries.Registries
Tells if the Registries is permissive or if it must be checked against inconsistencies.
isReloadHint() - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue.SyncRequestValueControl
 
isResolved() - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.OpenLdapObjectIdentifierMacro
Checks if is resolved.
isResolveObjectIdentifierMacros() - Method in class org.apache.directory.shared.ldap.schema.parsers.OpenLdapSchemaParser
Checks if object identifier macros should be resolved.
isReturnECs() - Method in class org.apache.directory.shared.ldap.codec.search.controls.persistentSearch.PersistentSearchControl
 
isSame() - Method in class org.apache.directory.shared.ldap.entry.AbstractValue
 
isSame() - Method in interface org.apache.directory.shared.ldap.entry.Value
 
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.
isSchemaLoaded(String) - Method in class org.apache.directory.shared.ldap.schema.registries.Registries
Checks to see if a particular Schema is loaded.
isSchemaLoaded(String) - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Tells if the specific schema is loaded
isShortClassName() - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Deprecated. Use ToStringStyle.isUseShortClassName() Method will be removed in Commons Lang 3.0.
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 class org.apache.directory.shared.ldap.message.BindRequestImpl
Checks to see if the authentication mechanism is simple and not SASL based.
isSimple() - Method in interface org.apache.directory.shared.ldap.message.internal.InternalBindRequest
Checks to see if the authentication mechanism is simple and not SASL based.
isSingleValued() - Method in class org.apache.directory.shared.ldap.schema.AttributeType
Gets whether or not this AttributeType is single-valued.
isStrict() - Method in class org.apache.directory.shared.ldap.schema.registries.Registries
Tells if the Registries is strict.
isStringChar(byte[], int) - Static method in class org.apache.directory.shared.ldap.util.DNUtils
Check if the current character is a String Char.
isStructural() - Method in class org.apache.directory.shared.ldap.schema.ObjectClass
Tells if the current ObjectClass is STRUCTURAL
ISSUER_STATE - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.certGeneration.CertGenerationStatesEnum
the issuer DN
isSUTF1(byte[], int) - Static method in class org.apache.directory.shared.ldap.util.DNUtils
Check if the current character is a SUTF1 (Stringchar UTF ascii char)
<LUTF1> ::= 0x01-20 | 0x23-2A | 0x2D-3A | 0x3D | 0x3F-5B | 0x5D-7F
isThrowableNested() - Static method in class org.apache.directory.shared.ldap.util.ExceptionUtils
Checks if the Throwable class has a getCause method.
isTypesOnly() - Method in class org.apache.directory.shared.ldap.codec.search.SearchRequestCodec
Get the typesOnly flag
isTypesOnly() - Method in class org.apache.directory.shared.ldap.message.SearchParams
 
isUnicodeSubset(String, int) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Check if the current char is in the unicodeSubset : all chars but '\0', '(', ')', '*' and '\'
isUnicodeSubset(char) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Check if the current char is in the unicodeSubset : all chars but '\0', '(', ')', '*' and '\'
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.AttributeType
Gets whether or not this AttributeType can be modified by a user.
isUseShortClassName() - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Gets whether to output short or long class names.
isValid(String) - Static method in class org.apache.directory.shared.ldap.csn.Csn
Check if the given String is a valid CSN.
isValid() - Method in class org.apache.directory.shared.ldap.entry.AbstractValue
Check if the Valid flag is set or not.
isValid(SyntaxChecker) - Method in class org.apache.directory.shared.ldap.entry.AbstractValue
Uses the syntaxChecker associated with the attributeType to check if the value is valid.
isValid(SyntaxChecker) - Method in interface org.apache.directory.shared.ldap.entry.client.ClientAttribute
Checks to see if this attribute is valid along with the values it contains.
isValid() - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientAttribute
Checks to see if this attribute is valid along with the values it contains.
isValid(SyntaxChecker) - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientAttribute
Checks to see if this attribute is valid along with the values it contains.
isValid() - Method in interface org.apache.directory.shared.ldap.entry.Value
Tells if the value is valid.
isValid(SyntaxChecker) - Method in interface org.apache.directory.shared.ldap.entry.Value
Tells if the value is valid wrt a Syntax checker
isValid(String) - Static method in class org.apache.directory.shared.ldap.name.DN
Check if a DistinguishedName is syntactically valid.
isValid(String) - Static method in class org.apache.directory.shared.ldap.name.RdnParser
Validate a NameComponent :
isValid() - Method in class org.apache.directory.shared.ldap.schema.LoadableSchemaObject
Test that the FQCN is equal to the instance's name.
isValid(String) - Static method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.BitStringSyntaxChecker
A shared and static method used to check that the string is a BitString.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.SyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.AccessPointSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.ACIItemSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.AttributeTypeDescriptionSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.AttributeTypeUsageSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.AudioSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.BinarySyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.BitStringSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.BooleanSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.CertificateListSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.CertificatePairSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.CertificateSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.CountrySyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.CsnSidSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.CsnSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.DataQualitySyntaxSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.DeliveryMethodSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.DirectoryStringSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.DITContentRuleDescriptionSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.DITStructureRuleDescriptionSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.DLSubmitPermissionSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.DNSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.DSAQualitySyntaxSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.DSETypeSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.EnhancedGuideSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.FacsimileTelephoneNumberSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.FaxSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.GeneralizedTimeSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.GuideSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.Ia5StringSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.IntegerSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.JavaByteSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.JavaIntegerSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.JavaLongSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.JavaShortSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.JpegSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.LdapSyntaxDescriptionSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.MailPreferenceSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.MasterAndShadowAccessPointSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.MatchingRuleDescriptionSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.MatchingRuleUseDescriptionSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.MHSORAddressSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.NameAndOptionalUIDSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.NameFormDescriptionSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.NumberSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.NumericOidSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.NumericStringSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.ObjectClassDescriptionSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.ObjectClassTypeSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.ObjectNameSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.OctetStringSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.OidLenSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.OidSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.OtherMailboxSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.PostalAddressSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.PresentationAddressSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.PrintableStringSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.ProtocolInformationSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.RegexSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.SubstringAssertionSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.SubtreeSpecificationSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.SupplierAndConsumerSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.SupplierInformationSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.SupplierOrConsumerSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.SupportedAlgorithmSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.TelephoneNumberSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.TeletexTerminalIdentifierSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.TelexNumberSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.UtcTimeSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.UuidSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isVersion3() - Method in class org.apache.directory.shared.ldap.message.BindRequestImpl
Checks to see if the Ldap v3 protocol is used.
isVersion3() - Method in interface org.apache.directory.shared.ldap.message.internal.InternalBindRequest
Checks to see if the Ldap v3 protocol is used.
isVisible() - Method in class org.apache.directory.shared.ldap.codec.search.controls.subentries.SubentriesControl
Check if the subEntry is visible
item() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
item() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
item() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationChecker
 
item() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParser
 
itemFirst() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
itemFirst() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
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<ProtectedItem>, Collection<ItemPermission>) - Constructor for class org.apache.directory.shared.ldap.aci.ItemFirstACIItem
Creates a new instance.
itemOrUserFirst() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
itemOrUserFirst() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
itemPermission() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
itemPermission() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
ItemPermission - Class in org.apache.directory.shared.ldap.aci
Represents permissions to be applied to all ProtectedItems in ItemFirstACIItem.
ItemPermission(int, Collection<GrantAndDenial>, Collection<UserClass>) - Constructor for class org.apache.directory.shared.ldap.aci.ItemPermission
Creates a new instance
itemPermissions() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
itemPermissions() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
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.entry.AbstractEntry
Returns an enumeration containing the zero or more attributes in the collection.
iterator() - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientAttribute
An iterator on top of the stored values.
iterator() - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientEntry
 
iterator() - Method in interface org.apache.directory.shared.ldap.entry.Entry
Returns an enumeration containing the zero or more attributes in the collection.
iterator() - Method in class org.apache.directory.shared.ldap.name.RDN
Retrieves the components of this RDN as an iterator of AttributeTypeAndValue.
iterator() - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultDITStructureRuleRegistry
Gets an iterator over the registered schema objects in the registry.
iterator() - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultSchemaObjectRegistry
Gets an iterator over the registered schema objects in the registry.
iterator() - Method in interface org.apache.directory.shared.ldap.schema.registries.DITStructureRuleRegistry
Gets an iterator over the registered descriptions in the registry.
iterator() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableAttributeTypeRegistry
Gets an iterator over the registered schema objects in the registry.
iterator() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableComparatorRegistry
Gets an iterator over the registered schema objects in the registry.
iterator() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableDITContentRuleRegistry
Gets an iterator over the registered schema objects in the registry.
iterator() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableDITStructureRuleRegistry
Gets an iterator over the registered descriptions in the registry.
iterator() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableLdapSyntaxRegistry
Gets an iterator over the registered schema objects in the registry.
iterator() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableMatchingRuleRegistry
Gets an iterator over the registered schema objects in the registry.
iterator() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableMatchingRuleUseRegistry
Gets an iterator over the registered schema objects in the registry.
iterator() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableNameFormRegistry
Gets an iterator over the registered schema objects in the registry.
iterator() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableNormalizerRegistry
Gets an iterator over the registered schema objects in the registry.
iterator() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableObjectClassRegistry
Gets an iterator over the registered schema objects in the registry.
iterator() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableSyntaxCheckerRegistry
Gets an iterator over the registered schema objects in the registry.
iterator() - Method in class org.apache.directory.shared.ldap.schema.registries.OidRegistry
Lists all the SchemaObjects within the registry.
iterator() - Method in interface org.apache.directory.shared.ldap.schema.registries.SchemaObjectRegistry
Gets an iterator over the registered schema objects in the registry.
iterator() - Method in class org.apache.directory.shared.ldap.util.SequencedHashMap
Gets an iterator over the keys.
IteratorNamingEnumeration<T> - Class in org.apache.directory.shared.ldap.message
A NamingEnumeration over an Iterator.
IteratorNamingEnumeration(Iterator<T>) - Constructor for class org.apache.directory.shared.ldap.message.IteratorNamingEnumeration
Creates a NamingEnumeration over an Iterator.
iteratorOids() - Method in class org.apache.directory.shared.ldap.schema.registries.OidRegistry
Lists all the OIDs within the registry.

J

JAVA_AWT_FONTS - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
The java.awt.fonts System Property.
JAVA_AWT_GRAPHICSENV - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
The java.awt.graphicsenv System Property.
JAVA_AWT_HEADLESS - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
The java.awt.headless System Property.
JAVA_AWT_PRINTERJOB - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
The java.awt.printerjob System Property.
JAVA_CLASS_PATH - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
The java.class.path System Property.
JAVA_CLASS_VERSION - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
The java.class.version System Property.
JAVA_COMPILER - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
The java.compiler System Property.
JAVA_ENDORSED_DIRS - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
The java.endorsed.dirs System Property.
JAVA_EXT_DIRS - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
The java.ext.dirs System Property.
JAVA_HOME - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
The java.home System Property.
JAVA_IO_TMPDIR - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
The java.io.tmpdir System Property.
JAVA_LIBRARY_PATH - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
The java.library.path System Property.
JAVA_RUNTIME_NAME - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
The java.runtime.name System Property.
JAVA_RUNTIME_VERSION - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
The java.runtime.version System Property.
JAVA_SPECIFICATION_NAME - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
The java.specification.name System Property.
JAVA_SPECIFICATION_VENDOR - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
The java.specification.vendor System Property.
JAVA_SPECIFICATION_VERSION - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
The java.specification.version System Property.
JAVA_UTIL_PREFS_PREFERENCES_FACTORY - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
The java.util.prefs.PreferencesFactory System Property.
JAVA_VENDOR - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
The java.vendor System Property.
JAVA_VENDOR_URL - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
The java.vendor.url System Property.
JAVA_VERSION - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
The java.version System Property.
JAVA_VERSION_FLOAT - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
Gets the Java version as a float.
JAVA_VERSION_INT - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
Gets the Java version as an int.
JAVA_VM_INFO - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
The java.vm.info System Property.
JAVA_VM_NAME - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
The java.vm.name System Property.
JAVA_VM_SPECIFICATION_NAME - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
The java.vm.specification.name System Property.
JAVA_VM_SPECIFICATION_VENDOR - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
The java.vm.specification.vendor System Property.
JAVA_VM_SPECIFICATION_VERSION - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
The java.vm.specification.version System Property.
JAVA_VM_VENDOR - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
The java.vm.vendor System Property.
JAVA_VM_VERSION - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
The java.vm.version System Property.
JavaByteSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a valid Java primitive short or the Short wrapper.
JavaByteSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.JavaByteSyntaxChecker
Creates a new instance of JavaByteSyntaxChecker.
JavaIntegerSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a valid Java primitive int or the Integer wrapper.
JavaIntegerSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.JavaIntegerSyntaxChecker
Creates a new instance of JavaIntegerSyntaxChecker.
JavaLongSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a valid Java primitive long or the Long wrapper.
JavaLongSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.JavaLongSyntaxChecker
Creates a new instance of JavaLongSyntaxChecker.
JavaShortSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a valid Java primitive Short or the Short wrapper.
JavaShortSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.JavaShortSyntaxChecker
Creates a new instance of JavaShortSyntaxChecker.
JavaStoredProcUtils - Class in org.apache.directory.shared.ldap.sp
A utility class for working with Java Stored Procedures at the base level.
JavaStoredProcUtils() - Constructor for class org.apache.directory.shared.ldap.sp.JavaStoredProcUtils
 
JoinIterator - Class in org.apache.directory.shared.ldap.util
An Iterator that joins the results of many iterators.
JoinIterator(Iterator[]) - Constructor for class org.apache.directory.shared.ldap.util.JoinIterator
Creates an Iterator that joins other Iterators.
JpegSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a Jpeg according to RFC 4517.
JpegSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.JpegSyntaxChecker
Creates a new instance of JpegSyntaxChecker.

K

KEY_ALGORITHM_STATE - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.certGeneration.CertGenerationStatesEnum
the key algorithm
keys() - Method in class org.apache.directory.shared.ldap.util.PreferencesDictionary
 
keySet() - Method in class org.apache.directory.shared.ldap.util.SequencedHashMap
Implements Map.keySet().
KeyValue - Interface in org.apache.directory.shared.ldap.util
Defines a simple key value pair.

L

LANGLE - Static variable in interface org.apache.directory.shared.ldap.name.AntlrDnTokenTypes
 
LANGUAGE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.storedProcedure.StoredProcedureStatesEnum
Language
LAST_CANCEL_STATE - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.cancel.CancelStatesEnum
terminal state
LAST_CERT_GENERATION_STATE - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.certGeneration.CertGenerationStatesEnum
terminal state
LAST_EC_STATE - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.entryChange.EntryChangeControlStatesEnum
terminal state
LAST_GRACEFUL_DISCONNECT_STATE - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.gracefulDisconnect.GracefulDisconnectStatesEnum
terminal state
LAST_GRACEFUL_SHUTDOWN_STATE - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.gracefulShutdown.GracefulShutdownStatesEnum
terminal state
LAST_LDAP_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
LAST_PAGED_SEARCH_STATE - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.pagedSearch.PagedResultsControlStatesEnum
terminal state
LAST_PSEARCH_STATE - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.persistentSearch.PersistentSearchControlStatesEnum
terminal state
LAST_STORED_PROCEDURE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.storedProcedure.StoredProcedureStatesEnum
 
LAST_SUB_ENTRY_STATE - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.subentries.SubentriesControlStatesEnum
terminal state
LAST_SYNC_DONE_VALUE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.controls.replication.syncDoneValue.SyncDoneValueControlStatesEnum
terminal state
LAST_SYNC_INFO_VALUE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue.SyncInfoValueControlStatesEnum
terminal state
LAST_SYNC_REQUEST_VALUE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue.SyncRequestValueControlStatesEnum
terminal state
LAST_SYNC_STATE_VALUE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue.SyncStateValueControlStatesEnum
terminal state
lastIndex(Object) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Returns the last index of the given array or -1 if empty or null.
lastIndexOf(Object[], Object) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Find the last index of the given object within the array.
lastIndexOf(Object[], Object, int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Find the last index of the given object in the array starting at the given index.
lastIndexOf(long[], long) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Find the last index of the given value within the array.
lastIndexOf(long[], long, int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Find the last index of the given value in the array starting at the given index.
lastIndexOf(int[], int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Find the last index of the given value within the array.
lastIndexOf(int[], int, int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Find the last index of the given value in the array starting at the given index.
lastIndexOf(short[], short) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Find the last index of the given value within the array.
lastIndexOf(short[], short, int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Find the last index of the given value in the array starting at the given index.
lastIndexOf(char[], char) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Find the last index of the given value within the array.
lastIndexOf(char[], char, int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Find the last index of the given value in the array starting at the given index.
lastIndexOf(byte[], byte) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Find the last index of the given value within the array.
lastIndexOf(byte[], byte, int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Find the last index of the given value in the array starting at the given index.
lastIndexOf(double[], double) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Find the last index of the given value within the array.
lastIndexOf(double[], double, double) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Find the last index of the given value within a given tolerance in the array.
lastIndexOf(double[], double, int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Find the last index of the given value in the array starting at the given index.
lastIndexOf(double[], double, int, double) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Find the last index of the given value in the array starting at the given index.
lastIndexOf(float[], float) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Find the last index of the given value within the array.
lastIndexOf(float[], float, int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Find the last index of the given value in the array starting at the given index.
lastIndexOf(boolean[], boolean) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Find the last index of the given value within the array.
lastIndexOf(boolean[], boolean, int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Find the last index of the given value in the array starting at the given index.
lastIndexOf(Object) - Method in class org.apache.directory.shared.ldap.util.SequencedHashMap
Gets the last index of the specified key.
LaunchDiagnosticUiRequest - Class in org.apache.directory.shared.ldap.message.extended
An extended operation which launches an internal diagnostic UI.
LaunchDiagnosticUiRequest(int) - Constructor for class org.apache.directory.shared.ldap.message.extended.LaunchDiagnosticUiRequest
 
LaunchDiagnosticUiResponse - Class in org.apache.directory.shared.ldap.message.extended
The response sent back from the server with a LaunchDiagnosticUiRequest extended operation.
LaunchDiagnosticUiResponse(int, ResultCodeEnum) - Constructor for class org.apache.directory.shared.ldap.message.extended.LaunchDiagnosticUiResponse
 
LaunchDiagnosticUiResponse(int) - Constructor for class org.apache.directory.shared.ldap.message.extended.LaunchDiagnosticUiResponse
 
LBRACKET - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaTokenTypes
 
LCURLY - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueTokenTypes
 
LDAP_MESSAGE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
LDAP_RESULT_REFERRAL_SEQUENCE_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
LDAP_SCHEME - Static variable in class org.apache.directory.shared.ldap.util.LdapURL
The constant for "ldap://" scheme.
LdapAttributeInUseException - Exception in org.apache.directory.shared.ldap.exception
A subclass of AttributeInUseException which holds the LDAP resultCode associated with the exception.
LdapAttributeInUseException() - Constructor for exception org.apache.directory.shared.ldap.exception.LdapAttributeInUseException
 
LdapAttributeInUseException(String) - Constructor for exception org.apache.directory.shared.ldap.exception.LdapAttributeInUseException
 
LdapAuthentication - Class in org.apache.directory.shared.ldap.codec.bind
This abstract class is just used to have a common super class for authentication classes, like Simple and SASL.
LdapAuthentication() - Constructor for class org.apache.directory.shared.ldap.codec.bind.LdapAuthentication
 
LdapAuthenticationException - Exception in org.apache.directory.shared.ldap.exception
A subclass of AuthenticationException which associates the ResultCodeEnum#INVALIDCREDENTIALS value with the type.
LdapAuthenticationException(String) - Constructor for exception org.apache.directory.shared.ldap.exception.LdapAuthenticationException
 
LdapAuthenticationException() - Constructor for exception org.apache.directory.shared.ldap.exception.LdapAuthenticationException
 
LdapAuthenticationNotSupportedException - Exception in org.apache.directory.shared.ldap.exception
A subclass of the AuthenticationNotSupportedException carrying along an unequivocal ResultCodeEnum value.
LdapAuthenticationNotSupportedException(ResultCodeEnum) - Constructor for exception org.apache.directory.shared.ldap.exception.LdapAuthenticationNotSupportedException
Creates an LdapException with the resultCode.
LdapAuthenticationNotSupportedException(String, ResultCodeEnum) - Constructor for exception org.apache.directory.shared.ldap.exception.LdapAuthenticationNotSupportedException
Sets the resultCode associated with this LdapException.
LdapComparator<T> - Class in org.apache.directory.shared.ldap.schema
An class used for Comparator.
LdapComparator(String) - Constructor for class org.apache.directory.shared.ldap.schema.LdapComparator
Create a new instance of a Comparator
ldapComparator - Variable in class org.apache.directory.shared.ldap.schema.MatchingRule
The associated Comparator
ldapComparator() - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaParser
Production for comparator descriptions.
LdapComparatorDescription - Class in org.apache.directory.shared.ldap.schema.parsers
An ApacheDS specific schema description for a Comparator.
LdapComparatorDescription(String) - Constructor for class org.apache.directory.shared.ldap.schema.parsers.LdapComparatorDescription
A constructor for a LdapComparatorDescription
LdapComparatorDescriptionSchemaParser - Class in org.apache.directory.shared.ldap.schema.parsers
A parser for ApacheDS comparator descriptions.
LdapComparatorDescriptionSchemaParser() - Constructor for class org.apache.directory.shared.ldap.schema.parsers.LdapComparatorDescriptionSchemaParser
Creates a schema parser instance.
LdapConfigurationException - Exception in org.apache.directory.shared.ldap.exception
A ConfigurationException which associates a resultCode namely the ResultCodeEnum.OTHER resultCode with the exception.
LdapConfigurationException() - Constructor for exception org.apache.directory.shared.ldap.exception.LdapConfigurationException
 
LdapConfigurationException(String) - Constructor for exception org.apache.directory.shared.ldap.exception.LdapConfigurationException
 
LdapConfigurationException(String, Throwable) - Constructor for exception org.apache.directory.shared.ldap.exception.LdapConfigurationException
 
LdapConstants - Class in org.apache.directory.shared.ldap.codec
 
LdapConstants() - Constructor for class org.apache.directory.shared.ldap.codec.LdapConstants
 
LdapContextNotEmptyException - Exception in org.apache.directory.shared.ldap.exception
A ContextNotEmptyException which contains an LDAP result code.
LdapContextNotEmptyException() - Constructor for exception org.apache.directory.shared.ldap.exception.LdapContextNotEmptyException
 
LdapContextNotEmptyException(String) - Constructor for exception org.apache.directory.shared.ldap.exception.LdapContextNotEmptyException
 
LdapContextParameter - Class in org.apache.directory.shared.ldap.sp
A class for representing the special SP parameter: $ldapContext.
LdapContextParameter(String) - Constructor for class org.apache.directory.shared.ldap.sp.LdapContextParameter
 
ldapContextStoredProcedureParameter() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
LdapDecoder - Class in org.apache.directory.shared.ldap.codec
The LdapDecoder decodes ASN.1 BER encoded PDUs.
LdapDecoder(Provider, BinaryAttributeDetector, int) - Constructor for class org.apache.directory.shared.ldap.codec.LdapDecoder
Creates an instance of a Ldap Decoder implementation.
LdapEncoder - Class in org.apache.directory.shared.ldap.codec
LDAP BER provider's encoder.
LdapEncoder(Provider) - Constructor for class org.apache.directory.shared.ldap.codec.LdapEncoder
Creates an instance of a Ldap Encoder implementation.
LdapException - Interface in org.apache.directory.shared.ldap.exception
An interface for exceptions which add LDAP specific information to Exceptions.
LdapInvalidAttributeIdentifierException - Exception in org.apache.directory.shared.ldap.exception
A subclass of InvalidAttributeIdentifierException which holds the LDAP resultCode associated with the exception.
LdapInvalidAttributeIdentifierException() - Constructor for exception org.apache.directory.shared.ldap.exception.LdapInvalidAttributeIdentifierException
 
LdapInvalidAttributeIdentifierException(String) - Constructor for exception org.apache.directory.shared.ldap.exception.LdapInvalidAttributeIdentifierException
 
LdapInvalidAttributeValueException - Exception in org.apache.directory.shared.ldap.exception
Makes a InvalidAttributeValueException unambiguous with respect to the result code it corresponds to by associating an LDAP specific result code with it.
LdapInvalidAttributeValueException(ResultCodeEnum) - Constructor for exception org.apache.directory.shared.ldap.exception.LdapInvalidAttributeValueException
Creates an Ldap InvalidAttributeValueException using a result code.
LdapInvalidAttributeValueException(String, ResultCodeEnum) - Constructor for exception org.apache.directory.shared.ldap.exception.LdapInvalidAttributeValueException
Creates an Ldap InvalidAttributeValueException using a result code and a specific message.
LdapInvalidNameException - Exception in org.apache.directory.shared.ldap.exception
A subclass of InvalidNameException designed to hold an unequivocal LDAP result code.
LdapInvalidNameException(ResultCodeEnum) - Constructor for exception org.apache.directory.shared.ldap.exception.LdapInvalidNameException
Creates an Eve NamingException.
LdapInvalidNameException(String, ResultCodeEnum) - Constructor for exception org.apache.directory.shared.ldap.exception.LdapInvalidNameException
Creates an Eve NamingException.
LdapMessageCodec - Class in org.apache.directory.shared.ldap.codec
The main ldapObject : every Ldap Message are encapsulated in it.
LdapMessageCodec() - Constructor for class org.apache.directory.shared.ldap.codec.LdapMessageCodec
Creates a new LdapMessage object.
LdapMessageContainer - Class in org.apache.directory.shared.ldap.codec
The LdapMessage container stores all the messages decoded by the Asn1Decoder.
LdapMessageContainer() - Constructor for class org.apache.directory.shared.ldap.codec.LdapMessageContainer
Creates a new LdapMessageContainer object.
LdapMessageContainer(BinaryAttributeDetector) - Constructor for class org.apache.directory.shared.ldap.codec.LdapMessageContainer
Creates a new LdapMessageContainer object.
LdapMessageGrammar - Class in org.apache.directory.shared.ldap.codec
This class implements the LdapMessage message.
ldapMessageLength - Variable in class org.apache.directory.shared.ldap.codec.LdapMessageCodec
The LdapMessage length
LdapNameAlreadyBoundException - Exception in org.apache.directory.shared.ldap.exception
A NameAlreadyBoundException which contains LDAP specific information such as a result code.
LdapNameAlreadyBoundException() - Constructor for exception org.apache.directory.shared.ldap.exception.LdapNameAlreadyBoundException
 
LdapNameAlreadyBoundException(String) - Constructor for exception org.apache.directory.shared.ldap.exception.LdapNameAlreadyBoundException
 
LdapNameNotFoundException - Exception in org.apache.directory.shared.ldap.exception
A NameNotFoundException holding LDAP specific information such as the LDAP ResultCode.
LdapNameNotFoundException() - Constructor for exception org.apache.directory.shared.ldap.exception.LdapNameNotFoundException
 
LdapNameNotFoundException(String) - Constructor for exception org.apache.directory.shared.ldap.exception.LdapNameNotFoundException
 
LdapNamingException - Exception in org.apache.directory.shared.ldap.exception
Extends the root NamingException by adding LDAP specific properties to it.
LdapNamingException(ResultCodeEnum) - Constructor for exception org.apache.directory.shared.ldap.exception.LdapNamingException
Creates an Eve NamingException.
LdapNamingException(String, ResultCodeEnum) - Constructor for exception org.apache.directory.shared.ldap.exception.LdapNamingException
Creates an Eve NamingException.
LdapNoPermissionException - Exception in org.apache.directory.shared.ldap.exception
A NoPermissionException which associates a resultCode namely the ResultCodeEnum#INSUFFICIENTACCESSRIGHTS resultCode with the exception.
LdapNoPermissionException() - Constructor for exception org.apache.directory.shared.ldap.exception.LdapNoPermissionException
 
LdapNoPermissionException(String) - Constructor for exception org.apache.directory.shared.ldap.exception.LdapNoPermissionException
 
LdapNoSuchAttributeException - Exception in org.apache.directory.shared.ldap.exception
A subclass of NoSuchAttributeException which holds the LDAP resultCode associated with the exception.
LdapNoSuchAttributeException() - Constructor for exception org.apache.directory.shared.ldap.exception.LdapNoSuchAttributeException
 
LdapNoSuchAttributeException(String) - Constructor for exception org.apache.directory.shared.ldap.exception.LdapNoSuchAttributeException
 
LdapOperation - Class in org.apache.directory.shared.ldap.trigger
An enumeration that represents change inducing LDAP operations.
ldapOperationAndStoredProcedureCalls() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
LdapOperationNotSupportedException - Exception in org.apache.directory.shared.ldap.exception
An LDAPException that extends the OperationNotSupportedException carrying with it the corresponding result codes for this condition.
LdapOperationNotSupportedException(String, ResultCodeEnum) - Constructor for exception org.apache.directory.shared.ldap.exception.LdapOperationNotSupportedException
 
LdapOperationNotSupportedException(ResultCodeEnum) - Constructor for exception org.apache.directory.shared.ldap.exception.LdapOperationNotSupportedException
 
LdapProvider - Class in org.apache.directory.shared.ldap.codec
The specific BER provider for LDAP.
LdapReferralException - Exception in org.apache.directory.shared.ldap.exception
A ReferralException which associates a resultCode namely the ResultCodeEnum.REFERRAL resultCode with the exception.
LdapReferralException(Collection<String>) - Constructor for exception org.apache.directory.shared.ldap.exception.LdapReferralException
 
LdapReferralException(Collection<String>, String) - Constructor for exception org.apache.directory.shared.ldap.exception.LdapReferralException
 
LdapResponseCodec - Class in org.apache.directory.shared.ldap.codec
A generic LdapResponse Object.
LdapResponseCodec() - Constructor for class org.apache.directory.shared.ldap.codec.LdapResponseCodec
Creates a new LdapResponse object.
LdapResultCodec - Class in org.apache.directory.shared.ldap.codec
A ldapObject to store the LdapResult
LdapResultCodec() - Constructor for class org.apache.directory.shared.ldap.codec.LdapResultCodec
Creates a new LdapResult object.
LdapResultEnum - Class in org.apache.directory.shared.ldap.codec.util
This typesafe-enum represent the different resultCode of a LdapResult.
LdapResultEnum() - Constructor for class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
LdapResultImpl - Class in org.apache.directory.shared.ldap.message
LdapResult implementation.
LdapResultImpl() - Constructor for class org.apache.directory.shared.ldap.message.LdapResultImpl
 
LDAPS_SCHEME - Static variable in class org.apache.directory.shared.ldap.util.LdapURL
The constant for "ldaps://" scheme.
LdapSchemaViolationException - Exception in org.apache.directory.shared.ldap.exception
Makes a SchemaViolationException unambiguous with respect to the result code it corresponds to by associating an LDAP specific result code with it.
LdapSchemaViolationException(ResultCodeEnum) - Constructor for exception org.apache.directory.shared.ldap.exception.LdapSchemaViolationException
Creates an Ldap NamingException using a result code.
LdapSchemaViolationException(String, ResultCodeEnum) - Constructor for exception org.apache.directory.shared.ldap.exception.LdapSchemaViolationException
Creates an Eve NamingException.
LdapServiceUnavailableException - Exception in org.apache.directory.shared.ldap.exception
LDAP specific ServiceUnavailableException that preserves resultCode resolution.
LdapServiceUnavailableException(ResultCodeEnum) - Constructor for exception org.apache.directory.shared.ldap.exception.LdapServiceUnavailableException
Creates an LDAP specific ServiceUnavailableException that preserves resultCode resolution.
LdapServiceUnavailableException(String, ResultCodeEnum) - Constructor for exception org.apache.directory.shared.ldap.exception.LdapServiceUnavailableException
Creates an LDAP specific ServiceUnavailableException that preserves resultCode resolution.
LdapSizeLimitExceededException - Exception in org.apache.directory.shared.ldap.exception
A SizeLimitExceededException which associates a resultCode namely the ResultCodeEnum#SIZELIMITEXCEEDED resultCode with the exception.
LdapSizeLimitExceededException() - Constructor for exception org.apache.directory.shared.ldap.exception.LdapSizeLimitExceededException
 
LdapSizeLimitExceededException(String) - Constructor for exception org.apache.directory.shared.ldap.exception.LdapSizeLimitExceededException
 
LdapStatesEnum - Class in org.apache.directory.shared.ldap.codec
This class store the Ldap grammar's constants.
LdapSyntax - Class in org.apache.directory.shared.ldap.schema
A syntax definition.
LdapSyntax(String) - Constructor for class org.apache.directory.shared.ldap.schema.LdapSyntax
Creates a Syntax object using a unique OID.
LdapSyntax(String, String) - Constructor for class org.apache.directory.shared.ldap.schema.LdapSyntax
Creates a Syntax object using a unique OID.
LdapSyntax(String, String, boolean) - Constructor for class org.apache.directory.shared.ldap.schema.LdapSyntax
Creates a Syntax object using a unique OID.
ldapSyntax - Variable in class org.apache.directory.shared.ldap.schema.MatchingRule
The associated LdapSyntax
ldapSyntaxDescription() - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaParser
Production for matching ldap syntax descriptions.
LdapSyntaxDescriptionSchemaParser - Class in org.apache.directory.shared.ldap.schema.parsers
A parser for RFC 4512 LDAP syntx descriptions.
LdapSyntaxDescriptionSchemaParser() - Constructor for class org.apache.directory.shared.ldap.schema.parsers.LdapSyntaxDescriptionSchemaParser
Creates a schema parser instance.
LdapSyntaxDescriptionSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value follows the LDAP syntax descripton syntax according to RFC 4512, par 4.2.2:
LdapSyntaxDescriptionSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.LdapSyntaxDescriptionSyntaxChecker
Creates a new instance of LdapSyntaxDescriptionSyntaxChecker.
LdapSyntaxRegistry - Interface in org.apache.directory.shared.ldap.schema.registries
An LdapSyntax registry service interface.
ldapSyntaxRegistry - Variable in class org.apache.directory.shared.ldap.schema.registries.Registries
The LdapSyntax registry
LdapTimeLimitExceededException - Exception in org.apache.directory.shared.ldap.exception
A TiimeLimitExceededException which associates a resultCode namely the ResultCodeEnum#SIZELIMITEXCEEDED resultCode with the exception.
LdapTimeLimitExceededException() - Constructor for exception org.apache.directory.shared.ldap.exception.LdapTimeLimitExceededException
 
LdapTimeLimitExceededException(String) - Constructor for exception org.apache.directory.shared.ldap.exception.LdapTimeLimitExceededException
 
LdapTransformer - Class in org.apache.directory.shared.ldap.codec
A Codec to Internal Message transformer.
LdapTransformer() - Constructor for class org.apache.directory.shared.ldap.codec.LdapTransformer
 
LdapURL - Class in org.apache.directory.shared.ldap.util
Decodes a LdapUrl, and checks that it complies with the RFC 2255.
LdapURL() - Constructor for class org.apache.directory.shared.ldap.util.LdapURL
Construct an empty LdapURL
LdapURL(String) - Constructor for class org.apache.directory.shared.ldap.util.LdapURL
Create a new LdapURL from a String after having parsed it.
LdapURL(byte[]) - Constructor for class org.apache.directory.shared.ldap.util.LdapURL
Create a new LdapURL after having parsed it.
LdapURL.Extension - Class in org.apache.directory.shared.ldap.util
An inner bean to hold extension information.
LdapURL.Extension(boolean, String, String) - Constructor for class org.apache.directory.shared.ldap.util.LdapURL.Extension
Creates a new instance of Extension.
LdapURLEncodingException - Exception in org.apache.directory.shared.ldap.codec.util
Thrown when a LdapStringEncodingDecoder has encountered a failure condition during the String creation.
LdapURLEncodingException(String) - Constructor for exception org.apache.directory.shared.ldap.codec.util.LdapURLEncodingException
Creates a LdapStringEncodingException
LDIGIT - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
LDIGIT - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
LDIGIT - Static variable in interface org.apache.directory.shared.ldap.name.AntlrDnTokenTypes
 
LDIGIT - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueTokenTypes
 
LDIGIT - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
LDIGIT - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
LeafNode - Class in org.apache.directory.shared.ldap.filter
Abstract base class for leaf nodes within the expression filter tree.
LeafNode(String, AssertionType) - Constructor for class org.apache.directory.shared.ldap.filter.LeafNode
Creates a leaf node.
LEN - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaTokenTypes
 
LEN - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueTokenTypes
 
length() - Method in class org.apache.directory.shared.ldap.entry.client.ClientBinaryValue
 
length() - Method in class org.apache.directory.shared.ldap.entry.client.ClientStringValue
 
length() - Method in interface org.apache.directory.shared.ldap.entry.Value
 
length - Variable in class org.apache.directory.shared.ldap.util.Position
The current token length
LESS_OR_EQUAL_FILTER - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
LESS_OR_EQUAL_FILTER_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
LESS_OR_EQUAL_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
LessEqNode<T> - Class in org.apache.directory.shared.ldap.filter
A assertion value node for LessOrEqual.
LessEqNode(String, Value<T>) - Constructor for class org.apache.directory.shared.ldap.filter.LessEqNode
Creates a new LessEqNode object.
lexer - Variable in class org.apache.directory.shared.ldap.schema.parsers.AbstractSchemaParser
the antlr generated lexer being wrapped
LIMITEXCEEDEDEXCEPTION_CODES - Static variable in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
A set of ResultCodes containing those that may correspond to a Exception.
LINE_SEPARATOR - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
The line.separator System Property.
listAttributeTypeDependents(AttributeType) - Method in interface org.apache.directory.shared.ldap.schema.SchemaDao
 
listDependentSchemaNames(String) - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Get the list of Schema names which has the given schema name as a dependence
listEnabledSchemaDependents(String) - Method in interface org.apache.directory.shared.ldap.schema.SchemaDao
Lists the SearchResults of metaSchema objects that depend on a schema.
listener - Variable in class org.apache.directory.shared.ldap.schema.registries.AbstractSchemaLoader
 
listMatchingRuleDependents(MatchingRule) - Method in interface org.apache.directory.shared.ldap.schema.SchemaDao
 
listNestedExceptions() - Method in exception org.apache.directory.shared.ldap.MultiException
Lists the nested exceptions that this Exception encapsulates.
listNestedExceptions() - Method in exception org.apache.directory.shared.ldap.RuntimeMultiException
Lists the nested exceptions that this Exception encapsulates.
listObjectClassDependents(ObjectClass) - Method in interface org.apache.directory.shared.ldap.schema.SchemaDao
 
listSchemaDependents(String) - Method in interface org.apache.directory.shared.ldap.schema.SchemaDao
Lists the SearchResults of metaSchema objects that depend on a schema.
listSyntaxDependents(String) - Method in interface org.apache.directory.shared.ldap.schema.SchemaDao
Returns the set of matchingRules and attributeTypes which depend on the provided syntax.
listToString(List<?>) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Utility method that return a String representation of a list
listToString(List<?>, String) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Utility method that return a String representation of a list
LITERAL_end - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
LITERAL_end - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
load(Schema...) - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Load some Schemas into the registries.
load(String...) - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Load some Schemas into the registries.
LoadableSchemaObject - Class in org.apache.directory.shared.ldap.schema
An abstract class used to manage the ADS specific SchemaObject, which can contain some compiled Java class to implement the specific logic.
LoadableSchemaObject(SchemaObjectType, String) - Constructor for class org.apache.directory.shared.ldap.schema.LoadableSchemaObject
Constructor to use when the OID is known in advance.
LoadableSchemaObject(SchemaObjectType) - Constructor for class org.apache.directory.shared.ldap.schema.LoadableSchemaObject
Constructor to use when the OID is not known until after instantiation.
loadAllEnabled() - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Load all the enabled schema into the Registries.
loadAllEnabledRelaxed() - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Load all the enabled schema into the Registries.
loadAttributeTypes(String...) - Method in class org.apache.directory.shared.ldap.schema.registries.AbstractSchemaLoader
Build a list of AttributeTypes read from the underlying storage for a list of specific schema, using their name
loadAttributeTypes(Schema...) - Method in interface org.apache.directory.shared.ldap.schema.registries.SchemaLoader
Loads a set of schemas.
loadAttributeTypes(String...) - Method in interface org.apache.directory.shared.ldap.schema.registries.SchemaLoader
Build a list of AttributeTypes read from the underlying storage for a list of specific schema, using their name
loadComparators(String...) - Method in class org.apache.directory.shared.ldap.schema.registries.AbstractSchemaLoader
Build a list of Comparators read from the underlying storage for a list of specific schema, using their name
loadComparators(Schema...) - Method in interface org.apache.directory.shared.ldap.schema.registries.SchemaLoader
Build a list of Comparators read from the underlying storage for a list of specific schema.
loadComparators(String...) - Method in interface org.apache.directory.shared.ldap.schema.registries.SchemaLoader
Build a list of Comparators read from the underlying storage for a list of specific schema, using their name
loadDisabled(Schema...) - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Load Schemas into the Registries, even if they are disabled.
loadDisabled(String...) - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Load Schemas into the Registries, even if they are disabled.
loadDitContentRules(String...) - Method in class org.apache.directory.shared.ldap.schema.registries.AbstractSchemaLoader
Build a list of DitContentRules read from the underlying storage for a list of specified schema names
loadDitContentRules(Schema...) - Method in interface org.apache.directory.shared.ldap.schema.registries.SchemaLoader
Build a list of DitContentRules read from the underlying storage for a list of specific schema.
loadDitContentRules(String...) - Method in interface org.apache.directory.shared.ldap.schema.registries.SchemaLoader
Build a list of DitContentRules read from the underlying storage for a list of specified schema names
loadDitStructureRules(String...) - Method in class org.apache.directory.shared.ldap.schema.registries.AbstractSchemaLoader
Build a list of DitStructureRules read from the underlying storage for a list of specified schema names
loadDitStructureRules(Schema...) - Method in interface org.apache.directory.shared.ldap.schema.registries.SchemaLoader
Build a list of DitStructureRules read from the underlying storage for a list of specific schema.
loadDitStructureRules(String...) - Method in interface org.apache.directory.shared.ldap.schema.registries.SchemaLoader
Build a list of DitStructureRules read from the underlying storage for a list of specified schema names
loadedSchemas - Variable in class org.apache.directory.shared.ldap.schema.registries.Registries
A String name to Schema object map for the schemas loaded into this registry.
loadEntryTriggerSpecification(LdapContext, String) - Static method in class org.apache.directory.shared.ldap.trigger.TriggerUtils
 
loadMatchingRules(String...) - Method in class org.apache.directory.shared.ldap.schema.registries.AbstractSchemaLoader
Build a list of MatchingRules read from the underlying storage for a list of specific schema, using their name
loadMatchingRules(Schema...) - Method in interface org.apache.directory.shared.ldap.schema.registries.SchemaLoader
Build a list of MatchingRules read from the underlying storage for a list of specific schema
loadMatchingRules(String...) - Method in interface org.apache.directory.shared.ldap.schema.registries.SchemaLoader
Build a list of MatchingRules read from the underlying storage for a list of specific schema, using their name
loadMatchingRuleUses(String...) - Method in class org.apache.directory.shared.ldap.schema.registries.AbstractSchemaLoader
Build a list of MatchingRuleUses read from the underlying storage for a list of specified schema names
loadMatchingRuleUses(Schema...) - Method in interface org.apache.directory.shared.ldap.schema.registries.SchemaLoader
Build a list of MatchingRuleUses read from the underlying storage for a list of specific schema.
loadMatchingRuleUses(String...) - Method in interface org.apache.directory.shared.ldap.schema.registries.SchemaLoader
Build a list of MatchingRuleUses read from the underlying storage for a list of specified schema names
loadNameForms(String...) - Method in class org.apache.directory.shared.ldap.schema.registries.AbstractSchemaLoader
Build a list of NameForms read from the underlying storage for a list of specified schema names
loadNameForms(Schema...) - Method in interface org.apache.directory.shared.ldap.schema.registries.SchemaLoader
Build a list of NameForms read from the underlying storage for a list of specific schema.
loadNameForms(String...) - Method in interface org.apache.directory.shared.ldap.schema.registries.SchemaLoader
Build a list of NameForms read from the underlying storage for a list of specified schema names
loadNormalizers(String...) - Method in class org.apache.directory.shared.ldap.schema.registries.AbstractSchemaLoader
Build a list of Normalizers read from the underlying storage for a list of specified schema names
loadNormalizers(Schema...) - Method in interface org.apache.directory.shared.ldap.schema.registries.SchemaLoader
Build a list of Normalizers read from the underlying storage for a list of specified schema
loadNormalizers(String...) - Method in interface org.apache.directory.shared.ldap.schema.registries.SchemaLoader
Build a list of Normalizers read from the underlying storage for a list of specified schema names
loadObjectClasses(String...) - Method in class org.apache.directory.shared.ldap.schema.registries.AbstractSchemaLoader
Build a list of ObjectClasses read from the underlying storage for a list of specified schema names
loadObjectClasses(Schema...) - Method in interface org.apache.directory.shared.ldap.schema.registries.SchemaLoader
Build a list of ObjectClasses read from the underlying storage for a list of specific schema.
loadObjectClasses(String...) - Method in interface org.apache.directory.shared.ldap.schema.registries.SchemaLoader
Build a list of ObjectClasses read from the underlying storage for a list of specified schema names
loadPrescriptiveTriggerSpecification(LdapContext, String, String) - Static method in class org.apache.directory.shared.ldap.trigger.TriggerUtils
 
loadRelaxed(Schema...) - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Load Schemas into the registries, even if there are some errors in the schemas.
loadRelaxed(String...) - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Load Schemas into the registries, even if there are some errors in the schemas.
loadStoredProcedureClass(LdapContext, Class<?>) - Static method in class org.apache.directory.shared.ldap.sp.JavaStoredProcUtils
Loads a Java class's stream data as a subcontext of an LdapContext given.
loadSyntaxCheckers(String...) - Method in class org.apache.directory.shared.ldap.schema.registries.AbstractSchemaLoader
Build a list of SyntaxCheckers read from the underlying storage for a list of specified schema names
loadSyntaxCheckers(Schema...) - Method in interface org.apache.directory.shared.ldap.schema.registries.SchemaLoader
Build a list of SyntaxCheckers read from the underlying storage for a list of specified schema
loadSyntaxCheckers(String...) - Method in interface org.apache.directory.shared.ldap.schema.registries.SchemaLoader
Build a list of SyntaxCheckers read from the underlying storage for a list of specified schema names
loadSyntaxes(String...) - Method in class org.apache.directory.shared.ldap.schema.registries.AbstractSchemaLoader
Build a list of Syntaxes read from the underlying storage for a list of specified schema names
loadSyntaxes(Schema...) - Method in interface org.apache.directory.shared.ldap.schema.registries.SchemaLoader
Build a list of Syntaxes read from the underlying storage for a list of specified schema
loadSyntaxes(String...) - Method in interface org.apache.directory.shared.ldap.schema.registries.SchemaLoader
Build a list of Syntaxes read from the underlying storage for a list of specified schema names
loadWithDeps(Schema...) - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Load some Schemas into the registries, and loads all of the schemas they depend on.
loadWithDeps(String...) - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Load some Schemas into the registries, and loads all of the schemas they depend on.
loadWithDepsRelaxed(Schema...) - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Load some Schemas into the registries, and loads all of the schemas they depend on.
loadWithDepsRelaxed(String...) - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Load some Schemas into the registries, and loads all of the schemas they depend on.
LOG - Static variable in class org.apache.directory.shared.ldap.name.AVASerializer
The LoggerFactory used by this class
LOG - Static variable in class org.apache.directory.shared.ldap.name.DN
The LoggerFactory used by this class
LOG - Static variable in class org.apache.directory.shared.ldap.name.DnSerializer
The LoggerFactory used by this class
LOG - Static variable in class org.apache.directory.shared.ldap.name.RDN
The LoggerFactory used by this class
LOG - Static variable in class org.apache.directory.shared.ldap.name.RdnSerializer
The LoggerFactory used by this class
LOG - Static variable in class org.apache.directory.shared.ldap.schema.parsers.AttributeTypeDescriptionSchemaParser
The LoggerFactory used by this class
LOG - Static variable in class org.apache.directory.shared.ldap.schema.parsers.DITContentRuleDescriptionSchemaParser
The LoggerFactory used by this class
LOG - Static variable in class org.apache.directory.shared.ldap.schema.parsers.DITStructureRuleDescriptionSchemaParser
The LoggerFactory used by this class
LOG - Static variable in class org.apache.directory.shared.ldap.schema.parsers.LdapComparatorDescriptionSchemaParser
The LoggerFactory used by this class
LOG - Static variable in class org.apache.directory.shared.ldap.schema.parsers.LdapSyntaxDescriptionSchemaParser
The LoggerFactory used by this class
LOG - Static variable in class org.apache.directory.shared.ldap.schema.parsers.MatchingRuleDescriptionSchemaParser
The LoggerFactory used by this class
LOG - Static variable in class org.apache.directory.shared.ldap.schema.parsers.MatchingRuleUseDescriptionSchemaParser
The LoggerFactory used by this class
LOG - Static variable in class org.apache.directory.shared.ldap.schema.parsers.NameFormDescriptionSchemaParser
The LoggerFactory used by this class
LOG - Static variable in class org.apache.directory.shared.ldap.schema.parsers.NormalizerDescriptionSchemaParser
The LoggerFactory used by this class
LOG - Static variable in class org.apache.directory.shared.ldap.schema.parsers.ObjectClassDescriptionSchemaParser
The LoggerFactory used by this class
LOG - Static variable in class org.apache.directory.shared.ldap.schema.parsers.SyntaxCheckerDescriptionSchemaParser
The LoggerFactory used by this class
LongComparator - Class in org.apache.directory.shared.ldap.schema.comparators
Compares Long keys and values within a table.
LongComparator(String) - Constructor for class org.apache.directory.shared.ldap.schema.comparators.LongComparator
The LongComparator constructor.
lookup(String) - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultAttributeTypeRegistry
Looks up a SchemaObject by its unique Object Identifier or by name.
lookup(int) - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultDITStructureRuleRegistry
Looks up an dITStructureRule by its unique Object IDentifier or by its name.
lookup(String) - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultSchemaObjectRegistry
Looks up a SchemaObject by its unique Object Identifier or by name.
lookup(int) - Method in interface org.apache.directory.shared.ldap.schema.registries.DITStructureRuleRegistry
Looks up an dITStructureRule by its unique Object IDentifier or by its name.
lookup(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableAttributeTypeRegistry
Looks up a SchemaObject by its unique Object Identifier or by name.
lookup(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableComparatorRegistry
Looks up a SchemaObject by its unique Object Identifier or by name.
lookup(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableDITContentRuleRegistry
Looks up a SchemaObject by its unique Object Identifier or by name.
lookup(int) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableDITStructureRuleRegistry
Looks up an dITStructureRule by its unique Object IDentifier or by its name.
lookup(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableDITStructureRuleRegistry
Looks up a SchemaObject by its unique Object Identifier or by name.
lookup(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableLdapSyntaxRegistry
Looks up a SchemaObject by its unique Object Identifier or by name.
lookup(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableMatchingRuleRegistry
Looks up a SchemaObject by its unique Object Identifier or by name.
lookup(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableMatchingRuleUseRegistry
Looks up a SchemaObject by its unique Object Identifier or by name.
lookup(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableNameFormRegistry
Looks up a SchemaObject by its unique Object Identifier or by name.
lookup(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableNormalizerRegistry
Looks up a SchemaObject by its unique Object Identifier or by name.
lookup(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableObjectClassRegistry
Looks up a SchemaObject by its unique Object Identifier or by name.
lookup(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableSyntaxCheckerRegistry
Looks up a SchemaObject by its unique Object Identifier or by name.
lookup(String) - Method in interface org.apache.directory.shared.ldap.schema.registries.SchemaObjectRegistry
Looks up a SchemaObject by its unique Object Identifier or by name.
lookupAttributeTypeRegistry(String) - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Lookup for an AttributeType in the AttributeType registry
lookupComparatorRegistry(String) - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Lookup for a Comparator in the Comparator registry
lookupLdapSyntaxRegistry(String) - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Lookup for an LdapSyntax in the LdapSyntax registry
lookupMatchingRuleRegistry(String) - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Lookup for a MatchingRule in the MatchingRule registry
lookupNormalizerRegistry(String) - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Lookup for a Normalizer in the Normalizer registry
lookupObjectClassRegistry(String) - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Lookup for a ObjectClass in the ObjectClass registry
lookupSyntaxCheckerRegistry(String) - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Lookup for a SyntaxChecker in the SyntaxChecker registry
LOOP_DETECT - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
lowerCase(String) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Converts a String to lower case as per String.toLowerCase().
lowerCaseAscii(String) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Rewrote the toLowercase method to improve performances.
LPAR - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaQdstringTokenTypes
 
LPAR - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaTokenTypes
 
LPAR - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueTokenTypes
 
lutf1() - Method in class org.apache.directory.shared.ldap.name.AntlrDnParser
RFC 4514, Section 3: LUTF1 = %x01-1F / %x21 / %x24-2A / %x2D-3A / %x3D / %x3F-5B / %x5D-7F The rule LUTF1_REST doesn't contain the following charcters, so we must check them additionally EQUALS (0x3D) HYPHEN (0x2D) DIGIT (0x30-0x39) ALPHA (0x41-0x5A and 0x61-0x7A)
LUTF1_REST - Static variable in interface org.apache.directory.shared.ldap.name.AntlrDnTokenTypes
 

M

mABSTRACT(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
macroExpand(Properties, Properties[]) - Static method in class org.apache.directory.shared.ldap.util.PropertiesUtils
Expands out a set of property key macros in the following format ${foo.bar} where foo.bar is a property key, by dereferencing the value of the key using the original source Properties and other optional Properties.
MailPreferenceSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a Boolean according to RFC 1778.
MailPreferenceSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.MailPreferenceSyntaxChecker
Creates a new instance of MailPreferenceSyntaxChecker.
MailPreferenceSyntaxChecker(String) - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.MailPreferenceSyntaxChecker
Creates a new instance of MailPreferenceSyntaxChecker.
main(String[]) - Static method in class org.apache.directory.shared.ldap.util.UnixCrypt
 
mainACIItemComponent() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
mainACIItemComponent() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
mALPHA(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
mALPHA(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
mALPHA(boolean) - Method in class org.apache.directory.shared.ldap.name.AntlrDnLexer
 
mALPHA(boolean) - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerLexer
 
mALPHA(boolean) - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationLexer
 
mALPHA(boolean) - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationLexer
 
ManageDsaITControl - Class in org.apache.directory.shared.ldap.codec.controls
Control which allows for the management of referrals and other DSA specific entities without processing them: meaning the referrals are treated as regular entries using this control.
ManageDsaITControl() - Constructor for class org.apache.directory.shared.ldap.codec.controls.ManageDsaITControl
Default constructor
ManageDsaITControlDecoder - Class in org.apache.directory.shared.ldap.codec.controls
A decoder for EntryChangeControls.
ManageDsaITControlDecoder() - Constructor for class org.apache.directory.shared.ldap.codec.controls.ManageDsaITControlDecoder
 
MandatoryAndOptionalComponentsMonitor - Class in org.apache.directory.shared.ldap.util
 
MandatoryAndOptionalComponentsMonitor(String[], String[]) - Constructor for class org.apache.directory.shared.ldap.util.MandatoryAndOptionalComponentsMonitor
 
MandatoryComponentsMonitor - Class in org.apache.directory.shared.ldap.util
 
MandatoryComponentsMonitor(String[]) - Constructor for class org.apache.directory.shared.ldap.util.MandatoryComponentsMonitor
 
ManyReplyRequest - Interface in org.apache.directory.shared.ldap.message
A request that can generate zero, one, or more heterogenous responses for a single request.
mAPPLIES(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
mapToString(Map<?, ?>) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Utility method that return a String representation of a map.
mapToString(Map<?, ?>, String) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Utility method that return a String representation of a map.
MasterAndShadowAccessPointSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a MasterAndShadowAccessPoint.
MasterAndShadowAccessPointSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.MasterAndShadowAccessPointSyntaxChecker
Create a new instance of MasterAndShadowAccessPointSyntaxChecker
MATCH_VALUE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
MATCH_VALUE_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
MATCHED_DN_BR_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
MATCHED_DN_ER_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
MATCHED_DN_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
MatchedDNAction - Class in org.apache.directory.shared.ldap.codec.actions
The action used to set the LdapResult matched DN.
MatchedDNAction() - Constructor for class org.apache.directory.shared.ldap.codec.actions.MatchedDNAction
 
matchedProduction(String) - Method in interface org.apache.directory.shared.ldap.filter.FilterParserMonitor
Monitors FilterParser events where it matches a production.
matchedProduction(String) - Method in class org.apache.directory.shared.ldap.filter.FilterParserMonitorAdapter
 
matchedProduction(String) - Method in interface org.apache.directory.shared.ldap.schema.parsers.ParserMonitor
 
matchedProduction(String) - Method in class org.apache.directory.shared.ldap.schema.parsers.ParserMonitorAdapter
 
MATCHING_RULE_ID_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
MATCHING_RULE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
MATCHING_RULE_TYPE_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
MatchingRule - Class in org.apache.directory.shared.ldap.schema
A matchingRule definition.
MatchingRule(String) - Constructor for class org.apache.directory.shared.ldap.schema.MatchingRule
Creates a new instance of MatchingRule.
matchingRuleDescription() - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaParser
Production for matching rule descriptions.
MatchingRuleDescriptionSchemaParser - Class in org.apache.directory.shared.ldap.schema.parsers
A parser for RFC 4512 matching rule descriptions.
MatchingRuleDescriptionSchemaParser() - Constructor for class org.apache.directory.shared.ldap.schema.parsers.MatchingRuleDescriptionSchemaParser
Creates a schema parser instance.
MatchingRuleDescriptionSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value follows the matching rule descripton syntax according to RFC 4512, par 4.2.3:
MatchingRuleDescriptionSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.MatchingRuleDescriptionSyntaxChecker
Creates a new instance of MatchingRuleDescriptionSchemaParser.
MatchingRuleEnum - Enum in org.apache.directory.shared.ldap.schema
Type safe enum for a matching rule's comparator and normalizer component usage string.
MatchingRuleRegistry - Interface in org.apache.directory.shared.ldap.schema.registries
An AttributeType registry service interface.
matchingRuleRegistry - Variable in class org.apache.directory.shared.ldap.schema.registries.Registries
The MatchingRule registry
matchingRulesMatch(MatchingRule, MatchingRule) - Static method in class org.apache.directory.shared.ldap.schema.parsers.ParserDescriptionUtils
Checks to see if two matchingRule match exactly.
MatchingRuleUse - Class in org.apache.directory.shared.ldap.schema
Represents an LDAP MatchingRuleUseDescription defined in RFC 2252.
MatchingRuleUse(String) - Constructor for class org.apache.directory.shared.ldap.schema.MatchingRuleUse
Creates a new instance of MatchingRuleUseDescription
matchingRuleUseDescription() - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaParser
Production for matching rule use descriptions.
MatchingRuleUseDescriptionSchemaParser - Class in org.apache.directory.shared.ldap.schema.parsers
A parser for RFC 4512 matching rule use descriptions.
MatchingRuleUseDescriptionSchemaParser() - Constructor for class org.apache.directory.shared.ldap.schema.parsers.MatchingRuleUseDescriptionSchemaParser
Creates a schema parser instance.
MatchingRuleUseDescriptionSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value follows the matching rule use descripton syntax according to RFC 4512, par 4.2.4:
MatchingRuleUseDescriptionSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.MatchingRuleUseDescriptionSyntaxChecker
Creates a new instance of MatchingRuleUseDescriptionSchemaParser.
MatchingRuleUseRegistry - Interface in org.apache.directory.shared.ldap.schema.registries
A MatchingRuleUse registry service interface.
matchingRuleUseRegistry - Variable in class org.apache.directory.shared.ldap.schema.registries.Registries
The MatchingRuleUse registry
mATTRIBUTETYPE(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
mAUX(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
mAUX_OR_AUXILIARY(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
mAUXILIARY(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
maxImmSub() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
maxImmSub() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
maxValueCount() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
maxValueCount() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
MAY - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaTokenTypes
 
mBYTECODE(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
mBYTECODE_VALUE(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
mCHAR(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueLexer
 
mCLOSE_CURLY(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
mCLOSE_CURLY(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
mCLOSE_CURLY(boolean) - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerLexer
 
mCLOSE_CURLY(boolean) - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationLexer
 
mCLOSE_CURLY(boolean) - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationLexer
 
mCLOSE_PARAN(boolean) - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationLexer
 
mCOLLECTIVE(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
mCOLON(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
mCOLON(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
mCOLON(boolean) - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerLexer
 
mCOLON(boolean) - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationLexer
 
mCOMMA(boolean) - Method in class org.apache.directory.shared.ldap.name.AntlrDnLexer
 
mCOMMENT(boolean) - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationLexer
 
mDESC(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
mDESCR(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
mDESCR(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
mDESCR(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueLexer
 
mDESCR(boolean) - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerLexer
 
mDESCR(boolean) - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationLexer
 
mDESCR_OR_QUIRKS_DESCR(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueLexer
 
mDIGIT(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
mDIGIT(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
mDIGIT(boolean) - Method in class org.apache.directory.shared.ldap.name.AntlrDnLexer
 
mDIGIT(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueLexer
 
mDIGIT(boolean) - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerLexer
 
mDIGIT(boolean) - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationLexer
 
mDIRECTORY_OPERATION(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
mDISTRIBUTED_OPERATION(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
mDOLLAR(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
mDOLLAR(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueLexer
 
mDOT(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
mDOT(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
mDOT(boolean) - Method in class org.apache.directory.shared.ldap.name.AntlrDnLexer
 
mDOT(boolean) - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerLexer
 
mDOT(boolean) - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationLexer
 
mDOT(boolean) - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationLexer
 
mDQUOTE(boolean) - Method in class org.apache.directory.shared.ldap.name.AntlrDnLexer
 
mDSA_OPERATION(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
MECHANISM_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
mEQUALITY(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
mEQUALS(boolean) - Method in class org.apache.directory.shared.ldap.name.AntlrDnLexer
 
mESC(boolean) - Method in class org.apache.directory.shared.ldap.name.AntlrDnLexer
 
mESCESC(boolean) - Method in class org.apache.directory.shared.ldap.name.AntlrDnLexer
 
mESCSHARP(boolean) - Method in class org.apache.directory.shared.ldap.name.AntlrDnLexer
 
MESSAGE_ID_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
MessageDecoder - Class in org.apache.directory.shared.ldap.message
Decodes a BER encoded LDAPv3 message envelope from an input stream demarshaling it into a Message instance using a BER library provider.
MessageDecoder(BinaryAttributeDetector) - Constructor for class org.apache.directory.shared.ldap.message.MessageDecoder
Creates a MessageDecoder using default properties for enabling a BER library provider.
MessageDecoder(BinaryAttributeDetector, int) - Constructor for class org.apache.directory.shared.ldap.message.MessageDecoder
Creates a MessageDecoder using default properties for enabling a BER library provider.
MessageEncoder - Class in org.apache.directory.shared.ldap.message
Encodes a Message instance into a binary message envelope using Basic Encoding rules flushing the PDU out to an OutputStream.
MessageEncoder() - Constructor for class org.apache.directory.shared.ldap.message.MessageEncoder
Creates a MessageEncoder using default properties for enabling a BER library provider.
MessageException - Exception in org.apache.directory.shared.ldap.message
This exception is thrown when a message processing error occurs.
MessageException() - Constructor for exception org.apache.directory.shared.ldap.message.MessageException
Constructs an Exception without a message.
MessageException(String) - Constructor for exception org.apache.directory.shared.ldap.message.MessageException
Constructs an Exception with a detailed message.
MessageTypeEnum - Enum in org.apache.directory.shared.ldap.codec
An enum to store the Ldap message type.
mEXTENSION(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
mFILTER(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
mFILTER(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
mFILTER(boolean) - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerLexer
 
mFILTER(boolean) - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationLexer
 
mFILTER_VALUE(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
mFILTER_VALUE(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
mFILTER_VALUE(boolean) - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerLexer
 
mFILTER_VALUE(boolean) - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationLexer
 
mFORM(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
mFQCN(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
mFQCN_IDENTIFIER(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
mFQCN_LETTER(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
mFQCN_LETTERORDIGIT(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
mFQCN_VALUE(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
mHEX(boolean) - Method in class org.apache.directory.shared.ldap.name.AntlrDnLexer
 
mHEXPAIR(boolean) - Method in class org.apache.directory.shared.ldap.name.AntlrDnLexer
 
mHEXPAIR_OR_ESCESC_ESCSHARP_OR_ESC(boolean) - Method in class org.apache.directory.shared.ldap.name.AntlrDnLexer
 
mHEXVALUE(boolean) - Method in class org.apache.directory.shared.ldap.name.AntlrDnLexer
 
mHEXVALUE_OR_SHARP(boolean) - Method in class org.apache.directory.shared.ldap.name.AntlrDnLexer
 
MHSORAddressSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a MHSORAddress.
MHSORAddressSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.MHSORAddressSyntaxChecker
Creates a new instance of MHSORAddressSyntaxChecker.
mHYPEN(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueLexer
 
mHYPHEN(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
mHYPHEN(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
mHYPHEN(boolean) - Method in class org.apache.directory.shared.ldap.name.AntlrDnLexer
 
MicroOperation - Enum in org.apache.directory.shared.ldap.aci
An enumeration that represents all micro-operations that makes up LDAP operations.
mIDENTIFIER(boolean) - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationLexer
 
mINTEGER(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
mINTEGER(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
mINTEGER(boolean) - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerLexer
 
mINTEGER(boolean) - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationLexer
 
mINTEGER_OR_NUMERICOID(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
mINTEGER_OR_NUMERICOID(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
mINTEGER_OR_NUMERICOID(boolean) - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerLexer
 
mINTEGER_OR_NUMERICOID(boolean) - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationLexer
 
mLANGLE(boolean) - Method in class org.apache.directory.shared.ldap.name.AntlrDnLexer
 
mLBRACKET(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
mLCURLY(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueLexer
 
mLDIGIT(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
mLDIGIT(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
mLDIGIT(boolean) - Method in class org.apache.directory.shared.ldap.name.AntlrDnLexer
 
mLDIGIT(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueLexer
 
mLDIGIT(boolean) - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerLexer
 
mLDIGIT(boolean) - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationLexer
 
mLEN(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
mLEN(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueLexer
 
mLPAR(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
mLPAR(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaQdstringLexer
 
mLPAR(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueLexer
 
mLUTF1_REST(boolean) - Method in class org.apache.directory.shared.ldap.name.AntlrDnLexer
RFC 4514, Section 3: LUTF1 = %x01-1F / %x21 / %x24-2A / %x2D-3A / %x3D / %x3F-5B / %x5D-7F To avoid nondeterminism the following rules are excluded.
mMAY(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
mMUST(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
mNAME(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
mNO_USER_MODIFICATION(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
mNOT(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
mNUMBER(boolean) - Method in class org.apache.directory.shared.ldap.name.AntlrDnLexer
 
mNUMBER(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueLexer
 
mNUMBER2(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueLexer
 
mNUMERICOID(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
mNUMERICOID(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
mNUMERICOID(boolean) - Method in class org.apache.directory.shared.ldap.name.AntlrDnLexer
 
mNUMERICOID(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueLexer
 
mNUMERICOID(boolean) - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerLexer
 
mNUMERICOID(boolean) - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationLexer
 
mNUMERICOID_OR_ALPHA_OR_DIGIT(boolean) - Method in class org.apache.directory.shared.ldap.name.AntlrDnLexer
 
mOBJECTCLASS(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
mOBJECTIDENTIFIER(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
mOBSOLETE(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
mOC(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
MODDN - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.ChangeType
 
MODDN_VALUE - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.ChangeType
 
MODE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue.SyncRequestValueControlStatesEnum
mode Value
Modification - Interface in org.apache.directory.shared.ldap.entry
An internal interface for a ModificationItem.
MODIFICATION_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
ModificationOperation - Enum in org.apache.directory.shared.ldap.entry
An enum storing the different modification operation which can be used in a Modification.
MODIFICATIONS_SEQ_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
MODIFICATIONS_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
MODIFY - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.ChangeType
 
MODIFY - Static variable in class org.apache.directory.shared.ldap.trigger.LdapOperation
 
MODIFY_CODES - Static variable in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
A set of result code enumerations that may result from modify operations.
MODIFY_DN_REQUEST_NEW_SUPERIOR_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
MODIFY_DN_REQUEST_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
MODIFY_DN_REQUEST_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
MODIFY_DN_RESPONSE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
MODIFY_DN_RESPONSE_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
MODIFY_REQUEST_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
MODIFY_REQUEST_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
MODIFY_RESPONSE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
MODIFY_RESPONSE_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
MODIFY_VALUE - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.ChangeType
 
ModifyAttributeValueAction - Class in org.apache.directory.shared.ldap.codec.actions
The action used to store a Value to an modifyRequest
ModifyAttributeValueAction() - Constructor for class org.apache.directory.shared.ldap.codec.actions.ModifyAttributeValueAction
 
MODIFYDN - Static variable in class org.apache.directory.shared.ldap.trigger.LdapOperation
 
MODIFYDN_CODES - Static variable in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
A set of result code enumerations resulting from modifyDn operations.
MODIFYDN_EXPORT - Static variable in class org.apache.directory.shared.ldap.trigger.LdapOperation
 
MODIFYDN_IMPORT - Static variable in class org.apache.directory.shared.ldap.trigger.LdapOperation
 
MODIFYDN_RENAME - Static variable in class org.apache.directory.shared.ldap.trigger.LdapOperation
 
modifyDNOperationAndStoredProcedureCalls() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
ModifyDNRequestCodec - Class in org.apache.directory.shared.ldap.codec.modifyDn
A ModifyDNRequest Message.
ModifyDNRequestCodec() - Constructor for class org.apache.directory.shared.ldap.codec.modifyDn.ModifyDNRequestCodec
Creates a new ModifyDNRequest object.
ModifyDnRequestImpl - Class in org.apache.directory.shared.ldap.message
Lockable ModifyDNRequest implementation.
ModifyDnRequestImpl(int) - Constructor for class org.apache.directory.shared.ldap.message.ModifyDnRequestImpl
Creates a Lockable ModifyDnRequest implementing object used to perform a dn change on an entry potentially resulting in an entry move.
ModifyDNResponseCodec - Class in org.apache.directory.shared.ldap.codec.modifyDn
An ModifyDNResponse Message.
ModifyDNResponseCodec() - Constructor for class org.apache.directory.shared.ldap.codec.modifyDn.ModifyDNResponseCodec
Creates a new ModifyDNResponse object.
ModifyDnResponseImpl - Class in org.apache.directory.shared.ldap.message
Lockable ModifyDnResponse implementation
ModifyDnResponseImpl(int) - Constructor for class org.apache.directory.shared.ldap.message.ModifyDnResponseImpl
Creates a Lockable ModifyDnResponse as a reply to an ModifyDnRequest.
modifyDNStoredProcedureParameter() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
modifyDNStoredProcedureParameterList() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
modifyOperationAndStoredProcedureCalls() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
ModifyRequestCodec - Class in org.apache.directory.shared.ldap.codec.modify
A ModifyRequest Message.
ModifyRequestCodec() - Constructor for class org.apache.directory.shared.ldap.codec.modify.ModifyRequestCodec
Creates a new ModifyRequest object.
ModifyRequestImpl - Class in org.apache.directory.shared.ldap.message
Lockable ModifyRequest implementation.
ModifyRequestImpl(int) - Constructor for class org.apache.directory.shared.ldap.message.ModifyRequestImpl
Creates a Lockable ModifyRequest implementing object used to modify the attributes of an entry.
ModifyResponseCodec - Class in org.apache.directory.shared.ldap.codec.modify
An ModifyResponse Message.
ModifyResponseCodec() - Constructor for class org.apache.directory.shared.ldap.codec.modify.ModifyResponseCodec
Creates a new ModifyResponse object.
ModifyResponseImpl - Class in org.apache.directory.shared.ldap.message
Lockable ModifyResponse implementation
ModifyResponseImpl(int) - Constructor for class org.apache.directory.shared.ldap.message.ModifyResponseImpl
Creates a Lockable ModifyResponse as a reply to an ModifyRequest.
modifyStoredProcedureParameter() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
modifyStoredProcedureParameterList() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
monitor - Variable in class org.apache.directory.shared.ldap.schema.parsers.AbstractSchemaParser
the monitor to use for this parser
mOPEN_CURLY(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
mOPEN_CURLY(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
mOPEN_CURLY(boolean) - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerLexer
 
mOPEN_CURLY(boolean) - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationLexer
 
mOPEN_CURLY(boolean) - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationLexer
 
mOPEN_PARAN(boolean) - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationLexer
 
mORDERING(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
mOTHER(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueLexer
 
mPLUS(boolean) - Method in class org.apache.directory.shared.ldap.name.AntlrDnLexer
 
mQDSTRING(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaQdstringLexer
 
mQUIRKS_DESCR(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueLexer
 
mQUOTE(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaExtensionLexer
 
mQUOTE(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
mQUOTE(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaQdstringLexer
 
mQUOTE(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueLexer
 
mQUOTED_STRING(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaExtensionLexer
 
mQUOTED_STRING(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
mRANGLE(boolean) - Method in class org.apache.directory.shared.ldap.name.AntlrDnLexer
 
mRBRACKET(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
mRCURLY(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueLexer
 
mRPAR(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
mRPAR(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaQdstringLexer
 
mRPAR(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueLexer
 
mSAFEUTF8CHAR(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
mSAFEUTF8CHAR(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
mSAFEUTF8CHAR(boolean) - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerLexer
 
mSAFEUTF8CHAR(boolean) - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationLexer
 
mSAFEUTF8CHAR(boolean) - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationLexer
 
mSAFEUTF8STRING(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
mSAFEUTF8STRING(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
mSAFEUTF8STRING(boolean) - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerLexer
 
mSAFEUTF8STRING(boolean) - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationLexer
 
mSEMI(boolean) - Method in class org.apache.directory.shared.ldap.name.AntlrDnLexer
 
mSEMI(boolean) - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationLexer
 
mSEP(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
mSEP(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
mSEP(boolean) - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerLexer
 
mSEP(boolean) - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationLexer
 
mSEP(boolean) - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationLexer
 
mSHARP(boolean) - Method in class org.apache.directory.shared.ldap.name.AntlrDnLexer
 
mSINGLE_VALUE(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
mSP(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
mSP(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
mSP(boolean) - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerLexer
 
mSP(boolean) - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationLexer
 
mSP(boolean) - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationLexer
 
mSPACE(boolean) - Method in class org.apache.directory.shared.ldap.name.AntlrDnLexer
 
mSTARTNUMERICOID(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
mSTRUCTURAL(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
mSUBSTR(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
mSUP(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
mSYNTAX(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
MULTI_LINE_STYLE - Static variable in class org.apache.directory.shared.ldap.util.ToStringStyle
The multi line toString style.
MultiException - Exception in org.apache.directory.shared.ldap
This exception is thrown when Base class for nested exceptions.
MultiException() - Constructor for exception org.apache.directory.shared.ldap.MultiException
Constructs an Exception without a message.
MultiException(String) - Constructor for exception org.apache.directory.shared.ldap.MultiException
Constructs an Exception with a detailed message.
mUNQUOTED_STRING(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
mUSAGE(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
mUSER_APPLICATIONS(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
MUST - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaTokenTypes
 
mUTF8String(boolean) - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationLexer
 
mUTFMB(boolean) - Method in class org.apache.directory.shared.ldap.name.AntlrDnLexer
 
mVALUE(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaExtensionLexer
 
mVALUE(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
mVALUES(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaExtensionLexer
 
mVALUES(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
mWHSP(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaExtensionLexer
 
mWHSP(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
mWHSP(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaQdstringLexer
 
mWHSP(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueLexer
 
mXKEY(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaExtensionLexer
 
mXSTRING(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaExtensionLexer
 
mXVALUES(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaExtensionLexer
 

N

name() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
name() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
NAME - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaTokenTypes
 
name - Variable in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter
 
NAME_CODES - Static variable in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
Stores the set of error codes associated with name problems.
NAME_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
NameAndOptionalUIDSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a valid Name and Optional UID.
NameAndOptionalUIDSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.NameAndOptionalUIDSyntaxChecker
Creates a new instance of NameAndOptionalUIDSyntaxChecker.
NameComponentNormalizer - Interface in org.apache.directory.shared.ldap.name
Normalizers of ldap name component attributes and their values.
NameForm - Class in org.apache.directory.shared.ldap.schema
A nameForm description.
NameForm(String) - Constructor for class org.apache.directory.shared.ldap.schema.NameForm
Creates a new instance of MatchingRule.
nameFormDescription() - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaParser
Production for name form descriptions.
NameFormDescriptionSchemaParser - Class in org.apache.directory.shared.ldap.schema.parsers
A parser for RFC 4512 name form descriptions
NameFormDescriptionSchemaParser() - Constructor for class org.apache.directory.shared.ldap.schema.parsers.NameFormDescriptionSchemaParser
Creates a schema parser instance.
NameFormDescriptionSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value follows the name descripton syntax according to RFC 4512, par 4.2.7.2:
NameFormDescriptionSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.NameFormDescriptionSyntaxChecker
Creates a new instance of DITContentRuleDescriptionSyntaxChecker.
NameFormRegistry - Interface in org.apache.directory.shared.ldap.schema.registries
An NameForm registry service interface.
nameFormRegistry - Variable in class org.apache.directory.shared.ldap.schema.registries.Registries
The NameForm registry
NameOrNumericIdNormalizer - Class in org.apache.directory.shared.ldap.schema.normalizers
A name or numeric id normalizer.
NameOrNumericIdNormalizer() - Constructor for class org.apache.directory.shared.ldap.schema.normalizers.NameOrNumericIdNormalizer
Creates a new instance of GeneralizedTimeNormalizer.
names - Variable in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
The optional names for this SchemaObject
NamespaceTools - Class in org.apache.directory.shared.ldap.util
Tools dealing with common Naming operations.
NamespaceTools() - Constructor for class org.apache.directory.shared.ldap.util.NamespaceTools
 
NAMING_VIOLATION - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
NAMINGEXCEPTION_CODES - Static variable in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
A set of ResultCodes containing those that may correspond to a NamingException.
negate(Boolean) - Static method in class org.apache.directory.shared.ldap.util.BooleanUtils
Negates the specified boolean.
Nestable - Interface in org.apache.directory.shared.ldap.util
An interface to be implemented by Throwable extensions which would like to be able to nest root exceptions inside themselves.
NestableDelegate - Class in org.apache.directory.shared.ldap.util
A shared implementation of the nestable exception functionality.
NestableDelegate(Nestable) - Constructor for class org.apache.directory.shared.ldap.util.NestableDelegate
Constructs a new NestableDelegate instance to manage the specified Nestable.
NestableError - Error in org.apache.directory.shared.ldap.util
The base class of all errors which can contain other exceptions.
NestableError() - Constructor for error org.apache.directory.shared.ldap.util.NestableError
Constructs a new NestableError without specified detail message.
NestableError(String) - Constructor for error org.apache.directory.shared.ldap.util.NestableError
Constructs a new NestableError with specified detail message.
NestableError(Throwable) - Constructor for error org.apache.directory.shared.ldap.util.NestableError
Constructs a new NestableError with specified nested Throwable.
NestableError(String, Throwable) - Constructor for error org.apache.directory.shared.ldap.util.NestableError
Constructs a new NestableError with specified detail message and nested Throwable.
NestableException - Exception in org.apache.directory.shared.ldap.util
The base class of all exceptions which can contain other exceptions.
NestableException() - Constructor for exception org.apache.directory.shared.ldap.util.NestableException
Constructs a new NestableException without specified detail message.
NestableException(String) - Constructor for exception org.apache.directory.shared.ldap.util.NestableException
Constructs a new NestableException with specified detail message.
NestableException(Throwable) - Constructor for exception org.apache.directory.shared.ldap.util.NestableException
Constructs a new NestableException with specified nested Throwable.
NestableException(String, Throwable) - Constructor for exception org.apache.directory.shared.ldap.util.NestableException
Constructs a new NestableException with specified detail message and nested Throwable.
NestableRuntimeException - Exception in org.apache.directory.shared.ldap.util
The base class of all runtime exceptions which can contain other exceptions.
NestableRuntimeException() - Constructor for exception org.apache.directory.shared.ldap.util.NestableRuntimeException
Constructs a new NestableRuntimeException without specified detail message.
NestableRuntimeException(String) - Constructor for exception org.apache.directory.shared.ldap.util.NestableRuntimeException
Constructs a new NestableRuntimeException with specified detail message.
NestableRuntimeException(Throwable) - Constructor for exception org.apache.directory.shared.ldap.util.NestableRuntimeException
Constructs a new NestableRuntimeException with specified nested Throwable.
NestableRuntimeException(String, Throwable) - Constructor for exception org.apache.directory.shared.ldap.util.NestableRuntimeException
Constructs a new NestableRuntimeException with specified detail message and nested Throwable.
NEVER_DEREF_ALIASES - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
The DerefAlias constants
NEW_COOKIE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue.SyncInfoValueControlStatesEnum
NewCookie state
NEW_RDN_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
NEW_SUPERIOR_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
newEntry() - Method in interface org.apache.directory.shared.ldap.entry.client.ClientEntryFactory
 
newInstance() - Method in class org.apache.directory.shared.ldap.csn.CsnFactory
Returns a new Csn.
newInstance(long, int) - Method in class org.apache.directory.shared.ldap.csn.CsnFactory
Returns a new Csn created from the given values.
newPurgeCsn(long) - Method in class org.apache.directory.shared.ldap.csn.CsnFactory
Generates a CSN used to purge data.
next() - Method in class org.apache.directory.shared.ldap.message.ArrayNamingEnumeration
 
next() - Method in class org.apache.directory.shared.ldap.message.IteratorNamingEnumeration
 
next() - Method in class org.apache.directory.shared.ldap.util.EmptyEnumeration
Always throws NoSuchElementException.
next() - Method in class org.apache.directory.shared.ldap.util.JoinIterator
 
next() - Method in class org.apache.directory.shared.ldap.util.SingletonEnumeration
 
nextElement() - Method in class org.apache.directory.shared.ldap.message.ArrayNamingEnumeration
 
nextElement() - Method in class org.apache.directory.shared.ldap.message.IteratorNamingEnumeration
 
nextElement() - Method in class org.apache.directory.shared.ldap.util.ArrayEnumeration
 
nextElement() - Method in class org.apache.directory.shared.ldap.util.EmptyEnumeration
Always throws NoSuchElementException.
nextElement() - Method in class org.apache.directory.shared.ldap.util.SingletonEnumeration
 
nextToken() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
nextToken() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
nextToken() - Method in class org.apache.directory.shared.ldap.name.AntlrDnLexer
 
nextToken() - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaExtensionLexer
 
nextToken() - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
nextToken() - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaQdstringLexer
 
nextToken() - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueLexer
 
nextToken() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerLexer
 
nextToken() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationLexer
 
nextToken() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationLexer
 
NO_FIELD_NAMES_STYLE - Static variable in class org.apache.directory.shared.ldap.util.ToStringStyle
The no field names toString style.
NO_SUCH_ATTRIBUTE - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
NO_SUCH_OBJECT - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
NO_USER_MODIFICATION - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaTokenTypes
 
NoDuplicateKeysMap - Class in org.apache.directory.shared.ldap.util
A Map implementation derived from HashMap that only overrides a single method put() in order to prevent duplicate keyed entries to be added.
NoDuplicateKeysMap() - Constructor for class org.apache.directory.shared.ldap.util.NoDuplicateKeysMap
 
noidlen(String) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaParser
 
noidlen() - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueParser
noidlen = numericoid [ LCURLY len RCURLY ] len = number
NON_ERRONEOUS_CODES - Static variable in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
Five result codes that may be returned in LDAPResult are not used to indicate an error.
NOOP_MONITOR - Static variable in interface org.apache.directory.shared.ldap.message.spi.ProviderMonitor
A do nothing monitor to use if none is provided
NoOpNormalizer - Class in org.apache.directory.shared.ldap.schema.normalizers
No op (pass through or do nothing) normalizer returning what its given.
NoOpNormalizer(String) - Constructor for class org.apache.directory.shared.ldap.schema.normalizers.NoOpNormalizer
Creates a new instance of NoOpNormalizer.
NoOpNormalizer() - Constructor for class org.apache.directory.shared.ldap.schema.normalizers.NoOpNormalizer
Default constructor for NoOpNormalizer used when we must set the OID after instantiating the Normalizer.
normalize() - Method in class org.apache.directory.shared.ldap.entry.AbstractValue
Normalize the value.
normalize(Normalizer) - Method in class org.apache.directory.shared.ldap.entry.client.ClientBinaryValue
Normalize the value.
normalize(Normalizer) - Method in class org.apache.directory.shared.ldap.entry.client.ClientStringValue
Normalize the value.
normalize() - Method in interface org.apache.directory.shared.ldap.entry.Value
Normalize the value.
normalize(Normalizer) - Method in interface org.apache.directory.shared.ldap.entry.Value
Normalize the value.
normalize(SchemaManager) - Method in class org.apache.directory.shared.ldap.message.SearchParams
Normalize the ReturningAttributes.
normalize() - Method in class org.apache.directory.shared.ldap.name.AVA
A Normalized String representation of a AVA : - type is trimed and lowercased - value is trimed and lowercased, and special characters are escaped if needed.
normalize(String, Map<String, OidNormalizer>) - Static method in class org.apache.directory.shared.ldap.name.DN
Static factory which creates a normalized DN from a String and a Map of OIDs.
normalize(DN, Map<String, OidNormalizer>) - Static method in class org.apache.directory.shared.ldap.name.DN
Change the internal DN, using the OID instead of the first name or other aliases.
normalize(Map<String, OidNormalizer>) - Method in class org.apache.directory.shared.ldap.name.DN
Change the internal DN, using the OID instead of the first name or other aliases.
normalize(Map<String, OidNormalizer>) - Method in class org.apache.directory.shared.ldap.name.RDN
Transform a RDN by changing the value to its OID counterpart and normalizing the value accordingly to its type.
normalize(Value<?>) - Method in class org.apache.directory.shared.ldap.schema.Normalizer
Gets the normalized value.
normalize(String) - Method in class org.apache.directory.shared.ldap.schema.Normalizer
Gets the normalized value.
normalize(Value<?>) - Method in class org.apache.directory.shared.ldap.schema.normalizers.BooleanNormalizer
Gets the normalized value.
normalize(String) - Method in class org.apache.directory.shared.ldap.schema.normalizers.BooleanNormalizer
Gets the normalized value.
normalize(Value<?>) - Method in class org.apache.directory.shared.ldap.schema.normalizers.CachingNormalizer
Gets the normalized value.
normalize(String) - Method in class org.apache.directory.shared.ldap.schema.normalizers.CachingNormalizer
Gets the normalized value.
normalize(Value<?>) - Method in class org.apache.directory.shared.ldap.schema.normalizers.DeepTrimNormalizer
Gets the normalized value.
normalize(String) - Method in class org.apache.directory.shared.ldap.schema.normalizers.DeepTrimNormalizer
Gets the normalized value.
normalize(Value<?>) - Method in class org.apache.directory.shared.ldap.schema.normalizers.DeepTrimToLowerNormalizer
Gets the normalized value.
normalize(String) - Method in class org.apache.directory.shared.ldap.schema.normalizers.DeepTrimToLowerNormalizer
Gets the normalized value.
normalize(Value<?>) - Method in class org.apache.directory.shared.ldap.schema.normalizers.DefaultStringNormalizer
Gets the normalized value.
normalize(String) - Method in class org.apache.directory.shared.ldap.schema.normalizers.DefaultStringNormalizer
Gets the normalized value.
normalize(Value<?>) - Method in class org.apache.directory.shared.ldap.schema.normalizers.DnNormalizer
Gets the normalized value.
normalize(String) - Method in class org.apache.directory.shared.ldap.schema.normalizers.DnNormalizer
Gets the normalized value.
normalize(DN) - Method in class org.apache.directory.shared.ldap.schema.normalizers.DnNormalizer
Normalize a DN
normalize(Value<?>) - Method in class org.apache.directory.shared.ldap.schema.normalizers.GeneralizedTimeNormalizer
Gets the normalized value.
normalize(String) - Method in class org.apache.directory.shared.ldap.schema.normalizers.GeneralizedTimeNormalizer
Gets the normalized value.
normalize(Value<?>) - Method in class org.apache.directory.shared.ldap.schema.normalizers.NameOrNumericIdNormalizer
Gets the normalized value.
normalize(String) - Method in class org.apache.directory.shared.ldap.schema.normalizers.NameOrNumericIdNormalizer
Gets the normalized value.
normalize(Value<?>) - Method in class org.apache.directory.shared.ldap.schema.normalizers.NoOpNormalizer
Returns the value argument as-is without alterations all the time.
normalize(String) - Method in class org.apache.directory.shared.ldap.schema.normalizers.NoOpNormalizer
Returns the value argument as-is without alterations all the time.
normalize(Value<?>) - Method in class org.apache.directory.shared.ldap.schema.normalizers.NumericNormalizer
Gets the normalized value.
normalize(String) - Method in class org.apache.directory.shared.ldap.schema.normalizers.NumericNormalizer
Gets the normalized value.
normalize(Value<?>) - Method in class org.apache.directory.shared.ldap.schema.normalizers.ObjectIdentifierNormalizer
Gets the normalized value.
normalize(String) - Method in class org.apache.directory.shared.ldap.schema.normalizers.ObjectIdentifierNormalizer
Gets the normalized value.
normalize(Value<?>) - Method in class org.apache.directory.shared.ldap.schema.normalizers.RegexNormalizer
Gets the normalized value.
normalize(String) - Method in class org.apache.directory.shared.ldap.schema.normalizers.RegexNormalizer
Gets the normalized value.
normalize(Value<?>) - Method in class org.apache.directory.shared.ldap.schema.normalizers.TelephoneNumberNormalizer
Gets the normalized value.
normalize(String) - Method in class org.apache.directory.shared.ldap.schema.normalizers.TelephoneNumberNormalizer
Gets the normalized value.
normalize(Value<?>) - Method in class org.apache.directory.shared.ldap.schema.normalizers.UniqueMemberNormalizer
 
normalize(String) - Method in class org.apache.directory.shared.ldap.schema.normalizers.UniqueMemberNormalizer
 
normalize(String, PrepareString.StringType) - Static method in class org.apache.directory.shared.ldap.schema.PrepareString
We have to go through 6 steps : 1) Transcode 2) Map 3) Normalize 4) Prohibit 5) Bidi 6) Insignifiant Character Handling The first step is already done, the step (3) is not done.
normalizeByName(String, String) - Method in interface org.apache.directory.shared.ldap.name.NameComponentNormalizer
Normalizes an attribute's value given the name of the attribute - short names like 'cn' as well as 'commonName' should work here.
normalizeByName(String, byte[]) - Method in interface org.apache.directory.shared.ldap.name.NameComponentNormalizer
Normalizes an attribute's value given the name of the attribute - short names like 'cn' as well as 'commonName' should work here.
normalizeByName(String, String) - Method in class org.apache.directory.shared.ldap.name.SimpleNameComponentNormalizer
 
normalizeByName(String, byte[]) - Method in class org.apache.directory.shared.ldap.name.SimpleNameComponentNormalizer
 
normalizeByName(String, String) - Method in class org.apache.directory.shared.ldap.schema.normalizers.ConcreteNameComponentNormalizer
 
normalizeByName(String, byte[]) - Method in class org.apache.directory.shared.ldap.schema.normalizers.ConcreteNameComponentNormalizer
 
normalizeByOid(String, String) - Method in interface org.apache.directory.shared.ldap.name.NameComponentNormalizer
Normalizes an attribute's value given the OID of the attribute.
normalizeByOid(String, byte[]) - Method in interface org.apache.directory.shared.ldap.name.NameComponentNormalizer
Normalizes an attribute's value given the OID of the attribute.
normalizeByOid(String, String) - Method in class org.apache.directory.shared.ldap.name.SimpleNameComponentNormalizer
 
normalizeByOid(String, byte[]) - Method in class org.apache.directory.shared.ldap.name.SimpleNameComponentNormalizer
 
normalizeByOid(String, String) - Method in class org.apache.directory.shared.ldap.schema.normalizers.ConcreteNameComponentNormalizer
 
normalizeByOid(String, byte[]) - Method in class org.apache.directory.shared.ldap.schema.normalizers.ConcreteNameComponentNormalizer
 
normalized - Variable in class org.apache.directory.shared.ldap.entry.AbstractValue
A flag set when the value has been normalized
normalizedValue - Variable in class org.apache.directory.shared.ldap.entry.AbstractValue
the canonical representation of the wrapped value
normalizeName(String) - Method in interface org.apache.directory.shared.ldap.name.NameComponentNormalizer
Normalizes the attribute name/alias to use the OID for it instead.
normalizeName(String) - Method in class org.apache.directory.shared.ldap.name.SimpleNameComponentNormalizer
 
normalizeName(String) - Method in class org.apache.directory.shared.ldap.schema.normalizers.ConcreteNameComponentNormalizer
 
normalizer - Variable in class org.apache.directory.shared.ldap.schema.MatchingRule
The associated Normalizer
Normalizer - Class in org.apache.directory.shared.ldap.schema
Converts attribute values to a canonical form.
Normalizer(String) - Constructor for class org.apache.directory.shared.ldap.schema.Normalizer
The Normalizer base constructor.
Normalizer() - Constructor for class org.apache.directory.shared.ldap.schema.Normalizer
Use this default constructor when the Normalizer must be instantiated before setting the OID.
normalizer - Variable in class org.apache.directory.shared.ldap.schema.normalizers.CachingNormalizer
The underlying decorated Normalizer
NormalizerDescription - Class in org.apache.directory.shared.ldap.schema.parsers
An ApacheDS specific schema description for a Normalizer.
NormalizerDescription(String) - Constructor for class org.apache.directory.shared.ldap.schema.parsers.NormalizerDescription
Default constructor for a NormalizerDecription
normalizerDescription() - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaParser
Production for normalizer descriptions.
NormalizerDescriptionSchemaParser - Class in org.apache.directory.shared.ldap.schema.parsers
A parser for ApacheDS normalizer descriptions.
NormalizerDescriptionSchemaParser() - Constructor for class org.apache.directory.shared.ldap.schema.parsers.NormalizerDescriptionSchemaParser
Creates a schema parser instance.
NormalizerMappingResolver - Interface in org.apache.directory.shared.ldap.schema
A class is used to resolve the normalizer mapping hash used for normalization.
NormalizerRegistry - Interface in org.apache.directory.shared.ldap.schema.registries
Normalizer registry service class.
normalizerRegistry - Variable in class org.apache.directory.shared.ldap.schema.registries.Registries
The Normalizer registry
NormalizerSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker for the Normalizer schema element
NormalizerSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.NormalizerSyntaxChecker
Creates a new instance of NormalizerSyntaxChecker.
normalizeString(String) - Static method in class org.apache.directory.shared.ldap.schema.normalizers.DefaultStringNormalizer
Normalize the given String
normalizeValue() - Method in class org.apache.directory.shared.ldap.name.AVA
 
not() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
not() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
NOT - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaTokenTypes
 
not() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationChecker
 
not() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParser
 
NOT_ALLOWED_ON_NON_LEAF - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
NOT_ALLOWED_ON_RDN - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
NOT_EQUAL - Static variable in class org.apache.directory.shared.ldap.name.DN
Value returned by the compareTo method if values are not equals
NOT_EQUAL - Static variable in class org.apache.directory.shared.ldap.util.StringTools
 
NOT_FILTER_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
NOT_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
NotFilter - Class in org.apache.directory.shared.ldap.codec.search
Not Filter Object to store the Not filter.
NotFilter(int) - Constructor for class org.apache.directory.shared.ldap.codec.search.NotFilter
The constructor.
NotFilter() - Constructor for class org.apache.directory.shared.ldap.codec.search.NotFilter
The constructor.
NoticeOfDisconnect - Class in org.apache.directory.shared.ldap.message.extended
An extended operation intended for notifying clients of upcoming disconnection.
notifyListenerOrRegistries(Schema, Registries) - Method in class org.apache.directory.shared.ldap.schema.registries.AbstractSchemaLoader
 
NotImplementedException - Exception in org.apache.directory.shared.ldap
This exception is thrown when a Backend operation is either temporarily unsupported or perminantly unsupported as part of its implementation.
NotImplementedException() - Constructor for exception org.apache.directory.shared.ldap.NotImplementedException
Constructs an Exception with a detailed message.
NotImplementedException(String) - Constructor for exception org.apache.directory.shared.ldap.NotImplementedException
Constructs an Exception with a detailed message.
NotNode - Class in org.apache.directory.shared.ldap.filter
Node representing an Not connector in a filter operation
NotNode(List<ExprNode>) - Constructor for class org.apache.directory.shared.ldap.filter.NotNode
Creates a NotNode using a logical NOT operator and a list of children.
NotNode(ExprNode) - Constructor for class org.apache.directory.shared.ldap.filter.NotNode
Creates a NotNode using a logical NOT operator and the given child.
NotNode() - Constructor for class org.apache.directory.shared.ldap.filter.NotNode
Creates an empty NotNode
NOW - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulAction
The shutdown is immediate
NOW - Static variable in class org.apache.directory.shared.ldap.message.extended.GracefulShutdownRequest
The shutdown is immediate
NULL - Static variable in class org.apache.directory.shared.ldap.util.ObjectUtils
Singleton used as a null placeholder where null has another meaning.
NULL_TREE_LOOKAHEAD - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.apache.directory.shared.ldap.name.AntlrDnTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaExtensionTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaQdstringTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
NUMBER - Static variable in interface org.apache.directory.shared.ldap.name.AntlrDnTokenTypes
 
NUMBER - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueTokenTypes
 
NUMBER2 - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueTokenTypes
 
NumberSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a Number according to RFC 4512.
NumberSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.NumberSyntaxChecker
Creates a new instance of NumberSyntaxChecker.
NumericNormalizer - Class in org.apache.directory.shared.ldap.schema.normalizers
Normalize Numeric Strings
NumericNormalizer() - Constructor for class org.apache.directory.shared.ldap.schema.normalizers.NumericNormalizer
Creates a new instance of NumericNormalizer.
NUMERICOID - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
NUMERICOID - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
numericoid() - Method in class org.apache.directory.shared.ldap.name.AntlrDnParser
RFC 4512 Section 1.4 numericoid = number 1*( DOT number ) number = DIGIT / ( LDIGIT 1*DIGIT ) DIGIT = %x30 / LDIGIT ; "0"-"9" LDIGIT = %x31-39 ; "1"-"9"
NUMERICOID - Static variable in interface org.apache.directory.shared.ldap.name.AntlrDnTokenTypes
 
numericoid(String) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaParser
 
numericoid() - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueParser
numericoid = number 1*( DOT number )
NUMERICOID - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueTokenTypes
 
NUMERICOID - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
NUMERICOID - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
NUMERICOID_OR_ALPHA_OR_DIGIT - Static variable in interface org.apache.directory.shared.ldap.name.AntlrDnTokenTypes
 
NumericOidSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a numeric oid according to RFC 4512.
NumericOidSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.NumericOidSyntaxChecker
Creates a new instance of NumericOidSyntaxChecker.
NumericStringComparator - Class in org.apache.directory.shared.ldap.schema.comparators
A class for the numericStringOrderingMatch matchingRule (RFC 4517, par.
NumericStringComparator(String) - Constructor for class org.apache.directory.shared.ldap.schema.comparators.NumericStringComparator
The IntegerOrderingComparator constructor.
NumericStringSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a Numeric String according to RFC 4517.
NumericStringSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.NumericStringSyntaxChecker
Creates a new instance of NumericStringSyntaxChecker.

O

OBJECT_CLASS_MODS_PROHIBITED - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
OBJECT_CLASS_VIOLATION - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
OBJECT_NAME_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
OBJECT_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
ObjectClass - Class in org.apache.directory.shared.ldap.schema
An objectClass definition.
ObjectClass(String) - Constructor for class org.apache.directory.shared.ldap.schema.ObjectClass
Creates a new instance of MatchingRuleUseDescription
OBJECTCLASS - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaTokenTypes
 
objectClassDescription() - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaParser
Production for matching object class descriptions.
ObjectClassDescriptionSchemaParser - Class in org.apache.directory.shared.ldap.schema.parsers
A parser for RFC 4512 object class descriptons
ObjectClassDescriptionSchemaParser() - Constructor for class org.apache.directory.shared.ldap.schema.parsers.ObjectClassDescriptionSchemaParser
Creates a schema parser instance.
ObjectClassDescriptionSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value follows the object class descripton syntax according to RFC 4512, par 4.2.1:
ObjectClassDescriptionSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.ObjectClassDescriptionSyntaxChecker
Creates a new instance of ObjectClassDescriptionSyntaxChecker.
objectClassesMatch(ObjectClass, ObjectClass) - Static method in class org.apache.directory.shared.ldap.schema.parsers.ParserDescriptionUtils
Checks two schema objectClasses for an exact match.
ObjectClassRegistry - Interface in org.apache.directory.shared.ldap.schema.registries
ObjectClass registry service interface.
objectClassRegistry - Variable in class org.apache.directory.shared.ldap.schema.registries.Registries
The ObjectClass registry
ObjectClassTypeComparator<T> - Class in org.apache.directory.shared.ldap.schema.comparators
A comparator that compares the objectClass type with values: AUXILIARY, ABSTRACT, and STRUCTURAL.
ObjectClassTypeComparator(String) - Constructor for class org.apache.directory.shared.ldap.schema.comparators.ObjectClassTypeComparator
 
ObjectClassTypeEnum - Enum in org.apache.directory.shared.ldap.schema
Type safe enumerations for an objectClass' type.
ObjectClassTypeSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A syntax checker which checks to see if an objectClass' type is either: AUXILIARY, STRUCTURAL, or ABSTRACT.
ObjectClassTypeSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.ObjectClassTypeSyntaxChecker
Creates a new instance of ObjectClassTypeSyntaxChecker.
OBJECTIDENTIFIER - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaTokenTypes
 
ObjectIdentifierComparator - Class in org.apache.directory.shared.ldap.schema.comparators
A comparator for the objectIdentifierMatch matchingRule.
ObjectIdentifierComparator(String) - Constructor for class org.apache.directory.shared.ldap.schema.comparators.ObjectIdentifierComparator
The ObjectIdentifierComparator constructor.
ObjectIdentifierFirstComponentComparator - Class in org.apache.directory.shared.ldap.schema.comparators
A comparator for Comparators.
ObjectIdentifierFirstComponentComparator(String) - Constructor for class org.apache.directory.shared.ldap.schema.comparators.ObjectIdentifierFirstComponentComparator
The ObjectIdentifierFirstComponentComparator constructor.
ObjectIdentifierNormalizer - Class in org.apache.directory.shared.ldap.schema.normalizers
A normalizer for the objectIdentifierMatch matching rule.
ObjectIdentifierNormalizer() - Constructor for class org.apache.directory.shared.ldap.schema.normalizers.ObjectIdentifierNormalizer
Creates a new instance of ObjectIdentifierNormalizer.
ObjectNameSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a name is valid for an ObjectClass or an AttributeType

<m-name> = <keystring>
<keystring> = <leadkeychar> *<keychar>
<leadkeychar> = <ALPHA>
<keychar> = <ALPHA> / <DIGIT> / <HYPHEN> / <SEMI>
<ALPHA> = %x41-5A / %x61-7A ; "A"-"Z" / "a"-"z"
<DIGIT> = %x30 / <LDIGIT ; "0"-"9"
<LDIGIT> = %x31-39 ; "1"-"9"
<HYPHEN> = %x2D ; hyphen ("-")
<SEMI> = %x3B ; semicolon (";")
ObjectNameSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.ObjectNameSyntaxChecker
Creates a new instance of ObjectNameSyntaxChecker.
objectType - Variable in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
The SchemaObjectType
ObjectUtils - Class in org.apache.directory.shared.ldap.util
Operations on Object.
ObjectUtils() - Constructor for class org.apache.directory.shared.ldap.util.ObjectUtils
ObjectUtils instances should NOT be constructed in standard programming.
ObjectUtils.Null - Class in org.apache.directory.shared.ldap.util
Class used as a null placeholder where null has another meaning.
OBSOLETE - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaTokenTypes
 
OC - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaTokenTypes
 
OctetStringSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a Octet String according to RFC 4517.
OctetStringSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.OctetStringSyntaxChecker
Creates a new instance of OctetStringSyntaxChecker.
OctetStringSyntaxChecker(String) - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.OctetStringSyntaxChecker
Creates a new instance of OctetStringSyntaxChecker, with a specific OID
oid() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
oid() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
oid - Variable in class org.apache.directory.shared.ldap.message.ExtendedResponseImpl
Object identifier for the extended response
oid - Variable in class org.apache.directory.shared.ldap.message.IntermediateResponseImpl
ResponseName for the intermediate response
oid - Variable in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
The SchemaObject numeric OID
oid(String) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaParser
 
oid() - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueParser
oid = descr / numericoid numericoid = number 1*( DOT number ) descr = keystring keystring = leadkeychar *keychar leadkeychar = ALPHA keychar = ALPHA / DIGIT / HYPHEN number = DIGIT / ( LDIGIT 1*DIGIT )
oid() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationChecker
 
oid() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParser
 
OID_LOWER - Static variable in class org.apache.directory.shared.ldap.util.DNUtils
"oid." static
OID_UPPER - Static variable in class org.apache.directory.shared.ldap.util.DNUtils
"OID." static
OidLenSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a numeric oid and a length constraint according to RFC 4512.
OidLenSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.OidLenSyntaxChecker
Creates a new instance of OidLenSyntaxChecker.
OidNormalizer - Class in org.apache.directory.shared.ldap.schema.normalizers
The OidNomalizer class contains a tuple: an OID with its Normalizer.
OidNormalizer(String, Normalizer) - Constructor for class org.apache.directory.shared.ldap.schema.normalizers.OidNormalizer
A constructor which accept two parameters
OidNormalizer(OidNormalizer) - Constructor for class org.apache.directory.shared.ldap.schema.normalizers.OidNormalizer
A copy constructor.
oidRegistry - Variable in class org.apache.directory.shared.ldap.schema.registries.DefaultSchemaObjectRegistry
the global OID Registry
OidRegistry - Class in org.apache.directory.shared.ldap.schema.registries
Object identifier registry.
OidRegistry() - Constructor for class org.apache.directory.shared.ldap.schema.registries.OidRegistry
 
oids(String) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaParser
 
oids() - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueParser
oids = oid / ( LPAREN WSP oidlist WSP RPAREN ) oidlist = oid *( WSP DOLLAR WSP oid )
oidsIterator() - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultSchemaObjectRegistry
Gets an iterator over the registered schema objects'OID in the registry.
oidsIterator() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableAttributeTypeRegistry
Gets an iterator over the registered schema objects'OID in the registry.
oidsIterator() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableComparatorRegistry
Gets an iterator over the registered schema objects'OID in the registry.
oidsIterator() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableDITContentRuleRegistry
Gets an iterator over the registered schema objects'OID in the registry.
oidsIterator() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableDITStructureRuleRegistry
Gets an iterator over the registered schema objects'OID in the registry.
oidsIterator() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableLdapSyntaxRegistry
Gets an iterator over the registered schema objects'OID in the registry.
oidsIterator() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableMatchingRuleRegistry
Gets an iterator over the registered schema objects'OID in the registry.
oidsIterator() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableMatchingRuleUseRegistry
Gets an iterator over the registered schema objects'OID in the registry.
oidsIterator() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableNameFormRegistry
Gets an iterator over the registered schema objects'OID in the registry.
oidsIterator() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableNormalizerRegistry
Gets an iterator over the registered schema objects'OID in the registry.
oidsIterator() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableObjectClassRegistry
Gets an iterator over the registered schema objects'OID in the registry.
oidsIterator() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableSyntaxCheckerRegistry
Gets an iterator over the registered schema objects'OID in the registry.
oidsIterator() - Method in interface org.apache.directory.shared.ldap.schema.registries.SchemaObjectRegistry
Gets an iterator over the registered schema objects'OID in the registry.
OidSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is an oid according to RFC 4512.
OidSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.OidSyntaxChecker
Creates a new instance of OidSyntaxChecker.
ONE_BYTE - Static variable in class org.apache.directory.shared.ldap.util.DNUtils
A constant representing one byte length
ONE_CHAR - Static variable in class org.apache.directory.shared.ldap.util.DNUtils
A constant representing one char length
OPEN_CURLY - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
OPEN_CURLY - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
OPEN_CURLY - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
OPEN_CURLY - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
OPEN_CURLY - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
OPEN_PARAN - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
openLdapAttributeType() - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaParser
 
openLdapObjectClass() - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaParser
 
openLdapObjectIdentifier() - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaParser
 
OpenLdapObjectIdentifierMacro - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
An OpenLDAP object identifier macro.
OpenLdapObjectIdentifierMacro() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.OpenLdapObjectIdentifierMacro
Instantiates a new OpenLDAP object identifier macro.
openLdapSchema() - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaParser
 
OpenLdapSchemaParser - Class in org.apache.directory.shared.ldap.schema.parsers
A reusable wrapper for antlr generated OpenLDAP schema parsers.
OpenLdapSchemaParser() - Constructor for class org.apache.directory.shared.ldap.schema.parsers.OpenLdapSchemaParser
Creates a reusable instance of an OpenLdapSchemaParser.
OPERATION_ADD - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
The operations
OPERATION_DELETE - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
OPERATION_REPLACE - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
OPERATION_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
OperationAbandonedException - Exception in org.apache.directory.shared.ldap.exception
Marker exception thrown when an operation is cancelled.
OperationAbandonedException() - Constructor for exception org.apache.directory.shared.ldap.exception.OperationAbandonedException
 
OPERATIONNOTSUPPOERTEXCEPTION_CODES - Static variable in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
A set of ResultCodes containing those that may correspond to a Exception.
OPERATIONS_ERROR - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
OptionalComponentsMonitor - Class in org.apache.directory.shared.ldap.util
 
OptionalComponentsMonitor(String[]) - Constructor for class org.apache.directory.shared.ldap.util.OptionalComponentsMonitor
 
or() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
or() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
or() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationChecker
 
or() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParser
 
OR_FILTER_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
OR_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
ORDERING - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaTokenTypes
 
OrFilter - Class in org.apache.directory.shared.ldap.codec.search
Or Filter Object to store the Or filter.
OrFilter(int) - Constructor for class org.apache.directory.shared.ldap.codec.search.OrFilter
The constructor.
OrFilter() - Constructor for class org.apache.directory.shared.ldap.codec.search.OrFilter
The constructor.
org.apache.directory.shared.ldap - package org.apache.directory.shared.ldap
 
org.apache.directory.shared.ldap.aci - package org.apache.directory.shared.ldap.aci
ACI (Access Control Information) data model adopted from X.501 specification.
org.apache.directory.shared.ldap.codec - package org.apache.directory.shared.ldap.codec
 
org.apache.directory.shared.ldap.codec.abandon - package org.apache.directory.shared.ldap.codec.abandon
 
org.apache.directory.shared.ldap.codec.actions - package org.apache.directory.shared.ldap.codec.actions
 
org.apache.directory.shared.ldap.codec.add - package org.apache.directory.shared.ldap.codec.add
 
org.apache.directory.shared.ldap.codec.bind - package org.apache.directory.shared.ldap.codec.bind
 
org.apache.directory.shared.ldap.codec.compare - package org.apache.directory.shared.ldap.codec.compare
 
org.apache.directory.shared.ldap.codec.controls - package org.apache.directory.shared.ldap.codec.controls
 
org.apache.directory.shared.ldap.codec.controls.replication.syncDoneValue - package org.apache.directory.shared.ldap.codec.controls.replication.syncDoneValue
 
org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue - package org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue
 
org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue - package org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue
 
org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue - package org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue
 
org.apache.directory.shared.ldap.codec.del - package org.apache.directory.shared.ldap.codec.del
 
org.apache.directory.shared.ldap.codec.extended - package org.apache.directory.shared.ldap.codec.extended
 
org.apache.directory.shared.ldap.codec.extended.operations - package org.apache.directory.shared.ldap.codec.extended.operations
 
org.apache.directory.shared.ldap.codec.extended.operations.cancel - package org.apache.directory.shared.ldap.codec.extended.operations.cancel
 
org.apache.directory.shared.ldap.codec.extended.operations.certGeneration - package org.apache.directory.shared.ldap.codec.extended.operations.certGeneration
 
org.apache.directory.shared.ldap.codec.extended.operations.gracefulDisconnect - package org.apache.directory.shared.ldap.codec.extended.operations.gracefulDisconnect
 
org.apache.directory.shared.ldap.codec.extended.operations.gracefulShutdown - package org.apache.directory.shared.ldap.codec.extended.operations.gracefulShutdown
 
org.apache.directory.shared.ldap.codec.extended.operations.storedProcedure - package org.apache.directory.shared.ldap.codec.extended.operations.storedProcedure
 
org.apache.directory.shared.ldap.codec.intermediate - package org.apache.directory.shared.ldap.codec.intermediate
 
org.apache.directory.shared.ldap.codec.modify - package org.apache.directory.shared.ldap.codec.modify
 
org.apache.directory.shared.ldap.codec.modifyDn - package org.apache.directory.shared.ldap.codec.modifyDn
 
org.apache.directory.shared.ldap.codec.search - package org.apache.directory.shared.ldap.codec.search
 
org.apache.directory.shared.ldap.codec.search.controls - package org.apache.directory.shared.ldap.codec.search.controls
 
org.apache.directory.shared.ldap.codec.search.controls.entryChange - package org.apache.directory.shared.ldap.codec.search.controls.entryChange
 
org.apache.directory.shared.ldap.codec.search.controls.pagedSearch - package org.apache.directory.shared.ldap.codec.search.controls.pagedSearch
 
org.apache.directory.shared.ldap.codec.search.controls.persistentSearch - package org.apache.directory.shared.ldap.codec.search.controls.persistentSearch
 
org.apache.directory.shared.ldap.codec.search.controls.subentries - package org.apache.directory.shared.ldap.codec.search.controls.subentries
 
org.apache.directory.shared.ldap.codec.unbind - package org.apache.directory.shared.ldap.codec.unbind
 
org.apache.directory.shared.ldap.codec.util - package org.apache.directory.shared.ldap.codec.util
 
org.apache.directory.shared.ldap.csn - package org.apache.directory.shared.ldap.csn
 
org.apache.directory.shared.ldap.entry - package org.apache.directory.shared.ldap.entry
 
org.apache.directory.shared.ldap.entry.client - package org.apache.directory.shared.ldap.entry.client
 
org.apache.directory.shared.ldap.exception - package org.apache.directory.shared.ldap.exception
 
org.apache.directory.shared.ldap.filter - package org.apache.directory.shared.ldap.filter
 
org.apache.directory.shared.ldap.message - package org.apache.directory.shared.ldap.message
 
org.apache.directory.shared.ldap.message.control - package org.apache.directory.shared.ldap.message.control
 
org.apache.directory.shared.ldap.message.control.replication - package org.apache.directory.shared.ldap.message.control.replication
 
org.apache.directory.shared.ldap.message.extended - package org.apache.directory.shared.ldap.message.extended
 
org.apache.directory.shared.ldap.message.internal - package org.apache.directory.shared.ldap.message.internal
 
org.apache.directory.shared.ldap.message.spi - package org.apache.directory.shared.ldap.message.spi
 
org.apache.directory.shared.ldap.name - package org.apache.directory.shared.ldap.name
 
org.apache.directory.shared.ldap.schema - package org.apache.directory.shared.ldap.schema
Contains interfaces and base classes for representing the LDAP schema domain model.
org.apache.directory.shared.ldap.schema.comparators - package org.apache.directory.shared.ldap.schema.comparators
 
org.apache.directory.shared.ldap.schema.normalizers - package org.apache.directory.shared.ldap.schema.normalizers
 
org.apache.directory.shared.ldap.schema.parsers - package org.apache.directory.shared.ldap.schema.parsers
 
org.apache.directory.shared.ldap.schema.registries - package org.apache.directory.shared.ldap.schema.registries
 
org.apache.directory.shared.ldap.schema.syntax - package org.apache.directory.shared.ldap.schema.syntax
 
org.apache.directory.shared.ldap.schema.syntaxCheckers - package org.apache.directory.shared.ldap.schema.syntaxCheckers
 
org.apache.directory.shared.ldap.sp - package org.apache.directory.shared.ldap.sp
 
org.apache.directory.shared.ldap.subtree - package org.apache.directory.shared.ldap.subtree
 
org.apache.directory.shared.ldap.trigger - package org.apache.directory.shared.ldap.trigger
 
org.apache.directory.shared.ldap.util - package org.apache.directory.shared.ldap.util
 
org.apache.directory.shared.ldap.util.tree - package org.apache.directory.shared.ldap.util.tree
 
org.apache.directory.shared.ldap.util.unicode - package org.apache.directory.shared.ldap.util.unicode
 
OrNode - Class in org.apache.directory.shared.ldap.filter
Node representing an OR connector in a filter operation
OrNode(List<ExprNode>) - Constructor for class org.apache.directory.shared.ldap.filter.OrNode
Creates a OrNode using a logical operator and a list of children.
OrNode(ExprNode...) - Constructor for class org.apache.directory.shared.ldap.filter.OrNode
Creates a OrNode using a logical operator and a list of children.
OrNode() - Constructor for class org.apache.directory.shared.ldap.filter.OrNode
Creates an empty OrNode
OS_ARCH - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
The os.arch System Property.
OS_NAME - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
The os.name System Property.
OS_VERSION - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
The os.version System Property.
OTHER - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
OTHER - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueTokenTypes
 
OtherMailboxSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is an OtherMailbox according to RFC 4517 : OtherMailbox = mailbox-type DOLLAR mailbox mailbox-type = PrintableString mailbox = IA5String
OtherMailboxSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.OtherMailboxSyntaxChecker
Creates a new instance of OtherMailboxSyntaxChecker.

P

PACKAGE_NAME_COMPARATOR - Static variable in class org.apache.directory.shared.ldap.util.ClassUtils
Compares two Packages by name.
PACKAGE_SEPARATOR - Static variable in class org.apache.directory.shared.ldap.util.ClassUtils
The package separator String: ".".
PACKAGE_SEPARATOR_CHAR - Static variable in class org.apache.directory.shared.ldap.util.ClassUtils
The package separator character: '.' == ..
PAGED_SEARCH_SEQUENCE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.pagedSearch.PagedResultsControlStatesEnum
Sequence Value
PagedResultsControl - Class in org.apache.directory.shared.ldap.codec.search.controls.pagedSearch
A request/response control used to implement a simple paging of search results.
PagedResultsControl() - Constructor for class org.apache.directory.shared.ldap.codec.search.controls.pagedSearch.PagedResultsControl
 
PagedResultsControlContainer - Class in org.apache.directory.shared.ldap.codec.search.controls.pagedSearch
A container for the Paged Search Control.
PagedResultsControlContainer() - Constructor for class org.apache.directory.shared.ldap.codec.search.controls.pagedSearch.PagedResultsControlContainer
Creates a new PagedSearchControl container object.
PagedResultsControlDecoder - Class in org.apache.directory.shared.ldap.codec.search.controls.pagedSearch
A decoder for PagedSearchControls.
PagedResultsControlDecoder() - Constructor for class org.apache.directory.shared.ldap.codec.search.controls.pagedSearch.PagedResultsControlDecoder
 
PagedResultsControlGrammar - Class in org.apache.directory.shared.ldap.codec.search.controls.pagedSearch
This class implements the PagedSearchControl.
PagedResultsControlStatesEnum - Class in org.apache.directory.shared.ldap.codec.search.controls.pagedSearch
This class store the PagedSearchControl's grammar constants.
pair(AntlrDnParser.UpAndNormValue) - Method in class org.apache.directory.shared.ldap.name.AntlrDnParser
RFC 4514, Section 3 pair = ESC ( ESC / special / hexpair ) special = escaped / SPACE / SHARP / EQUALS escaped = DQUOTE / PLUS / COMMA / SEMI / LANGLE / RANGLE hexpair = HEX HEX If in form, a LDAP string representation asserted value can be obtained by replacing (left to right, non-recursively) each appearing in the as follows: replace with ; replace with ; replace with the octet indicated by the .
PARAMETER_STATE - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.storedProcedure.StoredProcedureStatesEnum
Parameter
PARAMETER_TYPE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.storedProcedure.StoredProcedureStatesEnum
Parameter type
PARAMETER_VALUE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.storedProcedure.StoredProcedureStatesEnum
Parameter value
PARAMETERS_STATE - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.storedProcedure.StoredProcedureStatesEnum
Parameters
PARENT_OF_ENTRY - Static variable in class org.apache.directory.shared.ldap.aci.UserClass
The user as parent (ancestor) of accessed entry.
parentOfEntry() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
parentOfEntry() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
parse(String) - Method in class org.apache.directory.shared.ldap.aci.ACIItemChecker
Parses an ACIItem without exhausting the parser.
parse(String) - Method in class org.apache.directory.shared.ldap.aci.ACIItemParser
Parses an ACIItem without exhausting the parser.
parse(String) - Static method in class org.apache.directory.shared.ldap.filter.FilterParser
 
parse(String) - Method in enum org.apache.directory.shared.ldap.name.DnParser
Parse a String and return a DN if the String is a valid DN
parse(String) - Method in enum org.apache.directory.shared.ldap.name.FastDnParser
 
parse(String, RDN) - Static method in class org.apache.directory.shared.ldap.name.RdnParser
Parse a NameComponent :
parse(String) - Method in class org.apache.directory.shared.ldap.schema.parsers.AbstractSchemaParser
Parse a SchemaObject description and returns back an instance of SchemaObject.
parse(String) - Method in class org.apache.directory.shared.ldap.schema.parsers.AttributeTypeDescriptionSchemaParser
Parses a AttributeType description
parse(String) - Method in class org.apache.directory.shared.ldap.schema.parsers.DITContentRuleDescriptionSchemaParser
Parses a DITContentRule description
parse(String) - Method in class org.apache.directory.shared.ldap.schema.parsers.DITStructureRuleDescriptionSchemaParser
Parses a DITStructureRule description
parse(String) - Method in class org.apache.directory.shared.ldap.schema.parsers.LdapComparatorDescriptionSchemaParser
Parses a LdapComparator description
parse(String) - Method in class org.apache.directory.shared.ldap.schema.parsers.LdapSyntaxDescriptionSchemaParser
Parses a LdapSyntax description
parse(String) - Method in class org.apache.directory.shared.ldap.schema.parsers.MatchingRuleDescriptionSchemaParser
Parses a MatchingRule description
parse(String) - Method in class org.apache.directory.shared.ldap.schema.parsers.MatchingRuleUseDescriptionSchemaParser
Parses a MatchingRuleUse description
parse(String) - Method in class org.apache.directory.shared.ldap.schema.parsers.NameFormDescriptionSchemaParser
Parses a NameForm description
parse(String) - Method in class org.apache.directory.shared.ldap.schema.parsers.NormalizerDescriptionSchemaParser
Parses a Normalizer description
parse(String) - Method in class org.apache.directory.shared.ldap.schema.parsers.ObjectClassDescriptionSchemaParser
 
parse(String) - Method in class org.apache.directory.shared.ldap.schema.parsers.OpenLdapSchemaParser
Parses an OpenLDAP schemaObject element/object.
parse(InputStream) - Method in class org.apache.directory.shared.ldap.schema.parsers.OpenLdapSchemaParser
Parses a stream of OpenLDAP schemaObject elements/objects.
parse(File) - Method in class org.apache.directory.shared.ldap.schema.parsers.OpenLdapSchemaParser
Parses a file of OpenLDAP schemaObject elements/objects.
parse(String) - Method in class org.apache.directory.shared.ldap.schema.parsers.SyntaxCheckerDescriptionSchemaParser
Parses a SyntaxChecker description
parse(String) - Method in class org.apache.directory.shared.ldap.subtree.SubtreeSpecificationChecker
Parses a subtree specification without exhausting the parser.
parse(String) - Method in class org.apache.directory.shared.ldap.subtree.SubtreeSpecificationParser
Parses a subtree specification without exhausting the parser.
parse(String) - Method in class org.apache.directory.shared.ldap.trigger.TriggerSpecificationParser
Parses an TriggerSpecification without exhausting the parser.
parse(char[]) - Method in class org.apache.directory.shared.ldap.util.LdapURL
Parse a LdapURL
parseAlphaASCII(byte[], int) - Static method in class org.apache.directory.shared.ldap.util.DNUtils
Walk the buffer while characters are Alpha characters : <alpha> ::= [0x41-0x5A] | [0x61-0x7A]
parseAttribute(String, Position, boolean) - Static method in class org.apache.directory.shared.ldap.util.AttributeUtils
Parse an attribute.
parseAttributeTypeDescription(String) - Method in class org.apache.directory.shared.ldap.schema.parsers.AttributeTypeDescriptionSchemaParser
Parses a attribute type description according to RFC 4512:
parseBase64String(byte[], int) - Static method in class org.apache.directory.shared.ldap.util.DNUtils
Walk the buffer while characters are Base64 characters : <base64-string> ::= <base64-char> <base64-chars> <base64-chars> ::= <base64-char> <base64-chars> | <base64-char> ::= 0x2B | 0x2F | [0x30-0x39] | 0x3D | [0x41-0x5A] | [0x61-0x7A]
parseComparatorDescription(String) - Method in class org.apache.directory.shared.ldap.schema.parsers.LdapComparatorDescriptionSchemaParser
Parses an comparator description:
parseDITContentRuleDescription(String) - Method in class org.apache.directory.shared.ldap.schema.parsers.DITContentRuleDescriptionSchemaParser
Parses a DIT content rule description according to RFC 4512:
parseDITStructureRuleDescription(String) - Method in class org.apache.directory.shared.ldap.schema.parsers.DITStructureRuleDescriptionSchemaParser
Parses a DIT structure rule description according to RFC 4512:
parseDn(String, List<RDN>) - Method in class org.apache.directory.shared.ldap.name.ComplexDnParser
Parses an DN.
parseDn(String, DN) - Method in enum org.apache.directory.shared.ldap.name.FastDnParser
Parses the given name string and fills the given DN object.
parseHexPair(byte[], int) - Static method in class org.apache.directory.shared.ldap.util.DNUtils
Parse an hex pair <hexpair> ::= <hex> <hex>
parseHexString(byte[], int) - Static method in class org.apache.directory.shared.ldap.util.DNUtils
Parse an hex string, which is a list of hex pairs <hexstring> ::= <hexpair> <hexpairs> <hexpairs> ::= <hexpair> <hexpairs> | e
parseHexString(byte[], byte[], Position) - Static method in class org.apache.directory.shared.ldap.util.DNUtils
Parse an hex string, which is a list of hex pairs <hexstring> ::= <hexpair> <hexpairs> <hexpairs> ::= <hexpair> <hexpairs> | e
parseInternal(String, List<RDN>) - Static method in enum org.apache.directory.shared.ldap.name.DnParser
Parse a DN.
parseLdapSyntaxDescription(String) - Method in class org.apache.directory.shared.ldap.schema.parsers.LdapSyntaxDescriptionSchemaParser
Parses a LDAP syntax description according to RFC 4512:
parseMatchingRuleDescription(String) - Method in class org.apache.directory.shared.ldap.schema.parsers.MatchingRuleDescriptionSchemaParser
Parses a matching rule description according to RFC 4512:
parseMatchingRuleUseDescription(String) - Method in class org.apache.directory.shared.ldap.schema.parsers.MatchingRuleUseDescriptionSchemaParser
Parses a matching rule use description according to RFC 4512:
parseNameFormDescription(String) - Method in class org.apache.directory.shared.ldap.schema.parsers.NameFormDescriptionSchemaParser
Parses a name form description according to RFC 4512:
parseNormalizerDescription(String) - Method in class org.apache.directory.shared.ldap.schema.parsers.NormalizerDescriptionSchemaParser
Parses a normalizer description:
parseObjectClassDescription(String) - Method in class org.apache.directory.shared.ldap.schema.parsers.ObjectClassDescriptionSchemaParser
Parses a object class definition according to RFC 4512:
parseOID(String, Position) - Static method in class org.apache.directory.shared.ldap.util.AttributeUtils
Parse an OID.
parser - Variable in class org.apache.directory.shared.ldap.schema.parsers.AbstractSchemaParser
the antlr generated parser being wrapped
ParserDescriptionUtils - Class in org.apache.directory.shared.ldap.schema.parsers
Utilities for dealing with various schema descriptions.
ParserDescriptionUtils() - Constructor for class org.apache.directory.shared.ldap.schema.parsers.ParserDescriptionUtils
 
parseRdn(String, RDN) - Method in class org.apache.directory.shared.ldap.name.ComplexDnParser
Parses an RDN.
parseRdn(String, RDN) - Method in enum org.apache.directory.shared.ldap.name.FastDnParser
Parses the given name string and fills the given Rdn object.
ParserMonitor - Interface in org.apache.directory.shared.ldap.schema.parsers
A monitor for the OpenLdap parser.
ParserMonitorAdapter - Class in org.apache.directory.shared.ldap.schema.parsers
Document me.
ParserMonitorAdapter() - Constructor for class org.apache.directory.shared.ldap.schema.parsers.ParserMonitorAdapter
 
ParserPipedInputStream - Class in org.apache.directory.shared.ldap.util
A piped input stream that fixes the "Read end Dead" issue when a single thread is used.
ParserPipedInputStream() - Constructor for class org.apache.directory.shared.ldap.util.ParserPipedInputStream
 
parseSafeString(byte[], int) - Static method in class org.apache.directory.shared.ldap.util.DNUtils
Walk the buffer while characters are Safe String characters : <safe-string> ::= <safe-init-char> <safe-chars> <safe-init-char> ::= [0x01-0x09] | 0x0B | 0x0C | [0x0E-0x1F] | [0x21-0x39] | 0x3B | [0x3D-0x7F] <safe-chars> ::= <safe-char> <safe-chars> | <safe-char> ::= [0x01-0x09] | 0x0B | 0x0C | [0x0E-0x7F]
parseSyntaxCheckerDescription(String) - Method in class org.apache.directory.shared.ldap.schema.parsers.SyntaxCheckerDescriptionSchemaParser
Parses a syntax checker description:
PARSING_ERROR - Static variable in class org.apache.directory.shared.ldap.util.DNUtils
A value if we got an error while parsing
PARSING_OK - Static variable in class org.apache.directory.shared.ldap.util.DNUtils
A value if we got a correct parsing
PARTIAL_ATTRIBUTES_LIST_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
PARTIAL_RESULTSEXCEPTION_CODES - Static variable in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
A set of ResultCodes containing those that may correspond to a Exception.
PATH_SEPARATOR - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
The path.separator System Property.
payload - Variable in class org.apache.directory.shared.ldap.message.ExtendedRequestImpl
Extended request's payload or requestValue
Permission - Class in org.apache.directory.shared.ldap.aci
An abstract base class for ItemPermission and UserPermission.
Permission(int, Collection<GrantAndDenial>) - Constructor for class org.apache.directory.shared.ldap.aci.Permission
Creates a new instance
PersistentSearchControl - Class in org.apache.directory.shared.ldap.codec.search.controls.persistentSearch
A persistence search object
PersistentSearchControl() - Constructor for class org.apache.directory.shared.ldap.codec.search.controls.persistentSearch.PersistentSearchControl
Default constructor
PersistentSearchControlContainer - Class in org.apache.directory.shared.ldap.codec.search.controls.persistentSearch
 
PersistentSearchControlContainer() - Constructor for class org.apache.directory.shared.ldap.codec.search.controls.persistentSearch.PersistentSearchControlContainer
Creates a new PSearchControlContainer object.
PersistentSearchControlDecoder - Class in org.apache.directory.shared.ldap.codec.search.controls.persistentSearch
A decoder for PSearchControls.
PersistentSearchControlDecoder() - Constructor for class org.apache.directory.shared.ldap.codec.search.controls.persistentSearch.PersistentSearchControlDecoder
 
PersistentSearchControlGrammar - Class in org.apache.directory.shared.ldap.codec.search.controls.persistentSearch
This class implements the PSearchControl.
PersistentSearchControlStatesEnum - Class in org.apache.directory.shared.ldap.codec.search.controls.persistentSearch
This class store the PSearchControl's grammar constants.
PLUS - Static variable in interface org.apache.directory.shared.ldap.name.AntlrDnTokenTypes
 
position() - Method in class org.apache.directory.shared.ldap.util.ByteBuffer
 
Position - Class in org.apache.directory.shared.ldap.util
This class is used to store the position of a token in a string.
Position() - Constructor for class org.apache.directory.shared.ldap.util.Position
 
PostalAddressSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a PostalAddress according to RFC 4517 : = = "$" | e
PostalAddressSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.PostalAddressSyntaxChecker
Creates a new instance of PostalAddressSyntaxChecker.
precedence() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
precedence() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
PreferencesDictionary - Class in org.apache.directory.shared.ldap.util
A wrapper around Preferences to access it as a Dictionary.
PreferencesDictionary(Preferences) - Constructor for class org.apache.directory.shared.ldap.util.PreferencesDictionary
 
prepareNextInput(Reader) - Method in class org.apache.directory.shared.ldap.schema.parsers.ReusableAntlrSchemaLexer
Resets the state of an antlr lexer and initializes it with new input.
prepareNextInput(Reader) - Method in class org.apache.directory.shared.ldap.subtree.ReusableAntlrSubtreeSpecificationCheckerLexer
Resets the state of an antlr lexer and initializes it with new input.
prepareNextInput(Reader) - Method in class org.apache.directory.shared.ldap.subtree.ReusableAntlrSubtreeSpecificationLexer
Resets the state of an antlr lexer and initializes it with new input.
PrepareString - Class in org.apache.directory.shared.ldap.schema
This class implements the 6 steps described in RFC 4518
PrepareString.StringType - Enum in org.apache.directory.shared.ldap.schema
The type of String we have to normalize
PRESCRIPTIVE_TRIGGER_SPECIFICATION_ATTR - Static variable in class org.apache.directory.shared.ldap.trigger.TriggerUtils
 
PresenceNode - Class in org.apache.directory.shared.ldap.filter
Filter expression tree node representing a filter attribute value assertion for presence.
PresenceNode(String) - Constructor for class org.apache.directory.shared.ldap.filter.PresenceNode
Creates a PresenceNode object based on an attribute.
PRESENT_FILTER_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
PRESENT_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
PresentationAddressSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a PresentationAddressSyntax.
PresentationAddressSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.PresentationAddressSyntaxChecker
Creates an instance of PresentationAddressSyntaxChecker
PresentFilter - Class in org.apache.directory.shared.ldap.codec.search
Object to store the filter.
PresentFilter(int) - Constructor for class org.apache.directory.shared.ldap.codec.search.PresentFilter
The constructor.
PresentFilter() - Constructor for class org.apache.directory.shared.ldap.codec.search.PresentFilter
The constructor.
PREVIOUS_DN_STATE - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.entryChange.EntryChangeControlStatesEnum
previousDN
primitivesToWrappers(Class<?>[]) - Static method in class org.apache.directory.shared.ldap.util.ClassUtils
Converts the specified array of primitive Class objects to an array of its corresponding wrapper Class objects.
primitiveToWrapper(Class<?>) - Static method in class org.apache.directory.shared.ldap.util.ClassUtils
Converts the specified primitive Class object to its corresponding wrapper Class object.
PrintableStringSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a Printable String according to RFC 4517.
PrintableStringSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.PrintableStringSyntaxChecker
Creates a new instance of PrintableStringSyntaxChecker.
printErrors(List<Throwable>) - Static method in class org.apache.directory.shared.ldap.util.ExceptionUtils
 
printPartialStackTrace(PrintWriter) - Method in interface org.apache.directory.shared.ldap.util.Nestable
Prints the stack trace for this exception only--root cause not included--using the provided writer.
printPartialStackTrace(PrintWriter) - Method in error org.apache.directory.shared.ldap.util.NestableError
 
printPartialStackTrace(PrintWriter) - Method in exception org.apache.directory.shared.ldap.util.NestableException
 
printPartialStackTrace(PrintWriter) - Method in exception org.apache.directory.shared.ldap.util.NestableRuntimeException
 
printRefinementToBuffer(StringBuilder) - Method in class org.apache.directory.shared.ldap.filter.AbstractExprNode
Default implementation for this method : just throw an exception.
printRefinementToBuffer(StringBuilder) - Method in class org.apache.directory.shared.ldap.filter.AndNode
 
printRefinementToBuffer(StringBuilder) - Method in class org.apache.directory.shared.ldap.filter.AssertionNode
 
printRefinementToBuffer(StringBuilder) - Method in interface org.apache.directory.shared.ldap.filter.ExprNode
Recursively appends the refinement string representation of this node and its descendants in prefix notation to a buffer.
printRefinementToBuffer(StringBuilder) - Method in class org.apache.directory.shared.ldap.filter.NotNode
 
printRefinementToBuffer(StringBuilder) - Method in class org.apache.directory.shared.ldap.filter.OrNode
 
printRefinementToBuffer(StringBuilder) - Method in class org.apache.directory.shared.ldap.filter.SimpleNode
 
printRootCauseStackTrace(Throwable) - Static method in class org.apache.directory.shared.ldap.util.ExceptionUtils
Prints a compact stack trace for the root cause of a throwable to System.err.
printRootCauseStackTrace(Throwable, PrintStream) - Static method in class org.apache.directory.shared.ldap.util.ExceptionUtils
Prints a compact stack trace for the root cause of a throwable.
printRootCauseStackTrace(Throwable, PrintWriter) - Static method in class org.apache.directory.shared.ldap.util.ExceptionUtils
Prints a compact stack trace for the root cause of a throwable.
printStackTrace(PrintWriter) - Method in exception org.apache.directory.shared.ldap.MultiException
Beside printing out the standard stack trace this method prints out the stack traces of all the nested exceptions.
printStackTrace(PrintStream) - Method in exception org.apache.directory.shared.ldap.MultiException
Beside printing out the standard stack trace this method prints out the stack traces of all the nested exceptions.
printStackTrace() - Method in exception org.apache.directory.shared.ldap.MultiException
Beside printing out the standard stack trace this method prints out the stack traces of all the nested exceptions using standard error.
printStackTrace(PrintWriter) - Method in exception org.apache.directory.shared.ldap.RuntimeMultiException
Beside printing out the standard stack trace this method prints out the stack traces of all the nested exceptions.
printStackTrace(PrintStream) - Method in exception org.apache.directory.shared.ldap.RuntimeMultiException
Beside printing out the standard stack trace this method prints out the stack traces of all the nested exceptions.
printStackTrace() - Method in exception org.apache.directory.shared.ldap.RuntimeMultiException
Beside printing out the standard stack trace this method prints out the stack traces of all the nested exceptions using standard error.
printStackTrace(PrintWriter) - Method in interface org.apache.directory.shared.ldap.util.Nestable
Prints the stack trace of this exception to the specified print writer.
printStackTrace(PrintStream) - Method in interface org.apache.directory.shared.ldap.util.Nestable
Prints the stack trace of this exception to the specified print stream.
printStackTrace() - Method in class org.apache.directory.shared.ldap.util.NestableDelegate
Prints the stack trace of this exception the the standar error stream.
printStackTrace(PrintStream) - Method in class org.apache.directory.shared.ldap.util.NestableDelegate
Prints the stack trace of this exception to the specified stream.
printStackTrace(PrintWriter) - Method in class org.apache.directory.shared.ldap.util.NestableDelegate
Prints the stack trace of this exception to the specified writer.
printStackTrace() - Method in error org.apache.directory.shared.ldap.util.NestableError
 
printStackTrace(PrintStream) - Method in error org.apache.directory.shared.ldap.util.NestableError
 
printStackTrace(PrintWriter) - Method in error org.apache.directory.shared.ldap.util.NestableError
 
printStackTrace() - Method in exception org.apache.directory.shared.ldap.util.NestableException
 
printStackTrace(PrintStream) - Method in exception org.apache.directory.shared.ldap.util.NestableException
 
printStackTrace(PrintWriter) - Method in exception org.apache.directory.shared.ldap.util.NestableException
 
printStackTrace() - Method in exception org.apache.directory.shared.ldap.util.NestableRuntimeException
 
printStackTrace(PrintStream) - Method in exception org.apache.directory.shared.ldap.util.NestableRuntimeException
 
printStackTrace(PrintWriter) - Method in exception org.apache.directory.shared.ldap.util.NestableRuntimeException
 
printToBuffer(StringBuilder) - Method in class org.apache.directory.shared.ldap.filter.SimpleNode
Pretty prints this expression node along with annotation information.
printToBuffer(StringBuilder) - Method in class org.apache.directory.shared.ldap.subtree.BaseSubtreeSpecification
Converts this item into its string representation as stored in directory.
printToBuffer(StringBuilder) - Method in interface org.apache.directory.shared.ldap.subtree.SubtreeSpecification
Converts this item into its string representation as stored in directory.
PROCEDURE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.storedProcedure.StoredProcedureStatesEnum
Procedure
PropertiesUtils - Class in org.apache.directory.shared.ldap.util
A utility class used for accessing, finding, merging and macro expanding properties, on disk, via URLS or as resources.
PropertiesUtils() - Constructor for class org.apache.directory.shared.ldap.util.PropertiesUtils
 
propsFound(String, Properties) - Method in interface org.apache.directory.shared.ldap.message.spi.ProviderMonitor
Callback used to monitor the discovered properties for the provider.
protectedItem() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
protectedItem() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
ProtectedItem - Class in org.apache.directory.shared.ldap.aci
Defines the items to which the access controls apply.
ProtectedItem() - Constructor for class org.apache.directory.shared.ldap.aci.ProtectedItem
Creates a new instance.
ProtectedItem.AllAttributeValues - Class in org.apache.directory.shared.ldap.aci
All attribute value information pertaining to specific attributes.
ProtectedItem.AllAttributeValues(Collection<String>) - Constructor for class org.apache.directory.shared.ldap.aci.ProtectedItem.AllAttributeValues
Creates a new instance.
ProtectedItem.AllUserAttributeTypes - Class in org.apache.directory.shared.ldap.aci
All user attribute type information associated with the entry, but not values associated with those attributes.
ProtectedItem.AllUserAttributeTypesAndValues - Class in org.apache.directory.shared.ldap.aci
All user attribute information associated with the entry, including all values of all user attributes.
ProtectedItem.AttributeType - Class in org.apache.directory.shared.ldap.aci
Attribute type information pertaining to specific attributes but not values associated with the type.
ProtectedItem.AttributeType(Collection<String>) - Constructor for class org.apache.directory.shared.ldap.aci.ProtectedItem.AttributeType
Creates a new instance.
ProtectedItem.AttributeValue - Class in org.apache.directory.shared.ldap.aci
A specific value of specific attributes.
ProtectedItem.AttributeValue(Collection<Attribute>) - Constructor for class org.apache.directory.shared.ldap.aci.ProtectedItem.AttributeValue
Creates a new instance.
ProtectedItem.Classes - Class in org.apache.directory.shared.ldap.aci
The contents of entries (possibly a family member) which are restricted to those that have object class values that satisfy the predicate defined by Refinement (see 12.3.5), together (in the case of an ancestor or other family member) with the entry contents as a whole of each subordinate family member entry; it does not necessarily include the information in these entries.
ProtectedItem.Classes(ExprNode) - Constructor for class org.apache.directory.shared.ldap.aci.ProtectedItem.Classes
Creates a new instance.
ProtectedItem.Entry - Class in org.apache.directory.shared.ldap.aci
The entry contents as a whole.
ProtectedItem.MaxImmSub - Class in org.apache.directory.shared.ldap.aci
Restricts the maximum number of immediate subordinates of the superior entry to an entry being added or imported.
ProtectedItem.MaxImmSub(int) - Constructor for class org.apache.directory.shared.ldap.aci.ProtectedItem.MaxImmSub
Creates a new instance.
ProtectedItem.MaxValueCount - Class in org.apache.directory.shared.ldap.aci
Restricts the maximum number of attribute values allowed for a specified attribute type.
ProtectedItem.MaxValueCount(Collection<ProtectedItem.MaxValueCountItem>) - Constructor for class org.apache.directory.shared.ldap.aci.ProtectedItem.MaxValueCount
Creates a new instance.
ProtectedItem.MaxValueCountItem - Class in org.apache.directory.shared.ldap.aci
An element of ProtectedItem.MaxValueCount.
ProtectedItem.MaxValueCountItem(String, int) - Constructor for class org.apache.directory.shared.ldap.aci.ProtectedItem.MaxValueCountItem
Creates a new instance.
ProtectedItem.RangeOfValues - Class in org.apache.directory.shared.ldap.aci
Any attribute value which matches the specified filter, i.e.
ProtectedItem.RangeOfValues(ExprNode) - Constructor for class org.apache.directory.shared.ldap.aci.ProtectedItem.RangeOfValues
Creates a new instance.
ProtectedItem.RestrictedBy - Class in org.apache.directory.shared.ldap.aci
Restricts values added to the attribute type to being values that are already present in the same entry as values of the attribute valuesIn.
ProtectedItem.RestrictedBy(Collection<ProtectedItem.RestrictedByItem>) - Constructor for class org.apache.directory.shared.ldap.aci.ProtectedItem.RestrictedBy
Creates a new instance.
ProtectedItem.RestrictedByItem - Class in org.apache.directory.shared.ldap.aci
An element of ProtectedItem.RestrictedBy.
ProtectedItem.RestrictedByItem(String, String) - Constructor for class org.apache.directory.shared.ldap.aci.ProtectedItem.RestrictedByItem
Creates a new instance.
ProtectedItem.SelfValue - Class in org.apache.directory.shared.ldap.aci
The attribute value assertion corresponding to the current requestor.
ProtectedItem.SelfValue(Collection<String>) - Constructor for class org.apache.directory.shared.ldap.aci.ProtectedItem.SelfValue
Creates a new instance.
protectedItems() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
protectedItems() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
PROTOCOL_ERROR - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
PROTOCOLERROR - Static variable in class org.apache.directory.shared.ldap.message.extended.NoticeOfDisconnect
 
ProtocolInformationSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a protocol information according to RFC 2252.
ProtocolInformationSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.ProtocolInformationSyntaxChecker
Creates a new instance of ProtocolInformationSyntaxChecker.
Provider - Class in org.apache.directory.shared.ldap.message.spi
Abstract Provider base class and factory for accessing berlib specific Provider implementations and their SPI implementation classes.
Provider(String, String) - Constructor for class org.apache.directory.shared.ldap.message.spi.Provider
Creates an instance of a Provider.
PROVIDER_MONITOR_KEY - Static variable in class org.apache.directory.shared.ldap.message.spi.Provider
A provider monitor key.
ProviderDecoder - Interface in org.apache.directory.shared.ldap.message.spi
Standard decoder service provider interface.
ProviderEncoder - Interface in org.apache.directory.shared.ldap.message.spi
Standard encoder service provider interface.
ProviderException - Exception in org.apache.directory.shared.ldap.message.spi
This exception is thrown when provider specific errors occur.
ProviderException(Provider) - Constructor for exception org.apache.directory.shared.ldap.message.spi.ProviderException
Constructs an Exception without a message.
ProviderException(Provider, String) - Constructor for exception org.apache.directory.shared.ldap.message.spi.ProviderException
Constructs an Exception with a detailed message.
ProviderMonitor - Interface in org.apache.directory.shared.ldap.message.spi
A Provider monitor's callback interface.
ProviderObject - Interface in org.apache.directory.shared.ldap.message.spi
All Service Provider Interfaces extend this super interface to corralate SPI implementations with the appropriate provider.
PSEARCH_SEQUENCE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.persistentSearch.PersistentSearchControlStatesEnum
Sequence Value
put(String...) - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientAttribute
Puts some values to this attribute.
put(byte[]...) - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientAttribute
Puts some values to this attribute.
put(Value<?>...) - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientAttribute
Puts some values to this attribute.
put(List<Value<?>>) - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientAttribute
Puts a list of values into this attribute.
put(String, byte[]...) - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientEntry
Put an attribute (represented by its ID and some binary values) into an entry.
put(String, String...) - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientEntry
Put an attribute (represented by its ID and some String values) into an entry.
put(String, Value<?>...) - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientEntry
Put an attribute (represented by its ID and some values) into an entry.
put(EntryAttribute...) - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientEntry
Places attributes in the attribute collection.
put(EntryAttribute...) - Method in interface org.apache.directory.shared.ldap.entry.Entry
Places attributes in the attribute collection.
put(String, byte[]...) - Method in interface org.apache.directory.shared.ldap.entry.Entry
Put an attribute (represented by its ID and some binary values) into an entry.
put(String, String...) - Method in interface org.apache.directory.shared.ldap.entry.Entry
Put an attribute (represented by its ID and some String values) into an entry.
put(String, Value<?>...) - Method in interface org.apache.directory.shared.ldap.entry.Entry
Put an attribute (represented by its ID and some values) into an entry.
put(String...) - Method in interface org.apache.directory.shared.ldap.entry.EntryAttribute
Puts some values to this attribute.
put(byte[]...) - Method in interface org.apache.directory.shared.ldap.entry.EntryAttribute
Puts some values to this attribute.
put(Value<?>...) - Method in interface org.apache.directory.shared.ldap.entry.EntryAttribute
Puts some values to this attribute.
put(List<Value<?>>) - Method in interface org.apache.directory.shared.ldap.entry.EntryAttribute
Puts a list of values into this attribute.
put(Object, Object) - Method in class org.apache.directory.shared.ldap.message.internal.InternalAbstractMessage
Sets a message scope parameter.
put(Object, Object) - Method in interface org.apache.directory.shared.ldap.message.internal.InternalMessage
Sets a message scope parameter.
put(String, Object) - Method in class org.apache.directory.shared.ldap.util.ImmutableAttributesWrapper
 
put(Attribute) - Method in class org.apache.directory.shared.ldap.util.ImmutableAttributesWrapper
 
put(Object, Object) - Method in class org.apache.directory.shared.ldap.util.NoDuplicateKeysMap
Overrides java.util.Map.put(java.lang.Object, java.lang.Object) to prevent duplicate keys.
put(String, String) - Method in class org.apache.directory.shared.ldap.util.PreferencesDictionary
 
put(Object, Object) - Method in class org.apache.directory.shared.ldap.util.SequencedHashMap
Implements Map.put(Object, Object).
put(Object, Object) - Method in class org.apache.directory.shared.ldap.util.SynchronizedLRUMap
Removes the key and its Object from the Map.
putAll(Map) - Method in class org.apache.directory.shared.ldap.util.SequencedHashMap
Adds all the mappings in the specified map to this map, replacing any mappings that already exist (as per Map.putAll(Map)).

Q

qdescr(String) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaParser
 
qdescr() - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueParser
qdescr = SQUOTE descr SQUOTE
qdescrs(String) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaParser
 
qdescrs() - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueParser
qdescrs = qdescr / ( LPAREN WSP qdescrlist WSP RPAREN ) qdescrlist = [ qdescr *( SP qdescr ) ]
qdstring(String) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaParser
 
qdstring() - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaQdstringParser
qdstring = SQUOTE dstring SQUOTE dstring = 1*( QS / QQ / QUTF8 ) ; escaped UTF-8 string QQ = ESC %x32 %x37 ; "\27" QS = ESC %x35 ( %x43 / %x63 ) ; "\5C" / "\5c" ; Any UTF-8 encoded Unicode character ; except %x27 ("\'") and %x5C ("\") QUTF8 = QUTF1 / UTFMB ; Any ASCII character except %x27 ("\'") and %x5C ("\") QUTF1 = %x00-26 / %x28-5B / %x5D-7F
QDSTRING - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaQdstringTokenTypes
 
qdstrings(String) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaExtensionParser
 
qdstrings(String) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaParser
 
qdstrings() - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaQdstringParser
qdstrings = qdstring / ( LPAREN WSP qdstringlist WSP RPAREN ) qdstringlist = [ qdstring *( SP qdstring ) ]
QUIRKS_DESCR - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueTokenTypes
 
quirksNoidlen() - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueParser
noidlen = numericoid [ LCURLY len RCURLY ] len = number
quirksQdescr() - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueParser
qdescr = SQUOTE descr SQUOTE
quirksQdescrs() - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueParser
qdescrs = qdescr / ( LPAREN WSP qdescrlist WSP RPAREN ) qdescrlist = [ qdescr *( SP qdescr ) ]
QUOTE - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaExtensionTokenTypes
 
QUOTE - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaQdstringTokenTypes
 
QUOTE - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaTokenTypes
 
QUOTE - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueTokenTypes
 
QUOTED_STRING - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaExtensionTokenTypes
 
QUOTED_STRING - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaTokenTypes
 
quotestring(AntlrDnParser.UpAndNormValue) - Method in class org.apache.directory.shared.ldap.name.AntlrDnParser
RFC 2253, Section 3 / QUOTATION *( quotechar / pair ) QUOTATION ; only from v2 quotechar =

R

RANGE_OF_VALUES_CANDIDATE - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
RANGE_OF_VALUES_CANDIDATE - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
rangeOfValues() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
rangeOfValues() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
RANGLE - Static variable in interface org.apache.directory.shared.ldap.name.AntlrDnTokenTypes
 
RBRACKET - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaTokenTypes
 
RCURLY - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueTokenTypes
 
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, 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(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.
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
 
rdns - Variable in class org.apache.directory.shared.ldap.name.DN
The RDNs that are elements of the DN NOTE THAT THESE ARE IN THE OPPOSITE ORDER FROM THAT IMPLIED BY THE JAVADOC! Rdn[0] is rdns.get(n) and Rdn[n] is rdns.get(0)
RdnSerializer - Class in org.apache.directory.shared.ldap.name
A helper class which serialize and deserialize a RDN
RdnSerializer() - Constructor for class org.apache.directory.shared.ldap.name.RdnSerializer
 
readExternal(ObjectInput) - Method in class org.apache.directory.shared.ldap.entry.client.ClientBinaryValue
 
readExternal(ObjectInput) - Method in class org.apache.directory.shared.ldap.entry.client.ClientModification
 
readExternal(ObjectInput) - Method in class org.apache.directory.shared.ldap.entry.client.ClientStringValue
 
readExternal(ObjectInput) - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientAttribute
 
readExternal(ObjectInput) - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientEntry
 
readExternal(ObjectInput) - Method in class org.apache.directory.shared.ldap.name.AVA
 
readExternal(ObjectInput) - Method in class org.apache.directory.shared.ldap.name.DN
 
readExternal(ObjectInput) - Method in class org.apache.directory.shared.ldap.name.RDN
 
readExternal(ObjectInput) - Method in class org.apache.directory.shared.ldap.util.SequencedHashMap
Deserializes this map from the given stream.
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.
receive(int) - Method in class org.apache.directory.shared.ldap.util.ParserPipedInputStream
 
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_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.gracefulDisconnect.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
 
ReferralImpl - Class in org.apache.directory.shared.ldap.message
A Referral implementation.
ReferralImpl() - Constructor for class org.apache.directory.shared.ldap.message.ReferralImpl
 
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
 
refinement() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
refinement() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
refinement() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationChecker
 
refinement() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParser
 
refinements() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
refinements() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
refinements() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationChecker
 
refinements() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParser
 
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.
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.
REFRESH_DELETE_COOKIE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue.SyncInfoValueControlStatesEnum
RefreshDelete cookie state
REFRESH_DELETE_REFRESH_DONE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue.SyncInfoValueControlStatesEnum
RefreshDelete refreshDone state
REFRESH_DELETE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue.SyncInfoValueControlStatesEnum
RefreshDelete state
REFRESH_DELETES_STATE - Static variable in class org.apache.directory.shared.ldap.codec.controls.replication.syncDoneValue.SyncDoneValueControlStatesEnum
refreshDeletes value state
REFRESH_PRESENT_COOKIE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue.SyncInfoValueControlStatesEnum
RefreshPresent cookie state
REFRESH_PRESENT_REFRESH_DONE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue.SyncInfoValueControlStatesEnum
RefreshPresent refreshDone state
REFRESH_PRESENT_STATE - Static variable in class org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue.SyncInfoValueControlStatesEnum
RefreshPresent state
RegexNormalizer - Class in org.apache.directory.shared.ldap.schema.normalizers
A Normalizer that uses Perl5 based regular expressions to normalize values.
RegexNormalizer(String, Pattern[]) - Constructor for class org.apache.directory.shared.ldap.schema.normalizers.RegexNormalizer
Creates a Perl5 regular expression based normalizer.
RegexSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker implemented using Perl5 regular expressions to constrain values.
RegexSyntaxChecker(String, String[]) - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.RegexSyntaxChecker
Creates a Syntax validator for a specific Syntax using Perl5 matching rules for validation.
RegexSyntaxChecker(String) - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.RegexSyntaxChecker
Creates a new instance of RegexSyntaxChecker.
register(LdapComparator<?>) - Method in interface org.apache.directory.shared.ldap.schema.registries.ComparatorRegistry
Registers a new LdapComparator with this registry.
register(DITStructureRule) - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultDITStructureRuleRegistry
Registers a new SchemaObject with this registry.
register(T) - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultSchemaObjectRegistry
Registers a new SchemaObject with this registry.
register(DITStructureRule) - Method in interface org.apache.directory.shared.ldap.schema.registries.DITStructureRuleRegistry
Registers a new DITStructureRule with this registry.
register(AttributeType) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableAttributeTypeRegistry
Registers a new SchemaObject with this registry.
register(LdapComparator<?>) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableComparatorRegistry
Registers a new LdapComparator with this registry.
register(DITContentRule) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableDITContentRuleRegistry
Registers a new SchemaObject with this registry.
register(DITStructureRule) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableDITStructureRuleRegistry
Registers a new DITStructureRule with this registry.
register(LdapSyntax) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableLdapSyntaxRegistry
Registers a new SchemaObject with this registry.
register(MatchingRule) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableMatchingRuleRegistry
Registers a new SchemaObject with this registry.
register(MatchingRuleUse) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableMatchingRuleUseRegistry
Registers a new SchemaObject with this registry.
register(NameForm) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableNameFormRegistry
Registers a new SchemaObject with this registry.
register(Normalizer) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableNormalizerRegistry
Registers a new Normalizer with this registry.
register(ObjectClass) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableObjectClassRegistry
Registers a new ObjectClass with this registry.
register(SyntaxChecker) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableSyntaxCheckerRegistry
Registers a new SyntaxChecker with this registry.
register(Normalizer) - Method in interface org.apache.directory.shared.ldap.schema.registries.NormalizerRegistry
Registers a new Normalizer with this registry.
register(ObjectClass) - Method in interface org.apache.directory.shared.ldap.schema.registries.ObjectClassRegistry
Registers a new ObjectClass with this registry.
register(SchemaObject) - Method in class org.apache.directory.shared.ldap.schema.registries.OidRegistry
Adds an OID name pair to the registry.
register(T) - Method in interface org.apache.directory.shared.ldap.schema.registries.SchemaObjectRegistry
Registers a new SchemaObject with this registry.
register(SyntaxChecker) - Method in interface org.apache.directory.shared.ldap.schema.registries.SyntaxCheckerRegistry
Registers a new SyntaxChecker with this registry.
registerDescendants(AttributeType, AttributeType) - Method in interface org.apache.directory.shared.ldap.schema.registries.AttributeTypeRegistry
Store the AttributeType into a map associating an AttributeType to its descendants.
registerDescendants(AttributeType, AttributeType) - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultAttributeTypeRegistry
Store the AttributeType into a map associating an AttributeType to its descendants.
registerDescendants(ObjectClass, List<ObjectClass>) - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultObjectClassRegistry
Store the ObjectClass into a map associating an ObjectClass to its descendants.
registerDescendants(AttributeType, AttributeType) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableAttributeTypeRegistry
Store the AttributeType into a map associating an AttributeType to its descendants.
registerDescendants(ObjectClass, List<ObjectClass>) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableObjectClassRegistry
Store the ObjectClass into a map associating an ObjectClass to its descendants.
registerDescendants(ObjectClass, List<ObjectClass>) - Method in interface org.apache.directory.shared.ldap.schema.registries.ObjectClassRegistry
Store the ObjectClass into a map associating an ObjectClass to its descendants.
registerOid(SchemaObject, Registries) - Method in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
Register the given SchemaObject into the given registries' globalOidRegistry
registerOid(SchemaObject, Registries) - Method in class org.apache.directory.shared.ldap.schema.LoadableSchemaObject
Register the given SchemaObject into the given registries' globalOidRegistry
registerOid(SchemaObject, Registries) - Method in interface org.apache.directory.shared.ldap.schema.SchemaObject
Register the given SchemaObject into the given registries' globalOidRegistry
Registries - Class in org.apache.directory.shared.ldap.schema.registries
Document this class.
Registries(SchemaManager) - Constructor for class org.apache.directory.shared.ldap.schema.registries.Registries
Creates a new instance of Registries.
relativeDistinguishedName(RDN) - Method in class org.apache.directory.shared.ldap.name.AntlrDnParser
Parses an RDN string.
relativeDistinguishedNames(List<RDN>) - Method in class org.apache.directory.shared.ldap.name.AntlrDnParser
Parses an DN string.
RELAXED - Static variable in class org.apache.directory.shared.ldap.schema.registries.Registries
 
RELOAD_HINT_STATE - Static variable in class org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue.SyncRequestValueControlStatesEnum
reloadHint Value
remove(Value<?>...) - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientAttribute
Removes all the values that are equal to the given values.
remove(byte[]...) - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientAttribute
Removes all the values that are equal to the given values.
remove(String...) - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientAttribute
Removes all the values that are equal to the given values.
remove(EntryAttribute...) - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientEntry
 
remove(String, byte[]...) - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientEntry
Removes the specified binary values from an attribute.
remove(String, String...) - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientEntry
Removes the specified String values from an attribute.
remove(String, Value<?>...) - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientEntry
Removes the specified values from an attribute.
remove(EntryAttribute...) - Method in interface org.apache.directory.shared.ldap.entry.Entry
Removes the specified attributes.
remove(String, byte[]...) - Method in interface org.apache.directory.shared.ldap.entry.Entry
Removes the specified binary values from an attribute.
remove(String, String...) - Method in interface org.apache.directory.shared.ldap.entry.Entry
Removes the specified String values from an attribute.
remove(String, Value<?>...) - Method in interface org.apache.directory.shared.ldap.entry.Entry
Removes the specified values from an attribute.
remove(String...) - Method in interface org.apache.directory.shared.ldap.entry.EntryAttribute
Removes all the values that are equal to the given values.
remove(byte[]...) - Method in interface org.apache.directory.shared.ldap.entry.EntryAttribute
Removes all the values that are equal to the given values.
remove(Value<?>...) - Method in interface org.apache.directory.shared.ldap.entry.EntryAttribute
Removes all the values that are equal to the given values.
remove(Control) - Method in class org.apache.directory.shared.ldap.message.internal.InternalAbstractMessage
Deletes a control removing it from this Message.
remove(Control) - Method in interface org.apache.directory.shared.ldap.message.internal.InternalMessage
Deletes a control removing it from this Message.
remove(int) - Method in class org.apache.directory.shared.ldap.name.DN
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(String) - Method in class org.apache.directory.shared.ldap.util.ImmutableAttributesWrapper
 
remove(Object) - Method in class org.apache.directory.shared.ldap.util.ImmutableAttributeWrapper
 
remove(int) - Method in class org.apache.directory.shared.ldap.util.ImmutableAttributeWrapper
 
remove() - Method in class org.apache.directory.shared.ldap.util.JoinIterator
 
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.
remove(N) - Method in class org.apache.directory.shared.ldap.util.tree.DnBranchNode
Removes an element from the tree.
removeAttribute(String) - Method in interface org.apache.directory.shared.ldap.message.internal.InternalSearchRequest
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.
removeAttribute(AttributeType, Attributes) - Static method in class org.apache.directory.shared.ldap.util.AttributeUtils
Correctly removes an attribute from an entry using it's attributeType information.
removeAttributes(String...) - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientEntry
Removes the attribute with the specified alias.
removeAttributes(String...) - Method in interface org.apache.directory.shared.ldap.entry.Entry
Removes the attribute with the specified alias.
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.
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.
removeFromRegistries(List<Throwable>, Registries) - Method in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
Remove this SchemaObject from the given registries, updating the references to other SchemaObject
removeFromRegistries(List<Throwable>, Registries) - Method in class org.apache.directory.shared.ldap.schema.AttributeType
Remove the attributeType from the registries, updating the references to other SchemaObject.
removeFromRegistries(List<Throwable>, Registries) - Method in class org.apache.directory.shared.ldap.schema.LdapSyntax
Remove the SDyntax from the registries, updating the references to other SchemaObject.
removeFromRegistries(List<Throwable>, Registries) - Method in class org.apache.directory.shared.ldap.schema.MatchingRule
Remove the MatchingRule from the registries, updating the references to other SchemaObject.
removeFromRegistries(List<Throwable>, Registries) - Method in class org.apache.directory.shared.ldap.schema.ObjectClass
Remove the ObjectClass from the registries, updating the references to other SchemaObject.
removeFromRegistries(List<Throwable>, Registries) - Method in interface org.apache.directory.shared.ldap.schema.SchemaObject
Remove this SchemaObject from the given registries, updating the references to other SchemaObject
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.internal.InternalReferral
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.
removeMappingFor(AttributeType) - Method in interface org.apache.directory.shared.ldap.schema.registries.AttributeTypeRegistry
Remove a new Oid/Normalizer couple in the OidNormalizer map
removeMappingFor(AttributeType) - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultAttributeTypeRegistry
Remove the AttributeType normalizer from the OidNormalizer map
removeMappingFor(AttributeType) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableAttributeTypeRegistry
Remove a new Oid/Normalizer couple in the OidNormalizer map
removeModification(Modification) - Method in interface org.apache.directory.shared.ldap.message.internal.InternalModifyRequest
Removes a ModificationItem to the set of modifications composing this modify request.
removeModification(Modification) - Method in class org.apache.directory.shared.ldap.message.ModifyRequestImpl
Removes a Modification to the set of modifications composing this modify request.
removeReference(List<Throwable>, SchemaObject) - Method in class org.apache.directory.shared.ldap.schema.registries.Registries
Unlink the SchemaObject references
removeSchema(Schema) - Method in class org.apache.directory.shared.ldap.schema.registries.AbstractSchemaLoader
Remove a schema from the schema's list
removeSchema(Schema) - Method in interface org.apache.directory.shared.ldap.schema.registries.SchemaLoader
Remove a schema from the schema's list
renameSchema(String, String) - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultDITStructureRuleRegistry
Modify all the SchemaObject using a schemaName when this name changes.
renameSchema(String, String) - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultSchemaObjectRegistry
Modify all the SchemaObject using a schemaName when this name changes.
renameSchema(String, String) - Method in interface org.apache.directory.shared.ldap.schema.registries.DITStructureRuleRegistry
Modify all the DITStructureRule using a schemaName when this name changes.
renameSchema(String, String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableAttributeTypeRegistry
Modify all the SchemaObject using a schemaName when this name changes.
renameSchema(String, String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableComparatorRegistry
Modify all the SchemaObject using a schemaName when this name changes.
renameSchema(String, String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableDITContentRuleRegistry
Modify all the SchemaObject using a schemaName when this name changes.
renameSchema(String, String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableDITStructureRuleRegistry
Modify all the DITStructureRule using a schemaName when this name changes.
renameSchema(String, String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableLdapSyntaxRegistry
Modify all the SchemaObject using a schemaName when this name changes.
renameSchema(String, String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableMatchingRuleRegistry
Modify all the SchemaObject using a schemaName when this name changes.
renameSchema(String, String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableMatchingRuleUseRegistry
Modify all the SchemaObject using a schemaName when this name changes.
renameSchema(String, String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableNameFormRegistry
Modify all the SchemaObject using a schemaName when this name changes.
renameSchema(String, String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableNormalizerRegistry
Modify all the SchemaObject using a schemaName when this name changes.
renameSchema(String, String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableObjectClassRegistry
Modify all the SchemaObject using a schemaName when this name changes.
renameSchema(String, String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableSyntaxCheckerRegistry
Modify all the SchemaObject using a schemaName when this name changes.
renameSchema(String, String) - Method in interface org.apache.directory.shared.ldap.schema.registries.SchemaObjectRegistry
Modify all the SchemaObject using a schemaName when this name changes.
render(StringBuffer, List<String>) - Static method in class org.apache.directory.shared.ldap.schema.SchemaUtils
Renders qdescrs into an existing buffer.
render(List<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(Map<String, List<String>>) - Static method in class org.apache.directory.shared.ldap.schema.SchemaUtils
Renders an attributeType description object into a new StringBuffer according to the Attribute Type Description Syntax defined in MODELS 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(LdapSyntax) - 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(LoadableSchemaObject) - Static method in class org.apache.directory.shared.ldap.schema.SchemaUtils
Returns a String description of a schema.
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
render() - Method in enum org.apache.directory.shared.ldap.schema.UsageEnum
Get the string representation for UsageEnum, which will be used by the AttributeType rendering
REPLICATED_CONTEXTS_STATE - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.gracefulDisconnect.GracefulDisconnectStatesEnum
Replicated contexts
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(InternalAbandonableRequest) - Method in interface org.apache.directory.shared.ldap.message.AbandonListener
Notifies that a request has been abandoned.
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(String) - Method in class org.apache.directory.shared.ldap.schema.parsers.AbstractSchemaParser
Initializes the plumbing by creating a pipe and coupling the parser/lexer pair with it.
resetState() - Method in class org.apache.directory.shared.ldap.schema.parsers.ReusableAntlrSchemaParser
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.internal.InternalAddRequest
LDAPv3 add response type enum code
RESP_TYPE - Static variable in interface org.apache.directory.shared.ldap.message.internal.InternalBindRequest
Bind response message type enumeration value
RESP_TYPE - Static variable in interface org.apache.directory.shared.ldap.message.internal.InternalCompareRequest
Compare response message type enum code
RESP_TYPE - Static variable in interface org.apache.directory.shared.ldap.message.internal.InternalDeleteRequest
Delete response message type enumeration value
RESP_TYPE - Static variable in interface org.apache.directory.shared.ldap.message.internal.InternalExtendedRequest
Extended response message type enumeration value
RESP_TYPE - Static variable in interface org.apache.directory.shared.ldap.message.internal.InternalModifyDnRequest
Modify DN response message type enumeration value
RESP_TYPE - Static variable in interface org.apache.directory.shared.ldap.message.internal.InternalModifyRequest
Modify response message type enumeration value
response - Variable in class org.apache.directory.shared.ldap.message.BindRequestImpl
The associated response
response - Variable in class org.apache.directory.shared.ldap.message.ExtendedRequestImpl
 
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.internal.InternalSearchRequest
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, InternalResultResponse, ResultCodeEnum, DN, 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.
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
 
restrictedBy() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
restrictedBy() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
restrictedValue() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
restrictedValue() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
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.
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.persistentSearch.PersistentSearchControlStatesEnum
returnECs Value
ReusableAntlrSchemaLexer - Class in org.apache.directory.shared.ldap.schema.parsers
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.parsers.ReusableAntlrSchemaLexer
Creates a ReusableAntlrSchemaLexer instance.
ReusableAntlrSchemaParser - Class in org.apache.directory.shared.ldap.schema.parsers
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.parsers.ReusableAntlrSchemaParser
Creates a ReusableAntlrSchemaParser instance.
ReusableAntlrSubtreeSpecificationCheckerLexer - 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.
ReusableAntlrSubtreeSpecificationCheckerLexer(Reader) - Constructor for class org.apache.directory.shared.ldap.subtree.ReusableAntlrSubtreeSpecificationCheckerLexer
Creates a ReusableAntlrSubtreeSpecificationLexer 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.
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.
RPAR - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaQdstringTokenTypes
 
RPAR - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaTokenTypes
 
RPAR - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueTokenTypes
 
ruleid(String) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaParser
 
ruleid() - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueParser
ruleid = number number = DIGIT / ( LDIGIT 1*DIGIT )
ruleIdIterator() - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultDITStructureRuleRegistry
Gets an iterator over the registered ruleId in the registry.
ruleIdIterator() - Method in interface org.apache.directory.shared.ldap.schema.registries.DITStructureRuleRegistry
Gets an iterator over the registered ruleId in the registry.
ruleIdIterator() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableDITStructureRuleRegistry
Gets an iterator over the registered ruleId in the registry.
ruleids(String) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaParser
 
ruleids() - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueParser
ruleids = ruleid / ( LPAREN WSP ruleidlist WSP RPAREN ) ruleidlist = ruleid *( SP ruleid )
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.

S

SAFEUTF8CHAR - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
SAFEUTF8CHAR - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
SAFEUTF8CHAR - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
SAFEUTF8CHAR - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
SAFEUTF8CHAR - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
SAFEUTF8STRING - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
SAFEUTF8STRING - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
SAFEUTF8STRING - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
SAFEUTF8STRING - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
same - Variable in class org.apache.directory.shared.ldap.entry.AbstractValue
A flag set if the normalized data is different from the wrapped data
SASL_BIND_IN_PROGRESS - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
SASL_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
SaslCredentials - Class in org.apache.directory.shared.ldap.codec.bind
A ldapObject which stores the SASL authentication of a BindRequest.
SaslCredentials() - Constructor for class org.apache.directory.shared.ldap.codec.bind.SaslCredentials
 
Schema - Interface in org.apache.directory.shared.ldap.schema.registries
Base schema interface.
SchemaDao - Interface in org.apache.directory.shared.ldap.schema
 
schemaLoaded(Schema) - Method in class org.apache.directory.shared.ldap.schema.registries.Registries
Merely adds the schema to the set of loaded schemas.
schemaLoaded(Schema) - Method in interface org.apache.directory.shared.ldap.schema.registries.SchemaLoaderListener
Listener method called to indicate a loader or other agent finished loading the schema objects for a schema into the Registries.
SchemaLoader - Interface in org.apache.directory.shared.ldap.schema.registries
Loads schemas into registres.
SchemaLoaderListener - Interface in org.apache.directory.shared.ldap.schema.registries
A listener interface used by schema loaders and the schema subsystem of Apache Directory Server to notify the registry of events like a new schema being loaded or unloaded.
SchemaManager - Interface in org.apache.directory.shared.ldap.schema
A class used to manage access to the Schemas and Registries.
schemaMap - Variable in class org.apache.directory.shared.ldap.schema.registries.AbstractSchemaLoader
A map of all available schema names to schema objects.
schemaName - Variable in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
The name of the schema this object is associated with
SchemaObject - Interface in org.apache.directory.shared.ldap.schema
Most schema objects have some common attributes.
SchemaObjectRegistry<T extends SchemaObject> - Interface in org.apache.directory.shared.ldap.schema.registries
Common schema object registry interface.
schemaObjectType - Variable in class org.apache.directory.shared.ldap.schema.registries.DefaultSchemaObjectRegistry
The SchemaObject type, used by the toString() method
SchemaObjectType - Enum in org.apache.directory.shared.ldap.schema
The SchemaObject types
SchemaObjectWrapper - Class in org.apache.directory.shared.ldap.schema
A class containing a SchemaObject, used by the global registries.
SchemaObjectWrapper(SchemaObject) - Constructor for class org.apache.directory.shared.ldap.schema.SchemaObjectWrapper
Creates a new instance of SchemaObjectWrapper.
schemaUnloaded(Schema) - Method in class org.apache.directory.shared.ldap.schema.registries.Registries
Merely removes the schema from the set of loaded schemas.
schemaUnloaded(Schema) - Method in interface org.apache.directory.shared.ldap.schema.registries.SchemaLoaderListener
Listener method called to indicate an agent finished loading the schema objects for a schema into the Registries.
SchemaUtils - Class in org.apache.directory.shared.ldap.schema
Various utility methods for schema functions and objects.
SchemaUtils() - Constructor for class org.apache.directory.shared.ldap.schema.SchemaUtils
 
SCHEMAVIOLATIONEXCEPTION_CODES - Static variable in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
A set of ResultCodes containing those that may correspond to a SchemaViolationException.
SCOPE_BASE_OBJECT - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
The scope constants
SCOPE_SINGLE_LEVEL - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
SCOPE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
SCOPE_WHOLE_SUBTREE - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
ScopeNode - Class in org.apache.directory.shared.ldap.filter
Node used not to represent a published assertion but an assertion on the scope of the search.
ScopeNode(AliasDerefMode, String, SearchScope) - Constructor for class org.apache.directory.shared.ldap.filter.ScopeNode
Creates a new ScopeNode object.
SEARCH_CODES - Static variable in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
A set of result code enumerations that may result from search operations.
SEARCH_REQUEST_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
SEARCH_REQUEST_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
SEARCH_RESULT_DONE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
SEARCH_RESULT_DONE_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
SEARCH_RESULT_ENTRY_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
SEARCH_RESULT_ENTRY_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
SEARCH_RESULT_REFERENCE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
SEARCH_RESULT_REFERENCE_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
SearchParams - Class in org.apache.directory.shared.ldap.message
A container for Search parameters.
SearchParams() - Constructor for class org.apache.directory.shared.ldap.message.SearchParams
Creates a new instance of SearchContext, with all the values set to default.
SearchRequestCodec - Class in org.apache.directory.shared.ldap.codec.search
A SearchRequest ldapObject.
SearchRequestCodec() - Constructor for class org.apache.directory.shared.ldap.codec.search.SearchRequestCodec
Creates a new SearchRequest object.
SearchRequestImpl - Class in org.apache.directory.shared.ldap.message
Lockable SearchRequest implementation.
SearchRequestImpl(int) - Constructor for class org.apache.directory.shared.ldap.message.SearchRequestImpl
Creates a Lockable SearcRequest implementing object used to search the DIT.
SearchResponseDoneImpl - Class in org.apache.directory.shared.ldap.message
SearchResponseDone implementation
SearchResponseDoneImpl(int) - Constructor for class org.apache.directory.shared.ldap.message.SearchResponseDoneImpl
Creates a Lockable SearchResponseDone as a reply to an SearchRequest to indicate the end of a search operation.
SearchResponseEntryImpl - Class in org.apache.directory.shared.ldap.message
Lockable SearchResponseEntry implementation
SearchResponseEntryImpl(int) - Constructor for class org.apache.directory.shared.ldap.message.SearchResponseEntryImpl
Creates a SearchResponseEntry as a reply to an SearchRequest to indicate the end of a search operation.
SearchResponseReferenceImpl - Class in org.apache.directory.shared.ldap.message
SearchResponseReference implementation
SearchResponseReferenceImpl(int) - Constructor for class org.apache.directory.shared.ldap.message.SearchResponseReferenceImpl
Creates a Lockable SearchResponseReference as a reply to an SearchRequest to indicate the end of a search operation.
SearchResultAttributeValueAction - Class in org.apache.directory.shared.ldap.codec.actions
The action used to store a Value to an search result entry
SearchResultAttributeValueAction() - Constructor for class org.apache.directory.shared.ldap.codec.actions.SearchResultAttributeValueAction
 
SearchResultDoneCodec - Class in org.apache.directory.shared.ldap.codec.search
A SearchResultDone Message.
SearchResultDoneCodec() - Constructor for class org.apache.directory.shared.ldap.codec.search.SearchResultDoneCodec
Creates a new SearchResultDone object.
SearchResultEntryCodec - Class in org.apache.directory.shared.ldap.codec.search
A SearchResultEntry Message.
SearchResultEntryCodec() - Constructor for class org.apache.directory.shared.ldap.codec.search.SearchResultEntryCodec
Creates a new SearchResultEntry object.
SearchResultReferenceCodec - Class in org.apache.directory.shared.ldap.codec.search
A SearchResultReference Message.
SearchResultReferenceCodec() - Constructor for class org.apache.directory.shared.ldap.codec.search.SearchResultReferenceCodec
Creates a new SearchResultEntry object.
SearchScope - Enum in org.apache.directory.shared.ldap.filter
A search scope enumerated type.
SECURITY_CODES - Static variable in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
Stores all the result codes associated with security related problems.
selfValue() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
selfValue() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
SEMI - Static variable in interface org.apache.directory.shared.ldap.name.AntlrDnTokenTypes
 
SEMI - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
SEP - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
SEP - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
SEP - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
SEP - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
SEP - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
sequence() - Method in class org.apache.directory.shared.ldap.util.SequencedHashMap
Returns a List view of the keys rather than a set view.
SequencedHashMap - Class in org.apache.directory.shared.ldap.util
A map of objects whose mapping entries are sequenced based on the order in which they were added.
SequencedHashMap() - Constructor for class org.apache.directory.shared.ldap.util.SequencedHashMap
Construct a new sequenced hash map with default initial size and load factor.
SequencedHashMap(int) - Constructor for class org.apache.directory.shared.ldap.util.SequencedHashMap
Construct a new sequenced hash map with the specified initial size and default load factor.
SequencedHashMap(int, float) - Constructor for class org.apache.directory.shared.ldap.util.SequencedHashMap
Construct a new sequenced hash map with the specified initial size and load factor.
SequencedHashMap(Map) - Constructor for class org.apache.directory.shared.ldap.util.SequencedHashMap
Construct a new sequenced hash map and add all the elements in the specified map.
SerializableComparator<E> - Class in org.apache.directory.shared.ldap.schema.comparators
A serializable wrapper around a Comparator which uses delayed initialization of the underlying wrapped comparator which is JIT resolved from a static global registry.
SerializableComparator(String) - Constructor for class org.apache.directory.shared.ldap.schema.comparators.SerializableComparator
 
serialize(AVA, ObjectOutput) - Static method in class org.apache.directory.shared.ldap.name.AVASerializer
Serialize an AttributeTypeAndValue object.
serialize(DN, ObjectOutput) - Static method in class org.apache.directory.shared.ldap.name.DnSerializer
Serialize a DN We have to store a DN data efficiently.
serialize(RDN, ObjectOutput) - Static method in class org.apache.directory.shared.ldap.name.RdnSerializer
Serialize a RDN instance A RDN is composed of on to many ATAVs (AttributeType And Value).
serialVersionUID - Static variable in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
The serialVersionUID
serialVersionUID - Static variable in class org.apache.directory.shared.ldap.schema.AttributeType
The serialVersionUID
serialVersionUID - Static variable in class org.apache.directory.shared.ldap.schema.DITContentRule
The serialVersionUID
serialVersionUID - Static variable in class org.apache.directory.shared.ldap.schema.LdapSyntax
The serialVersionUID
serialVersionUID - Static variable in class org.apache.directory.shared.ldap.schema.normalizers.BooleanNormalizer
The serial UID
serialVersionUID - Static variable in class org.apache.directory.shared.ldap.schema.normalizers.CachingNormalizer
The serial UID
serialVersionUID - Static variable in class org.apache.directory.shared.ldap.schema.normalizers.DeepTrimNormalizer
The serial UID
serialVersionUID - Static variable in class org.apache.directory.shared.ldap.schema.normalizers.DeepTrimToLowerNormalizer
The serial UID
serialVersionUID - Static variable in class org.apache.directory.shared.ldap.schema.normalizers.GeneralizedTimeNormalizer
The serial UID
serialVersionUID - Static variable in class org.apache.directory.shared.ldap.schema.normalizers.NameOrNumericIdNormalizer
The serial UID
serialVersionUID - Static variable in class org.apache.directory.shared.ldap.schema.normalizers.NoOpNormalizer
The serial UID
serialVersionUID - Static variable in class org.apache.directory.shared.ldap.schema.normalizers.NumericNormalizer
The serial UID
serialVersionUID - Static variable in class org.apache.directory.shared.ldap.schema.normalizers.ObjectIdentifierNormalizer
The serial UID
serialVersionUID - Static variable in class org.apache.directory.shared.ldap.schema.normalizers.RegexNormalizer
The serial UID
serialVersionUID - Static variable in class org.apache.directory.shared.ldap.schema.normalizers.TelephoneNumberNormalizer
The serial UID
SERVER_SASL_CREDENTIAL_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
SERVER_SASL_CREDENTIALS_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
ServerSASLCredsAction - Class in org.apache.directory.shared.ldap.codec.actions
The action used to store a SASL credentials
ServerSASLCredsAction() - Constructor for class org.apache.directory.shared.ldap.codec.actions.ServerSASLCredsAction
 
SERVICE_CODES - Static variable in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
A service error reports a problem related to the provision of the service [X511, Section 12.8].
SERVICEUNAVAILABLE_CODES - Static variable in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
A set of ResultCodes containing those that may correspond to a Exception.
set(T) - Method in class org.apache.directory.shared.ldap.entry.AbstractValue
Sets this value's wrapped value to a copy of the src array.
set(byte[]) - Method in class org.apache.directory.shared.ldap.entry.client.ClientBinaryValue
 
set(String) - Method in class org.apache.directory.shared.ldap.entry.client.ClientStringValue
Sets the wrapped String value.
set(String...) - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientEntry
Put some new ClientAttribute using the User Provided ID.
set(String...) - Method in interface org.apache.directory.shared.ldap.entry.Entry
Put some new ClientAttribute using the User Provided ID.
set(T) - Method in interface org.apache.directory.shared.ldap.entry.Value
Sets the wrapped value.
set(String, Object) - Method in class org.apache.directory.shared.ldap.filter.AbstractExprNode
 
set(String, Object) - Method in interface org.apache.directory.shared.ldap.filter.ExprNode
Sets a annotation key to a value.
set(int, Object) - Method in class org.apache.directory.shared.ldap.util.ImmutableAttributeWrapper
 
setAbandoned(int) - Method in class org.apache.directory.shared.ldap.message.AbandonRequestImpl
Sets the id of the request operation to terminate.
setAbandoned(int) - Method in interface org.apache.directory.shared.ldap.message.internal.InternalAbandonRequest
Sets the id of the request operation to terminate.
setAbandonedMessageId(int) - Method in class org.apache.directory.shared.ldap.codec.abandon.AbandonRequestCodec
Set the abandoned message ID
setAliasDerefMode(AliasDerefMode) - Method in class org.apache.directory.shared.ldap.message.SearchParams
 
setAny(List<String>) - Method in class org.apache.directory.shared.ldap.filter.SubstringNode
Set the any patterns
setAppendStatics(boolean) - Method in class org.apache.directory.shared.ldap.util.ReflectionToStringBuilder
Sets whether or not to append static fields.
setAppendTransients(boolean) - Method in class org.apache.directory.shared.ldap.util.ReflectionToStringBuilder
Sets whether or not to append transient fields.
setApplicableAttributeOids(List<String>) - Method in class org.apache.directory.shared.ldap.schema.MatchingRuleUse
Set the matchingRule's AttributeType OIDs the MRU applies to.
setApplicableAttributes(List<AttributeType>) - Method in class org.apache.directory.shared.ldap.schema.MatchingRuleUse
Set the matchingRule's AttributeType the MRU applies to.
setArrayContentDetail(boolean) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Sets whether to output array content detail.
setArrayEnd(String) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Sets the array end text.
setArraySeparator(String) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Sets the array separator text.
setArrayStart(String) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Sets the array start text.
setAssertion(AttributeValueAssertion) - Method in class org.apache.directory.shared.ldap.codec.search.AttributeValueAssertionFilter
Set the assertion
setAssertionValue(Value<?>) - Method in class org.apache.directory.shared.ldap.codec.AttributeValueAssertion
Set the assertion value
setAssertionValue(Object) - Method in class org.apache.directory.shared.ldap.codec.compare.CompareRequestCodec
Set the assertion value
setAssertionValue(String) - Method in class org.apache.directory.shared.ldap.message.CompareRequestImpl
Sets the attribute value to use in the comparison.
setAssertionValue(byte[]) - Method in class org.apache.directory.shared.ldap.message.CompareRequestImpl
Sets the attribute value to use in the comparison.
setAssertionValue(String) - Method in interface org.apache.directory.shared.ldap.message.internal.InternalCompareRequest
Sets the attribute value to use in the comparison.
setAssertionValue(byte[]) - Method in interface org.apache.directory.shared.ldap.message.internal.InternalCompareRequest
Sets the attribute value to use in the comparison.
setAttribute(EntryAttribute) - Method in class org.apache.directory.shared.ldap.entry.client.ClientModification
Set the attribute's modification
setAttribute(EntryAttribute) - Method in interface org.apache.directory.shared.ldap.entry.Modification
Set the attribute's modification
setAttribute(String) - Method in class org.apache.directory.shared.ldap.filter.LeafNode
Sets the attribute this leaf node is based on.
setAttributeDesc(String) - Method in class org.apache.directory.shared.ldap.codec.AttributeValueAssertion
Set the attribute description
setAttributeDesc(String) - Method in class org.apache.directory.shared.ldap.codec.compare.CompareRequestCodec
Set the attribute description
setAttributeDescription(String) - Method in class org.apache.directory.shared.ldap.codec.search.PresentFilter
Set the attributeDescription
setAttributeId(String) - Method in class org.apache.directory.shared.ldap.message.CompareRequestImpl
Sets the attribute id used in the comparison.
setAttributeId(String) - Method in interface org.apache.directory.shared.ldap.message.internal.InternalCompareRequest
Sets the attribute id used in the comparison.
setAttributes(List<String>) - Method in class org.apache.directory.shared.ldap.util.LdapURL
Sets the attributes, null removes all existing attributes.
setAuthentication(LdapAuthentication) - Method in class org.apache.directory.shared.ldap.codec.bind.BindRequestCodec
Set the user authentication
setAuxObjectClasses(List<ObjectClass>) - Method in class org.apache.directory.shared.ldap.schema.DITContentRule
 
setAuxObjectClassOids(List<String>) - Method in class org.apache.directory.shared.ldap.schema.DITContentRule
 
setBase(DN) - Method in interface org.apache.directory.shared.ldap.message.internal.InternalSearchRequest
Sets the search base as a distinguished name.
setBase(DN) - Method in class org.apache.directory.shared.ldap.message.SearchRequestImpl
Sets the search base as a distinguished name.
setBase(DN) - Method in class org.apache.directory.shared.ldap.subtree.SubtreeSpecificationModifier
Sets the subtree base relative to the administration point.
setBaseObject(DN) - Method in class org.apache.directory.shared.ldap.codec.search.SearchRequestCodec
Set the base object
setBytecode(String) - Method in class org.apache.directory.shared.ldap.schema.LoadableSchemaObject
Stores some bytecode representing the compiled Java class for this SchemaObject instance.
setCallback(DecoderCallback) - Method in class org.apache.directory.shared.ldap.codec.LdapDecoder
Set the callback to call when the PDU has been decoded
setCallback(EncoderCallback) - Method in class org.apache.directory.shared.ldap.codec.LdapEncoder
Set the callback called when the encoding is done.
setCallback(DecoderCallback) - Method in class org.apache.directory.shared.ldap.message.MessageDecoder
Sets the callback used to deliver completly decoded PDU's.
setCallback(EncoderCallback) - Method in class org.apache.directory.shared.ldap.message.MessageEncoder
Sets the callback of the underlying implementation.
setCancel(Cancel) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.cancel.CancelContainer
Set a Cancel Object into the container.
setCancelId(int) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.cancel.Cancel
Set the cancelId
setCertGenerationObject(CertGenerationObject) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.certGeneration.CertGenerationContainer
Set a CertGenerationObject Object into the container.
setChangeNumber(long) - Method in class org.apache.directory.shared.ldap.codec.search.controls.entryChange.EntryChangeControl
 
setChangesOnly(boolean) - Method in class org.apache.directory.shared.ldap.codec.search.controls.persistentSearch.PersistentSearchControl
 
setChangeType(ChangeType) - Method in class org.apache.directory.shared.ldap.codec.search.controls.entryChange.EntryChangeControl
Set the ChangeType
setChangeTypes(int) - Method in class org.apache.directory.shared.ldap.codec.search.controls.persistentSearch.PersistentSearchControl
 
setChildren(List<ExprNode>) - Method in class org.apache.directory.shared.ldap.filter.BranchNode
Sets the list of children under this node.
setChildren(List<ExprNode>) - Method in class org.apache.directory.shared.ldap.filter.NotNode
Sets the list of children under this node.
setChopAfterExclusions(Set<DN>) - Method in class org.apache.directory.shared.ldap.subtree.SubtreeSpecificationModifier
Sets the set of subordinates entries whose subordinates are to be excluded.
setChopBeforeExclusions(Set<DN>) - Method in class org.apache.directory.shared.ldap.subtree.SubtreeSpecificationModifier
Sets the set of subordinates entries and their subordinates to exclude.
setCollective(boolean) - Method in class org.apache.directory.shared.ldap.schema.AttributeType
Sets the collective flag
setContentEnd(String) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Sets the content end text.
setContentStart(String) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Sets the content start text.
setControls(Set<Control>) - Method in class org.apache.directory.shared.ldap.message.SearchParams
 
setCookie(byte[]) - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncDoneValue.SyncDoneValueControl
 
setCookie(byte[]) - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue.SyncInfoValueControl
 
setCookie(byte[]) - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue.SyncRequestValueControl
 
setCookie(byte[]) - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue.SyncStateValueControl
 
setCookie(byte[]) - Method in class org.apache.directory.shared.ldap.codec.search.controls.pagedSearch.PagedResultsControl
Set the cookie
setCredentials(byte[]) - Method in class org.apache.directory.shared.ldap.codec.bind.SaslCredentials
Set the credentials
setCredentials(byte[]) - Method in class org.apache.directory.shared.ldap.message.BindRequestImpl
Sets the simple credentials associated with a simple authentication attempt ignored if this request uses SASL authentication mechanisms.
setCredentials(byte[]) - Method in interface org.apache.directory.shared.ldap.message.internal.InternalBindRequest
Sets the simple credentials associated with a simple authentication attempt ignored if this request uses SASL authentication mechanisms.
setCritical(boolean) - Method in class org.apache.directory.shared.ldap.codec.controls.AbstractControl
Set the criticality
setCritical(boolean) - Method in interface org.apache.directory.shared.ldap.message.control.Control
Sets the critical flag which determines whether or not this control is critical for the correct operation of a request or response message.
setCritical(boolean) - Method in class org.apache.directory.shared.ldap.util.LdapURL.Extension
Sets the critical.
setCurrentControl(AbstractControl) - Method in class org.apache.directory.shared.ldap.codec.LdapMessageContainer
Store a newly created control
setCurrentFilter(Filter) - Method in class org.apache.directory.shared.ldap.codec.search.SearchRequestCodec
Set the current dilter
setCurrentOperation(int) - Method in class org.apache.directory.shared.ldap.codec.modify.ModifyRequestCodec
Store the current operation
setCurrentOperation(ModificationOperation) - Method in class org.apache.directory.shared.ldap.codec.modify.ModifyRequestCodec
Store the current operation
setCurrentParameter(StoredProcedure.StoredProcedureParameter) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.storedProcedure.StoredProcedure
 
setDecoderMonitor(DecoderMonitor) - Method in class org.apache.directory.shared.ldap.codec.LdapDecoder
Deprecated.  
setDecoderMonitor(DecoderMonitor) - Method in class org.apache.directory.shared.ldap.message.MessageDecoder
Sets the monitor for this MessageDecoder which receives callbacks for noteworthy events during decoding.
setDefaultFullDetail(boolean) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Sets whether to use full detail when the caller doesn't specify.
setDefaultRegexp(String) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.TelephoneNumberSyntaxChecker
Set the defaut regular expression for the Telephone number
setDefaultStyle(ToStringStyle) - Static method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Sets the default ToStringStyle to use.
setDelay(int) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulAction
 
setDelay(int) - Method in class org.apache.directory.shared.ldap.message.extended.GracefulDisconnect
 
setDelay(int) - Method in class org.apache.directory.shared.ldap.message.extended.GracefulShutdownRequest
 
setDeleteOldRDN(boolean) - Method in class org.apache.directory.shared.ldap.codec.modifyDn.ModifyDNRequestCodec
Set the flag to delete the old RDN
setDeleteOldRdn(boolean) - Method in interface org.apache.directory.shared.ldap.message.internal.InternalModifyDnRequest
Sets the flag which determines if the old Rdn attribute is to be removed from the entry when the new Rdn is used in its stead.
setDeleteOldRdn(boolean) - Method in class org.apache.directory.shared.ldap.message.ModifyDnRequestImpl
Sets the flag which determines if the old Rdn attribute is to be removed from the entry when the new Rdn is used in its stead.
setDerefAliases(int) - Method in class org.apache.directory.shared.ldap.codec.search.SearchRequestCodec
Set the derefAliases flag
setDerefAliases(AliasDerefMode) - Method in interface org.apache.directory.shared.ldap.message.internal.InternalSearchRequest
Sets the alias handling parameter.
setDerefAliases(AliasDerefMode) - Method in class org.apache.directory.shared.ldap.message.SearchRequestImpl
Sets the alias handling parameter.
setDescription(String) - Method in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
Sets the SchemaObject's description
setDescription(String) - Method in interface org.apache.directory.shared.ldap.schema.SchemaObject
Sets the SchemaObject's description
setDisabledAccepted(boolean) - Method in class org.apache.directory.shared.ldap.schema.registries.Registries
Change the Registries behavior regarding disabled SchemaObject element.
setDn(DN) - Method in class org.apache.directory.shared.ldap.entry.AbstractEntry
Set this entry's DN.
setDn(DN) - Method in interface org.apache.directory.shared.ldap.entry.Entry
Set this entry's DN.
setDn(DN) - Method in class org.apache.directory.shared.ldap.util.LdapURL
Sets the dn.
setDnAttributes(boolean) - Method in class org.apache.directory.shared.ldap.codec.search.ExtensibleMatchFilter
Set the dnAttributes flag
setDnAttributes(boolean) - Method in class org.apache.directory.shared.ldap.filter.ExtensibleNode
Set the dnAttributes flag
setEnabled(boolean) - Method in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
Sets the SchemaObject state, either enabled or disabled.
setEnabled(boolean) - Method in interface org.apache.directory.shared.ldap.schema.SchemaObject
Sets the SchemaObject state, either enabled or disabled.
setEncoderMonitor(EncoderMonitor) - Method in class org.apache.directory.shared.ldap.codec.LdapEncoder
Deprecated.  
setEncoderMonitor(EncoderMonitor) - Method in class org.apache.directory.shared.ldap.message.MessageEncoder
Sets the monitor of the underlying implementation.
setEntry(Entry) - Method in class org.apache.directory.shared.ldap.codec.add.AddRequestCodec
Sets the entry.
setEntry(DN) - Method in class org.apache.directory.shared.ldap.codec.compare.CompareRequestCodec
Set the entry to be compared
setEntry(DN) - Method in class org.apache.directory.shared.ldap.codec.del.DelRequestCodec
Set the entry to be deleted
setEntry(DN) - Method in class org.apache.directory.shared.ldap.codec.modifyDn.ModifyDNRequestCodec
Set the modification DN.
setEntry(Entry) - Method in class org.apache.directory.shared.ldap.codec.search.SearchResultEntryCodec
Sets the entry.
setEntry(Entry) - Method in class org.apache.directory.shared.ldap.message.AddRequestImpl
Sets the Entry to add.
setEntry(Entry) - Method in interface org.apache.directory.shared.ldap.message.internal.InternalAddRequest
Sets the Entry to add.
setEntry(Entry) - Method in interface org.apache.directory.shared.ldap.message.internal.InternalSearchResponseEntry
Sets an entry
setEntry(Entry) - Method in class org.apache.directory.shared.ldap.message.SearchResponseEntryImpl
Sets the entry.
setEntryChangeControl(EntryChangeControl) - Method in class org.apache.directory.shared.ldap.codec.search.controls.entryChange.EntryChangeControlContainer
Set a EntryChangeControl Object into the container.
setEntryDn(DN) - Method in class org.apache.directory.shared.ldap.codec.add.AddRequestCodec
Set the added DN.
setEntryDn(DN) - Method in class org.apache.directory.shared.ldap.message.AddRequestImpl
Sets the distinguished name of the entry to add.
setEntryDn(DN) - Method in interface org.apache.directory.shared.ldap.message.internal.InternalAddRequest
Sets the distinguished name of the entry to add.
setEntryUUID(byte[]) - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue.SyncStateValueControl
set the entryUUID
setEquality(MatchingRule) - Method in class org.apache.directory.shared.ldap.schema.AttributeType
Sets the Equality MR for this AttributeType
setEqualityOid(String) - Method in class org.apache.directory.shared.ldap.schema.AttributeType
Sets the Equality OID for this AttributeType
setEquals(boolean) - Method in class org.apache.directory.shared.ldap.util.EqualsBuilder
Sets the isEquals value.
setErrorMessage(String) - Method in class org.apache.directory.shared.ldap.codec.LdapResultCodec
Set the error message
setErrorMessage(String) - Method in interface org.apache.directory.shared.ldap.message.internal.InternalLdapResult
Sets the descriptive error message associated with the error code.
setErrorMessage(String) - Method in class org.apache.directory.shared.ldap.message.LdapResultImpl
Sets the descriptive error message associated with the error code.
setExpectedMatchingRuleLength(int) - Method in class org.apache.directory.shared.ldap.codec.search.ExtensibleMatchFilter
Set the expectedMatchingRuleLength
setExpressions(String[]) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.RegexSyntaxChecker
Add a list of regexp to be applied by this SyntaxChecker
setExtensions(Map<String, List<String>>) - Method in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
Add an extensions with their values.
setExtensions(Map<String, List<String>>) - Method in interface org.apache.directory.shared.ldap.schema.SchemaObject
Add an extensions with their values.
setFieldNameValueSeparator(String) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Sets the field name value separator text.
setFieldSeparator(String) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Sets the field separator text.
setFieldSeparatorAtEnd(boolean) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Sets whether the field separator should be added at the end of each buffer.
setFieldSeparatorAtStart(boolean) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Sets whether the field separator should be added at the start of each buffer.
setFilter(Filter) - Method in class org.apache.directory.shared.ldap.codec.search.SearchRequestCodec
Set the filter
setFilter(ExprNode) - Method in interface org.apache.directory.shared.ldap.message.internal.InternalSearchRequest
Sets the search filter associated with this search request.
setFilter(ExprNode) - Method in class org.apache.directory.shared.ldap.message.SearchRequestImpl
Sets the search filter associated with this search request.
setFilter(String) - Method in class org.apache.directory.shared.ldap.util.LdapURL
Sets the filter.
setFilterParserMonitor(FilterParserMonitor) - Method in class org.apache.directory.shared.ldap.filter.FilterParser
 
setFilterType(int) - Method in class org.apache.directory.shared.ldap.codec.search.AttributeValueAssertionFilter
Set the filter type
setFinal(String) - Method in class org.apache.directory.shared.ldap.filter.SubstringNode
Set the final pattern
setFinalSubstrings(String) - Method in class org.apache.directory.shared.ldap.codec.search.SubstringFilter
Set the final substring
setForceScopeRendering(boolean) - Method in class org.apache.directory.shared.ldap.util.LdapURL
If set to true forces the toString method to render the scope regardless of optional nature.
setForm(String) - Method in class org.apache.directory.shared.ldap.schema.DITStructureRule
Sets the associated NameForm's OID
setFqcn(String) - Method in class org.apache.directory.shared.ldap.schema.LoadableSchemaObject
Set the Fully Qualified Class Name for this SchemaObject instance class stored in the bytecode attribute
setGracefulDisconnect(GracefulDisconnect) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.gracefulDisconnect.GracefulDisconnectContainer
Set a GracefulDisconnect Object into the container.
setGracefulShutdown(GracefulShutdown) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.gracefulShutdown.GracefulShutdownContainer
Set a GracefulShutdown Object into the container.
setHost(String) - Method in class org.apache.directory.shared.ldap.util.LdapURL
Sets the host.
setHR(boolean) - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientAttribute
Set the attribute to Human Readable or to Binary.
setHR(boolean) - Method in interface org.apache.directory.shared.ldap.entry.EntryAttribute
Set the attribute to Human Readable or to Binary.
setHumanReadable(boolean) - Method in class org.apache.directory.shared.ldap.schema.LdapSyntax
Sets the human readable flag value.
setId(String) - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientAttribute
Set the normalized ID.
setId(String) - Method in interface org.apache.directory.shared.ldap.entry.EntryAttribute
Set the normalized ID.
setInitial(String) - Method in class org.apache.directory.shared.ldap.filter.SubstringNode
Set the initial pattern
setInitialSubstrings(String) - Method in class org.apache.directory.shared.ldap.codec.search.SubstringFilter
Set the initial substring
setIssuerDN(String) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.certGeneration.CertGenerationObject
 
setIssuerDN(String) - Method in class org.apache.directory.shared.ldap.message.extended.CertGenerationRequest
 
setKeyAlgorithm(String) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.certGeneration.CertGenerationObject
 
setKeyAlgorithm(String) - Method in class org.apache.directory.shared.ldap.message.extended.CertGenerationRequest
 
setLanguage(String) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.storedProcedure.StoredProcedure
 
setLanguage(String) - Method in class org.apache.directory.shared.ldap.message.extended.StoredProcedureRequest
 
setLdapComparator(LdapComparator<?>) - Method in class org.apache.directory.shared.ldap.schema.MatchingRule
Sets the LdapComparator
setLdapMessage(LdapMessageCodec) - Method in class org.apache.directory.shared.ldap.codec.LdapMessageContainer
Set a ldapMessage Object into the container.
setLdapResult(LdapResultCodec) - Method in class org.apache.directory.shared.ldap.codec.LdapResponseCodec
Set the ldap result
setListener(SchemaLoaderListener) - Method in class org.apache.directory.shared.ldap.schema.registries.AbstractSchemaLoader
 
setListener(SchemaLoaderListener) - Method in interface org.apache.directory.shared.ldap.schema.registries.SchemaLoader
Sets listener used to notify of newly loaded schemas.
setMatchedDN(DN) - Method in class org.apache.directory.shared.ldap.codec.LdapResultCodec
Set the Matched DN
setMatchedDn(DN) - Method in interface org.apache.directory.shared.ldap.message.internal.InternalLdapResult
Sets the lowest entry in the directory that was matched.
setMatchedDn(DN) - Method in class org.apache.directory.shared.ldap.message.LdapResultImpl
Sets the lowest entry in the directory that was matched.
setMatchingRule(String) - Method in class org.apache.directory.shared.ldap.codec.search.ExtensibleMatchFilter
Set the matchingRule
setMatchingRuleId(String) - Method in class org.apache.directory.shared.ldap.filter.ExtensibleNode
Sets the matching rule id as an OID string.
setMatchValue(Value<?>) - Method in class org.apache.directory.shared.ldap.codec.search.ExtensibleMatchFilter
Set the matchValue
setMaxBaseDistance(int) - Method in class org.apache.directory.shared.ldap.subtree.SubtreeSpecificationModifier
Sets the maximum distance from base past which entries are excluded.
setMaximumSize(int) - Method in class org.apache.directory.shared.ldap.util.SynchronizedLRUMap
Setter for property maximumSize.
setMayAttributeTypeOids(List<String>) - Method in class org.apache.directory.shared.ldap.schema.DITContentRule
 
setMayAttributeTypeOids(List<String>) - Method in class org.apache.directory.shared.ldap.schema.NameForm
Sets the list of allowed AttributeTypes
setMayAttributeTypeOids(List<String>) - Method in class org.apache.directory.shared.ldap.schema.ObjectClass
 
setMayAttributeTypes(List<AttributeType>) - Method in class org.apache.directory.shared.ldap.schema.DITContentRule
Sets the list of allowed AttributeTypes
setMayAttributeTypes(List<AttributeType>) - Method in class org.apache.directory.shared.ldap.schema.NameForm
Sets the list of allowed AttributeTypes
setMayAttributeTypes(List<AttributeType>) - Method in class org.apache.directory.shared.ldap.schema.ObjectClass
Sets the list of allowed AttributeTypes
setMechanism(String) - Method in class org.apache.directory.shared.ldap.codec.bind.SaslCredentials
Set the mechanism
setMessageId(int) - Method in class org.apache.directory.shared.ldap.codec.LdapMessageCodec
Set the message ID
setMessageId(int) - Method in class org.apache.directory.shared.ldap.codec.LdapMessageContainer
Set the message ID
setMinBaseDistance(int) - Method in class org.apache.directory.shared.ldap.subtree.SubtreeSpecificationModifier
Sets the minimum distance below base to start including entries.
setMode(SynchronizationModeEnum) - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue.SyncRequestValueControl
 
setModifications(List<Modification>) - Method in class org.apache.directory.shared.ldap.codec.modify.ModifyRequestCodec
sets the modifications
setMustAttributeTypeOids(List<String>) - Method in class org.apache.directory.shared.ldap.schema.DITContentRule
 
setMustAttributeTypeOids(List<String>) - Method in class org.apache.directory.shared.ldap.schema.NameForm
Sets the list of required AttributeTypes OIDs
setMustAttributeTypeOids(List<String>) - Method in class org.apache.directory.shared.ldap.schema.ObjectClass
 
setMustAttributeTypes(List<AttributeType>) - Method in class org.apache.directory.shared.ldap.schema.DITContentRule
Sets the list of required AttributeTypes
setMustAttributeTypes(List<AttributeType>) - Method in class org.apache.directory.shared.ldap.schema.NameForm
Sets the list of required AttributeTypes
setMustAttributeTypes(List<AttributeType>) - Method in class org.apache.directory.shared.ldap.schema.ObjectClass
Sets the list of required AttributeTypes
setName(DN) - Method in class org.apache.directory.shared.ldap.codec.bind.BindRequestCodec
Set the user name
setName(DN) - Method in class org.apache.directory.shared.ldap.message.BindRequestImpl
Sets the distinguished name of the subject in this authentication request.
setName(DN) - Method in class org.apache.directory.shared.ldap.message.CompareRequestImpl
Sets the distinguished name of the entry to be compared using the attribute value assertion.
setName(DN) - Method in class org.apache.directory.shared.ldap.message.DeleteRequestImpl
Sets the distinguished name of the leaf entry to be deleted by this request.
setName(DN) - Method in interface org.apache.directory.shared.ldap.message.internal.InternalBindRequest
Sets the distinguished name of the subject in this authentication request.
setName(DN) - Method in interface org.apache.directory.shared.ldap.message.internal.InternalCompareRequest
Sets the distinguished name of the entry to be compared using the attribute value assertion.
setName(DN) - Method in interface org.apache.directory.shared.ldap.message.internal.InternalDeleteRequest
Sets the distinguished name of the leaf entry to be deleted by this request.
setName(DN) - Method in interface org.apache.directory.shared.ldap.message.internal.InternalModifyDnRequest
Sets the entry's distinguished name representing the entry PDU field.
setName(DN) - Method in interface org.apache.directory.shared.ldap.message.internal.InternalModifyRequest
Sets the distinguished name of the entry to be modified by this request.
setName(DN) - Method in class org.apache.directory.shared.ldap.message.ModifyDnRequestImpl
Sets the entry's distinguished name representing the entry PDU field.
setName(DN) - Method in class org.apache.directory.shared.ldap.message.ModifyRequestImpl
Sets the distinguished name of the entry to be modified by this request.
setName(String) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.OpenLdapObjectIdentifierMacro
Sets the name.
setNames(List<String>) - Method in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
Sets the list of names for this SchemaObject.
setNames(String...) - Method in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
Sets the list of names for this SchemaObject.
setNames(List<String>) - Method in interface org.apache.directory.shared.ldap.schema.SchemaObject
Sets the list of names for this SchemaObject.
setNewRDN(RDN) - Method in class org.apache.directory.shared.ldap.codec.modifyDn.ModifyDNRequestCodec
Set the new RDN
setNewRdn(RDN) - Method in interface org.apache.directory.shared.ldap.message.internal.InternalModifyDnRequest
Sets the new relative distinguished name for the entry which represents the PDU's newrdn field.
setNewRdn(RDN) - Method in class org.apache.directory.shared.ldap.message.ModifyDnRequestImpl
Sets the new relative distinguished name for the entry which represents the PDU's newrdn field.
setNewSuperior(DN) - Method in class org.apache.directory.shared.ldap.codec.modifyDn.ModifyDNRequestCodec
Set the new superior
setNewSuperior(DN) - Method in interface org.apache.directory.shared.ldap.message.internal.InternalModifyDnRequest
Sets the optional distinguished name of the new superior entry where the candidate entry is to be moved.
setNewSuperior(DN) - Method in class org.apache.directory.shared.ldap.message.ModifyDnRequestImpl
Sets the optional distinguished name of the new superior entry where the candidate entry is to be moved.
setNormalized(boolean) - Method in class org.apache.directory.shared.ldap.entry.AbstractValue
Set the normalized flag.
setNormalized(boolean) - Method in interface org.apache.directory.shared.ldap.entry.Value
Set the normalized flag.
setNormalizer(NameComponentNormalizer) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
Sets the NameComponentNormalizer for this parser's dnParser.
setNormalizer(NameComponentNormalizer) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
Sets the NameComponentNormalizer for this parser's dnParser.
setNormalizer(Normalizer) - Method in class org.apache.directory.shared.ldap.schema.MatchingRule
Sets the Normalizer
setNormalizerMappingResolver(NormalizerMappingResolver) - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParser
 
setNormalizerMappingResolver(NormalizerMappingResolver) - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
Sets the NameComponentNormalizer for this parser's dnParser.
setNotAttributeTypeOids(List<String>) - Method in class org.apache.directory.shared.ldap.schema.DITContentRule
 
setNotAttributeTypes(List<AttributeType>) - Method in class org.apache.directory.shared.ldap.schema.DITContentRule
Sets the list of precluded AttributeTypes
setNotFilter(Filter) - Method in class org.apache.directory.shared.ldap.codec.search.NotFilter
Set the NotFilter
setNullText(String) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Sets the text to output when null found.
setObject(DN) - Method in class org.apache.directory.shared.ldap.codec.modify.ModifyRequestCodec
Set the modification DN.
setObjectName(DN) - Method in class org.apache.directory.shared.ldap.codec.search.SearchResultEntryCodec
Set the entry DN.
setObjectName(DN) - Method in interface org.apache.directory.shared.ldap.message.internal.InternalSearchResponseEntry
Sets the distinguished name of the entry object returned.
setObjectName(DN) - Method in class org.apache.directory.shared.ldap.message.SearchResponseEntryImpl
Sets the distinguished name of the entry object returned.
setObsolete(boolean) - Method in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
Sets the Obsolete flag.
setObsolete(boolean) - Method in interface org.apache.directory.shared.ldap.schema.SchemaObject
Sets the Obsolete flag.
setOid(String) - Method in class org.apache.directory.shared.ldap.message.ExtendedRequestImpl
Sets the Object Idendifier corresponding to the extended request type.
setOid(String) - Method in class org.apache.directory.shared.ldap.message.ExtendedResponseImpl
 
setOid(String) - Method in interface org.apache.directory.shared.ldap.message.internal.InternalExtendedRequest
Sets the Object Idendifier corresponding to the extended request type.
setOid(String) - Method in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
A special method used when renaming an SchemaObject: we may have to change it's OID
setOid(String) - Method in class org.apache.directory.shared.ldap.schema.normalizers.CachingNormalizer
Overrides default behavior by setting the OID of the wrapped Normalizer.
setOid(String) - Method in interface org.apache.directory.shared.ldap.schema.SchemaObject
A special method used when renaming an SchemaObject: we may have to change it's OID
setOperation(int) - Method in class org.apache.directory.shared.ldap.entry.client.ClientModification
Store the modification operation
setOperation(ModificationOperation) - Method in class org.apache.directory.shared.ldap.entry.client.ClientModification
Store the modification operation
setOperation(int) - Method in interface org.apache.directory.shared.ldap.entry.Modification
Store the modification operation
setOperation(ModificationOperation) - Method in interface org.apache.directory.shared.ldap.entry.Modification
Store the modification operation
setOrdering(MatchingRule) - Method in class org.apache.directory.shared.ldap.schema.AttributeType
Sets the Ordering MR for this AttributeType
setOrderingOid(String) - Method in class org.apache.directory.shared.ldap.schema.AttributeType
Sets the Ordering OID for this AttributeType
setPagedSearchControl(PagedResultsControl) - Method in class org.apache.directory.shared.ldap.codec.search.controls.pagedSearch.PagedResultsControlContainer
Set a PagedSearchControl Object into the container.
setParserMonitor(ParserMonitor) - Method in class org.apache.directory.shared.ldap.name.AntlrDnParser
 
setParserMonitor(ParserMonitor) - Method in class org.apache.directory.shared.ldap.schema.parsers.AbstractSchemaParser
Sets the parser monitor.
setParserMonitor(ParserMonitor) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaParser
 
setParserMonitor(ParserMonitor) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaQdstringParser
 
setParserMonitor(ParserMonitor) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueParser
 
setPayload(byte[]) - Method in class org.apache.directory.shared.ldap.message.extended.CancelRequest
Sets the extended request's requestValue portion of the PDU.
setPayload(byte[]) - Method in class org.apache.directory.shared.ldap.message.extended.CertGenerationRequest
 
setPayload(byte[]) - Method in class org.apache.directory.shared.ldap.message.extended.GracefulShutdownRequest
 
setPayload(byte[]) - Method in class org.apache.directory.shared.ldap.message.extended.StoredProcedureRequest
 
setPayload(byte[]) - Method in class org.apache.directory.shared.ldap.message.ExtendedRequestImpl
Sets the extended request's requestValue portion of the PDU.
setPayload(byte[]) - Method in interface org.apache.directory.shared.ldap.message.internal.InternalExtendedRequest
Sets the extended request's requestValue portion of the PDU.
setPort(int) - Method in class org.apache.directory.shared.ldap.util.LdapURL
Sets the port.
setPreviousDn(DN) - Method in class org.apache.directory.shared.ldap.codec.search.controls.entryChange.EntryChangeControl
 
setProcedure(byte[]) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.storedProcedure.StoredProcedure
 
setProcedure(String) - Method in class org.apache.directory.shared.ldap.message.extended.StoredProcedureRequest
 
setPSearchControl(PersistentSearchControl) - Method in class org.apache.directory.shared.ldap.codec.search.controls.persistentSearch.PersistentSearchControlContainer
Set a PSearchControl Object into the container.
setQuirksMode(boolean) - Method in class org.apache.directory.shared.ldap.schema.parsers.AbstractSchemaParser
Sets the quirks mode.
setQuirksMode(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaParser
 
setRawOidOrNameSuffix(String) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.OpenLdapObjectIdentifierMacro
Sets the raw OID or name plus suffix.
setReadOnly(boolean) - Method in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
Sets the SchemaObject readOnly flag
setReadOnly(boolean) - Method in interface org.apache.directory.shared.ldap.schema.SchemaObject
Sets the SchemaObject readOnly flag
setReferral(InternalReferral) - Method in interface org.apache.directory.shared.ldap.message.internal.InternalLdapResult
Sets the Referral associated with this LdapResult if the resultCode property is set to the REFERRAL ResultCodeEnum.
setReferral(InternalReferral) - Method in interface org.apache.directory.shared.ldap.message.internal.InternalSearchResponseReference
Sets the sequence of LdapUrls as a Referral instance.
setReferral(InternalReferral) - Method in class org.apache.directory.shared.ldap.message.LdapResultImpl
Sets the Referral associated with this LdapResult if the resultCode property is set to the REFERRAL ResultCodeEnum.
setReferral(InternalReferral) - Method in class org.apache.directory.shared.ldap.message.SearchResponseReferenceImpl
Sets the sequence of LdapUrls as a Referral instance.
setRefinement(ExprNode) - Method in class org.apache.directory.shared.ldap.subtree.SubtreeSpecificationModifier
Sets a filter using only assertions on objectClass attributes for subtree refinement.
setRefreshDeletes(boolean) - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncDoneValue.SyncDoneValueControl
 
setRefreshDeletes(boolean) - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue.SyncInfoValueControl
 
setRefreshDone(boolean) - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue.SyncInfoValueControl
 
setRegistries(Registries) - Method in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
Inject the Registries into the SchemaObject
setRegistries(Registries) - Method in class org.apache.directory.shared.ldap.schema.normalizers.CachingDeepTrimNormalizer
Inject the Registries into the SchemaObject
setRegistries(Registries) - Method in class org.apache.directory.shared.ldap.schema.normalizers.CachingDeepTrimToLowerNormalizer
Inject the Registries into the SchemaObject
setRegistries(Registries) - Method in class org.apache.directory.shared.ldap.schema.normalizers.CachingDnNormalizer
Inject the Registries into the SchemaObject
setRegistries(Registries) - Method in class org.apache.directory.shared.ldap.schema.normalizers.CachingNormalizer
Inject the Registries into the SchemaObject
setRegistries(Registries) - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Associate a new Registries to the SchemaManager
setRegistries(Registries) - Method in interface org.apache.directory.shared.ldap.schema.SchemaObject
Inject the Registries into the SchemaObject
setRelaxed() - Method in class org.apache.directory.shared.ldap.schema.registries.Registries
Change the Registries to a relaxed mode, where invalid SchemaObjects can be registered.
setReloadHint(boolean) - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue.SyncRequestValueControl
 
setRequestName(OID) - Method in class org.apache.directory.shared.ldap.codec.extended.ExtendedRequestCodec
Set the extended request name
setRequestValue(byte[]) - Method in class org.apache.directory.shared.ldap.codec.extended.ExtendedRequestCodec
Set the extended request value
setResolvedOid(String) - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.OpenLdapObjectIdentifierMacro
Sets the resolved OID.
setResolveObjectIdentifierMacros(boolean) - Method in class org.apache.directory.shared.ldap.schema.parsers.OpenLdapSchemaParser
Sets if object identifier macros should be resolved.
setResponse(Object) - Method in class org.apache.directory.shared.ldap.codec.extended.ExtendedResponseCodec
Set the extended response
setResponse(InternalMessage) - Method in exception org.apache.directory.shared.ldap.codec.ResponseCarryingException
Set a response if we get an exception while parsing the message
setResponse(byte[]) - Method in class org.apache.directory.shared.ldap.message.extended.CertGenerationResponse
Sets the response OID specific encoded response values.
setResponse(byte[]) - Method in class org.apache.directory.shared.ldap.message.extended.GracefulDisconnect
Sets the reponse OID specific encoded response values.
setResponse(byte[]) - Method in class org.apache.directory.shared.ldap.message.extended.GracefulShutdownResponse
Sets the reponse OID specific encoded response values.
setResponse(byte[]) - Method in class org.apache.directory.shared.ldap.message.extended.LaunchDiagnosticUiResponse
Sets the reponse OID specific encoded response values.
setResponse(byte[]) - Method in class org.apache.directory.shared.ldap.message.extended.NoticeOfDisconnect
Sets the reponse OID specific encoded response values.
setResponse(byte[]) - Method in class org.apache.directory.shared.ldap.message.ExtendedResponseImpl
Sets the response OID specific encoded response values.
setResponse(byte[]) - Method in interface org.apache.directory.shared.ldap.message.internal.InternalExtendedResponse
Sets the reponse OID specific encoded response values.
setResponse(InternalMessage) - Method in exception org.apache.directory.shared.ldap.message.ResponseCarryingMessageException
Set a response if we get an exception while parsing the message
setResponseName(OID) - Method in class org.apache.directory.shared.ldap.codec.extended.ExtendedResponseCodec
Set the extended response name
setResponseName(OID) - Method in class org.apache.directory.shared.ldap.codec.intermediate.IntermediateResponseCodec
Set the intermediate response name
setResponseName(String) - Method in class org.apache.directory.shared.ldap.message.extended.CertGenerationResponse
Sets the OID uniquely identifying this extended response (a.k.a.
setResponseName(String) - Method in class org.apache.directory.shared.ldap.message.extended.GracefulDisconnect
Sets the OID uniquely identifying this extended response (a.k.a.
setResponseName(String) - Method in class org.apache.directory.shared.ldap.message.extended.GracefulShutdownResponse
Sets the OID uniquely identifying this extended response (a.k.a.
setResponseName(String) - Method in class org.apache.directory.shared.ldap.message.extended.LaunchDiagnosticUiResponse
Sets the OID uniquely identifying this extended response (a.k.a.
setResponseName(String) - Method in class org.apache.directory.shared.ldap.message.extended.NoticeOfDisconnect
Sets the OID uniquely identifying this extended response (a.k.a.
setResponseName(String) - Method in class org.apache.directory.shared.ldap.message.ExtendedResponseImpl
Sets the OID uniquely identifying this extended response (a.k.a.
setResponseName(String) - Method in class org.apache.directory.shared.ldap.message.IntermediateResponseImpl
Sets the OID uniquely identifying this Intemediate response (a.k.a.
setResponseName(String) - Method in interface org.apache.directory.shared.ldap.message.internal.InternalExtendedResponse
Sets the OID uniquely identifying this extended response (a.k.a.
setResponseName(String) - Method in interface org.apache.directory.shared.ldap.message.internal.InternalIntermediateResponse
Sets the response name.
setResponseValue(byte[]) - Method in class org.apache.directory.shared.ldap.codec.intermediate.IntermediateResponseCodec
Set the intermediate response value
setResponseValue(byte[]) - Method in class org.apache.directory.shared.ldap.message.IntermediateResponseImpl
Sets the response value
setResponseValue(byte[]) - Method in interface org.apache.directory.shared.ldap.message.internal.InternalIntermediateResponse
Sets the respponseValue
setResultCode(ResultCodeEnum) - Method in class org.apache.directory.shared.ldap.codec.LdapResultCodec
Set the result code
setResultCode(ResultCodeEnum) - Method in interface org.apache.directory.shared.ldap.message.internal.InternalLdapResult
Sets the result code enumeration associated with the response.
setResultCode(ResultCodeEnum) - Method in class org.apache.directory.shared.ldap.message.LdapResultImpl
Sets the result code enumeration associated with the response.
setReturnECs(boolean) - Method in class org.apache.directory.shared.ldap.codec.search.controls.persistentSearch.PersistentSearchControl
 
setReturningAttributes(String...) - Method in class org.apache.directory.shared.ldap.message.SearchParams
 
setRuleId(int) - Method in class org.apache.directory.shared.ldap.schema.DITStructureRule
Sets the rule identifier of this DIT structure rule;
setSaslMechanism(String) - Method in class org.apache.directory.shared.ldap.message.BindRequestImpl
Sets the mechanism associated with a SASL authentication
setSaslMechanism(String) - Method in interface org.apache.directory.shared.ldap.message.internal.InternalBindRequest
Sets the SASL mechanism String associated with this BindRequest if the bind operation is using SASL.
setSchemaLoader(SchemaLoader) - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Associate a Schema loader to this SchemaManager
setSchemaManager(SchemaManager) - Method in class org.apache.directory.shared.ldap.schema.comparators.DeepTrimToLowerCachingNormalizingComparator
Store the SchemaManager in this instance.
setSchemaManager(SchemaManager) - Method in class org.apache.directory.shared.ldap.schema.comparators.DnComparator
Store the SchemaManager in this instance.
setSchemaManager(SchemaManager) - Method in class org.apache.directory.shared.ldap.schema.comparators.SerializableComparator
 
setSchemaManager(SchemaManager) - Method in class org.apache.directory.shared.ldap.schema.comparators.UniqueMemberComparator
Store the SchemaManager in this instance.
setSchemaManager(SchemaManager) - Method in class org.apache.directory.shared.ldap.schema.LdapComparator
Store the SchemaManager in this instance.
setSchemaManager(SchemaManager) - Method in class org.apache.directory.shared.ldap.schema.Normalizer
Store the SchemaManager in this instance.
setSchemaManager(SchemaManager) - Method in class org.apache.directory.shared.ldap.schema.normalizers.CachingDnNormalizer
Sets the SchemaManager
setSchemaManager(SchemaManager) - Method in class org.apache.directory.shared.ldap.schema.normalizers.CachingNormalizer
Sets the SchemaManager
setSchemaManager(SchemaManager) - Method in class org.apache.directory.shared.ldap.schema.normalizers.DnNormalizer
Store the SchemaManager in this instance.
setSchemaManager(SchemaManager) - Method in class org.apache.directory.shared.ldap.schema.normalizers.NameOrNumericIdNormalizer
Store the SchemaManager in this instance.
setSchemaManager(SchemaManager) - Method in class org.apache.directory.shared.ldap.schema.normalizers.UniqueMemberNormalizer
Store the SchemaManager in this instance.
setSchemaName(String) - Method in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
Sets the name of the schema this SchemaObject is associated with.
setSchemaName(SchemaObject) - Method in class org.apache.directory.shared.ldap.schema.parsers.AbstractSchemaParser
Update the schemaName for this SchemaObject, accordingly to the X-SCHEMA parameter.
setSchemaName(String) - Method in interface org.apache.directory.shared.ldap.schema.SchemaObject
Sets the name of the schema this SchemaObject is associated with.
setScheme(String) - Method in class org.apache.directory.shared.ldap.util.LdapURL
Sets the scheme.
setScope(SearchScope) - Method in class org.apache.directory.shared.ldap.codec.search.SearchRequestCodec
Set the search scope
setScope(SearchScope) - Method in interface org.apache.directory.shared.ldap.message.internal.InternalSearchRequest
Sets the search scope parameter enumeration.
setScope(SearchScope) - Method in class org.apache.directory.shared.ldap.message.SearchParams
 
setScope(SearchScope) - Method in class org.apache.directory.shared.ldap.message.SearchRequestImpl
Sets the search scope parameter enumeration.
setScope(int) - Method in class org.apache.directory.shared.ldap.util.LdapURL
Sets the scope.
setScope(SearchScope) - Method in class org.apache.directory.shared.ldap.util.LdapURL
Sets the scope.
setServerSaslCreds(byte[]) - Method in class org.apache.directory.shared.ldap.codec.bind.BindResponseCodec
Set the server sasl credentials
setServerSaslCreds(byte[]) - Method in class org.apache.directory.shared.ldap.message.BindResponseImpl
Sets the optional property holding SASL authentication response paramters that are SASL mechanism specific.
setServerSaslCreds(byte[]) - Method in interface org.apache.directory.shared.ldap.message.internal.InternalBindResponse
Sets the optional property holding SASL authentication response paramters that are SASL mechanism specific.
setShortClassName(boolean) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Deprecated. Use ToStringStyle.setUseShortClassName(boolean) Method will be removed in Commons Lang 3.0.
setSimple(byte[]) - Method in class org.apache.directory.shared.ldap.codec.bind.SimpleAuthentication
Set the simple password
setSimple(boolean) - Method in class org.apache.directory.shared.ldap.message.BindRequestImpl
Sets the authentication mechanism to simple or to SASL based authentication.
setSimple(boolean) - Method in interface org.apache.directory.shared.ldap.message.internal.InternalBindRequest
Sets the authentication mechanism to simple or to SASL based authentication.
setSingleValued(boolean) - Method in class org.apache.directory.shared.ldap.schema.AttributeType
Tells if this AttributeType is Single Valued or not
setSize(int) - Method in class org.apache.directory.shared.ldap.codec.search.controls.pagedSearch.PagedResultsControl
Set the number of entry requested or returned
setSizeEndText(String) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Sets the end text to output when a Collection, Map or array size is output.
setSizeLimit(long) - Method in class org.apache.directory.shared.ldap.codec.search.SearchRequestCodec
Set the size limit
setSizeLimit(long) - Method in interface org.apache.directory.shared.ldap.message.internal.InternalSearchRequest
Sets sizelimit that restricts the maximum number of entries to be returned as a result of the search.
setSizeLimit(long) - Method in class org.apache.directory.shared.ldap.message.SearchParams
 
setSizeLimit(long) - Method in class org.apache.directory.shared.ldap.message.SearchRequestImpl
Sets sizelimit that restricts the maximum number of entries to be returned as a result of the search.
setSizeStartText(String) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Sets the start text to output when a Collection, Map or array size is output.
setSpecification(String) - Method in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
Sets the SchemaObject's specification
setSpecification(String) - Method in interface org.apache.directory.shared.ldap.schema.SchemaObject
Sets the SchemaObject's specification
setStoredProcedure(StoredProcedure) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.storedProcedure.StoredProcedureContainer
Set a StoredProcedure object into the container.
setStrict() - Method in class org.apache.directory.shared.ldap.schema.registries.Registries
Change the Registries to a strict mode, where invalid SchemaObjects cannot be registered.
setStructuralObjectClass(ObjectClass) - Method in class org.apache.directory.shared.ldap.schema.NameForm
Sets the structural object class this rule applies to
setStructuralObjectClassOid(String) - Method in class org.apache.directory.shared.ldap.schema.NameForm
Sets the structural object class this rule applies to
setSubEntryControl(SubentriesControl) - Method in class org.apache.directory.shared.ldap.codec.search.controls.subentries.SubentriesControlContainer
Set a SubEntryControl Object into the container.
setSubjectDN(String) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.certGeneration.CertGenerationObject
 
setSubjectDN(String) - Method in class org.apache.directory.shared.ldap.message.extended.CertGenerationRequest
 
setSubstring(MatchingRule) - Method in class org.apache.directory.shared.ldap.schema.AttributeType
Sets the Substr MR for this AttributeType
setSubstringOid(String) - Method in class org.apache.directory.shared.ldap.schema.AttributeType
Sets the Substr OID for this AttributeType
setSubstringsLength(int) - Method in class org.apache.directory.shared.ldap.codec.search.SubstringFilter
 
setSummaryObjectEndText(String) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Sets the end text to output when an Object is output in summary mode.
setSummaryObjectStartText(String) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Sets the start text to output when an Object is output in summary mode.
setSuperior(AttributeType) - Method in class org.apache.directory.shared.ldap.schema.AttributeType
Sets the superior for this AttributeType
setSuperior(String) - Method in class org.apache.directory.shared.ldap.schema.AttributeType
Sets the superior oid for this AttributeType
setSuperiorOid(String) - Method in class org.apache.directory.shared.ldap.schema.AttributeType
Sets the superior AttributeType OID of this AttributeType
setSuperiorOids(List<String>) - Method in class org.apache.directory.shared.ldap.schema.ObjectClass
Sets the superior object class OIDs
setSuperiors(List<ObjectClass>) - Method in class org.apache.directory.shared.ldap.schema.ObjectClass
Sets the superior object classes
setSuperRules(List<Integer>) - Method in class org.apache.directory.shared.ldap.schema.DITStructureRule
Sets the list of superior RuleIds
setSyncDoneValueControl(SyncDoneValueControl) - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncDoneValue.SyncDoneValueControlContainer
Set a SyncDoneValueControlCodec Object into the container.
setSyncInfoValueControl(SyncInfoValueControl) - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue.SyncInfoValueControlContainer
Set a SyncInfoValueControl Object into the container.
setSyncRequestValueControl(SyncRequestValueControl) - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue.SyncRequestValueControlContainer
Set a SyncRequestValueControl Object into the container.
setSyncStateType(SyncStateTypeEnum) - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue.SyncStateValueControl
set the syncState's type
setSyncStateValueControl(SyncStateValueControl) - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue.SyncStateValueControlContainer
Set a SyncStateValueControl Object into the container.
setSyncUUIDs(List<byte[]>) - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue.SyncInfoValueControl
 
setSyntax(LdapSyntax) - Method in class org.apache.directory.shared.ldap.schema.AttributeType
Sets the Syntax for this AttributeType
setSyntax(LdapSyntax) - Method in class org.apache.directory.shared.ldap.schema.MatchingRule
Sets the Syntax
setSyntaxChecker(SyntaxChecker) - Method in class org.apache.directory.shared.ldap.schema.LdapSyntax
Sets the associated SyntaxChecker
setSyntaxLength(int) - Method in class org.apache.directory.shared.ldap.schema.AttributeType
Sets the length limit of this AttributeType based on its associated syntax.
setSyntaxOid(String) - Method in class org.apache.directory.shared.ldap.schema.AttributeType
Sets the Syntax OID for this AttributeType
setSyntaxOid(String) - Method in class org.apache.directory.shared.ldap.schema.MatchingRule
Sets the Syntax's OID
setTargetDN(String) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.certGeneration.CertGenerationObject
 
setTargetDN(String) - Method in class org.apache.directory.shared.ldap.message.extended.CertGenerationRequest
 
setTerminalFilter(Filter) - Method in class org.apache.directory.shared.ldap.codec.search.SearchRequestCodec
Set the terminal filter
setTimeLimit(int) - Method in class org.apache.directory.shared.ldap.codec.search.SearchRequestCodec
Set the time limit
setTimeLimit(int) - Method in interface org.apache.directory.shared.ldap.message.internal.InternalSearchRequest
Sets the timelimit that restricts the maximum time (in seconds) allowed for a search.
setTimeLimit(int) - Method in class org.apache.directory.shared.ldap.message.SearchParams
 
setTimeLimit(int) - Method in class org.apache.directory.shared.ldap.message.SearchRequestImpl
Sets the timelimit that restricts the maximum time (in seconds) allowed for a search.
setTimeOffline(int) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulAction
 
setTimeOffline(int) - Method in class org.apache.directory.shared.ldap.message.extended.GracefulDisconnect
 
setTimeOffline(int) - Method in class org.apache.directory.shared.ldap.message.extended.GracefulShutdownRequest
 
setToString(Set<?>) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Utility method that return a String representation of a set
setType(SynchronizationInfoEnum) - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue.SyncInfoValueControl
 
setType(byte[]) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.storedProcedure.StoredProcedure.StoredProcedureParameter
 
setType(String) - Method in class org.apache.directory.shared.ldap.codec.search.ExtensibleMatchFilter
Set the type
setType(String) - Method in class org.apache.directory.shared.ldap.codec.search.SubstringFilter
Set the attribute to match
setType(String, String) - Method in class org.apache.directory.shared.ldap.name.AVA
Store a new type
setType(ObjectClassTypeEnum) - Method in class org.apache.directory.shared.ldap.schema.ObjectClass
Set the ObjectClass type, one of ABSTRACT, AUXILIARY or STRUCTURAL.
setType(String) - Method in class org.apache.directory.shared.ldap.util.LdapURL.Extension
Sets the type.
setTypeNormalized(String) - Method in class org.apache.directory.shared.ldap.name.AVA
Store the type, after having trimmed and lowercased it.
setTypesOnly(boolean) - Method in class org.apache.directory.shared.ldap.codec.search.SearchRequestCodec
Set the typesOnly flag
setTypesOnly(boolean) - Method in interface org.apache.directory.shared.ldap.message.internal.InternalSearchRequest
An indicator as to whether search results will contain both attribute types and values, or just attribute types.
setTypesOnly(boolean) - Method in class org.apache.directory.shared.ldap.message.SearchParams
 
setTypesOnly(boolean) - Method in class org.apache.directory.shared.ldap.message.SearchRequestImpl
An indicator as to whether search results will contain both attribute types and values, or just attribute types.
setUpId(String) - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientAttribute
Set the user provided ID.
setUpId(String) - Method in interface org.apache.directory.shared.ldap.entry.EntryAttribute
Set the user provided ID.
setUpName(String) - Method in class org.apache.directory.shared.ldap.name.RDN
Set the User Provided Name
setUpToClass(Class) - Method in class org.apache.directory.shared.ldap.util.ReflectionToStringBuilder
Sets the last super class to stop appending fields for.
setUsage(UsageEnum) - Method in class org.apache.directory.shared.ldap.schema.AttributeType
Sets the AttributeType usage, one of :
USER_APPLICATIONS DIRECTORY_OPERATION DISTRIBUTED_OPERATION DSA_OPERATION
setUseClassName(boolean) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Sets whether to use the class name.
setUseFieldNames(boolean) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Sets whether to use the field names passed in.
setUseIdentityHashCode(boolean) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Sets whether to use the identity hash code.
setUserModifiable(boolean) - Method in class org.apache.directory.shared.ldap.schema.AttributeType
Tells if this AttributeType can be modified by a user or not
setUseShortClassName(boolean) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Sets whether to output short or long class names.
setValue(byte[]) - Method in class org.apache.directory.shared.ldap.codec.controls.AbstractControl
Set the encoded control value
setValue(byte[]) - Method in class org.apache.directory.shared.ldap.codec.controls.ControlImpl
Set the encoded control value
setValue(byte[]) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.storedProcedure.StoredProcedure.StoredProcedureParameter
 
setValue(Value<?>) - Method in class org.apache.directory.shared.ldap.filter.ExtensibleNode
Sets the value.
setValue(Value<T>) - Method in class org.apache.directory.shared.ldap.filter.SimpleNode
Sets the value of this node.
setValue(byte[]) - Method in interface org.apache.directory.shared.ldap.message.control.Control
Stores the encoded value for this Control
setValue(Value<?>, Value<?>) - Method in class org.apache.directory.shared.ldap.name.AVA
Store the value of a AVA.
setValue(String) - Method in class org.apache.directory.shared.ldap.util.LdapURL.Extension
Sets the value.
setValueNormalized(String) - Method in class org.apache.directory.shared.ldap.name.AVA
Store the value of a AVA, after having trimmed it.
setVersion(int) - Method in class org.apache.directory.shared.ldap.codec.bind.BindRequestCodec
Set the protocol version
setVersion3(boolean) - Method in class org.apache.directory.shared.ldap.message.BindRequestImpl
Sets whether or not the LDAP v3 or v2 protocol is used.
setVersion3(boolean) - Method in interface org.apache.directory.shared.ldap.message.internal.InternalBindRequest
Sets whether or not the LDAP v3 or v2 protocol is used.
setVisibility(boolean) - Method in class org.apache.directory.shared.ldap.codec.search.controls.subentries.SubentriesControl
Set the visibility flag
SHARP - Static variable in interface org.apache.directory.shared.ldap.name.AntlrDnTokenTypes
 
SHORT_PREFIX_STYLE - Static variable in class org.apache.directory.shared.ldap.util.ToStringStyle
The short prefix toString style.
SIMPLE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
SIMPLE_STYLE - Static variable in class org.apache.directory.shared.ldap.util.ToStringStyle
The simple toString style.
SimpleAuthentication - Class in org.apache.directory.shared.ldap.codec.bind
A ldapObject which stores the Simple authentication for a BindRequest.
SimpleAuthentication() - Constructor for class org.apache.directory.shared.ldap.codec.bind.SimpleAuthentication
 
SimpleNameComponentNormalizer - Class in org.apache.directory.shared.ldap.name
A simple NameComponentNormalizer which uses the same Normalizer to always normalize the value the same way regardless of the attribute the value is for.
SimpleNameComponentNormalizer(Normalizer) - Constructor for class org.apache.directory.shared.ldap.name.SimpleNameComponentNormalizer
Creates a new SimpleNameComponentNormalizer with the normalizer it uses ever time irrespective of the attribute name or oid.
SimpleNode<T> - Class in org.apache.directory.shared.ldap.filter
A simple assertion value node.
SimpleNode(String, Value<T>, AssertionType) - Constructor for class org.apache.directory.shared.ldap.filter.SimpleNode
Creates a new SimpleNode object.
SINGLE_VALUE - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaTokenTypes
 
SingleReplyRequest - Interface in org.apache.directory.shared.ldap.message
Super interface for all request messages returning only one type of response.
SingletonEnumeration<T> - Class in org.apache.directory.shared.ldap.util
A NamingEnumeration over a single element.
SingletonEnumeration(T) - Constructor for class org.apache.directory.shared.ldap.util.SingletonEnumeration
Creates a NamingEnumeration over a single element.
size() - Method in class org.apache.directory.shared.ldap.entry.AbstractEntry
Returns the number of attributes.
size() - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientAttribute
Retrieves the number of values in this attribute.
size() - Method in interface org.apache.directory.shared.ldap.entry.Entry
Returns the number of attributes.
size() - Method in interface org.apache.directory.shared.ldap.entry.EntryAttribute
Retrieves the number of values in this attribute.
size() - Method in class org.apache.directory.shared.ldap.message.extended.StoredProcedureRequest
 
size() - Method in exception org.apache.directory.shared.ldap.MultiException
Gets the size of this nested exception which equals the number of exception nested within.
size() - Method in class org.apache.directory.shared.ldap.name.DN
size() - Method in class org.apache.directory.shared.ldap.name.RDN
Get the number of Attribute type and value of this Rdn
size() - Method in exception org.apache.directory.shared.ldap.RuntimeMultiException
Gets the size (number of) exceptions nested within this exception.
size() - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultSchemaObjectRegistry
size() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableAttributeTypeRegistry
size() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableComparatorRegistry
size() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableDITContentRuleRegistry
size() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableDITStructureRuleRegistry
size() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableLdapSyntaxRegistry
size() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableMatchingRuleRegistry
size() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableMatchingRuleUseRegistry
size() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableNameFormRegistry
size() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableNormalizerRegistry
size() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableObjectClassRegistry
size() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableSyntaxCheckerRegistry
size() - Method in class org.apache.directory.shared.ldap.schema.registries.OidRegistry
 
size() - Method in interface org.apache.directory.shared.ldap.schema.registries.SchemaObjectRegistry
 
size() - Method in class org.apache.directory.shared.ldap.util.ImmutableAttributesWrapper
 
size() - Method in class org.apache.directory.shared.ldap.util.ImmutableAttributeWrapper
 
size() - Method in class org.apache.directory.shared.ldap.util.PreferencesDictionary
 
size() - Method in class org.apache.directory.shared.ldap.util.SequencedHashMap
Implements Map.size().
size() - Method in class org.apache.directory.shared.ldap.util.tree.DnBranchNode
Returns the number of entries under this node.
size() - Method in class org.apache.directory.shared.ldap.util.tree.DnLeafNode
Returns the number of entries under this node.
size() - Method in interface org.apache.directory.shared.ldap.util.tree.DnNode
Returns the number of entries under this node.
SIZE_LIMIT_EXCEEDED - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
SIZE_LIMIT_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
SIZE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.pagedSearch.PagedResultsControlStatesEnum
Size Value
skipReferral() - Method in exception org.apache.directory.shared.ldap.exception.LdapReferralException
 
SP - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
SP - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
SP - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
SP - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
SP - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
SPACE - Static variable in interface org.apache.directory.shared.ldap.name.AntlrDnTokenTypes
 
special() - Method in class org.apache.directory.shared.ldap.name.AntlrDnParser
RFC 4514 Section 3 special = escaped / SPACE / SHARP / EQUALS escaped = DQUOTE / PLUS / COMMA / SEMI / LANGLE / RANGLE
specification - Variable in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
The SchemaObject specification
specificExclusion() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
specificExclusion() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
specificExclusion() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationChecker
 
specificExclusion() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParser
 
specificExclusions() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
specificExclusions() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
specificExclusions() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationChecker
 
specificExclusions() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParser
 
SpringClassUtils - Class in org.apache.directory.shared.ldap.util
Miscellaneous class utility methods.
SpringClassUtils() - Constructor for class org.apache.directory.shared.ldap.util.SpringClassUtils
 
ss_base() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
ss_base() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
ss_base() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationChecker
 
ss_base() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParser
 
ss_maximum() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
ss_maximum() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
ss_maximum() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationChecker
 
ss_maximum() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParser
 
ss_minimum() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
ss_minimum() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
ss_minimum() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationChecker
 
ss_minimum() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParser
 
ss_specificationFilter() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationChecker
 
ss_specificationFilter() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParser
 
ss_specificExclusions() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
ss_specificExclusions() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
ss_specificExclusions() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationChecker
 
ss_specificExclusions() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParser
 
start - Variable in class org.apache.directory.shared.ldap.util.Position
The starting position in the string
START_STATE - Static variable in class org.apache.directory.shared.ldap.codec.controls.replication.syncDoneValue.SyncDoneValueControlStatesEnum
 
START_STATE - Static variable in class org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue.SyncInfoValueControlStatesEnum
Initial state
START_STATE - Static variable in class org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue.SyncRequestValueControlStatesEnum
Initial state
START_STATE - Static variable in class org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue.SyncStateValueControlStatesEnum
Initial state
START_STATE - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.cancel.CancelStatesEnum
Initial state
START_STATE - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.certGeneration.CertGenerationStatesEnum
start state
START_STATE - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.gracefulDisconnect.GracefulDisconnectStatesEnum
Initial state
START_STATE - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.gracefulShutdown.GracefulShutdownStatesEnum
Initial state
START_STATE - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.storedProcedure.StoredProcedureStatesEnum
starting state
START_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
START_STATE - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.entryChange.EntryChangeControlStatesEnum
Sequence Tag
START_STATE - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.pagedSearch.PagedResultsControlStatesEnum
Initial state
START_STATE - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.persistentSearch.PersistentSearchControlStatesEnum
Initial state
START_STATE - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.subentries.SubentriesControlStatesEnum
Starting state
startedParse(String) - Method in interface org.apache.directory.shared.ldap.schema.parsers.ParserMonitor
 
startedParse(String) - Method in class org.apache.directory.shared.ldap.schema.parsers.ParserMonitorAdapter
 
STARTNUMERICOID - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaTokenTypes
 
startsWith(Name) - Method in class org.apache.directory.shared.ldap.name.DN
StoreAnyAction - Class in org.apache.directory.shared.ldap.codec.actions
The action used to store a any value into a substring filter
StoreAnyAction() - Constructor for class org.apache.directory.shared.ldap.codec.actions.StoreAnyAction
 
STORED_PROCEDURE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.storedProcedure.StoredProcedureStatesEnum
StoredProcedure
StoredProcedure - Class in org.apache.directory.shared.ldap.codec.extended.operations.storedProcedure
Stored Procedure Extended Operation bean
StoredProcedure() - Constructor for class org.apache.directory.shared.ldap.codec.extended.operations.storedProcedure.StoredProcedure
 
StoredProcedure.StoredProcedureParameter - Class in org.apache.directory.shared.ldap.codec.extended.operations.storedProcedure
Bean for representing a Stored Procedure Parameter
StoredProcedure.StoredProcedureParameter() - Constructor for class org.apache.directory.shared.ldap.codec.extended.operations.storedProcedure.StoredProcedure.StoredProcedureParameter
 
StoredProcedureContainer - Class in org.apache.directory.shared.ldap.codec.extended.operations.storedProcedure
A container for the StoredProcedure codec
StoredProcedureContainer() - Constructor for class org.apache.directory.shared.ldap.codec.extended.operations.storedProcedure.StoredProcedureContainer
 
StoredProcedureDecoder - Class in org.apache.directory.shared.ldap.codec.extended.operations.storedProcedure
StoredProcedure Decoder
StoredProcedureDecoder() - Constructor for class org.apache.directory.shared.ldap.codec.extended.operations.storedProcedure.StoredProcedureDecoder
 
StoredProcedureGrammar - Class in org.apache.directory.shared.ldap.codec.extended.operations.storedProcedure
ASN.1 BER Grammar for Stored Procedure Extended Operation
storedProcedureLanguageSchemeOption() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
StoredProcedureLanguageSchemeOption - Class in org.apache.directory.shared.ldap.trigger
 
StoredProcedureLanguageSchemeOption(String) - Constructor for class org.apache.directory.shared.ldap.trigger.StoredProcedureLanguageSchemeOption
 
StoredProcedureOption - Interface in org.apache.directory.shared.ldap.trigger
Just a marker interface for Stored Procedure Options.
StoredProcedureParameter - Class in org.apache.directory.shared.ldap.trigger
An entity that represents a stored procedure parameter which can be specified in an LDAP Trigger Specification.
StoredProcedureParameter(String) - Constructor for class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter
 
StoredProcedureParameter.Add_ATTRIBUTES - Class in org.apache.directory.shared.ldap.trigger
 
StoredProcedureParameter.Add_ENTRY - Class in org.apache.directory.shared.ldap.trigger
 
StoredProcedureParameter.Delete_DELETED_ENTRY - Class in org.apache.directory.shared.ldap.trigger
 
StoredProcedureParameter.Delete_NAME - Class in org.apache.directory.shared.ldap.trigger
 
StoredProcedureParameter.Generic_LDAP_CONTEXT - Class in org.apache.directory.shared.ldap.trigger
 
StoredProcedureParameter.Generic_OPERATION_PRINCIPAL - Class in org.apache.directory.shared.ldap.trigger
 
StoredProcedureParameter.Modify_MODIFICATION - Class in org.apache.directory.shared.ldap.trigger
 
StoredProcedureParameter.Modify_NEW_ENTRY - Class in org.apache.directory.shared.ldap.trigger
 
StoredProcedureParameter.Modify_OBJECT - Class in org.apache.directory.shared.ldap.trigger
 
StoredProcedureParameter.Modify_OLD_ENTRY - Class in org.apache.directory.shared.ldap.trigger
 
StoredProcedureParameter.ModifyDN_DELETE_OLD_RDN - Class in org.apache.directory.shared.ldap.trigger
 
StoredProcedureParameter.ModifyDN_ENTRY - Class in org.apache.directory.shared.ldap.trigger
 
StoredProcedureParameter.ModifyDN_NEW_DN - Class in org.apache.directory.shared.ldap.trigger
 
StoredProcedureParameter.ModifyDN_NEW_RDN - Class in org.apache.directory.shared.ldap.trigger
 
StoredProcedureParameter.ModifyDN_NEW_SUPERIOR - Class in org.apache.directory.shared.ldap.trigger
 
StoredProcedureParameter.ModifyDN_OLD_RDN - Class in org.apache.directory.shared.ldap.trigger
 
StoredProcedureParameter.ModifyDN_OLD_SUPERIOR_DN - Class in org.apache.directory.shared.ldap.trigger
 
StoredProcedureRequest - Class in org.apache.directory.shared.ldap.message.extended
An extended operation requesting the server to execute a stored procedure.
StoredProcedureRequest(int) - Constructor for class org.apache.directory.shared.ldap.message.extended.StoredProcedureRequest
 
StoredProcedureRequest(int, String, String) - Constructor for class org.apache.directory.shared.ldap.message.extended.StoredProcedureRequest
 
StoredProcedureResponse - Class in org.apache.directory.shared.ldap.message.extended
 
StoredProcedureResponse(int) - Constructor for class org.apache.directory.shared.ldap.message.extended.StoredProcedureResponse
 
storedProcedureSearchContext() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
storedProcedureSearchContextOption() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
StoredProcedureSearchContextOption - Class in org.apache.directory.shared.ldap.trigger
 
StoredProcedureSearchContextOption(Name) - Constructor for class org.apache.directory.shared.ldap.trigger.StoredProcedureSearchContextOption
 
StoredProcedureSearchContextOption(Name, SearchScope) - Constructor for class org.apache.directory.shared.ldap.trigger.StoredProcedureSearchContextOption
 
storedProcedureSearchScope() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
StoredProcedureStatesEnum - Class in org.apache.directory.shared.ldap.codec.extended.operations.storedProcedure
Constants for StoredProcedureGrammar
StoreFinalAction - Class in org.apache.directory.shared.ldap.codec.actions
The action used to store a final value into a substring filter
StoreFinalAction() - Constructor for class org.apache.directory.shared.ldap.codec.actions.StoreFinalAction
 
StoreMatchValueAction - Class in org.apache.directory.shared.ldap.codec.actions
The action used to store a match value
StoreMatchValueAction() - Constructor for class org.apache.directory.shared.ldap.codec.actions.StoreMatchValueAction
 
StoreReferenceAction - Class in org.apache.directory.shared.ldap.codec.actions
The action used to store a reference into a searchResultReference
StoreReferenceAction() - Constructor for class org.apache.directory.shared.ldap.codec.actions.StoreReferenceAction
 
StoreTypeMatchingRuleAction - Class in org.apache.directory.shared.ldap.codec.actions
The action used to store a type matching rule
StoreTypeMatchingRuleAction() - Constructor for class org.apache.directory.shared.ldap.codec.actions.StoreTypeMatchingRuleAction
 
STRICT - Static variable in class org.apache.directory.shared.ldap.schema.registries.Registries
Two flags for RELAXED and STRUCT
string(AntlrDnParser.UpAndNormValue) - Method in class org.apache.directory.shared.ldap.name.AntlrDnParser
RFC 4514 Section 3 ; The following characters are to be escaped when they appear ; in the value to be encoded: ESC, one of , leading ; SHARP or SPACE, trailing SPACE, and NULL.
StringComparator - Class in org.apache.directory.shared.ldap.schema.comparators
A comparator for Strings.
StringComparator(String) - Constructor for class org.apache.directory.shared.ldap.schema.comparators.StringComparator
The StringComparator constructor.
StringTools - Class in org.apache.directory.shared.ldap.util
Various string manipulation methods that are more efficient then chaining string operations: all is done in the same buffer without creating a bunch of string objects.
StringTools() - Constructor for class org.apache.directory.shared.ldap.util.StringTools
 
stripOptions(String) - Static method in class org.apache.directory.shared.ldap.schema.SchemaUtils
Remove the options from the attributeType, and returns the ID.
STRONG_AUTH_REQUIRED - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
STRONGAUTHREQUIRED - Static variable in class org.apache.directory.shared.ldap.message.extended.NoticeOfDisconnect
 
STRUCTURAL - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaTokenTypes
 
STRUCTURAL_VAL - Static variable in enum org.apache.directory.shared.ldap.schema.ObjectClassTypeEnum
The int constant value for the structural objectClasses
SUB_ENTRY_VISIBILITY_STATE - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.subentries.SubentriesControlStatesEnum
Visibility Value
subarray(Object[], int, int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Produces a new array containing the elements between the start and end indices.
subarray(long[], int, int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Produces a new long array containing the elements between the start and end indices.
subarray(int[], int, int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Produces a new int array containing the elements between the start and end indices.
subarray(short[], int, int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Produces a new short array containing the elements between the start and end indices.
subarray(char[], int, int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Produces a new char array containing the elements between the start and end indices.
subarray(byte[], int, int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Produces a new byte array containing the elements between the start and end indices.
subarray(double[], int, int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Produces a new double array containing the elements between the start and end indices.
subarray(float[], int, int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Produces a new float array containing the elements between the start and end indices.
subarray(boolean[], int, int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Produces a new boolean array containing the elements between the start and end indices.
SubentriesControl - Class in org.apache.directory.shared.ldap.codec.search.controls.subentries
A searchRequest control : Subentries
SubentriesControl() - Constructor for class org.apache.directory.shared.ldap.codec.search.controls.subentries.SubentriesControl
Default constructor
SubentriesControlContainer - Class in org.apache.directory.shared.ldap.codec.search.controls.subentries
 
SubentriesControlContainer() - Constructor for class org.apache.directory.shared.ldap.codec.search.controls.subentries.SubentriesControlContainer
Creates a new SubEntryControlContainer object.
SubentriesControlDecoder - Class in org.apache.directory.shared.ldap.codec.search.controls.subentries
A decoder for SubEntryControls.
SubentriesControlDecoder() - Constructor for class org.apache.directory.shared.ldap.codec.search.controls.subentries.SubentriesControlDecoder
 
SubentriesControlGrammar - Class in org.apache.directory.shared.ldap.codec.search.controls.subentries
This class implements the SubEntryControl.
SubentriesControlStatesEnum - Class in org.apache.directory.shared.ldap.codec.search.controls.subentries
This class store the SubEntryControl's grammar constants.
SUBJECT_STATE - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.certGeneration.CertGenerationStatesEnum
the subject DN
SUBSTR - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaTokenTypes
 
SUBSTRING_FILTER_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
SubstringAssertionSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a SubstringAssertion according to RFC 4517.
SubstringAssertionSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.SubstringAssertionSyntaxChecker
Creates an instance of SubstringAssertionSyntaxChecker
SubstringFilter - Class in org.apache.directory.shared.ldap.codec.search
A Object that stores the substring filter.
SubstringFilter(int) - Constructor for class org.apache.directory.shared.ldap.codec.search.SubstringFilter
The constructor.
SubstringFilter() - Constructor for class org.apache.directory.shared.ldap.codec.search.SubstringFilter
The constructor.
SubstringNode - Class in org.apache.directory.shared.ldap.filter
Filter expression tree node used to represent a substring assertion.
SubstringNode(String, String, String) - Constructor for class org.apache.directory.shared.ldap.filter.SubstringNode
Creates a new SubstringNode object with only one wildcard and no internal any fragments between wildcards.
SubstringNode(String) - Constructor for class org.apache.directory.shared.ldap.filter.SubstringNode
Creates a new SubstringNode object without any value
SubstringNode(List<String>, String, String, String) - Constructor for class org.apache.directory.shared.ldap.filter.SubstringNode
Creates a new SubstringNode object more than one wildcard and an any list.
SUBSTRINGS_FILTER_ANY_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
SUBSTRINGS_FILTER_FINAL_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
SUBSTRINGS_FILTER_INITIAL_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
SUBSTRINGS_FILTER_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
SUBSTRINGS_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
subtree() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
subtree() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
subtreeSpecification() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
subtreeSpecification() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
subtreeSpecification() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationChecker
 
subtreeSpecification() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParser
 
SubtreeSpecification - Interface in org.apache.directory.shared.ldap.subtree
RFC 3672 defined a subtree specification to be included within subentries.
SubtreeSpecificationChecker - Class in org.apache.directory.shared.ldap.subtree
A reusable wrapper around the antlr generated parser for an LDAP subtree specification as defined by RFC 3672.
SubtreeSpecificationChecker(Map) - Constructor for class org.apache.directory.shared.ldap.subtree.SubtreeSpecificationChecker
Creates a subtree specification parser.
SubtreeSpecificationChecker() - Constructor for class org.apache.directory.shared.ldap.subtree.SubtreeSpecificationChecker
Creates a normalizing subtree specification parser.
subtreeSpecificationComponent() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
subtreeSpecificationComponent() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
subtreeSpecificationComponent() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationChecker
 
subtreeSpecificationComponent() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParser
 
SubtreeSpecificationModifier - Class in org.apache.directory.shared.ldap.subtree
SubtreeSpecification contains no setters so they must be built by a modifiable object containing all the necessary parameters to build the base object.
SubtreeSpecificationModifier() - Constructor for class org.apache.directory.shared.ldap.subtree.SubtreeSpecificationModifier
 
SubtreeSpecificationParser - Class in org.apache.directory.shared.ldap.subtree
A reusable wrapper around the antlr generated parser for an LDAP subtree specification as defined by RFC 3672.
SubtreeSpecificationParser(Map<String, OidNormalizer>) - Constructor for class org.apache.directory.shared.ldap.subtree.SubtreeSpecificationParser
Creates a subtree specification parser.
SubtreeSpecificationParser(NormalizerMappingResolver, Map<String, OidNormalizer>) - Constructor for class org.apache.directory.shared.ldap.subtree.SubtreeSpecificationParser
Creates a normalizing subtree specification parser.
subtreeSpecifications - Variable in class org.apache.directory.shared.ldap.aci.UserClass.Subtree
 
SubtreeSpecificationSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a subtree specification.
SubtreeSpecificationSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.SubtreeSpecificationSyntaxChecker
Creates an instance of SubtreeSpecificationSyntaxChecker
SUCCESS - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
SUP - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaTokenTypes
 
SUPERIOR - Static variable in class org.apache.directory.shared.ldap.name.RDN
Constant used in comparisons
SupplierAndConsumerSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a supplier and consummer according to RFC 2252.
SupplierAndConsumerSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.SupplierAndConsumerSyntaxChecker
Creates an instance of SupplierAndConsumerSyntaxChecker
SupplierInformationSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a supplier information according to RFC 2252.
SupplierInformationSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.SupplierInformationSyntaxChecker
Creates an instance of SupplierInformationSyntaxChecker
SupplierOrConsumerSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a supplier or consummer according to RFC 2252.
SupplierOrConsumerSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.SupplierOrConsumerSyntaxChecker
Creates a new instance of SupplierOrConsumerSyntaxChecker.
SupportedAlgorithmSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a SupportedAlgorithm according to RFC 2252.
SupportedAlgorithmSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.SupportedAlgorithmSyntaxChecker
Creates a new instance of SupportedAlgorithmSyntaxChecker.
sutf1() - Method in class org.apache.directory.shared.ldap.name.AntlrDnParser
RFC 4514, Section 3: SUTF1 = %x01-21 / %x23-2A / %x2D-3A / %x3D / %x3F-5B / %x5D-7F The rule LUTF1_REST doesn't contain the following charcters, so we must check them additionally EQUALS (0x3D) HYPHEN (0x2D) DIGIT (0x30-0x39) ALPHA (0x41-0x5A and 0x61-0x7A) SHARP SPACE
SYNC_DONE_VALUE_SEQUENCE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.controls.replication.syncDoneValue.SyncDoneValueControlStatesEnum
sequence start state
SYNC_ID_SET_COOKIE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue.SyncInfoValueControlStatesEnum
SyncIdSet cookie state
SYNC_ID_SET_REFRESH_DELETES_STATE - Static variable in class org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue.SyncInfoValueControlStatesEnum
SyncIdSet refreshDone state
SYNC_ID_SET_SET_OF_UUIDS_STATE - Static variable in class org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue.SyncInfoValueControlStatesEnum
SyncIdSet SET OF UUIDs state
SYNC_ID_SET_STATE - Static variable in class org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue.SyncInfoValueControlStatesEnum
SyncIdSet state
SYNC_ID_SET_UUID_STATE - Static variable in class org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue.SyncInfoValueControlStatesEnum
SyncIdSet UUID state
SYNC_REQUEST_VALUE_SEQUENCE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue.SyncRequestValueControlStatesEnum
Sequence Value
SYNC_STATE_VALUE_SEQUENCE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue.SyncStateValueControlStatesEnum
Sequence Value
SYNC_TYPE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue.SyncStateValueControlStatesEnum
sync state type Value
SYNC_UUID_STATE - Static variable in class org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue.SyncStateValueControlStatesEnum
syncUUID Value
SyncDoneValueControl - Class in org.apache.directory.shared.ldap.codec.controls.replication.syncDoneValue
A syncDoneValue object as described in rfc4533.
SyncDoneValueControl() - Constructor for class org.apache.directory.shared.ldap.codec.controls.replication.syncDoneValue.SyncDoneValueControl
Creates a new instance of SyncDoneValueControlCodec.
SyncDoneValueControlContainer - Class in org.apache.directory.shared.ldap.codec.controls.replication.syncDoneValue
ASN.1 container for SyncDoneValueControl.
SyncDoneValueControlContainer() - Constructor for class org.apache.directory.shared.ldap.codec.controls.replication.syncDoneValue.SyncDoneValueControlContainer
Creates a new SyncDoneValueControlContainer object.
SyncDoneValueControlDecoder - Class in org.apache.directory.shared.ldap.codec.controls.replication.syncDoneValue
A ASN.1 decoder for SyncDoneValueControl.
SyncDoneValueControlDecoder() - Constructor for class org.apache.directory.shared.ldap.codec.controls.replication.syncDoneValue.SyncDoneValueControlDecoder
 
SyncDoneValueControlGrammar - Class in org.apache.directory.shared.ldap.codec.controls.replication.syncDoneValue
Implementation of SyncDoneValueControl.
SyncDoneValueControlStatesEnum - Class in org.apache.directory.shared.ldap.codec.controls.replication.syncDoneValue
ASN.1 grammer constants of SyncDoneValueControl.
syncDoneValueString - Static variable in class org.apache.directory.shared.ldap.codec.controls.replication.syncDoneValue.SyncDoneValueControlStatesEnum
 
SynchronizationInfoEnum - Enum in org.apache.directory.shared.ldap.message.control.replication
This class describes the four possible Info values : newcookie refreshDelete refreshpresent syncIdSet
SynchronizationModeEnum - Enum in org.apache.directory.shared.ldap.message.control.replication
This class describes the four possible synchronization mode, out of which only two are presently valid : syncRequestValue ::= SEQUENCE { mode ENUMERATED { -- 0 unused refreshOnly (1), -- 2 reserved refreshAndPersist (3) ...
SynchronizedLRUMap - Class in org.apache.directory.shared.ldap.util
An implementation of a Map which has a maximum size and uses a Least Recently Used algorithm to remove items from the Map when the maximum size is reached and new items are added.
SynchronizedLRUMap() - Constructor for class org.apache.directory.shared.ldap.util.SynchronizedLRUMap
Default constructor, primarily for the purpose of de-externalization.
SynchronizedLRUMap(int) - Constructor for class org.apache.directory.shared.ldap.util.SynchronizedLRUMap
Create a new LRUMap with a maximum capacity of i.
SyncInfoValueControl - Class in org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue
A syncInfoValue object, as defined in RFC 4533
SyncInfoValueControl(SynchronizationInfoEnum) - Constructor for class org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue.SyncInfoValueControl
The constructor for this codec.
SyncInfoValueControlContainer - Class in org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue
A container for the SyncInfoValue control
SyncInfoValueControlContainer() - Constructor for class org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue.SyncInfoValueControlContainer
Creates a new SyncInfoValueControlContainer object.
SyncInfoValueControlDecoder - Class in org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue
A decoder for SyncInfoValueControl.
SyncInfoValueControlDecoder() - Constructor for class org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue.SyncInfoValueControlDecoder
 
SyncInfoValueControlGrammar - Class in org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue
This class implements the SyncInfoValueControl.
SyncInfoValueControlStatesEnum - Class in org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue
This class store the SyncInfoValueControl's grammar constants.
SyncInfoValueTags - Enum in org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue
An enumeration to store the tags used to encode and decode the syncInfoValue control.
SyncRequestValueControl - Class in org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue
A syncRequestValue object, as defined in RFC 4533
SyncRequestValueControl() - Constructor for class org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue.SyncRequestValueControl
 
SyncRequestValueControlContainer - Class in org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue
A container for the SyncRequestValue control
SyncRequestValueControlContainer() - Constructor for class org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue.SyncRequestValueControlContainer
Creates a new SyncRequestValueControlContainer object.
SyncRequestValueControlDecoder - Class in org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue
A decoder for SyncRequestValueControl.
SyncRequestValueControlDecoder() - Constructor for class org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue.SyncRequestValueControlDecoder
 
SyncRequestValueControlGrammar - Class in org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue
This class implements the SyncRequestValueControl.
SyncRequestValueControlStatesEnum - Class in org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue
This class store the SyncRequestValueControl's grammar constants.
SyncStateTypeEnum - Enum in org.apache.directory.shared.ldap.message.control.replication
This class describes the four types of states part of the syncStateValue as described in rfc4533.
SyncStateValueControl - Class in org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue
A syncStateValue object, as defined in RFC 4533
SyncStateValueControl() - Constructor for class org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue.SyncStateValueControl
 
SyncStateValueControlContainer - Class in org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue
A container for the SyncStateValue control
SyncStateValueControlContainer() - Constructor for class org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue.SyncStateValueControlContainer
Creates a new SyncStateValueControlContainer object.
SyncStateValueControlDecoder - Class in org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue
A decoder for SyncStateValueControl.
SyncStateValueControlDecoder() - Constructor for class org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue.SyncStateValueControlDecoder
 
SyncStateValueControlGrammar - Class in org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue
This class implements the SyncStateValueControl.
SyncStateValueControlStatesEnum - Class in org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue
This class store the SyncStateValueControl's grammar constants.
SYNTAX - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaTokenTypes
 
syntaxChecker - Variable in class org.apache.directory.shared.ldap.schema.LdapSyntax
The associated SyntaxChecker
SyntaxChecker - Class in org.apache.directory.shared.ldap.schema
Used to validate values of a particular syntax.
SyntaxChecker(String) - Constructor for class org.apache.directory.shared.ldap.schema.SyntaxChecker
The SyntaxChecker base constructor
SyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.SyntaxChecker
The SyntaxChecker default constructor where the oid is set after instantiation.
SyntaxCheckerDescription - Class in org.apache.directory.shared.ldap.schema.parsers
An ApacheDS specific schema description for a SyntaxChecker.
SyntaxCheckerDescription(String) - Constructor for class org.apache.directory.shared.ldap.schema.parsers.SyntaxCheckerDescription
Default constructor for a SyntaxCheckerDecription
syntaxCheckerDescription() - Method in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaParser
Production for syntax checker descriptions.
SyntaxCheckerDescriptionSchemaParser - Class in org.apache.directory.shared.ldap.schema.parsers
A parser for ApacheDS syntax checker descriptions.
SyntaxCheckerDescriptionSchemaParser() - Constructor for class org.apache.directory.shared.ldap.schema.parsers.SyntaxCheckerDescriptionSchemaParser
Creates a schema parser instance.
syntaxCheckerRegistry - Variable in class org.apache.directory.shared.ldap.schema.registries.Registries
The SyntaxChecker registry
SyntaxCheckerRegistry - Interface in org.apache.directory.shared.ldap.schema.registries
SyntaxChecker registry component's service interface.
SyntaxCheckerSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker for the SyntaxChecker schema element
SyntaxCheckerSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.SyntaxCheckerSyntaxChecker
Creates a new instance of SyntaxCheckerSyntaxChecker.
syntaxesMatch(LdapSyntax, LdapSyntax) - Static method in class org.apache.directory.shared.ldap.schema.parsers.ParserDescriptionUtils
Checks to see if two syntax match exactly.
SystemUtils - Class in org.apache.directory.shared.ldap.util
Helpers for java.lang.System.
SystemUtils() - Constructor for class org.apache.directory.shared.ldap.util.SystemUtils
SystemUtils instances should NOT be constructed in standard programming.

T

TARGETDN_STATE - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.certGeneration.CertGenerationStatesEnum
the target DN
TelephoneNumberComparator - Class in org.apache.directory.shared.ldap.schema.comparators
A comparator for TelephoneNumber.
TelephoneNumberComparator(String) - Constructor for class org.apache.directory.shared.ldap.schema.comparators.TelephoneNumberComparator
The TelephoneNumberComparator constructor.
TelephoneNumberNormalizer - Class in org.apache.directory.shared.ldap.schema.normalizers
Normalize Telephone Number Strings
TelephoneNumberNormalizer() - Constructor for class org.apache.directory.shared.ldap.schema.normalizers.TelephoneNumberNormalizer
Creates a new instance of TelephoneNumberNormalizer.
TelephoneNumberSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a TelephoneNumber according to ITU recommendation E.123 (which is quite vague ...).
TelephoneNumberSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.TelephoneNumberSyntaxChecker
Creates a new instance of TelephoneNumberSyntaxChecker.
TeletexTerminalIdentifierSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a TeletexTerminalIdentifier according to RFC 4517 : teletex-id = ttx-term *(DOLLAR ttx-param) ttx-term = PrintableString ; terminal identifier ttx-param = ttx-key COLON ttx-value ; parameter ttx-key = "graphic" | "control" | "misc" | "page" | "private" ttx-value = *ttx-value-octet ttx-value-octet = %x00-23 | (%x5C "24") | %x25-5B | (%x5C "5C") | %x5D-FF
TeletexTerminalIdentifierSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.TeletexTerminalIdentifierSyntaxChecker
Creates a new instance of TeletexTerminalIdentifier.
TelexNumberSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a Telex Number according to RFC 4517 : telex-number = actual-number DOLLAR country-code DOLLAR answerback actual-number = PrintableString country-code = PrintableString answerback = PrintableString
TelexNumberSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.TelexNumberSyntaxChecker
Creates a new instance of TelexNumberSyntaxChecker.
theACIItem() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
theACIItem() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
theCompositeRuleForCallAndSPNameAndSPOptionList() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
THIS_ENTRY - Static variable in class org.apache.directory.shared.ldap.aci.UserClass
The user with the same distinguished name as the entry being accessed, or if the entry is a member of a family, then additionally the user with the distinguished name of the ancestor.
thisEntry() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
thisEntry() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
TIME_LIMIT_EXCEEDED - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
TIME_LIMIT_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
TIME_OFFLINE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.gracefulDisconnect.GracefulDisconnectStatesEnum
Time offline
TIME_OFFLINE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.gracefulShutdown.GracefulShutdownStatesEnum
Time offline
timeOffline - Variable in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulAction
offline Time after disconnection
toAttribute(EntryAttribute) - Static method in class org.apache.directory.shared.ldap.util.AttributeUtils
Converts an EntryAttribute to an Attribute.
toAttributes(Entry) - Static method in class org.apache.directory.shared.ldap.util.AttributeUtils
Converts an Entry to an Attributes.
toBasicAttribute(Attribute) - Static method in class org.apache.directory.shared.ldap.util.AttributeUtils
Switch from a BasicAttribute to a AttributeImpl.
toBoolean(Boolean) - Static method in class org.apache.directory.shared.ldap.util.BooleanUtils
Converts a Boolean to a boolean handling null by returning false.
toBoolean(int) - Static method in class org.apache.directory.shared.ldap.util.BooleanUtils
Converts an int to a boolean using the convention that zero is false.
toBoolean(int, int, int) - Static method in class org.apache.directory.shared.ldap.util.BooleanUtils
Converts an int to a boolean specifying the conversion values.
toBoolean(Integer, Integer, Integer) - Static method in class org.apache.directory.shared.ldap.util.BooleanUtils
Converts an Integer to a boolean specifying the conversion values.
toBoolean(String) - Static method in class org.apache.directory.shared.ldap.util.BooleanUtils
Converts a String to a boolean (optimised for performance).
toBoolean(String, String, String) - Static method in class org.apache.directory.shared.ldap.util.BooleanUtils
Converts a String to a Boolean throwing an exception if no match found.
toBooleanDefaultIfNull(Boolean, boolean) - Static method in class org.apache.directory.shared.ldap.util.BooleanUtils
Converts a Boolean to a boolean handling null.
toBooleanObject(boolean) - Static method in class org.apache.directory.shared.ldap.util.BooleanUtils
Boolean factory that avoids creating new Boolean objecs all the time.
toBooleanObject(int) - Static method in class org.apache.directory.shared.ldap.util.BooleanUtils
Converts an int to a Boolean using the convention that zero is false.
toBooleanObject(Integer) - Static method in class org.apache.directory.shared.ldap.util.BooleanUtils
Converts an Integer to a Boolean using the convention that zero is false.
toBooleanObject(int, int, int, int) - Static method in class org.apache.directory.shared.ldap.util.BooleanUtils
Converts an int to a Boolean specifying the conversion values.
toBooleanObject(Integer, Integer, Integer, Integer) - Static method in class org.apache.directory.shared.ldap.util.BooleanUtils
Converts an Integer to a Boolean specifying the conversion values.
toBooleanObject(String) - Static method in class org.apache.directory.shared.ldap.util.BooleanUtils
Converts a String to a Boolean.
toBooleanObject(String, String, String, String) - Static method in class org.apache.directory.shared.ldap.util.BooleanUtils
Converts a String to a Boolean throwing an exception if no match.
toByteArray(String) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Get byte array from hex string
toCaseInsensitive(Attributes) - Static method in class org.apache.directory.shared.ldap.util.AttributeUtils
Check if the attributes is a BasicAttributes, and if so, switch the case sensitivity to false to avoid tricky problems in the server.
toClientAttribute(Attribute) - Static method in class org.apache.directory.shared.ldap.util.AttributeUtils
Convert a BasicAttribute or a AttributeImpl to a EntryAttribute
toClientEntry(Attributes, DN) - Static method in class org.apache.directory.shared.ldap.util.AttributeUtils
Check if an attribute contains a specific value and remove it using the associated matchingRule for the attribute type supplied.
toGeneralizedTime() - Method in class org.apache.directory.shared.ldap.util.GeneralizedTime
Returns the string representation of this generalized time.
toGeneralizedTime(GeneralizedTime.Format, GeneralizedTime.FractionDelimiter, int, GeneralizedTime.TimeZoneFormat) - Method in class org.apache.directory.shared.ldap.util.GeneralizedTime
Returns the string representation of this generalized time.
toHashCode() - Method in class org.apache.directory.shared.ldap.util.HashCodeBuilder
Return the computed hashCode.
toHexString(byte[]) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Gets a hex string from byte array.
toInteger(boolean) - Static method in class org.apache.directory.shared.ldap.util.BooleanUtils
Converts a boolean to an int using the convention that zero is false.
toInteger(boolean, int, int) - Static method in class org.apache.directory.shared.ldap.util.BooleanUtils
Converts a boolean to an int specifying the conversion values.
toInteger(Boolean, int, int, int) - Static method in class org.apache.directory.shared.ldap.util.BooleanUtils
Converts a Boolean to an int specifying the conversion values.
toIntegerObject(boolean) - Static method in class org.apache.directory.shared.ldap.util.BooleanUtils
Converts a boolean to an Integer using the convention that zero is false.
toIntegerObject(Boolean) - Static method in class org.apache.directory.shared.ldap.util.BooleanUtils
Converts a Boolean to a Integer using the convention that zero is false.
toIntegerObject(boolean, Integer, Integer) - Static method in class org.apache.directory.shared.ldap.util.BooleanUtils
Converts a boolean to an Integer specifying the conversion values.
toIntegerObject(Boolean, Integer, Integer, Integer) - Static method in class org.apache.directory.shared.ldap.util.BooleanUtils
Converts a Boolean to an Integer specifying the conversion values.
toLowerCase(String) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Rewrote the toLowercase method to improve performances.
toMicroOperations(Set<GrantAndDenial>) - Static method in class org.apache.directory.shared.ldap.aci.ACIItem
Converts a set of GrantAndDenials into a set of MicroOperations and returns it.
toNormName() - Method in class org.apache.directory.shared.ldap.name.DN
Build the normalized DN as a String,
toObject(long[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Converts an array of primitive longs to objects.
toObject(int[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Converts an array of primitive ints to objects.
toObject(short[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Converts an array of primitive shorts to objects.
toObject(byte[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Converts an array of primitive bytes to objects.
toObject(double[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Converts an array of primitive doubles to objects.
toObject(float[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Converts an array of primitive floats to objects.
toObject(boolean[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Converts an array of primitive booleans to objects.
TooComplexException - Exception in org.apache.directory.shared.ldap.name
This exception is used to signal, that the complex parser should be used.
TooComplexException() - Constructor for exception org.apache.directory.shared.ldap.name.TooComplexException
 
TooComplexException(String) - Constructor for exception org.apache.directory.shared.ldap.name.TooComplexException
 
topDown - Static variable in class org.apache.directory.shared.ldap.util.NestableDelegate
Whether to print the stack trace top-down.
toPrimitive(Long[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Converts an array of object Longs to primitives.
toPrimitive(Long[], long) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Converts an array of object Long to primitives handling null.
toPrimitive(Integer[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Converts an array of object Integers to primitives.
toPrimitive(Integer[], int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Converts an array of object Integer to primitives handling null.
toPrimitive(Short[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Converts an array of object Shorts to primitives.
toPrimitive(Short[], short) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Converts an array of object Short to primitives handling null.
toPrimitive(Byte[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Converts an array of object Bytes to primitives.
toPrimitive(Byte[], byte) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Converts an array of object Bytes to primitives handling null.
toPrimitive(Double[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Converts an array of object Doubles to primitives.
toPrimitive(Double[], double) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Converts an array of object Doubles to primitives handling null.
toPrimitive(Float[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Converts an array of object Floats to primitives.
toPrimitive(Float[], float) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Converts an array of object Floats to primitives handling null.
toPrimitive(Boolean[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Converts an array of object Booleans to primitives.
toPrimitive(Boolean[], boolean) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Converts an array of object Booleans to primitives handling null.
toSearchParams(SearchControls, AliasDerefMode) - Static method in class org.apache.directory.shared.ldap.message.SearchParams
 
toString() - Method in class org.apache.directory.shared.ldap.aci.ACITuple
 
toString() - Method in class org.apache.directory.shared.ldap.aci.GrantAndDenial
 
toString() - Method in class org.apache.directory.shared.ldap.aci.ItemFirstACIItem
 
toString() - Method in class org.apache.directory.shared.ldap.aci.ItemPermission
 
toString() - Method in enum org.apache.directory.shared.ldap.aci.MicroOperation
 
toString() - Method in class org.apache.directory.shared.ldap.aci.ProtectedItem.AllAttributeValues
 
toString() - Method in class org.apache.directory.shared.ldap.aci.ProtectedItem.AllUserAttributeTypes
 
toString() - Method in class org.apache.directory.shared.ldap.aci.ProtectedItem.AllUserAttributeTypesAndValues
 
toString() - Method in class org.apache.directory.shared.ldap.aci.ProtectedItem.AttributeType
 
toString() - Method in class org.apache.directory.shared.ldap.aci.ProtectedItem.AttributeValue
 
toString() - Method in class org.apache.directory.shared.ldap.aci.ProtectedItem.Classes
 
toString() - Method in class org.apache.directory.shared.ldap.aci.ProtectedItem.Entry
 
toString() - Method in class org.apache.directory.shared.ldap.aci.ProtectedItem.MaxImmSub
 
toString() - Method in class org.apache.directory.shared.ldap.aci.ProtectedItem.MaxValueCount
 
toString() - Method in class org.apache.directory.shared.ldap.aci.ProtectedItem.MaxValueCountItem
 
toString() - Method in class org.apache.directory.shared.ldap.aci.ProtectedItem.RangeOfValues
 
toString() - Method in class org.apache.directory.shared.ldap.aci.ProtectedItem.RestrictedBy
 
toString() - Method in class org.apache.directory.shared.ldap.aci.ProtectedItem.RestrictedByItem
 
toString() - Method in class org.apache.directory.shared.ldap.aci.ProtectedItem.SelfValue
 
toString() - Method in class org.apache.directory.shared.ldap.aci.UserClass.AllUsers
 
toString() - Method in class org.apache.directory.shared.ldap.aci.UserClass.Name
 
toString() - Method in class org.apache.directory.shared.ldap.aci.UserClass.ParentOfEntry
 
toString() - Method in class org.apache.directory.shared.ldap.aci.UserClass.Subtree
 
toString() - Method in class org.apache.directory.shared.ldap.aci.UserClass.ThisEntry
 
toString() - Method in class org.apache.directory.shared.ldap.aci.UserClass.UserGroup
 
toString() - Method in class org.apache.directory.shared.ldap.aci.UserFirstACIItem
 
toString() - Method in class org.apache.directory.shared.ldap.aci.UserPermission
 
toString() - Method in class org.apache.directory.shared.ldap.codec.abandon.AbandonRequestCodec
Return a String representing an AbandonRequest
toString() - Method in class org.apache.directory.shared.ldap.codec.add.AddRequestCodec
Return a String representing an AddRequest
toString() - Method in class org.apache.directory.shared.ldap.codec.add.AddResponseCodec
Get a String representation of an AddResponse
toString(String) - Method in class org.apache.directory.shared.ldap.codec.AttributeValueAssertion
Get a String representation of an AttributeValueAssertion
toString() - Method in class org.apache.directory.shared.ldap.codec.AttributeValueAssertion
Get a String representation of an AttributeValueAssertion
toString() - Method in class org.apache.directory.shared.ldap.codec.bind.BindRequestCodec
Get a String representation of a BindRequest
toString() - Method in class org.apache.directory.shared.ldap.codec.bind.BindResponseCodec
Get a String representation of a BindResponse
toString() - Method in class org.apache.directory.shared.ldap.codec.bind.SaslCredentials
Get a String representation of a SaslCredential
toString() - Method in class org.apache.directory.shared.ldap.codec.bind.SimpleAuthentication
Return the simple authentication as a string
toString() - Method in class org.apache.directory.shared.ldap.codec.compare.CompareRequestCodec
Get a String representation of a Compare Request
toString() - Method in class org.apache.directory.shared.ldap.codec.compare.CompareResponseCodec
Get a String representation of an CompareResponse
toString() - Method in class org.apache.directory.shared.ldap.codec.controls.AbstractControl
Return a String representing a Control
toString() - Method in class org.apache.directory.shared.ldap.codec.controls.CascadeControl
Return a String representing this Cascade Control.
toString() - Method in class org.apache.directory.shared.ldap.codec.controls.ManageDsaITControl
Return a String representing this ManageDsaIt Control.
toString() - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncDoneValue.SyncDoneValueControl
 
toString() - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue.SyncInfoValueControl
 
toString() - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue.SyncRequestValueControl
 
toString() - Method in class org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue.SyncStateValueControl
 
toString() - Method in class org.apache.directory.shared.ldap.codec.del.DelRequestCodec
Return a String representing a DelRequest
toString() - Method in class org.apache.directory.shared.ldap.codec.del.DelResponseCodec
Get a String representation of a DelResponse
toString() - Method in class org.apache.directory.shared.ldap.codec.extended.ExtendedRequestCodec
Get a String representation of an Extended Request
toString() - Method in class org.apache.directory.shared.ldap.codec.extended.ExtendedResponseCodec
Get a String representation of an ExtendedResponse
toString() - Method in class org.apache.directory.shared.ldap.codec.extended.operations.cancel.Cancel
Return a string representation of the cancel
toString() - Method in class org.apache.directory.shared.ldap.codec.extended.operations.certGeneration.CertGenerationObject
 
toString() - Method in class org.apache.directory.shared.ldap.codec.extended.operations.gracefulDisconnect.GracefulDisconnect
Return a string representation of the graceful disconnect
toString() - Method in class org.apache.directory.shared.ldap.codec.extended.operations.gracefulShutdown.GracefulShutdown
Return a string representation of the graceful shutdown
toString() - Method in class org.apache.directory.shared.ldap.codec.extended.operations.storedProcedure.StoredProcedure
Returns the StoredProcedure string
toString() - Method in class org.apache.directory.shared.ldap.codec.intermediate.IntermediateResponseCodec
Get a String representation of an IntermediateResponse
toString(String) - Method in class org.apache.directory.shared.ldap.codec.LdapMessageCodec
Get a String representation of a LdapMessage
toString() - Method in class org.apache.directory.shared.ldap.codec.LdapResponseCodec
Get a String representation of an Response
toString() - Method in class org.apache.directory.shared.ldap.codec.LdapResultCodec
Get a String representation of a LdapResult
toString() - Method in class org.apache.directory.shared.ldap.codec.modify.ModifyRequestCodec
Get a String representation of a ModifyRequest
toString() - Method in class org.apache.directory.shared.ldap.codec.modify.ModifyResponseCodec
Get a String representation of a ModifyResponse
toString() - Method in class org.apache.directory.shared.ldap.codec.modifyDn.ModifyDNRequestCodec
Get a String representation of a ModifyDNRequest
toString() - Method in class org.apache.directory.shared.ldap.codec.modifyDn.ModifyDNResponseCodec
Get a String representation of a ModifyDNResponse
toString() - Method in class org.apache.directory.shared.ldap.codec.search.AndFilter
Return a string compliant with RFC 2254 representing an AND filter
toString() - Method in class org.apache.directory.shared.ldap.codec.search.AttributeValueAssertionFilter
Return a string compliant with RFC 2254 representing an item filter
toString() - Method in class org.apache.directory.shared.ldap.codec.search.ConnectorFilter
Return a string compliant with RFC 2254 representing a composite filter, one of AND, OR and NOT
toString() - Method in class org.apache.directory.shared.ldap.codec.search.controls.ChangeType
 
toString() - Method in class org.apache.directory.shared.ldap.codec.search.controls.entryChange.EntryChangeControl
Return a String representing this EntryChangeControl.
toString() - Method in class org.apache.directory.shared.ldap.codec.search.controls.pagedSearch.PagedResultsControl
Return a String representing this PagedSearchControl.
toString() - Method in class org.apache.directory.shared.ldap.codec.search.controls.persistentSearch.PersistentSearchControl
Return a String representing this PSearchControl.
toString() - Method in class org.apache.directory.shared.ldap.codec.search.controls.subentries.SubentriesControl
Return a String representing this EntryChangeControl.
toString() - Method in class org.apache.directory.shared.ldap.codec.search.ExtensibleMatchFilter
Return a String representing an extended filter as of RFC 2254
toString() - Method in class org.apache.directory.shared.ldap.codec.search.NotFilter
Return a string compliant with RFC 2254 representing a NOT filter
toString() - Method in class org.apache.directory.shared.ldap.codec.search.OrFilter
Return a string compliant with RFC 2254 representing an OR filter
toString() - Method in class org.apache.directory.shared.ldap.codec.search.PresentFilter
Return a string compliant with RFC 2254 representing a Present filter
toString() - Method in class org.apache.directory.shared.ldap.codec.search.SearchRequestCodec
Return a string the represent a SearchRequest
toString() - Method in class org.apache.directory.shared.ldap.codec.search.SearchResultDoneCodec
Get a String representation of a SearchResultDone
toString() - Method in class org.apache.directory.shared.ldap.codec.search.SearchResultEntryCodec
Returns the Search Result Entry string
toString() - Method in class org.apache.directory.shared.ldap.codec.search.SearchResultReferenceCodec
Returns the Search Result Reference string
toString() - Method in class org.apache.directory.shared.ldap.codec.search.SubstringFilter
Return a string compliant with RFC 2254 representing a Substring filter
toString() - Method in class org.apache.directory.shared.ldap.codec.unbind.UnBindRequestCodec
Get a String representation of a UnBindRequest
toString() - Method in class org.apache.directory.shared.ldap.csn.Csn
 
toString() - Method in class org.apache.directory.shared.ldap.entry.client.ClientBinaryValue
Dumps binary in hex with label.
toString() - Method in class org.apache.directory.shared.ldap.entry.client.ClientModification
 
toString() - Method in class org.apache.directory.shared.ldap.entry.client.ClientStringValue
 
toString() - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientAttribute
 
toString() - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientEntry
 
toString() - Method in enum org.apache.directory.shared.ldap.entry.ModificationOperation
 
toString() - Method in class org.apache.directory.shared.ldap.filter.AbstractExprNode
 
toString() - Method in class org.apache.directory.shared.ldap.filter.AndNode
Gets the recursive prefix string represent of the filter from this node down.
toString() - Method in class org.apache.directory.shared.ldap.filter.ApproximateNode
 
toString() - Method in class org.apache.directory.shared.ldap.filter.AssertionNode
 
toString() - Method in class org.apache.directory.shared.ldap.filter.EqualityNode
 
toString() - Method in class org.apache.directory.shared.ldap.filter.ExtensibleNode
 
toString() - Method in class org.apache.directory.shared.ldap.filter.GreaterEqNode
 
toString() - Method in class org.apache.directory.shared.ldap.filter.LessEqNode
 
toString() - Method in class org.apache.directory.shared.ldap.filter.NotNode
Gets the recursive prefix string represent of the filter from this node down.
toString() - Method in class org.apache.directory.shared.ldap.filter.OrNode
Gets the recursive prefix string represent of the filter from this node down.
toString() - Method in class org.apache.directory.shared.ldap.filter.PresenceNode
 
toString() - Method in class org.apache.directory.shared.ldap.filter.ScopeNode
 
toString() - Method in enum org.apache.directory.shared.ldap.filter.SearchScope
toString() - Method in class org.apache.directory.shared.ldap.filter.SubstringNode
 
toString() - Method in class org.apache.directory.shared.ldap.message.AddRequestImpl
 
toString() - Method in class org.apache.directory.shared.ldap.message.AddResponseImpl
Get a String representation of an AddResponse
toString() - Method in class org.apache.directory.shared.ldap.message.BindRequestImpl
Get a String representation of a BindRequest
toString() - Method in class org.apache.directory.shared.ldap.message.BindResponseImpl
Get a String representation of a BindResponse
toString() - Method in class org.apache.directory.shared.ldap.message.CompareRequestImpl
Get a String representation of a Compare Request
toString() - Method in class org.apache.directory.shared.ldap.message.DeleteRequestImpl
Return a String representing a DelRequest
toString() - Method in class org.apache.directory.shared.ldap.message.ExtendedRequestImpl
Get a String representation of an Extended Request
toString() - Method in class org.apache.directory.shared.ldap.message.internal.InternalAbstractResultResponse
Get a String representation of an Response
toString() - Method in class org.apache.directory.shared.ldap.message.LdapResultImpl
Get a String representation of a LdapResult
toString() - Method in class org.apache.directory.shared.ldap.message.ModifyDnRequestImpl
Get a String representation of a ModifyDNRequest
toString() - Method in class org.apache.directory.shared.ldap.message.ModifyRequestImpl
Get a String representation of a ModifyRequest
toString() - Method in class org.apache.directory.shared.ldap.message.ReferralImpl
Get a String representation of a Referral
toString() - Method in class org.apache.directory.shared.ldap.message.SearchParams
toString() - Method in class org.apache.directory.shared.ldap.message.SearchRequestImpl
Return a string the represent a SearchRequest
toString() - Method in class org.apache.directory.shared.ldap.message.SearchResponseEntryImpl
Return a string representation of a SearchResultEntry request
toString() - Method in class org.apache.directory.shared.ldap.name.AVA
A String representation of a AVA.
toString() - Method in class org.apache.directory.shared.ldap.name.DN
Return the normalized DN as a String.
toString() - Method in class org.apache.directory.shared.ldap.name.RDN
 
toString() - Method in class org.apache.directory.shared.ldap.schema.AttributeType
 
toString() - Method in class org.apache.directory.shared.ldap.schema.AttributeTypeOptions
 
toString() - Method in class org.apache.directory.shared.ldap.schema.DITContentRule
 
toString() - Method in class org.apache.directory.shared.ldap.schema.DITStructureRule
 
toString() - Method in class org.apache.directory.shared.ldap.schema.LdapComparator
 
toString() - Method in class org.apache.directory.shared.ldap.schema.LdapSyntax
 
toString() - Method in class org.apache.directory.shared.ldap.schema.MatchingRule
 
toString() - Method in class org.apache.directory.shared.ldap.schema.MatchingRuleUse
 
toString() - Method in class org.apache.directory.shared.ldap.schema.NameForm
 
toString() - Method in class org.apache.directory.shared.ldap.schema.Normalizer
 
toString() - Method in class org.apache.directory.shared.ldap.schema.normalizers.OidNormalizer
Return a String representation of this class
toString() - Method in class org.apache.directory.shared.ldap.schema.normalizers.RegexNormalizer
 
toString() - Method in class org.apache.directory.shared.ldap.schema.ObjectClass
 
toString() - Method in class org.apache.directory.shared.ldap.schema.parsers.LdapComparatorDescription
 
toString() - Method in class org.apache.directory.shared.ldap.schema.parsers.NormalizerDescription
 
toString() - Method in class org.apache.directory.shared.ldap.schema.parsers.SyntaxCheckerDescription
 
toString() - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultComparatorRegistry
 
toString() - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultNormalizerRegistry
 
toString() - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultSchema
 
toString() - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultSchemaObjectRegistry
 
toString() - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultSyntaxCheckerRegistry
 
toString() - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableAttributeTypeRegistry
toString() - Method in class org.apache.directory.shared.ldap.schema.registries.OidRegistry
 
toString() - Method in class org.apache.directory.shared.ldap.schema.registries.Registries
 
toString() - Method in class org.apache.directory.shared.ldap.schema.SchemaObjectWrapper
 
toString() - Method in class org.apache.directory.shared.ldap.schema.SyntaxChecker
 
toString() - Method in class org.apache.directory.shared.ldap.schema.syntaxCheckers.OpenLdapObjectIdentifierMacro
 
toString() - Method in class org.apache.directory.shared.ldap.trigger.ActionTime
 
toString() - Method in class org.apache.directory.shared.ldap.trigger.LdapOperation
 
toString() - Method in class org.apache.directory.shared.ldap.trigger.StoredProcedureLanguageSchemeOption
 
toString() - Method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.Generic_LDAP_CONTEXT
 
toString() - Method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter
 
toString() - Method in class org.apache.directory.shared.ldap.trigger.StoredProcedureSearchContextOption
 
toString(Object) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Outputs an array as a String, treating null as an empty array.
toString(Object, String) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Outputs an array as a String handling nulls.
toString(String, Attribute) - Static method in class org.apache.directory.shared.ldap.util.AttributeUtils
Return a string representing the attributes with tabs in front of the string
toString(Attribute) - Static method in class org.apache.directory.shared.ldap.util.AttributeUtils
Return a string representing the attribute
toString(String, Attributes) - Static method in class org.apache.directory.shared.ldap.util.AttributeUtils
Return a string representing the attributes with tabs in front of the string
toString(Attributes) - Static method in class org.apache.directory.shared.ldap.util.AttributeUtils
Return a string representing the attributes
toString(Boolean, String, String, String) - Static method in class org.apache.directory.shared.ldap.util.BooleanUtils
Converts a Boolean to a String returning one of the input Strings.
toString(boolean, String, String) - Static method in class org.apache.directory.shared.ldap.util.BooleanUtils
Converts a boolean to a String returning one of the input Strings.
toString() - Method in class org.apache.directory.shared.ldap.util.GeneralizedTime
 
toString() - Method in class org.apache.directory.shared.ldap.util.LdapURL
Get a string representation of a LdapURL.
toString(Object) - Static method in class org.apache.directory.shared.ldap.util.ObjectUtils
Gets the toString of an Object returning an empty string ("") if null input.
toString(Object, String) - Static method in class org.apache.directory.shared.ldap.util.ObjectUtils
Gets the toString of an Object returning a specified text if null input.
toString() - Method in class org.apache.directory.shared.ldap.util.Position
 
toString(Object) - Static method in class org.apache.directory.shared.ldap.util.ReflectionToStringBuilder
This method uses reflection to build a suitable toString using the default ToStringStyle.
toString(Object, ToStringStyle) - Static method in class org.apache.directory.shared.ldap.util.ReflectionToStringBuilder
This method uses reflection to build a suitable toString.
toString(Object, ToStringStyle, boolean) - Static method in class org.apache.directory.shared.ldap.util.ReflectionToStringBuilder
This method uses reflection to build a suitable toString.
toString(Object, ToStringStyle, boolean, boolean) - Static method in class org.apache.directory.shared.ldap.util.ReflectionToStringBuilder
This method uses reflection to build a suitable toString.
toString(Object, ToStringStyle, boolean, boolean, Class) - Static method in class org.apache.directory.shared.ldap.util.ReflectionToStringBuilder
This method uses reflection to build a suitable toString.
toString(Object, ToStringStyle, boolean, Class) - Static method in class org.apache.directory.shared.ldap.util.ReflectionToStringBuilder
Deprecated. Use ReflectionToStringBuilder.toString(Object,ToStringStyle,boolean,boolean,Class)
toString() - Method in class org.apache.directory.shared.ldap.util.ReflectionToStringBuilder
Gets the String built by this builder.
toString() - Method in class org.apache.directory.shared.ldap.util.SequencedHashMap
Provides a string representation of the entries within the map.
toString() - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Returns the built toString.
toString() - Method in class org.apache.directory.shared.ldap.util.tree.DnBranchNode
 
toString() - Method in class org.apache.directory.shared.ldap.util.tree.DnLeafNode
 
ToStringBuilder - Class in org.apache.directory.shared.ldap.util
Assists in implementing Object.toString() methods.
ToStringBuilder(Object) - Constructor for class org.apache.directory.shared.ldap.util.ToStringBuilder
Constructor for ToStringBuilder.
ToStringBuilder(Object, ToStringStyle) - Constructor for class org.apache.directory.shared.ldap.util.ToStringBuilder
Constructor for ToStringBuilder specifying the output style.
ToStringBuilder(Object, ToStringStyle, StringBuffer) - Constructor for class org.apache.directory.shared.ldap.util.ToStringBuilder
Constructor for ToStringBuilder.
toStringOnOff(Boolean) - Static method in class org.apache.directory.shared.ldap.util.BooleanUtils
Converts a Boolean to a String returning 'on', 'off', or null.
toStringOnOff(boolean) - Static method in class org.apache.directory.shared.ldap.util.BooleanUtils
Converts a boolean to a String returning 'on' or 'off'.
toStringRFC2254(int) - Method in class org.apache.directory.shared.ldap.codec.AttributeValueAssertion
Get a String representation of an AttributeValueAssertion, as of RFC 2254.
ToStringStyle - Class in org.apache.directory.shared.ldap.util
Controls String formatting for ToStringBuilder.
ToStringStyle() - Constructor for class org.apache.directory.shared.ldap.util.ToStringStyle
Constructor.
toStringTrueFalse(Boolean) - Static method in class org.apache.directory.shared.ldap.util.BooleanUtils
Converts a Boolean to a String returning 'true', 'false', or null.
toStringTrueFalse(boolean) - Static method in class org.apache.directory.shared.ldap.util.BooleanUtils
Converts a boolean to a String returning 'true' or 'false'.
toStringYesNo(Boolean) - Static method in class org.apache.directory.shared.ldap.util.BooleanUtils
Converts a Boolean to a String returning 'yes', 'no', or null.
toStringYesNo(boolean) - Static method in class org.apache.directory.shared.ldap.util.BooleanUtils
Converts a boolean to a String returning 'yes' or 'no'.
toTuples() - Method in class org.apache.directory.shared.ldap.aci.ACIItem
Converts this item into a collection of ACITuples and returns it.
toTuples() - Method in class org.apache.directory.shared.ldap.aci.ItemFirstACIItem
 
toTuples() - Method in class org.apache.directory.shared.ldap.aci.UserFirstACIItem
 
toUpperCase(String) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Rewrote the toLowercase method to improve performances.
transform(Object) - Static method in class org.apache.directory.shared.ldap.codec.LdapTransformer
Transform the Codec message to a internal message.
transform(InternalMessage) - Static method in class org.apache.directory.shared.ldap.codec.LdapTransformer
Transform the internal message to a codec message.
transformFilter(ExprNode) - Static method in class org.apache.directory.shared.ldap.codec.LdapTransformer
Transform an ExprNode filter to a CodecFilter
TRIGGER_EXECUTION_SPECIFIC_AREA_ATTR_VALUE - Static variable in class org.apache.directory.shared.ldap.trigger.TriggerUtils
 
TRIGGER_EXECUTION_SUBENTRY_OC - Static variable in class org.apache.directory.shared.ldap.trigger.TriggerUtils
 
triggerSpecification() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
TriggerSpecification - Class in org.apache.directory.shared.ldap.trigger
The Trigger Specification Bean.
TriggerSpecification(LdapOperation, ActionTime, List<TriggerSpecification.SPSpec>) - Constructor for class org.apache.directory.shared.ldap.trigger.TriggerSpecification
 
TriggerSpecification.SPSpec - Class in org.apache.directory.shared.ldap.trigger
 
TriggerSpecification.SPSpec(String, List<StoredProcedureOption>, List<StoredProcedureParameter>) - Constructor for class org.apache.directory.shared.ldap.trigger.TriggerSpecification.SPSpec
 
TriggerSpecificationParser - Class in org.apache.directory.shared.ldap.trigger
A reusable wrapper around the ANTLR generated parser for a TriggerSpecification.
TriggerSpecificationParser() - Constructor for class org.apache.directory.shared.ldap.trigger.TriggerSpecificationParser
Creates a TriggerSpecification parser.
TriggerSpecificationParser(NormalizerMappingResolver) - Constructor for class org.apache.directory.shared.ldap.trigger.TriggerSpecificationParser
Creates a normalizing TriggerSpecification parser.
TriggerUtils - Class in org.apache.directory.shared.ldap.trigger
A utility class for working with Triggers Execution Administrative Points Trigger Execution Subentries and Trigger Specifications.
TriggerUtils() - Constructor for class org.apache.directory.shared.ldap.trigger.TriggerUtils
 
trim(String) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Removes spaces (char <= 32) from both start and ends of this String, handling null by returning null.
trim(byte[]) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Removes spaces (char <= 32) from both start and ends of this bytes array, handling null by returning null.
trimConsecutiveToOne(String, char) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Trims several consecutive characters into one.
trimLeft(String) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Removes spaces (char <= 32) from start of this String, handling null by returning null.
trimLeft(char[], int) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Removes spaces (char <= 32) from start of this array, handling null by returning null.
trimLeft(String, Position) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Removes spaces (char <= 32) from a position in this array, handling null by returning null.
trimLeft(byte[], Position) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Removes spaces (char <= 32) from a position in this array, handling null by returning null.
trimLeft(byte[], int) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Removes spaces (char <= 32) from start of this array, handling null by returning null.
trimRight(String) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Removes spaces (char <= 32) from end of this String, handling null by returning null.
trimRight(String, int) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Removes spaces (char <= 32) from end of this String, handling null by returning null.
trimRight(char[], int) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Removes spaces (char <= 32) from end of this array, handling null by returning null.
trimRight(String, Position) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Removes spaces (char <= 32) from end of this string, handling null by returning null.
trimRight(byte[], Position) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Removes spaces (char <= 32) from end of this string, handling null by returning null.
trimRight(byte[], int) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Removes spaces (char <= 32) from end of this array, handling null by returning null.
trimStackFrames - Static variable in class org.apache.directory.shared.ldap.util.NestableDelegate
Whether to trim the repeated stack trace.
trimStackFrames(List<String[]>) - Method in class org.apache.directory.shared.ldap.util.NestableDelegate
Trims the stack frames.
TWO_BYTES - Static variable in class org.apache.directory.shared.ldap.util.DNUtils
A constant representing two bytes length
TWO_CHARS - Static variable in class org.apache.directory.shared.ldap.util.DNUtils
A constant representing two chars length
TYPE - Static variable in interface org.apache.directory.shared.ldap.message.internal.InternalAbandonRequest
Ldap abandon request type code
TYPE - Static variable in interface org.apache.directory.shared.ldap.message.internal.InternalAddRequest
LDAPv3 add request type enum code
TYPE - Static variable in interface org.apache.directory.shared.ldap.message.internal.InternalAddResponse
Add response message type enumeration value
TYPE - Static variable in interface org.apache.directory.shared.ldap.message.internal.InternalBindRequest
Bind request message type enumeration value
TYPE - Static variable in interface org.apache.directory.shared.ldap.message.internal.InternalBindResponse
Bind response message type enumeration value
TYPE - Static variable in interface org.apache.directory.shared.ldap.message.internal.InternalCompareRequest
Compare request message type enum code
TYPE - Static variable in interface org.apache.directory.shared.ldap.message.internal.InternalCompareResponse
Compare response message type enumeration value
TYPE - Static variable in interface org.apache.directory.shared.ldap.message.internal.InternalDeleteRequest
Delete request message type enumeration value
TYPE - Static variable in interface org.apache.directory.shared.ldap.message.internal.InternalDeleteResponse
Delete response message type enumeration value
TYPE - Static variable in interface org.apache.directory.shared.ldap.message.internal.InternalExtendedRequest
Extended request message type enumeration value
TYPE - Static variable in interface org.apache.directory.shared.ldap.message.internal.InternalExtendedResponse
Extended response message type enumeration value
TYPE - Static variable in interface org.apache.directory.shared.ldap.message.internal.InternalIntermediateResponse
Intermediate response message type enumeration value
TYPE - Static variable in interface org.apache.directory.shared.ldap.message.internal.InternalModifyDnRequest
Modify DN request message type enumeration value
TYPE - Static variable in interface org.apache.directory.shared.ldap.message.internal.InternalModifyDnResponse
Modify DN response message type enumeration value
TYPE - Static variable in interface org.apache.directory.shared.ldap.message.internal.InternalModifyRequest
Modify request message type enumeration value
TYPE - Static variable in interface org.apache.directory.shared.ldap.message.internal.InternalModifyResponse
Modify response message type enumeration value
TYPE - Static variable in interface org.apache.directory.shared.ldap.message.internal.InternalSearchResponseDone
Search done response message type enumeration value
TYPE - Static variable in interface org.apache.directory.shared.ldap.message.internal.InternalSearchResponseEntry
Search entry response message type enumeration value
TYPE - Static variable in interface org.apache.directory.shared.ldap.message.internal.InternalSearchResponseReference
Search reference response message type enumeration value
TYPE - Static variable in interface org.apache.directory.shared.ldap.message.internal.InternalUnbindRequest
Unbind request protocol message type
TYPE_MATCHING_RULE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
TYPE_MOD_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
TYPE_SR_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
TYPE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
TYPE_SUBSTRING_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
TYPES_ONLY_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 

U

UNAVAILABLE - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
UNAVAILABLE - Static variable in class org.apache.directory.shared.ldap.message.extended.NoticeOfDisconnect
 
UNAVAILABLE_CRITICAL_EXTENSION - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
UNBIND_REQUEST_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
UNBIND_REQUEST_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
LDAP contextual tags
UnBindRequestCodec - Class in org.apache.directory.shared.ldap.codec.unbind
A UnBindRequest ldapObject.
UnBindRequestCodec() - Constructor for class org.apache.directory.shared.ldap.codec.unbind.UnBindRequestCodec
Creates a new BindRequest object.
UnbindRequestImpl - Class in org.apache.directory.shared.ldap.message
Lockable UnbindRequest implementation.
UnbindRequestImpl(int) - Constructor for class org.apache.directory.shared.ldap.message.UnbindRequestImpl
Creates an UnbindRequest which takes no parameter other than those in the outer envelope to disconnect and end a client session on the server without producing any response.
UNBOUNDED_MAX - Static variable in interface org.apache.directory.shared.ldap.subtree.SubtreeSpecification
an unbounded maximum depth value in a subtree specification
UNDEFINED - Static variable in class org.apache.directory.shared.ldap.name.RDN
CompareTo() results
UNDEFINED_ATTRIBUTE_TYPE - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
UNDEFINED_CHANGE_NUMBER - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.entryChange.EntryChangeControl
 
UNDETERMINED - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulAction
Undetermined value used for timeOffline
UNDETERMINED - Static variable in class org.apache.directory.shared.ldap.message.extended.GracefulShutdownRequest
Undetermined value used for timeOffline
unescapeValue(String) - Static method in class org.apache.directory.shared.ldap.name.RDN
Unescape the given string according to RFC 2253 If in form, a LDAP string representation asserted value can be obtained by replacing (left-to-right, non-recursively) each appearing in the as follows: replace with ; replace with ; replace with the octet indicated by the If in form, a BER representation can be obtained from converting each of the to the octet indicated by the
UniqueMemberComparator - Class in org.apache.directory.shared.ldap.schema.comparators
A comparator that sorts OIDs based on their numeric id value.
UniqueMemberComparator(String) - Constructor for class org.apache.directory.shared.ldap.schema.comparators.UniqueMemberComparator
The IntegerOrderingComparator constructor.
UniqueMemberNormalizer - Class in org.apache.directory.shared.ldap.schema.normalizers
A noirmalizer for UniqueMember
UniqueMemberNormalizer() - Constructor for class org.apache.directory.shared.ldap.schema.normalizers.UniqueMemberNormalizer
 
UnixCrypt - Class in org.apache.directory.shared.ldap.util
Unix Crypt.
UNKNOWN - Static variable in exception org.apache.directory.shared.ldap.codec.util.URIException
No specified reason code.
unload(Schema...) - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Unload the given set of Schemas
unload(String...) - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Unload the given set of Schemas
UNQUOTED_STRING - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaTokenTypes
 
unregister(String) - Method in interface org.apache.directory.shared.ldap.schema.registries.ComparatorRegistry
Removes the LdapComparator registered with this registry, using its numeric OID.
unregister(String) - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultAttributeTypeRegistry
Removes the SchemaObject registered with this registry, using its numeric OID.
unregister(int) - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultDITStructureRuleRegistry
Unregisters a DITStructureRule using it's rule identifier.
unregister(String) - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultObjectClassRegistry
Removes the SchemaObject registered with this registry, using its numeric OID.
unregister(String) - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultSchemaObjectRegistry
Removes the SchemaObject registered with this registry, using its numeric OID.
unregister(T) - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultSchemaObjectRegistry
Removes the SchemaObject registered with this registry.
unregister(int) - Method in interface org.apache.directory.shared.ldap.schema.registries.DITStructureRuleRegistry
Unregisters a DITStructureRule using it's rule identifier.
unregister(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableAttributeTypeRegistry
Removes the SchemaObject registered with this registry, using its numeric OID.
unregister(AttributeType) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableAttributeTypeRegistry
Removes the SchemaObject registered with this registry.
unregister(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableComparatorRegistry
Removes the LdapComparator registered with this registry, using its numeric OID.
unregister(LdapComparator<?>) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableComparatorRegistry
Removes the SchemaObject registered with this registry.
unregister(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableDITContentRuleRegistry
Removes the SchemaObject registered with this registry, using its numeric OID.
unregister(DITContentRule) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableDITContentRuleRegistry
Removes the SchemaObject registered with this registry.
unregister(int) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableDITStructureRuleRegistry
Unregisters a DITStructureRule using it's rule identifier.
unregister(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableDITStructureRuleRegistry
Removes the SchemaObject registered with this registry, using its numeric OID.
unregister(DITStructureRule) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableDITStructureRuleRegistry
Removes the SchemaObject registered with this registry.
unregister(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableLdapSyntaxRegistry
Removes the SchemaObject registered with this registry, using its numeric OID.
unregister(LdapSyntax) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableLdapSyntaxRegistry
Removes the SchemaObject registered with this registry.
unregister(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableMatchingRuleRegistry
Removes the SchemaObject registered with this registry, using its numeric OID.
unregister(MatchingRule) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableMatchingRuleRegistry
Removes the SchemaObject registered with this registry.
unregister(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableMatchingRuleUseRegistry
Removes the SchemaObject registered with this registry, using its numeric OID.
unregister(MatchingRuleUse) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableMatchingRuleUseRegistry
Removes the SchemaObject registered with this registry.
unregister(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableNameFormRegistry
Removes the SchemaObject registered with this registry, using its numeric OID.
unregister(NameForm) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableNameFormRegistry
Removes the SchemaObject registered with this registry.
unregister(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableNormalizerRegistry
Removes the Normalizer registered with this registry, using its numeric OID.
unregister(Normalizer) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableNormalizerRegistry
Removes the SchemaObject registered with this registry.
unregister(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableObjectClassRegistry
Removes the ObjectClass registered with this registry.
unregister(ObjectClass) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableObjectClassRegistry
Removes the SchemaObject registered with this registry.
unregister(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableSyntaxCheckerRegistry
Removes the SyntaxChecker registered with this registry, using its numeric OID.
unregister(SyntaxChecker) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableSyntaxCheckerRegistry
Removes the SchemaObject registered with this registry.
unregister(String) - Method in interface org.apache.directory.shared.ldap.schema.registries.NormalizerRegistry
Removes the Normalizer registered with this registry, using its numeric OID.
unregister(String) - Method in interface org.apache.directory.shared.ldap.schema.registries.ObjectClassRegistry
Removes the ObjectClass registered with this registry.
unregister(String) - Method in class org.apache.directory.shared.ldap.schema.registries.OidRegistry
Removes an oid from this registry.
unregister(String) - Method in interface org.apache.directory.shared.ldap.schema.registries.SchemaObjectRegistry
Removes the SchemaObject registered with this registry, using its numeric OID.
unregister(T) - Method in interface org.apache.directory.shared.ldap.schema.registries.SchemaObjectRegistry
Removes the SchemaObject registered with this registry.
unregister(String) - Method in interface org.apache.directory.shared.ldap.schema.registries.SyntaxCheckerRegistry
Removes the SyntaxChecker registered with this registry, using its numeric OID.
unregisterAttributeType(String) - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Removes the registered attributeType from the attributeTypeRegistry
unregisterComparator(String) - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Removes the registered Comparator from the ComparatorRegistry
unregisterDescendants(AttributeType, AttributeType) - Method in interface org.apache.directory.shared.ldap.schema.registries.AttributeTypeRegistry
Remove the AttributeType from the map associating an AttributeType to its descendants.
unregisterDescendants(AttributeType, AttributeType) - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultAttributeTypeRegistry
Remove the AttributeType from the map associating an AttributeType to its descendants.
unregisterDescendants(ObjectClass, List<ObjectClass>) - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultObjectClassRegistry
Remove the ObjectClass from the map associating an ObjectClass to its descendants.
unregisterDescendants(AttributeType, AttributeType) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableAttributeTypeRegistry
Remove the AttributeType from the map associating an AttributeType to its descendants.
unregisterDescendants(ObjectClass, List<ObjectClass>) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableObjectClassRegistry
Remove the ObjectClass from the map associating an ObjectClass to its descendants.
unregisterDescendants(ObjectClass, List<ObjectClass>) - Method in interface org.apache.directory.shared.ldap.schema.registries.ObjectClassRegistry
Remove the ObjectClass from the map associating an ObjectClass to its descendants.
unregisterDitControlRule(String) - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Removes the registered DitControlRule from the DitControlRuleRegistry
unregisterDitStructureRule(String) - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Removes the registered DitStructureRule from the DitStructureRuleRegistry
unregisterLdapSyntax(String) - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Removes the registered LdapSyntax from the LdapSyntaxRegistry
unregisterMatchingRule(String) - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Removes the registered MatchingRule from the MatchingRuleRegistry
unregisterMatchingRuleUse(String) - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Removes the registered MatchingRuleUse from the MatchingRuleUseRegistry
unregisterNameForm(String) - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Removes the registered NameForm from the NameFormRegistry
unregisterNormalizer(String) - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Removes the registered Normalizer from the NormalizerRegistry
unregisterObjectClass(String) - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Removes the registered ObjectClass from the ObjectClassRegistry
unregisterSchemaElements(String) - Method in interface org.apache.directory.shared.ldap.schema.registries.ComparatorRegistry
Unregisters all LdapComparators defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultComparatorRegistry
Unregisters all SchemaObjects defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultDITStructureRuleRegistry
Unregisters all SchemaObjects defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultNormalizerRegistry
Unregisters all SchemaObjects defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultSchemaObjectRegistry
Unregisters all SchemaObjects defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in class org.apache.directory.shared.ldap.schema.registries.DefaultSyntaxCheckerRegistry
Unregisters all SchemaObjects defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in interface org.apache.directory.shared.ldap.schema.registries.DITStructureRuleRegistry
Unregisters all DITStructureRules defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableAttributeTypeRegistry
Unregisters all SchemaObjects defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableComparatorRegistry
Unregisters all LdapComparators defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableDITContentRuleRegistry
Unregisters all SchemaObjects defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableDITStructureRuleRegistry
Unregisters all DITStructureRules defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableLdapSyntaxRegistry
Unregisters all SchemaObjects defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableMatchingRuleRegistry
Unregisters all SchemaObjects defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableMatchingRuleUseRegistry
Unregisters all SchemaObjects defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableNameFormRegistry
Unregisters all SchemaObjects defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableNormalizerRegistry
Unregisters all Normalizers defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableObjectClassRegistry
Unregisters all SchemaObjects defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in class org.apache.directory.shared.ldap.schema.registries.ImmutableSyntaxCheckerRegistry
Unregisters all SyntaxCheckers defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in interface org.apache.directory.shared.ldap.schema.registries.NormalizerRegistry
Unregisters all Normalizers defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in interface org.apache.directory.shared.ldap.schema.registries.SchemaObjectRegistry
Unregisters all SchemaObjects defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in interface org.apache.directory.shared.ldap.schema.registries.SyntaxCheckerRegistry
Unregisters all SyntaxCheckers defined for a specific schema from this registry.
unregisterSyntaxChecker(String) - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Removes the registered SyntaxChecker from the SyntaxCheckerRegistry
unstackFilters(IAsn1Container) - Method in class org.apache.directory.shared.ldap.codec.search.SearchRequestCodec
This method is used to clear the filter's stack for terminated elements.
UNUSED_22 - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
UNUSED_23 - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
UNUSED_24 - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
UNUSED_25 - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
UNUSED_26 - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
UNUSED_27 - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
UNUSED_28 - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
UNUSED_29 - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
UNUSED_30 - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
UNUSED_31 - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
UNUSED_37 - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
UNUSED_38 - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
UNUSED_39 - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
UNUSED_40 - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
UNUSED_41 - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
UNUSED_42 - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
UNUSED_43 - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
UNUSED_44 - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
UNUSED_45 - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
UNUSED_46 - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
UNUSED_47 - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
UNUSED_55 - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
UNUSED_56 - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
UNUSED_57 - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
UNUSED_58 - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
UNUSED_59 - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
UNUSED_60 - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
UNUSED_61 - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
UNUSED_62 - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
UNUSED_63 - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
UNUSED_72 - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
UNUSED_73 - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
UNUSED_74 - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
UNUSED_75 - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
UNUSED_76 - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
UNUSED_77 - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
UNUSED_78 - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
UNUSED_79 - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
UNWILLING_TO_PERFORM - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
UPDATE_CODES - Static variable in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
An update error reports problems related to attempts to add, delete, or modify information in the DIB [X511, Section 12.9].
updateCollective(boolean) - Method in class org.apache.directory.shared.ldap.schema.AttributeType
Updates the collective flag
updateEquality(MatchingRule) - Method in class org.apache.directory.shared.ldap.schema.AttributeType
Update the associated Equality MatchingRule, even if the SchemaObject is readOnly
updateLdapComparator(LdapComparator<?>) - Method in class org.apache.directory.shared.ldap.schema.MatchingRule
Update the associated Comparator, even if the SchemaObject is readOnly
updateMayAttributeTypes(List<AttributeType>) - Method in class org.apache.directory.shared.ldap.schema.ObjectClass
Update the associated MAY AttributeType, even if the SchemaObject is readOnly
updateMustAttributeTypes(List<AttributeType>) - Method in class org.apache.directory.shared.ldap.schema.ObjectClass
Update the associated MUST AttributeType, even if the SchemaObject is readOnly
updateNormalizer(Normalizer) - Method in class org.apache.directory.shared.ldap.schema.MatchingRule
Update the associated Normalizer, even if the SchemaObject is readOnly
updateOrdering(MatchingRule) - Method in class org.apache.directory.shared.ldap.schema.AttributeType
Update the associated Ordering MatchingRule, even if the SchemaObject is readOnly
updateSubstring(MatchingRule) - Method in class org.apache.directory.shared.ldap.schema.AttributeType
Update the associated Substring MatchingRule, even if the SchemaObject is readOnly
updateSuperior(AttributeType) - Method in class org.apache.directory.shared.ldap.schema.AttributeType
Update the associated Superior AttributeType, even if the SchemaObject is readOnly
updateSuperiors(List<ObjectClass>) - Method in class org.apache.directory.shared.ldap.schema.ObjectClass
Update the associated SUPERIORS ObjectClasses, even if the SchemaObject is readOnly
updateSyntax(LdapSyntax) - Method in class org.apache.directory.shared.ldap.schema.AttributeType
Update the associated Syntax, even if the SchemaObject is readOnly
updateSyntax(LdapSyntax) - Method in class org.apache.directory.shared.ldap.schema.MatchingRule
Update the associated Syntax, even if the SchemaObject is readOnly
updateSyntaxChecker(SyntaxChecker) - Method in class org.apache.directory.shared.ldap.schema.LdapSyntax
Update the associated SyntaxChecker, even if the SchemaObject is readOnly
updateUsage(UsageEnum) - Method in class org.apache.directory.shared.ldap.schema.AttributeType
Updates the AttributeType usage, one of :
USER_APPLICATIONS DIRECTORY_OPERATION DISTRIBUTED_OPERATION DSA_OPERATION
upId - Variable in class org.apache.directory.shared.ldap.entry.client.DefaultClientAttribute
The User provided ID
upperCase(String) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Converts a String to upper case as per String.toUpperCase().
URIException - Exception in org.apache.directory.shared.ldap.codec.util
The URI parsing and escape encoding exception.
URIException(String) - Constructor for exception org.apache.directory.shared.ldap.codec.util.URIException
The constructor with a reason string argument.
UrlDecoderException - Exception in org.apache.directory.shared.ldap.codec.util
Thrown when a Decoder has encountered a failure condition during a decode.
UrlDecoderException(String) - Constructor for exception org.apache.directory.shared.ldap.codec.util.UrlDecoderException
Creates a DecoderException
urlEncode(String, boolean) - Static method in class org.apache.directory.shared.ldap.util.LdapURL
Encode a String to avoid special characters.
USAGE - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaTokenTypes
 
UsageEnum - Enum in org.apache.directory.shared.ldap.schema
Type safe enum for an AttributeType definition's usage string.
useComponent(String) - Method in class org.apache.directory.shared.ldap.util.AbstractSimpleComponentsMonitor
 
useComponent(String) - Method in interface org.apache.directory.shared.ldap.util.ComponentsMonitor
 
useComponent(String) - Method in class org.apache.directory.shared.ldap.util.MandatoryAndOptionalComponentsMonitor
 
usedBy - Variable in class org.apache.directory.shared.ldap.schema.registries.Registries
A map storing a relation between a SchemaObject and all the referencing SchemaObjects.
USER_APPLICATIONS - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaTokenTypes
 
USER_COUNTRY - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
The user.country or user.region System Property.
USER_DIR - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
The user.dir System Property.
USER_HOME - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
The user.home System Property.
USER_LANGUAGE - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
The user.language System Property.
USER_NAME - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
The user.name System Property.
USER_TIMEZONE - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
The user.timezone System Property.
userClass() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
userClass() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
UserClass - Class in org.apache.directory.shared.ldap.aci
Defines a set of zero or more users the permissions apply to.
UserClass() - Constructor for class org.apache.directory.shared.ldap.aci.UserClass
Creates a new instance.
UserClass.AllUsers - Class in org.apache.directory.shared.ldap.aci
Every directory user (with possible requirements for authenticationLevel).
UserClass.Name - Class in org.apache.directory.shared.ldap.aci
The user with the specified distinguished name.
UserClass.Name(Set<DN>) - Constructor for class org.apache.directory.shared.ldap.aci.UserClass.Name
Creates a new instance.
UserClass.ParentOfEntry - Class in org.apache.directory.shared.ldap.aci
The user as parent (ancestor) of accessed entry.
UserClass.Subtree - Class in org.apache.directory.shared.ldap.aci
The set of users whose distinguished names fall within the definition of the (unrefined) subtree.
UserClass.Subtree(Collection<SubtreeSpecification>) - Constructor for class org.apache.directory.shared.ldap.aci.UserClass.Subtree
Creates a new instance.
UserClass.ThisEntry - Class in org.apache.directory.shared.ldap.aci
The user with the same distinguished name as the entry being accessed, or if the entry is a member of a family, then additionally the user with the distinguished name of the ancestor.
UserClass.UserGroup - Class in org.apache.directory.shared.ldap.aci
The set of users who are members of the groupOfUniqueNames entry, identified by the specified distinguished name.
UserClass.UserGroup(Set<DN>) - Constructor for class org.apache.directory.shared.ldap.aci.UserClass.UserGroup
Creates a new instance.
userClasses() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
userClasses() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
userFirst() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
userFirst() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
UserFirstACIItem - Class in org.apache.directory.shared.ldap.aci
An ACIItem which specifies UserClasses first and then ProtectedItems each UserClass will have.
UserFirstACIItem(String, int, AuthenticationLevel, Collection<UserClass>, Collection<UserPermission>) - Constructor for class org.apache.directory.shared.ldap.aci.UserFirstACIItem
Creates a new instance.
userGroup() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
userGroup() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
userPermission() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
userPermission() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
UserPermission - Class in org.apache.directory.shared.ldap.aci
Represents permissions to be applied to all UserClasses in UserFirstACIItem.
UserPermission(int, Collection<GrantAndDenial>, Collection<ProtectedItem>) - Constructor for class org.apache.directory.shared.ldap.aci.UserPermission
Creates a new instance
userPermissions() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
userPermissions() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
using - Variable in class org.apache.directory.shared.ldap.schema.registries.Registries
A map storing a relation between a SchemaObject and all the SchemaObjects it uses.
USING_DEFAULTS_MSG - Static variable in class org.apache.directory.shared.ldap.message.spi.Provider
Message to use when using defaults
usingDefaults(String, Properties) - Method in interface org.apache.directory.shared.ldap.message.spi.ProviderMonitor
Callback used to monitor if and what set of defaults are being used.
UtcTimeSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a UTC time according to RFC 4517.
UtcTimeSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.UtcTimeSyntaxChecker
Creates a new instance of UtcTimeSyntaxChecker.
UTF8String - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
utf8ToString(byte[]) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Return an UTF-8 encoded String
utf8ToString(byte[], int) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Return an UTF-8 encoded String
utf8ToString(byte[], int, int) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Return an UTF-8 encoded String
utfmb() - Method in class org.apache.directory.shared.ldap.name.AntlrDnParser
 
UTFMB - Static variable in interface org.apache.directory.shared.ldap.name.AntlrDnTokenTypes
 
UUIDComparator - Class in org.apache.directory.shared.ldap.schema.comparators
A comparator for UUID.
UUIDComparator(String) - Constructor for class org.apache.directory.shared.ldap.schema.comparators.UUIDComparator
The UUIDComparator constructor.
UuidSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntaxCheckers
An UUID syntax checker.
UuidSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntaxCheckers.UuidSyntaxChecker
Creates a new instance of UUIDSyntaxChecker.
uuidToBytes(UUID) - Static method in class org.apache.directory.shared.ldap.schema.SchemaUtils
Transform an UUID in a byte array
uuidToBytes(String) - Static method in class org.apache.directory.shared.ldap.util.StringTools
converts the string representation of an UUID to bytes
uuidToString(byte[]) - Static method in class org.apache.directory.shared.ldap.util.StringTools
converts the bytes of a UUID to string

V

valid - Variable in class org.apache.directory.shared.ldap.entry.AbstractValue
cached results of the isValid() method call
validateInternal(String) - Static method in enum org.apache.directory.shared.ldap.name.DnParser
Validate a DN
VALS_SR_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
VALS_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
value - Variable in class org.apache.directory.shared.ldap.codec.controls.AbstractControl
Optional control value
Value<T> - Interface in org.apache.directory.shared.ldap.entry
A interface for wrapping attribute values stored into an EntryAttribute.
value - Variable in class org.apache.directory.shared.ldap.filter.SimpleNode
the value
value - Variable in class org.apache.directory.shared.ldap.message.ExtendedResponseImpl
Values encoded in the extended response payload
value - Variable in class org.apache.directory.shared.ldap.message.IntermediateResponseImpl
Response Value for the intermediate response
VALUE - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaExtensionTokenTypes
 
VALUE - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaTokenTypes
 
VALUE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
ValueAction - Class in org.apache.directory.shared.ldap.codec.actions
The action used to store a Value to an AddRequest
ValueAction() - Constructor for class org.apache.directory.shared.ldap.codec.actions.ValueAction
 
valueLength - Variable in class org.apache.directory.shared.ldap.codec.controls.AbstractControl
The encoded value length
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.aci.MicroOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue.SyncInfoValueTags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.codec.MessageTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.entry.ModificationOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.filter.AssertionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.filter.SearchScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.message.AliasDerefMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.message.BindStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.message.control.replication.SynchronizationInfoEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.message.control.replication.SynchronizationModeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.message.control.replication.SyncStateTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.name.DnParser
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.name.FastDnParser
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.schema.MatchingRuleEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.schema.ObjectClassTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.schema.PrepareString.StringType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.schema.SchemaObjectType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.schema.UsageEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.util.GeneralizedTime.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.util.GeneralizedTime.FractionDelimiter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.util.GeneralizedTime.TimeZoneFormat
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.directory.shared.ldap.aci.MicroOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue.SyncInfoValueTags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.codec.MessageTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.apache.directory.shared.ldap.entry.client.DefaultClientAttribute
The set of contained values
values() - Static method in enum org.apache.directory.shared.ldap.entry.ModificationOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.filter.AssertionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.filter.SearchScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.message.AliasDerefMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.message.BindStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.message.control.replication.SynchronizationInfoEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.message.control.replication.SynchronizationModeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.message.control.replication.SyncStateTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.name.DnParser
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.name.FastDnParser
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.schema.MatchingRuleEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.schema.ObjectClassTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.schema.PrepareString.StringType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.schema.SchemaObjectType
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaExtensionTokenTypes
 
VALUES - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaTokenTypes
 
values() - Static method in enum org.apache.directory.shared.ldap.schema.UsageEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.util.GeneralizedTime.Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.util.GeneralizedTime.FractionDelimiter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.util.GeneralizedTime.TimeZoneFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.apache.directory.shared.ldap.util.SequencedHashMap
Implements Map.values().
VALUES_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
verify(Schema...) - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Check that the Schemas are consistent regarding the current Registries.
verify(String...) - Method in interface org.apache.directory.shared.ldap.schema.SchemaManager
Check that the Schemas are consistent regarding the current Registries.
VERSION_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
visit(ExprNode) - Method in class org.apache.directory.shared.ldap.filter.BranchNormalizedVisitor
 
visit(ExprNode) - Method in interface org.apache.directory.shared.ldap.filter.FilterVisitor
Visits a filter expression AST using a specific visitation order.

W

WHSP - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaExtensionTokenTypes
 
WHSP - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaQdstringTokenTypes
 
WHSP - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaTokenTypes
 
WHSP - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueTokenTypes
 
wrapped - Variable in class org.apache.directory.shared.ldap.entry.AbstractValue
the wrapped binary value
wrapperEntryPoint() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
wrapperEntryPoint() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
wrapperEntryPoint() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationChecker
 
wrapperEntryPoint() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParser
 
wrapperEntryPoint() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
writeExternal(ObjectOutput) - Method in class org.apache.directory.shared.ldap.entry.client.ClientBinaryValue
 
writeExternal(ObjectOutput) - Method in class org.apache.directory.shared.ldap.entry.client.ClientModification
 
writeExternal(ObjectOutput) - Method in class org.apache.directory.shared.ldap.entry.client.ClientStringValue
 
writeExternal(ObjectOutput) - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientAttribute
 
writeExternal(ObjectOutput) - Method in class org.apache.directory.shared.ldap.entry.client.DefaultClientEntry
 
writeExternal(ObjectOutput) - Method in class org.apache.directory.shared.ldap.name.AVA
 
writeExternal(ObjectOutput) - Method in class org.apache.directory.shared.ldap.name.DN
 
writeExternal(ObjectOutput) - Method in class org.apache.directory.shared.ldap.name.RDN
 
writeExternal(ObjectOutput) - Method in class org.apache.directory.shared.ldap.util.SequencedHashMap
Serializes this map to the given stream.

X

XKEY - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaExtensionTokenTypes
 
xor(boolean[]) - Static method in class org.apache.directory.shared.ldap.util.BooleanUtils
Performs an xor on a set of booleans.
xor(Boolean[]) - Static method in class org.apache.directory.shared.ldap.util.BooleanUtils
Performs an xor on an array of Booleans.
XSTRING - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaExtensionTokenTypes
 
XVALUES - Static variable in interface org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaExtensionTokenTypes
 

_

_tokenNames - Static variable in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
_tokenNames - Static variable in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
_tokenNames - Static variable in class org.apache.directory.shared.ldap.name.AntlrDnParser
 
_tokenNames - Static variable in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaExtensionParser
 
_tokenNames - Static variable in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaParser
 
_tokenNames - Static variable in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaQdstringParser
 
_tokenNames - Static variable in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueParser
 
_tokenNames - Static variable in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationChecker
 
_tokenNames - Static variable in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParser
 
_tokenNames - Static variable in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
_tokenSet_0 - Static variable in class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
_tokenSet_0 - Static variable in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
_tokenSet_0 - Static variable in class org.apache.directory.shared.ldap.name.AntlrDnLexer
 
_tokenSet_0 - Static variable in class org.apache.directory.shared.ldap.name.AntlrDnParser
 
_tokenSet_0 - Static variable in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaExtensionLexer
 
_tokenSet_0 - Static variable in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
_tokenSet_0 - Static variable in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaQdstringLexer
 
_tokenSet_0 - Static variable in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueLexer
 
_tokenSet_0 - Static variable in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueParser
 
_tokenSet_0 - Static variable in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerLexer
 
_tokenSet_0 - Static variable in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationLexer
 
_tokenSet_0 - Static variable in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationLexer
 
_tokenSet_1 - Static variable in class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
_tokenSet_1 - Static variable in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
_tokenSet_1 - Static variable in class org.apache.directory.shared.ldap.name.AntlrDnLexer
 
_tokenSet_1 - Static variable in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaExtensionLexer
 
_tokenSet_1 - Static variable in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
_tokenSet_1 - Static variable in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueLexer
 
_tokenSet_1 - Static variable in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueParser
 
_tokenSet_1 - Static variable in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerLexer
 
_tokenSet_1 - Static variable in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationLexer
 
_tokenSet_1 - Static variable in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationLexer
 
_tokenSet_2 - Static variable in class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
_tokenSet_2 - Static variable in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
_tokenSet_2 - Static variable in class org.apache.directory.shared.ldap.name.AntlrDnLexer
 
_tokenSet_2 - Static variable in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaExtensionLexer
 
_tokenSet_2 - Static variable in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
_tokenSet_2 - Static variable in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueLexer
 
_tokenSet_2 - Static variable in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueParser
 
_tokenSet_2 - Static variable in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerLexer
 
_tokenSet_2 - Static variable in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationLexer
 
_tokenSet_2 - Static variable in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationLexer
 
_tokenSet_3 - Static variable in class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
_tokenSet_3 - Static variable in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
_tokenSet_3 - Static variable in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
_tokenSet_3 - Static variable in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueParser
 
_tokenSet_3 - Static variable in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationCheckerLexer
 
_tokenSet_3 - Static variable in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationLexer
 
_tokenSet_4 - Static variable in class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
_tokenSet_4 - Static variable in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
_tokenSet_4 - Static variable in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
_tokenSet_4 - Static variable in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueParser
 
_tokenSet_5 - Static variable in class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
_tokenSet_5 - Static variable in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
_tokenSet_5 - Static variable in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
_tokenSet_5 - Static variable in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueParser
 
_tokenSet_6 - Static variable in class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
_tokenSet_6 - Static variable in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
_tokenSet_6 - Static variable in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaLexer
 
_tokenSet_6 - Static variable in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueParser
 
_tokenSet_7 - Static variable in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueParser
 
_tokenSet_8 - Static variable in class org.apache.directory.shared.ldap.schema.syntax.AntlrSchemaValueParser
 

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

Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.