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

A

abandon() - Method in interface org.apache.directory.shared.ldap.message.AbandonableRequest
Abandons this request.
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 [Section 4.11]: Abandon, Bind, Unbind, and StartTLS operations cannot be abandoned.
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 - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
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
 
AbandonableRequest - Interface in org.apache.directory.shared.ldap.message
A request which can be abandoned.
AbandonListener - Interface in org.apache.directory.shared.ldap.message
A listener interested in abandon operations performed on requests.
AbandonRequest - Class in org.apache.directory.shared.ldap.codec.abandon
A AbandonRequest Message.
AbandonRequest() - Constructor for class org.apache.directory.shared.ldap.codec.abandon.AbandonRequest
Creates a new AbandonRequest object.
AbandonRequest - Interface in org.apache.directory.shared.ldap.message
Abandon protocol operation request to terminate an operation already in progress.
ABANDONREQUEST - Static variable in class org.apache.directory.shared.ldap.message.MessageTypeEnum
Abandon request protocol message type
ABANDONREQUEST_VAL - Static variable in class org.apache.directory.shared.ldap.message.MessageTypeEnum
Abandon request protocol message type value
AbandonRequestImpl - Class in org.apache.directory.shared.ldap.message
Lockable 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 class org.apache.directory.shared.ldap.schema.ObjectClassTypeEnum
ValuedEnum for abstract objectClasses
ABSTRACT_VAL - Static variable in class org.apache.directory.shared.ldap.schema.ObjectClassTypeEnum
The enumeration 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.
AbstractAttributeType - Class in org.apache.directory.shared.ldap.schema
Attribute specification bean used to store the schema information for an attributeType definition.
AbstractAttributeType(String) - Constructor for class org.apache.directory.shared.ldap.schema.AbstractAttributeType
Creates an AttributeType using a unique OID.
AbstractExprNode - Class in org.apache.directory.shared.ldap.filter
Abstract implementation of a expression node.
AbstractExprNode(int) - Constructor for class org.apache.directory.shared.ldap.filter.AbstractExprNode
Creates an node by setting abstract node type.
AbstractMatchingRule - Class in org.apache.directory.shared.ldap.schema
The default MatchingRule implementation.
AbstractMatchingRule(String) - Constructor for class org.apache.directory.shared.ldap.schema.AbstractMatchingRule
Creates a MatchingRule using the minimal set of required information.
AbstractMessage - Class in org.apache.directory.shared.ldap.message
Abstract message base class.
AbstractMessage(int, MessageTypeEnum) - Constructor for class org.apache.directory.shared.ldap.message.AbstractMessage
Completes the instantiation of a Message.
AbstractRequest - Class in org.apache.directory.shared.ldap.message
The base request message class.
AbstractRequest(int, MessageTypeEnum, boolean) - Constructor for class org.apache.directory.shared.ldap.message.AbstractRequest
Subclasses must provide these parameters via a super constructor call.
AbstractResponse - Class in org.apache.directory.shared.ldap.message
Abstract base for a Lockable Response message.
AbstractResponse(int, MessageTypeEnum) - Constructor for class org.apache.directory.shared.ldap.message.AbstractResponse
Allows subclasses based on the abstract type to create a response to a request.
AbstractResultResponse - Class in org.apache.directory.shared.ldap.message
Abstract base for a Lockable ResultResponse message.
AbstractResultResponse(int, MessageTypeEnum) - Constructor for class org.apache.directory.shared.ldap.message.AbstractResultResponse
Allows subclasses based on the abstract type to create a response to a request.
AbstractSchemaObject - Class in org.apache.directory.shared.ldap.schema
The abstract base class for all schema object types.
AbstractSchemaObject(String) - Constructor for class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
Creates an abstract SchemaObject.
AbstractSchemaObject(String, String[]) - Constructor for class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
Creates an abstract SchemaObject.
AbstractSchemaObject(String, String[], boolean) - Constructor for class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
Creates an abstract SchemaObject.
AbstractSchemaObject(String, String, boolean) - Constructor for class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
Creates an abstract SchemaObject.
AbstractSchemaObject(String, boolean) - Constructor for class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
Creates an abstract SchemaObject.
AbstractSchemaObject(String, String) - Constructor for class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
Creates an abstract SchemaObject.
AbstractSchemaObject(String, String[], boolean, String) - Constructor for class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
Creates an abstract SchemaObject.
AbstractSimpleComponentsMonitor - Class in org.apache.directory.shared.ldap.util
 
AbstractSimpleComponentsMonitor(String[]) - Constructor for class org.apache.directory.shared.ldap.util.AbstractSimpleComponentsMonitor
 
AbstractSyntax - Class in org.apache.directory.shared.ldap.schema
An abstract Syntax class.
AbstractSyntax(String) - Constructor for class org.apache.directory.shared.ldap.schema.AbstractSyntax
Creates a Syntax object using a unique OID.
AbstractSyntax(String, boolean) - Constructor for class org.apache.directory.shared.ldap.schema.AbstractSyntax
Creates a Syntax object using a unique OID.
AbstractSyntax(String, String) - Constructor for class org.apache.directory.shared.ldap.schema.AbstractSyntax
Creates a Syntax object using a unique OID.
AbstractSyntax(String, String, boolean) - Constructor for class org.apache.directory.shared.ldap.schema.AbstractSyntax
Creates a Syntax object using a unique OID.
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.ExtensibleNode
 
accept(FilterVisitor) - Method in class org.apache.directory.shared.ldap.filter.PresenceNode
 
accept(FilterVisitor) - Method in class org.apache.directory.shared.ldap.filter.ScopeNode
 
accept(FilterVisitor) - Method in class org.apache.directory.shared.ldap.filter.SimpleNode
 
accept(FilterVisitor) - Method in class org.apache.directory.shared.ldap.filter.SubstringNode
 
accept(Field) - Method in class org.apache.directory.shared.ldap.util.ReflectionToStringBuilder
Returns whether or not to append the given Field.
AcceptAllSyntaxChecker - Class in org.apache.directory.shared.ldap.schema
A SyntaxChecker implementation which accepts all values as valid.
AcceptAllSyntaxChecker(String) - Constructor for class org.apache.directory.shared.ldap.schema.AcceptAllSyntaxChecker
Creates a SyntaxChecker which accepts all values.
aci_authenticationLevel() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
aci_identificationTag() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
aci_itemOrUserFirst() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
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
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) - Constructor for class org.apache.directory.shared.ldap.aci.ACIItemParser
Creates a ACIItem parser.
ACIItemParser(NameComponentNormalizer, Map) - Constructor for class org.apache.directory.shared.ldap.aci.ACIItemParser
Creates a normalizing ACIItem parser.
ACITuple - Class in org.apache.directory.shared.ldap.aci
A flatten entity which is converted from an ACIItem.
ACITuple(Collection, AuthenticationLevel, Collection, Set, 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
ADD - Static variable in class org.apache.directory.shared.ldap.aci.MicroOperation
 
ADD - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.ChangeType
 
ADD - Static variable in class org.apache.directory.shared.ldap.ldif.Entry
The possible change types
add(Control) - Method in class org.apache.directory.shared.ldap.message.AbstractMessage
Adds a control to this Message.
add(Object) - Method in class org.apache.directory.shared.ldap.message.LockableAttributeImpl
Adds attrVal into the list of this Attribute's values at the end of the list.
add(int, Object) - Method in class org.apache.directory.shared.ldap.message.LockableAttributeImpl
Inserts attrVal into the list of this Attribute's values at the specified index in the list.
add(Control) - Method in interface org.apache.directory.shared.ldap.message.Message
Adds a control to this Message.
add(String) - Method in class org.apache.directory.shared.ldap.name.LdapDN
Adds a single component to the end of this name.
add(Rdn) - Method in class org.apache.directory.shared.ldap.name.LdapDN
Adds a single RDN to the end of this name.
add(int, String) - Method in class org.apache.directory.shared.ldap.name.LdapDN
Adds a single component at a specified position within this name.
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_CODES - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
A set of result code enumerations that may result from add operations.
ADD_REQUEST - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
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 - 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 interface org.apache.directory.shared.ldap.message.AbandonableRequest
Adds listener to be notified if this request gets abandoned.
addAbandonListener(AbandonListener) - Method in class org.apache.directory.shared.ldap.message.AbstractAbandonableRequest
 
addAll(Name) - Method in class org.apache.directory.shared.ldap.name.LdapDN
Adds the components of a name -- in order -- to the end of this name.
addAll(int, Name) - Method in class org.apache.directory.shared.ldap.name.LdapDN
Adds the components of a name -- in order -- at a specified position within this name.
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.
addAnySubstrings(String) - Method in class org.apache.directory.shared.ldap.codec.search.SubstringFilter
Add a internal substring
addAttribute(String) - Method in class org.apache.directory.shared.ldap.codec.search.SearchRequest
Add an attribute to the attributes list.
addAttribute(Attribute) - Method in class org.apache.directory.shared.ldap.ldif.Entry
Add an attribute to the entry
addAttribute(String, Object) - Method in class org.apache.directory.shared.ldap.ldif.Entry
Add an attribute to the entry
addAttribute(String) - Method in interface org.apache.directory.shared.ldap.message.SearchRequest
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.AddRequest
Create a new attributeValue
addAttributeTypeAndValues(String) - Method in class org.apache.directory.shared.ldap.codec.modify.ModifyRequest
Add a new attributeTypeAndValue
addAttributeValue(Object) - Method in class org.apache.directory.shared.ldap.codec.add.AddRequest
Add a new value to the current attribute
addAttributeValue(Object) - Method in class org.apache.directory.shared.ldap.codec.modify.ModifyRequest
Add a new value to the current attribute
addAttributeValue(Object) - Method in class org.apache.directory.shared.ldap.codec.search.SearchResultEntry
Add a new value to the current attribute
addAttributeValues(String) - Method in class org.apache.directory.shared.ldap.codec.search.SearchResultEntry
Create a new attributeValue
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.LdapMessage
Add a control to the Controls array
addCurrentFilter(Filter) - Method in class org.apache.directory.shared.ldap.codec.search.SearchRequest
Add a current filter.
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.Referral
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.
addModification(int) - Method in class org.apache.directory.shared.ldap.codec.modify.ModifyRequest
Add a new modification to the list
addModification(ModificationItemImpl) - Method in interface org.apache.directory.shared.ldap.message.ModifyRequest
Adds a ModificationItem to the set of modifications composing this modify request.
addModification(ModificationItemImpl) - Method in class org.apache.directory.shared.ldap.message.ModifyRequestImpl
Adds a ModificationItem to the set of modifications composing this modify request.
addModificationItem(ModificationItemImpl) - Method in class org.apache.directory.shared.ldap.ldif.Entry
Add a modification item (used by modify operations)
addModificationItem(int, Attribute) - Method in class org.apache.directory.shared.ldap.ldif.Entry
Add a modification item (used by modify operations)
addModificationItem(int, String, Object) - Method in class org.apache.directory.shared.ldap.ldif.Entry
Add a modification item
addNode(ExprNode) - Method in class org.apache.directory.shared.ldap.filter.BranchNode
Adds a child node to this branch node if it allows it.
addNodeToHead(ExprNode) - Method in class org.apache.directory.shared.ldap.filter.BranchNode
Adds a child node to this branch node if it allows it at the head rather than the tail.
addReferral(LdapURL) - Method in class org.apache.directory.shared.ldap.codec.LdapResult
Add a referral
addReplicatedContexts(LdapURL) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulDisconnect
Add a new URL of a replicated server
AddRequest - Class in org.apache.directory.shared.ldap.codec.add
An AddRequest Message.
AddRequest() - Constructor for class org.apache.directory.shared.ldap.codec.add.AddRequest
Creates a new AddRequest object.
AddRequest - Interface in org.apache.directory.shared.ldap.message
Add protocol operation request used to add a new entry to the DIT.
ADDREQUEST - Static variable in class org.apache.directory.shared.ldap.message.MessageTypeEnum
Add request protocol message type
ADDREQUEST_VAL - Static variable in class org.apache.directory.shared.ldap.message.MessageTypeEnum
Add request protocol message type value
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.
AddResponse - Class in org.apache.directory.shared.ldap.codec.add
An AddResponse Message.
AddResponse() - Constructor for class org.apache.directory.shared.ldap.codec.add.AddResponse
Creates a new AddResponse object.
AddResponse - Interface in org.apache.directory.shared.ldap.message
Add protocol response message used to confirm the results of a add request message.
ADDRESPONSE - Static variable in class org.apache.directory.shared.ldap.message.MessageTypeEnum
Add response protocol message type
ADDRESPONSE_VAL - Static variable in class org.apache.directory.shared.ldap.message.MessageTypeEnum
Add response protocol message type value
AddResponseImpl - Class in org.apache.directory.shared.ldap.message
Lockable AddResponse implementation.
AddResponseImpl(int) - Constructor for class org.apache.directory.shared.ldap.message.AddResponseImpl
Creates a Lockable AddResponse as a reply to an AddRequest.
addSearchResultReference(LdapURL) - Method in class org.apache.directory.shared.ldap.codec.search.SearchResultReference
Add a new reference to the list.
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.
ADMIN_LIMIT_EXCEEDED - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
ADMINLIMITEXCEEDED - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
The server has reached some limit set by an administrative authority, and no partial results are available to return to the user [X511, Section 12.8].
ADMINLIMITEXCEEDED_VAL - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
 
AFFECTS_MULTIPLE_DSAS - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
AFFECTSMULTIPLEDSAS - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
This error code should be returned to indicate that the operation could not be performed since it affects more than one DSA.
AFFECTSMULTIPLEDSAS_VAL - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
 
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
 
ALIASDEREFERENCINGPROBLEM - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
An alias was encountered in a situation where it was not allowed or where access was denied [X511, Section 12.5].
ALIASDEREFERENCINGPROBLEM_VAL - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
 
ALIASPROBLEM - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
An alias has been dereferenced which names no object [X511, Section 12.5] Applicable operations: Search.
ALIASPROBLEM_VAL - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
 
ALL_CHANGES - Static variable in class org.apache.directory.shared.ldap.message.PersistentSearchControl
 
ALL_CODES - Static variable in class 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.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.AntlrACIItemParser
 
allUserAttributeTypesAndValues() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
allUsers() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
ALPHA - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ALPHA - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterParserTokenTypes
 
ALPHA - Static variable in interface org.apache.directory.shared.ldap.filter.FilterLexerTokenTypes
 
ALPHA - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
ALPHA - Static variable in class org.apache.directory.shared.ldap.util.StringTools
<alpha> ::= [0x41-0x5A] | [0x61-0x7A]
aMaxValueCount() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
AMPERSAND - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterParserTokenTypes
 
AMPERSAND - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterValueParserTokenTypes
 
AMPERSAND - Static variable in interface org.apache.directory.shared.ldap.filter.FilterLexerTokenTypes
 
AMPERSAND - Static variable in interface org.apache.directory.shared.ldap.filter.FilterValueLexerTokenTypes
 
AMPERSTAND - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterParserTokenTypes
 
AMPERSTAND - Static variable in interface org.apache.directory.shared.ldap.filter.FilterLexerTokenTypes
 
and() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
AND - Static variable in class org.apache.directory.shared.ldap.filter.AbstractExprNode
AND operator constant
and() - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterParser
A recursive production for matching AND'd filter expressions.
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.
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
 
AntlrFilterLexer - Class in org.apache.directory.shared.ldap.filter
The filter parser's primary lexer.
AntlrFilterLexer(InputStream) - Constructor for class org.apache.directory.shared.ldap.filter.AntlrFilterLexer
 
AntlrFilterLexer(Reader) - Constructor for class org.apache.directory.shared.ldap.filter.AntlrFilterLexer
 
AntlrFilterLexer(InputBuffer) - Constructor for class org.apache.directory.shared.ldap.filter.AntlrFilterLexer
 
AntlrFilterLexer(LexerSharedInputState) - Constructor for class org.apache.directory.shared.ldap.filter.AntlrFilterLexer
 
AntlrFilterParser - Class in org.apache.directory.shared.ldap.filter
An LDAP filter parser.
AntlrFilterParser(TokenBuffer, int) - Constructor for class org.apache.directory.shared.ldap.filter.AntlrFilterParser
 
AntlrFilterParser(TokenBuffer) - Constructor for class org.apache.directory.shared.ldap.filter.AntlrFilterParser
 
AntlrFilterParser(TokenStream, int) - Constructor for class org.apache.directory.shared.ldap.filter.AntlrFilterParser
 
AntlrFilterParser(TokenStream) - Constructor for class org.apache.directory.shared.ldap.filter.AntlrFilterParser
 
AntlrFilterParser(ParserSharedInputState) - Constructor for class org.apache.directory.shared.ldap.filter.AntlrFilterParser
 
AntlrFilterParserTokenTypes - Interface in org.apache.directory.shared.ldap.filter
 
AntlrFilterValueLexer - Class in org.apache.directory.shared.ldap.filter
A lexer for LDAP search filter value encodings as defined by the ldapbis draft describing the string representation of search filters.
AntlrFilterValueLexer(InputStream) - Constructor for class org.apache.directory.shared.ldap.filter.AntlrFilterValueLexer
 
AntlrFilterValueLexer(Reader) - Constructor for class org.apache.directory.shared.ldap.filter.AntlrFilterValueLexer
 
AntlrFilterValueLexer(InputBuffer) - Constructor for class org.apache.directory.shared.ldap.filter.AntlrFilterValueLexer
 
AntlrFilterValueLexer(LexerSharedInputState) - Constructor for class org.apache.directory.shared.ldap.filter.AntlrFilterValueLexer
 
AntlrFilterValueParser - Class in org.apache.directory.shared.ldap.filter
A filter assertion value encoding parser.
AntlrFilterValueParser(TokenBuffer, int) - Constructor for class org.apache.directory.shared.ldap.filter.AntlrFilterValueParser
 
AntlrFilterValueParser(TokenBuffer) - Constructor for class org.apache.directory.shared.ldap.filter.AntlrFilterValueParser
 
AntlrFilterValueParser(TokenStream, int) - Constructor for class org.apache.directory.shared.ldap.filter.AntlrFilterValueParser
 
AntlrFilterValueParser(TokenStream) - Constructor for class org.apache.directory.shared.ldap.filter.AntlrFilterValueParser
 
AntlrFilterValueParser(ParserSharedInputState) - Constructor for class org.apache.directory.shared.ldap.filter.AntlrFilterValueParser
 
AntlrFilterValueParserTokenTypes - Interface in org.apache.directory.shared.ldap.filter
 
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
 
ANY_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
anyItemPermission() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
anyUserPermission() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
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.
APPROX - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterParserTokenTypes
 
APPROX - Static variable in interface org.apache.directory.shared.ldap.filter.FilterLexerTokenTypes
 
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
 
APPROXIMATE - Static variable in class org.apache.directory.shared.ldap.filter.AbstractExprNode
approximate assertion node
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.
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 - Class in org.apache.directory.shared.ldap.message
A NamingEnumeration over an array of objects.
ArrayNamingEnumeration(Object[]) - 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(String, Attributes) - 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 - Static variable in class org.apache.directory.shared.ldap.filter.AbstractExprNode
Predicate assertion node
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.
assertSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.AcceptAllSyntaxChecker
Does nothing but return immediately and no exceptions are ever thrown.
assertSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.BinarySyntaxChecker
 
assertSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.RegexSyntaxChecker
 
assertSyntax(Object) - Method in interface org.apache.directory.shared.ldap.schema.SyntaxChecker
Asserts whether or not the attribute's value conforms to the attribute syntax.
ASTERISK - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterParserTokenTypes
 
ASTERISK - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterValueParserTokenTypes
 
ASTERISK - Static variable in interface org.apache.directory.shared.ldap.filter.FilterLexerTokenTypes
 
ASTERISK - Static variable in interface org.apache.directory.shared.ldap.filter.FilterValueLexerTokenTypes
 
ATTRIBUTE_CODES - Static variable in class 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.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
 
ATTRIBUTEDESCRIPTION - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterParserTokenTypes
 
ATTRIBUTEDESCRIPTION - Static variable in interface org.apache.directory.shared.ldap.filter.FilterLexerTokenTypes
 
ATTRIBUTEORVALUEEXISTS - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
This error should be returned by the server if the value specified by the client already exists within the attribute.
ATTRIBUTEORVALUEEXISTS_VAL - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
 
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.AntlrACIItemParser
 
AttributeType - Interface in org.apache.directory.shared.ldap.schema
An attributeType specification.
AttributeTypeAndValue - Class in org.apache.directory.shared.ldap.name
A Attribute Type And Value, which is the basis of all RDN.
AttributeTypeAndValue() - Constructor for class org.apache.directory.shared.ldap.name.AttributeTypeAndValue
Construct an empty AttributeTypeAndValue
AttributeTypeAndValue(String, Object) - Constructor for class org.apache.directory.shared.ldap.name.AttributeTypeAndValue
Construct an AttributeTypeAndValue.
attributeTypeSet() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
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.AntlrACIItemParser
 
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.
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.AntlrACIItemParser
 
AuthenticationLevel - Class in org.apache.directory.shared.ldap.aci
An enumeration that represents the level of authentication.
AUTHENTICATIONNOTSUPPOERTEDEXCEPTION_CODES - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
A set of ResultCodes containing those that may correspond to a Exception.
AUTHMETHODNOTSUPPORTED - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
This error code should be returned if the client requests, in a Bind request, an authentication method which is not supported or recognized by the server.
AUTHMETHODNOTSUPPORTED_VAL - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
 
AUXILIARY - Static variable in class org.apache.directory.shared.ldap.schema.ObjectClassTypeEnum
ValuedEnum for auxillary objectClasses
AUXILLARY_VAL - Static variable in class org.apache.directory.shared.ldap.schema.ObjectClassTypeEnum
The enumeration constant value for the auxillary objectClasses
AVA_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
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.codec.util.DNUtils
If an hex pair contains only one char, this value is returned
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
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
 
base64encode(byte[]) - Method in class org.apache.directory.shared.ldap.ldif.LdifComposerImpl
Encodes an binary data into a base64 String.
BASE_OBJECT_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
baseDistance() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
baseDistance() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParser
 
BASEOBJECT - Static variable in class org.apache.directory.shared.ldap.message.ScopeEnum
Search scope parameter enum for base object search
BASEOBJECT_LDAPVAL - Static variable in class org.apache.directory.shared.ldap.message.ScopeEnum
LDAP search scope parameter value for base object search
BASEOBJECT_VAL - Static variable in class org.apache.directory.shared.ldap.message.ScopeEnum
Search scope parameter value for base object search
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(LdapDN) - 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(LdapDN, int, int, Set, Set) - 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(LdapDN, int, int, Set, Set, 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
BigIntegerComparator - Class in org.apache.directory.shared.ldap.util
Compares BigInteger keys and values within a table.
BigIntegerComparator() - Constructor for class org.apache.directory.shared.ldap.util.BigIntegerComparator
 
BinarySyntaxChecker - Class in org.apache.directory.shared.ldap.schema
A binary value (universal value acceptor) syntax checker.
BIND_CODES - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
A set of result code enumerations that may result from bind operations.
BIND_REQUEST - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
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 - 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
 
BindRequest - Class in org.apache.directory.shared.ldap.codec.bind
A BindRequest ldapObject.
BindRequest() - Constructor for class org.apache.directory.shared.ldap.codec.bind.BindRequest
Creates a new BindRequest object.
BindRequest - Interface in org.apache.directory.shared.ldap.message
Bind protocol operation request which authenticates and begins a client session.
BINDREQUEST - Static variable in class org.apache.directory.shared.ldap.message.MessageTypeEnum
Bind request protocol message type
BINDREQUEST_VAL - Static variable in class org.apache.directory.shared.ldap.message.MessageTypeEnum
Bind request protocol message type value
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.
BindResponse - Class in org.apache.directory.shared.ldap.codec.bind
A BindResponse Message.
BindResponse() - Constructor for class org.apache.directory.shared.ldap.codec.bind.BindResponse
Creates a new BindResponse object.
BindResponse - Interface in org.apache.directory.shared.ldap.message
Bind protocol response message used to confirm the results of a bind request message.
BINDRESPONSE - Static variable in class org.apache.directory.shared.ldap.message.MessageTypeEnum
Bind response protocol message type
BINDRESPONSE_VAL - Static variable in class org.apache.directory.shared.ldap.message.MessageTypeEnum
Bind response protocol message type value
BindResponseImpl - Class in org.apache.directory.shared.ldap.message
Lockable BindResponse implementation.
BindResponseImpl(int) - Constructor for class org.apache.directory.shared.ldap.message.BindResponseImpl
Creates a Lockable AddResponse as a reply to an AddRequest.
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(int, ArrayList) - Constructor for class org.apache.directory.shared.ldap.filter.BranchNode
Creates a BranchNode using a logical operator and a list of children.
BranchNode(int) - 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
 
BROWSE - Static variable in class org.apache.directory.shared.ldap.aci.MicroOperation
 
buffer() - Method in class org.apache.directory.shared.ldap.util.ByteBuffer
Get's the bytes, the backing store for this buffer.
BUSY - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
BUSY - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
This error code may be returned if the server is unable to process the client's request at this time.
BUSY_VAL - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
 
ByteArrayComparator - Class in org.apache.directory.shared.ldap.schema
A comparator for byte[]s.
ByteArrayComparator() - Constructor for class org.apache.directory.shared.ldap.schema.ByteArrayComparator
 
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
 
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.CachingNormalizer
Cache maximum size default
CachingNormalizer - Class in org.apache.directory.shared.ldap.schema
Caches previously normalized values.
CachingNormalizer(Normalizer) - Constructor for class org.apache.directory.shared.ldap.schema.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.CachingNormalizer
Creates a CachingNormalizer that decorates another normalizer using a specified cache size.
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
 
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 '...'.
CHANGE_NUMBER_STATE - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.EntryChangeControlStatesEnum
changeNumber
CHANGE_TYPE_ADD - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.PSearchControl
Definition of the change types
CHANGE_TYPE_DELETE - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.PSearchControl
 
CHANGE_TYPE_MODDN - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.PSearchControl
 
CHANGE_TYPE_MODIFY - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.PSearchControl
 
CHANGE_TYPE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.EntryChangeControlStatesEnum
changeType
CHANGE_TYPES_MAX - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.PSearchControl
 
CHANGE_TYPES_MIN - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.PSearchControl
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.PSearchControlStatesEnum
changeTypes Value
CHANGES_ONLY_STATE - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.PSearchControlStatesEnum
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 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.
chopAfter() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
chopAfter() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParser
 
chopBefore() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
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.AntlrACIItemParser
 
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.extended.operations.GracefulDisconnectContainer
Clean the container for the next decoding.
clean() - Method in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulShutdownContainer
Clean the container for the next decoding.
clean() - Method in class org.apache.directory.shared.ldap.codec.LdapMessageContainer
 
clean() - Method in class org.apache.directory.shared.ldap.codec.search.controls.EntryChangeControlContainer
Clean the container
clean() - Method in class org.apache.directory.shared.ldap.codec.search.controls.PSearchControlContainer
Clean the container
clean() - Method in class org.apache.directory.shared.ldap.codec.search.controls.SubEntryControlContainer
Clean the current container
clear() - Method in class org.apache.directory.shared.ldap.message.LockableAttributeImpl
Removes all the values of this Attribute from the list backing store.
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.util.ByteBuffer
 
clear() - Method in class org.apache.directory.shared.ldap.util.SequencedHashMap
Implements Map.clear().
clone() - Method in class org.apache.directory.shared.ldap.ldif.Entry
Clone method
clone() - Method in class org.apache.directory.shared.ldap.message.LockableAttributeImpl
Not a deep clone.
clone() - Method in class org.apache.directory.shared.ldap.message.LockableAttributesImpl
Makes a shallow copy of the attribute set.
clone() - Method in class org.apache.directory.shared.ldap.message.ModificationItemImpl
 
clone() - Method in class org.apache.directory.shared.ldap.name.AttributeTypeAndValue
Implements the cloning.
clone() - Method in class org.apache.directory.shared.ldap.name.LdapDN
Generates a new copy of this name.
clone() - Method in class org.apache.directory.shared.ldap.name.Rdn
Clone the Rdn
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.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.AntlrACIItemParserTokenTypes
 
CLOSE_CURLY - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
COLON - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
COLON - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterParserTokenTypes
 
COLON - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterValueParserTokenTypes
 
COLON - Static variable in interface org.apache.directory.shared.ldap.filter.FilterLexerTokenTypes
 
COLON - Static variable in interface org.apache.directory.shared.ldap.filter.FilterValueLexerTokenTypes
 
COLON - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
COLONEQUALS - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterParserTokenTypes
 
COLONEQUALS - Static variable in interface org.apache.directory.shared.ldap.filter.FilterLexerTokenTypes
 
COMMON_CODES - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
A set of result code enumerations common to all operations.
ComparableComparator - Class in org.apache.directory.shared.ldap.schema
Compares two objects taking into account that one might be a Comparable.
ComparableComparator() - Constructor for class org.apache.directory.shared.ldap.schema.ComparableComparator
 
COMPARE - Static variable in class org.apache.directory.shared.ldap.aci.MicroOperation
 
compare(Object, Object) - Method in class org.apache.directory.shared.ldap.schema.ByteArrayComparator
 
compare(Object, Object) - Method in class org.apache.directory.shared.ldap.schema.ComparableComparator
Compares two objects taking into account that one may be a Comparable.
compare(Object, Object) - Method in class org.apache.directory.shared.ldap.schema.NormalizingComparator
If any normalization attempt fails we compare using the unnormalized object.
compare(Object, Object) - Method in class org.apache.directory.shared.ldap.schema.ObjectIdentifierComparator
 
compare(Object, Object) - Method in class org.apache.directory.shared.ldap.util.BigIntegerComparator
Compare two objects.
COMPARE_CODES - Static variable in class 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 - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
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 - 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
 
COMPAREFALSE - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
It is used to indicate that the result of a Compare operation is FALSE and does not indicate an error.
COMPAREFALSE_VAL - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
 
CompareRequest - Class in org.apache.directory.shared.ldap.codec.compare
A CompareRequest Message.
CompareRequest() - Constructor for class org.apache.directory.shared.ldap.codec.compare.CompareRequest
Creates a new CompareRequest object.
CompareRequest - Interface in org.apache.directory.shared.ldap.message
Compare request protocol message that tests an entry to see if it abides by an attribute value assertion.
COMPAREREQUEST - Static variable in class org.apache.directory.shared.ldap.message.MessageTypeEnum
Compare request protocol message type
COMPAREREQUEST_VAL - Static variable in class org.apache.directory.shared.ldap.message.MessageTypeEnum
Compare request protocol message type value
CompareRequestImpl - Class in org.apache.directory.shared.ldap.message
Lockable 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.
CompareResponse - Class in org.apache.directory.shared.ldap.codec.compare
An CompareResponse Message.
CompareResponse() - Constructor for class org.apache.directory.shared.ldap.codec.compare.CompareResponse
Creates a new CompareResponse object.
CompareResponse - Interface in org.apache.directory.shared.ldap.message
Compare protocol response message used to confirm the results of a compare request message.
COMPARERESPONSE - Static variable in class org.apache.directory.shared.ldap.message.MessageTypeEnum
Compare response protocol message type
COMPARERESPONSE_VAL - Static variable in class org.apache.directory.shared.ldap.message.MessageTypeEnum
Compare response protocol message type value
CompareResponseImpl - Class in org.apache.directory.shared.ldap.message
Lockable 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(Object) - Method in class org.apache.directory.shared.ldap.aci.AuthenticationLevel
 
compareTo(Object) - Method in class org.apache.directory.shared.ldap.name.AttributeTypeAndValue
Compares two NameComponents.
compareTo(Object) - Method in class org.apache.directory.shared.ldap.name.LdapDN
Compares this name with another name for order.
compareTo(Object) - Method in class org.apache.directory.shared.ldap.name.Rdn
Compares two RDNs.
compareTo(Object) - Method in class org.apache.directory.shared.ldap.util.Enum
Tests for order.
compareTo(Object) - Method in class org.apache.directory.shared.ldap.util.ValuedEnum
Tests for order.
compareToIgnoreCase(Object) - Method in class org.apache.directory.shared.ldap.name.AttributeTypeAndValue
Compares two NameComponents.
COMPARETRUE - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
It is used to indicate that the result of a Compare operation is TRUE and does not indicate an error.
COMPARETRUE_VAL - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
 
ComponentsMonitor - Interface in org.apache.directory.shared.ldap.util
 
compose(MultiMap) - Method in interface org.apache.directory.shared.ldap.ldif.LdifComposer
Builds or composes an Ldap Data Interchange Format representation of an Entry.
compose(MultiMap) - Method in class org.apache.directory.shared.ldap.ldif.LdifComposerImpl
Generates an LDIF from a multi map.
computeLength() - Method in class org.apache.directory.shared.ldap.codec.abandon.AbandonRequest
Compute the AbandonRequest length AbandonRequest : 0x50 0x0(1..4) abandoned MessageId Length(AbandonRequest) = Length(0x50) + 1 + Length(abandoned MessageId)
computeLength() - Method in class org.apache.directory.shared.ldap.codec.add.AddRequest
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 | +--> ...
computeLength() - Method in class org.apache.directory.shared.ldap.codec.add.AddResponse
Compute the AddResponse length AddResponse : 0x69 L1 | +--> LdapResult L1 = Length(LdapResult) Length(AddResponse) = Length(0x69) + Length(L1) + L1
computeLength() - Method in class org.apache.directory.shared.ldap.codec.bind.BindRequest
Compute the BindRequest length BindRequest : 0x60 L1 | +--> 0x02 0x01 (1..127) version +--> 0x04 L2 name +--> authentication L2 = Length(name) L3/4 = Length(authentication) Length(BindRequest) = Length(0x60) + Length(L1) + L1 + Length(0x02) + 1 + 1 + Length(0x04) + Length(L2) + L2 + Length(authentication)
computeLength() - Method in class org.apache.directory.shared.ldap.codec.bind.BindResponse
Compute the BindResponse length BindResponse : 0x61 L1 | +--> LdapResult +--> [serverSaslCreds] L1 = Length(LdapResult) [ + Length(serverSaslCreds) ] Length(BindResponse) = Length(0x61) + Length(L1) + L1
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.compare.CompareRequest
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
computeLength() - Method in class org.apache.directory.shared.ldap.codec.compare.CompareResponse
Compute the CompareResponse length CompareResponse : 0x6F L1 | +--> LdapResult L1 = Length(LdapResult) Length(CompareResponse) = Length(0x6F) + Length(L1) + L1
computeLength() - Method in class org.apache.directory.shared.ldap.codec.Control
Compute the Control length Control : 0x30 L1 | +--> 0x04 L2 controlType [+--> 0x01 0x01 criticality] [+--> 0x04 L3 controlValue] Control length = Length(0x30) + length(L1) + Length(0x04) + Length(L2) + L2 [+ Length(0x01) + 1 + 1] [+ Length(0x04) + Length(L3) + L3]
computeLength() - Method in class org.apache.directory.shared.ldap.codec.del.DelRequest
Compute the DelRequest length DelRequest : 0x4A L1 entry L1 = Length(entry) Length(DelRequest) = Length(0x4A) + Length(L1) + L1
computeLength() - Method in class org.apache.directory.shared.ldap.codec.del.DelResponse
Compute the DelResponse length DelResponse : 0x6B L1 | +--> LdapResult L1 = Length(LdapResult) Length(DelResponse) = Length(0x6B) + Length(L1) + L1
computeLength() - Method in class org.apache.directory.shared.ldap.codec.extended.ExtendedRequest
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
computeLength() - Method in class org.apache.directory.shared.ldap.codec.extended.ExtendedResponse
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
computeLength() - Method in class org.apache.directory.shared.ldap.codec.extended.operations.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
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.LdapMessage
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.LdapResponse
Compute the LdapResponse length LdapResponse : LdapResult
computeLength() - Method in class org.apache.directory.shared.ldap.codec.LdapResult
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.ManageDsaITControl
Returns 0 everytime.
computeLength() - Method in class org.apache.directory.shared.ldap.codec.modify.ModifyRequest
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 | +--> ...
computeLength() - Method in class org.apache.directory.shared.ldap.codec.modify.ModifyResponse
Compute the ModifyResponse length ModifyResponse : 0x67 L1 | +--> LdapResult L1 = Length(LdapResult) Length(ModifyResponse) = Length(0x67) + Length(L1) + L1
computeLength() - Method in class org.apache.directory.shared.ldap.codec.modifyDn.ModifyDNRequest
Compute the ModifyDNRequest length ModifyDNRequest : 0x6C L1 | +--> 0x04 L2 entry +--> 0x04 L3 newRDN +--> 0x01 0x01 (true/false) deleteOldRDN (3 bytes) [+--> 0x80 L4 newSuperior ] L2 = Length(0x04) + Length(Length(entry)) + Length(entry) L3 = Length(0x04) + Length(Length(newRDN)) + Length(newRDN) L4 = Length(0x80) + Length(Length(newSuperior)) + Length(newSuperior) L1 = L2 + L3 + 3 [+ L4] Length(ModifyDNRequest) = Length(0x6C) + Length(L1) + L1
computeLength() - Method in class org.apache.directory.shared.ldap.codec.modifyDn.ModifyDNResponse
Compute the ModifyDNResponse length ModifyDNResponse : 0x6D L1 | +--> LdapResult L1 = Length(LdapResult) Length(ModifyDNResponse) = Length(0x6D) + Length(L1) + L1
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.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^31-1] (changeNumber)]
computeLength() - Method in class org.apache.directory.shared.ldap.codec.search.controls.PSearchControl
Compute the PSearchControl length 0x30 L1 | +--> 0x02 0x0(1-4) [0..2^31-1] (changeTypes) +--> 0x01 0x01 [0x00 | 0xFF] (changeOnly) +--> 0x01 0x01 [0x00 | 0xFF] (returnRCs)
computeLength() - Method in class org.apache.directory.shared.ldap.codec.search.controls.SubEntryControl
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.SearchRequest
Compute the SearchRequest length SearchRequest : 0x63 L1 | +--> 0x04 L2 baseObject +--> 0x0A 0x01 scope +--> 0x0A 0x01 derefAliases +--> 0x02 0x0(1..4) sizeLimit +--> 0x02 0x0(1..4) timeLimit +--> 0x01 0x01 typesOnly +--> filter.computeLength() +--> 0x30 L3 (Attribute description list) | +--> 0x04 L4-1 Attribute description +--> 0x04 L4-2 Attribute description +--> ...
computeLength() - Method in class org.apache.directory.shared.ldap.codec.search.SearchResultDone
Compute the SearchResultDone length SearchResultDone : 0x65 L1 | +--> LdapResult L1 = Length(LdapResult) Length(SearchResultDone) = Length(0x65) + Length(L1) + L1
computeLength() - Method in class org.apache.directory.shared.ldap.codec.search.SearchResultEntry
Compute the SearchResultEntry length SearchResultEntry : 0x64 L1 | +--> 0x04 L2 objectName +--> 0x30 L3 (attributes) | +--> 0x30 L4-1 (partial attributes list) | | | +--> 0x04 L5-1 type | +--> 0x31 L6-1 (values) | | | +--> 0x04 L7-1-1 value | +--> ...
computeLength() - Method in class org.apache.directory.shared.ldap.codec.search.SearchResultReference
Compute the SearchResultReference length SearchResultReference : 0x73 L1 | +--> 0x04 L2 reference +--> 0x04 L3 reference +--> ...
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] [+--> ...
computeLength() - Method in class org.apache.directory.shared.ldap.codec.unbind.UnBindRequest
Compute the UnBindRequest length UnBindRequest : 0x42 00
CONFIDENTIALITY_REQUIRED - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
CONFIDENTIALITYREQUIRED - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
This error code may be returned if the session is not protected by a protocol which provides session confidentiality.
CONFIDENTIALITYREQUIRED_VAL - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
 
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.
CONSTRAINT_VIOLATION - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
CONSTRAINTVIOLATION - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
This error should be returned by the server if an attribute value specified by the client violates the constraints placed on the attribute as it was defined in the DSA - this may be a size constraint or a constraint on the content.
CONSTRAINTVIOLATION_VAL - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
 
contains(Object) - Method in class org.apache.directory.shared.ldap.message.LockableAttributeImpl
Checks to see if this Attribute contains attrVal in the list.
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.
containsAnyValues(Attribute, Object[], AttributeType) - Static method in class org.apache.directory.shared.ldap.util.AttributeUtils
 
containsEntries() - Method in class org.apache.directory.shared.ldap.ldif.LdifReader
 
containsKey(Object) - Method in class org.apache.directory.shared.ldap.util.SequencedHashMap
Implements Map.containsKey(Object).
containsValue(Attribute, Object, AttributeType) - Static method in class org.apache.directory.shared.ldap.util.AttributeUtils
 
containsValue(Object) - Method in interface org.apache.directory.shared.ldap.util.MultiMap
Checks whether the map contains the value specified.
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 - Class in org.apache.directory.shared.ldap.codec
A Asn1Object to store a Control.
Control() - Constructor for class org.apache.directory.shared.ldap.codec.Control
Default constructor.
Control - Interface in org.apache.directory.shared.ldap.message
Protocol request and response altering control interface.
CONTROL_OID - Static variable in class org.apache.directory.shared.ldap.message.EntryChangeControl
 
CONTROL_OID - Static variable in class org.apache.directory.shared.ldap.message.ManageDsaITControl
 
CONTROL_OID - Static variable in class org.apache.directory.shared.ldap.message.PersistentSearchControl
 
CONTROL_OID - Static variable in class org.apache.directory.shared.ldap.message.SubentriesControl
 
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
An interface for decoders of controls.
ControlImpl - Class in org.apache.directory.shared.ldap.message
Lockable Control implementation.
ControlImpl() - Constructor for class org.apache.directory.shared.ldap.message.ControlImpl
 
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) - 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) - Static method in class org.apache.directory.shared.ldap.util.ClassUtils
Given a List of class names, this method converts them into classes.
convertToLdif(Attributes) - Static method in class org.apache.directory.shared.ldap.ldif.LdifUtils
Convert an Attributes as LDIF
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.
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.ExtendedRequestImpl
 
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
 

D

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[]) - Method in interface org.apache.directory.shared.ldap.codec.ControlDecoder
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
decode(byte[]) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulDisconnectDecoder
Decode a PDU which must contain a GracefulDisconnect extended operation.
decode(byte[]) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulShutdownDecoder
Decode a PDU which must contain a GracefulShutdown extended operation.
decode(byte[]) - Method in class org.apache.directory.shared.ldap.codec.ManageDsaITControlDecoder
 
decode(byte[]) - Method in class org.apache.directory.shared.ldap.codec.search.controls.EntryChangeControlDecoder
Decode the entry change control
decode(byte[]) - Method in class org.apache.directory.shared.ldap.codec.search.controls.PSearchControlDecoder
Decode the persistence search control
decode(byte[]) - Method in class org.apache.directory.shared.ldap.codec.search.controls.SubEntryControlDecoder
Decode the sub entry control
decode(Object) - Method in class org.apache.directory.shared.ldap.codec.TwixDecoder
Decodes a PDU
decode(Object, InputStream) - Method in class org.apache.directory.shared.ldap.codec.TwixDecoder
Decodes a PDU from an input stream into a Snickers compiler generated stub envelope.
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.
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.
DeepTrimNormalizer - Class in org.apache.directory.shared.ldap.schema
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() - Constructor for class org.apache.directory.shared.ldap.schema.DeepTrimNormalizer
 
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.
DeepTrimToLowerNormalizer - Class in org.apache.directory.shared.ldap.schema
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() - Constructor for class org.apache.directory.shared.ldap.schema.DeepTrimToLowerNormalizer
 
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.
defaultIfNull(Object, Object) - Static method in class org.apache.directory.shared.ldap.util.ObjectUtils
Returns a default value if the object passed is null.
DefaultObjectClass - Class in org.apache.directory.shared.ldap.schema
Objectclass specification bean used to store the schema information for an objectclass definition.
DefaultStringNormalizer - Class in org.apache.directory.shared.ldap.name
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.name.DefaultStringNormalizer
 
DEL_REQUEST - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
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 - 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.GracefulDisconnectStatesEnum
Delay
DELAY_STATE - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulShutdownStatesEnum
Delay
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 - Static variable in class org.apache.directory.shared.ldap.ldif.Entry
 
DELETE_CODES - Static variable in class 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
 
DeleteRequest - Interface in org.apache.directory.shared.ldap.message
Delete request protocol message used to remove an existing leaf entry from the directory.
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.
DeleteResponse - Interface in org.apache.directory.shared.ldap.message
Delete protocol response message used to confirm the results of a delete request message.
DeleteResponseImpl - Class in org.apache.directory.shared.ldap.message
Lockable DeleteResponse implementation
DeleteResponseImpl(int) - Constructor for class org.apache.directory.shared.ldap.message.DeleteResponseImpl
Creates a Lockable DeleteResponse as a reply to an DeleteRequest.
DelRequest - Class in org.apache.directory.shared.ldap.codec.del
A DelRequest Message.
DelRequest() - Constructor for class org.apache.directory.shared.ldap.codec.del.DelRequest
Creates a new DelRequest object.
DELREQUEST - Static variable in class org.apache.directory.shared.ldap.message.MessageTypeEnum
Delete request protocol message type
DELREQUEST_VAL - Static variable in class org.apache.directory.shared.ldap.message.MessageTypeEnum
Delete request protocol message type value
DelResponse - Class in org.apache.directory.shared.ldap.codec.del
An DelResponse Message.
DelResponse() - Constructor for class org.apache.directory.shared.ldap.codec.del.DelResponse
Creates a new DelResponse object.
DELRESPONSE - Static variable in class org.apache.directory.shared.ldap.message.MessageTypeEnum
Delete response protocol message type
DELRESPONSE_VAL - Static variable in class org.apache.directory.shared.ldap.message.MessageTypeEnum
Delete response protocol message type value
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
 
DerefAliasesEnum - Class in org.apache.directory.shared.ldap.message
Type-safe derefAliases search parameter enumeration which determines the mode of alias handling.
DEREFALWAYS - Static variable in class org.apache.directory.shared.ldap.message.DerefAliasesEnum
Alias handling mode that dereferences always
derefAlways() - Method in class org.apache.directory.shared.ldap.message.DerefAliasesEnum
Checks to see if we dereference while searching and finding the base.
DEREFALWAYS_NAME - Static variable in class org.apache.directory.shared.ldap.message.DerefAliasesEnum
Alias handling mode name that dereferences always
DEREFALWAYS_VAL - Static variable in class org.apache.directory.shared.ldap.message.DerefAliasesEnum
Alias handling mode value that dereferences always
derefFindingBase() - Method in class org.apache.directory.shared.ldap.message.DerefAliasesEnum
Checks to see if we dereference while finding the base.
DEREFFINDINGBASEOBJ - Static variable in class org.apache.directory.shared.ldap.message.DerefAliasesEnum
Alias handling mode that dereferences only in finding the base
DEREFFINDINGBASEOBJ_NAME - Static variable in class org.apache.directory.shared.ldap.message.DerefAliasesEnum
Alias handling mode name that dereferences only in finding the base
DEREFFINDINGBASEOBJ_VAL - Static variable in class org.apache.directory.shared.ldap.message.DerefAliasesEnum
Alias handling mode value that dereferences only in finding the base
DEREFINSEARCHING - Static variable in class org.apache.directory.shared.ldap.message.DerefAliasesEnum
Alias handling mode that dereferences only when searching
derefInSearching() - Method in class org.apache.directory.shared.ldap.message.DerefAliasesEnum
Checks to see if we dereference while searching.
DEREFINSEARCHING_NAME - Static variable in class org.apache.directory.shared.ldap.message.DerefAliasesEnum
Alias handling mode name that dereferences only when searching
DEREFINSEARCHING_VAL - Static variable in class org.apache.directory.shared.ldap.message.DerefAliasesEnum
Alias handling mode value that dereferences only when searching
DESCR - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
DESCR - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterParserTokenTypes
 
DESCR - Static variable in interface org.apache.directory.shared.ldap.filter.FilterLexerTokenTypes
 
DESCR - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
description - Variable in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
a short description of this SchemaObject
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
 
DIGIT - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
DIGIT - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterParserTokenTypes
 
DIGIT - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterValueParserTokenTypes
 
DIGIT - Static variable in interface org.apache.directory.shared.ldap.filter.FilterLexerTokenTypes
 
DIGIT - Static variable in interface org.apache.directory.shared.ldap.filter.FilterValueLexerTokenTypes
 
DIGIT - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
DIGIT - Static variable in class org.apache.directory.shared.ldap.util.StringTools
'0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9'
DIRECTORYOPERATION - Static variable in class org.apache.directory.shared.ldap.schema.UsageEnum
enum for attributes with directoryOperation usage
DIRECTORYOPERATION_VAL - Static variable in class org.apache.directory.shared.ldap.schema.UsageEnum
value for attributes with directoryOperation usage
DISCLOSE_ON_ERROR - Static variable in class org.apache.directory.shared.ldap.aci.MicroOperation
 
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.
distinguishedName() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
distinguishedName() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParser
 
DISTRIBUTEDOPERATION - Static variable in class org.apache.directory.shared.ldap.schema.UsageEnum
enum for attributes with distributedOperation usage
DISTRIBUTEDOPERATION_VAL - Static variable in class org.apache.directory.shared.ldap.schema.UsageEnum
value for attributes with distributedOperation usage
DITContentRule - Interface in org.apache.directory.shared.ldap.schema
A ditContentRule specification.
DITStructureRule - Interface in org.apache.directory.shared.ldap.schema
A dITStructureRule definition.
DN - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterParserTokenTypes
 
DN - Static variable in interface org.apache.directory.shared.ldap.filter.FilterLexerTokenTypes
 
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
 
dnAttributes() - Method in class org.apache.directory.shared.ldap.filter.ExtensibleNode
Gets the Dn attributes.
DNUtils - Class in org.apache.directory.shared.ldap.codec.util
Utility class used by the LdapDN Parser.
DNUtils() - Constructor for class org.apache.directory.shared.ldap.codec.util.DNUtils
 
DNUtils - Class in org.apache.directory.shared.ldap.util
Utility class used by the LdapDN Parser.
DNUtils() - Constructor for class org.apache.directory.shared.ldap.util.DNUtils
 
DOT - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
DOT - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
DSAOPERATION - Static variable in class org.apache.directory.shared.ldap.schema.UsageEnum
enum for attributes with dSAOperation usage
DSAOPERATION_VAL - Static variable in class org.apache.directory.shared.ldap.schema.UsageEnum
value for attributes with dSAOperation usage
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[]

E

EC_SEQUENCE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.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_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_LDAPDN - Static variable in class org.apache.directory.shared.ldap.name.LdapDN
A null LdapDN
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_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_URL - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapURL
A null LdapURL
EmptyEnumeration - 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
 
enableNotification(ChangeType) - Method in class org.apache.directory.shared.ldap.message.PersistentSearchControl
 
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.abandon.AbandonRequest
Encode the AbandonRequest message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.add.AddRequest
Encode the AddRequest message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.add.AddResponse
Encode the AddResponse message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.bind.BindRequest
Encode the BindRequest message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.bind.BindResponse
Encode the BindResponse message to a PDU.
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.compare.CompareRequest
Encode the CompareRequest message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.compare.CompareResponse
Encode the CompareResponse message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.Control
Generate the PDU which contains the Control.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.del.DelRequest
Encode the DelRequest message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.del.DelResponse
Encode the DelResponse message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.extended.ExtendedRequest
Encode the ExtendedRequest message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.extended.ExtendedResponse
Encode the ExtendedResponse message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulDisconnect
Encodes the gracefulDisconnect extended operation.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulShutdown
Encodes the gracefulShutdown extended operation.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.LdapMessage
Generate the PDU which contains the encoded object.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.LdapResponse
Encode the AddResponse message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.LdapResult
Encode the LdapResult message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.ManageDsaITControl
Encodes the control: does nothing but returns an empty buffer.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.modify.ModifyRequest
Encode the ModifyRequest message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.modify.ModifyResponse
Encode the ModifyResponse message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.modifyDn.ModifyDNRequest
Encode the ModifyDNRequest message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.modifyDn.ModifyDNResponse
Encode the ModifyDNResponse 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.EntryChangeControl
Encodes the entry change control.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.search.controls.PSearchControl
Encodes the persistent search control.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.search.controls.SubEntryControl
Encodes the subEntry 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.SearchRequest
Encode the SearchRequest message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.search.SearchResultDone
Encode the SearchResultDone message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.search.SearchResultEntry
Encode the SearchResultEntry message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.search.SearchResultReference
Encode the SearchResultReference 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.codec.TwixEncoder
Encodes a LdapMessage, and calls the callback
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.unbind.UnBindRequest
Encode the UnbindRequest message to a PDU.
encode(Object) - Method in class org.apache.directory.shared.ldap.message.MessageEncoder
Encodes a Message object peice by peice often emitting chunks of the final PDU to the callback if present.
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.TwixEncoder
Encodes a LdapMessage, and calls the callback.
encodeBlocking(Object) - Method in class org.apache.directory.shared.ldap.codec.TwixEncoder
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.
encodeToArray(Object) - Method in class org.apache.directory.shared.ldap.codec.TwixEncoder
Encodes a LdapMessage, and return a byte array containing the resulting PDU
end - Variable in class org.apache.directory.shared.ldap.util.Position
 
endsWith(Name) - Method in class org.apache.directory.shared.ldap.name.LdapDN
Determines whether this name ends with a specified suffix.
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 - Class in org.apache.directory.shared.ldap.ldif
A entry to be populated by an ldif parser.
Entry() - Constructor for class org.apache.directory.shared.ldap.ldif.Entry
Creates a new Entry object.
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
 
ENTRYALREADYEXISTS - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
This error should be returned by the server when the client attempts to add an entry which already exists, or if the client attempts to rename an entry with the name of an entry which exists.
ENTRYALREADYEXISTS_VAL - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
 
EntryChangeControl - Class in org.apache.directory.shared.ldap.codec.search.controls
A response control that may be returned by Persistent Search entry responses.
EntryChangeControl() - Constructor for class org.apache.directory.shared.ldap.codec.search.controls.EntryChangeControl
 
EntryChangeControl - Class in org.apache.directory.shared.ldap.message
A response control that may be returned by Persistent Search entry responses.
EntryChangeControl() - Constructor for class org.apache.directory.shared.ldap.message.EntryChangeControl
 
EntryChangeControlContainer - Class in org.apache.directory.shared.ldap.codec.search.controls
 
EntryChangeControlContainer() - Constructor for class org.apache.directory.shared.ldap.codec.search.controls.EntryChangeControlContainer
Creates a new EntryChangeControlContainer object.
EntryChangeControlDecoder - Class in org.apache.directory.shared.ldap.codec.search.controls
A decoder for EntryChangeControls.
EntryChangeControlDecoder() - Constructor for class org.apache.directory.shared.ldap.codec.search.controls.EntryChangeControlDecoder
 
EntryChangeControlGrammar - Class in org.apache.directory.shared.ldap.codec.search.controls
This class implements the EntryChangeControl.
EntryChangeControlStatesEnum - Class in org.apache.directory.shared.ldap.codec.search.controls
This class store the EntryChangeControl's grammar constants.
entrySet() - Method in class org.apache.directory.shared.ldap.util.SequencedHashMap
Implements Map.entrySet().
Enum - Class in org.apache.directory.shared.ldap.util
Abstract superclass for type-safe enums.
Enum(String) - Constructor for class org.apache.directory.shared.ldap.util.Enum
Constructor to add a new named item to the enumeration.
EnumUtils - Class in org.apache.directory.shared.ldap.util
Utility class for accessing and manipulating Enums.
EnumUtils() - Constructor for class org.apache.directory.shared.ldap.util.EnumUtils
Public constructor.
EOF - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
EOF - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterParserTokenTypes
 
EOF - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterValueParserTokenTypes
 
EOF - Static variable in interface org.apache.directory.shared.ldap.filter.FilterLexerTokenTypes
 
EOF - Static variable in interface org.apache.directory.shared.ldap.filter.FilterValueLexerTokenTypes
 
EOF - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
equal() - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterValueParser
Parser production that parses the equality expression value immediately after the '=' in a filter equality assertion.
EQUALITY - Static variable in class org.apache.directory.shared.ldap.filter.AbstractExprNode
equality assertion node
EQUALITY - Static variable in class org.apache.directory.shared.ldap.schema.MatchingRuleEnum
enum for equality comparator usage
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
 
EQUALITY_VAL - Static variable in class org.apache.directory.shared.ldap.schema.MatchingRuleEnum
value for equality usage
equals(Object) - Method in class org.apache.directory.shared.ldap.aci.AuthenticationLevel
 
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.filter.AbstractExprNode
 
EQUALS - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterParserTokenTypes
 
equals(Object) - Method in class org.apache.directory.shared.ldap.filter.BranchNode
 
EQUALS - Static variable in interface org.apache.directory.shared.ldap.filter.FilterLexerTokenTypes
 
equals(Object) - Method in class org.apache.directory.shared.ldap.filter.LeafNode
 
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.AbstractMessage
Checks to see if two messages are equivalent.
equals(Object) - Method in class org.apache.directory.shared.ldap.message.AbstractResultResponse
Checks to see if an object is equal to this AbstractResultResponse.
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.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.LdapResultImpl
 
equals(Object) - Method in class org.apache.directory.shared.ldap.message.LockableAttributeImpl
Checks for equality between this Attribute instance and another.
equals(Object) - Method in class org.apache.directory.shared.ldap.message.LockableAttributesImpl
Checks to see if this Attributes implemenation is equivalent to another.
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 class org.apache.directory.shared.ldap.name.LdapDN
Value returned by the compareTo method if values are equals
equals(Object) - Method in class org.apache.directory.shared.ldap.name.LdapDN
 
EQUALS - Static variable in class org.apache.directory.shared.ldap.name.Rdn
 
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
If the object implements SchemaObject and has the same OID as this SchemaObject then they are considered equal.
equals(Object) - Method in class org.apache.directory.shared.ldap.schema.AbstractSyntax
If the object implements Syntax and has the same OID as this Syntax then they are equal.
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.Enum
Tests for equality.
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.filter.AntlrFilterParserTokenTypes
 
ESC - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterValueParserTokenTypes
 
ESC - Static variable in interface org.apache.directory.shared.ldap.filter.FilterLexerTokenTypes
 
ESC - Static variable in interface org.apache.directory.shared.ldap.filter.FilterValueLexerTokenTypes
 
ESCAPED - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterParserTokenTypes
 
ESCAPED - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterValueParserTokenTypes
 
ESCAPED - Static variable in interface org.apache.directory.shared.ldap.filter.FilterLexerTokenTypes
 
ESCAPED - Static variable in interface org.apache.directory.shared.ldap.filter.FilterValueLexerTokenTypes
 
escapeValue(Object) - Static method in class org.apache.directory.shared.ldap.name.Rdn
Transform a value in a String, accordingly to RFC 2253
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.
EXCLAMATION - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterParserTokenTypes
 
EXCLAMATION - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterValueParserTokenTypes
 
EXCLAMATION - Static variable in interface org.apache.directory.shared.ldap.filter.FilterLexerTokenTypes
 
EXCLAMATION - Static variable in interface org.apache.directory.shared.ldap.filter.FilterValueLexerTokenTypes
 
EXPORT - Static variable in class org.apache.directory.shared.ldap.aci.MicroOperation
 
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 class org.apache.directory.shared.ldap.message.ResultCodeEnum
A set of result code enumerations that could result from extended operations.
EXTENDED_REQUEST - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
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 - 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
 
EXTENDEDREQ - Static variable in class org.apache.directory.shared.ldap.message.MessageTypeEnum
Extended request protocol message type
EXTENDEDREQ_VAL - Static variable in class org.apache.directory.shared.ldap.message.MessageTypeEnum
Extended request protocol message type value
ExtendedRequest - Class in org.apache.directory.shared.ldap.codec.extended
A ExtendedRequest Message.
ExtendedRequest() - Constructor for class org.apache.directory.shared.ldap.codec.extended.ExtendedRequest
Creates a new ExtendedRequest object.
ExtendedRequest - Interface in org.apache.directory.shared.ldap.message
Extended protocol request message used to add to more operations to the protocol.
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.
EXTENDEDRESP - Static variable in class org.apache.directory.shared.ldap.message.MessageTypeEnum
Extended response protocol message type
EXTENDEDRESP_VAL - Static variable in class org.apache.directory.shared.ldap.message.MessageTypeEnum
Extended response protocol message type value
ExtendedResponse - Class in org.apache.directory.shared.ldap.codec.extended
A ExtendedResponse Message.
ExtendedResponse() - Constructor for class org.apache.directory.shared.ldap.codec.extended.ExtendedResponse
Creates a new ExtendedResponse object.
ExtendedResponse - Interface in org.apache.directory.shared.ldap.message
Extended protocol response message used to confirm the results of a extended request message.
ExtendedResponseImpl - Class in org.apache.directory.shared.ldap.message
Lockable ExtendedResponse implementation
ExtendedResponseImpl(int) - Constructor for class org.apache.directory.shared.ldap.message.ExtendedResponseImpl
Creates a Lockable ExtendedResponse as a reply to an ExtendedRequest.
EXTENSIBLE - Static variable in class org.apache.directory.shared.ldap.filter.AbstractExprNode
extensible match assertion node
extensible() - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterParser
Extensible filter assertion matching production.
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.
ExtensibleNode - Class in org.apache.directory.shared.ldap.filter
Filter expression tree node for extensible assertions.
ExtensibleNode(String, String, String, boolean) - Constructor for class org.apache.directory.shared.ldap.filter.ExtensibleNode
Creates a new ExtensibleNode object.
ExtensibleNode(String, byte[], String, boolean) - Constructor for class org.apache.directory.shared.ldap.filter.ExtensibleNode
Creates a new ExtensibleNode object.
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
 

F

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.
fill(Properties, String, Set) - Static method in class org.apache.directory.shared.ldap.util.PropertiesUtils
Fills a set with the space delimited values of a property.
fill(Properties, String, Set, String) - Static method in class org.apache.directory.shared.ldap.util.PropertiesUtils
Fills a set with the delimited values of a property.
fill(Properties, String, List) - Static method in class org.apache.directory.shared.ldap.util.PropertiesUtils
Fills a list with the space delimited values of a property.
fill(Properties, String, List, String) - Static method in class org.apache.directory.shared.ldap.util.PropertiesUtils
Fills a list with the space delimited values of a property.
fillAttributes(Properties, String, Attributes) - Static method in class org.apache.directory.shared.ldap.util.PropertiesUtils
Creates, fills and returns an Attributes instance using the LDIF encoded within the property value.
fillCollection(Properties, String, Collection, String) - Static method in class org.apache.directory.shared.ldap.util.PropertiesUtils
Fills a collection with the delimited values of a property.
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
 
filter() - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterParser
The top level production for matching a filter expression.
FILTER_MATCH - Static variable in class org.apache.directory.shared.ldap.aci.MicroOperation
 
FILTER_VALUE - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
filtercomp() - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterParser
A production for matching composite filter expressions.
FilterLexerTokenTypes - Interface in org.apache.directory.shared.ldap.filter
 
FilterParser - Interface in org.apache.directory.shared.ldap.filter
Parses an LDAP Filter expression as specified by RFC 2255 into a filter expression tree.
FilterParserImpl - Class in org.apache.directory.shared.ldap.filter
 
FilterParserImpl() - Constructor for class org.apache.directory.shared.ldap.filter.FilterParserImpl
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
FilterValueLexerTokenTypes - Interface in org.apache.directory.shared.ldap.filter
 
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
 
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.
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}.
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

G

GENERAL_CODES - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
This array holds the set of general error codes.
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(String) - Method in class org.apache.directory.shared.ldap.ldif.Entry
Returns a attribute given it's id
get(Object) - Method in class org.apache.directory.shared.ldap.message.AbstractMessage
Gets a message scope parameter.
get() - Method in class org.apache.directory.shared.ldap.message.LockableAttributeImpl
Gets the first value of the list or null if no values exist.
get(int) - Method in class org.apache.directory.shared.ldap.message.LockableAttributeImpl
Gets the value at an index.
get(String) - Method in class org.apache.directory.shared.ldap.message.LockableAttributesImpl
Retrieves the attribute with the given attribute id from the attribute set.
get(Object) - Method in interface org.apache.directory.shared.ldap.message.Message
Gets a message scope parameter.
get(int) - Method in class org.apache.directory.shared.ldap.name.LdapDN
Retrieves a component of this name.
get(int) - Method in class org.apache.directory.shared.ldap.util.ByteBuffer
 
get(Object) - Method in interface org.apache.directory.shared.ldap.util.MultiMap
Gets the collection of values associated with the specified key.
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, 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 interface org.apache.directory.shared.ldap.message.AbandonRequest
Gets the id of the request operation to terminate.
getAbandoned() - Method in class org.apache.directory.shared.ldap.message.AbandonRequestImpl
Gets the id of the request operation to terminate.
getAbandonedMessageId() - Method in class org.apache.directory.shared.ldap.codec.abandon.AbandonRequest
Get the abandoned message ID
getAbandonRequest() - Method in class org.apache.directory.shared.ldap.codec.LdapMessage
Get a AbandonRequest ldapObject, assuming that the caller knows that it is the LdapMessage exact type.
getAddCodes() - Static method in class 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.LdapMessage
Get a AddRequest ldapObject, assuming that the caller knows that it is the LdapMessage exact type.
getAddResponse() - Method in class org.apache.directory.shared.ldap.codec.LdapMessage
Get a AddResponse ldapObject, assuming that the caller knows that it is the LdapMessage exact type.
getAll() - Method in class org.apache.directory.shared.ldap.message.LockableAttributeImpl
Gets a NamingEnumberation wrapped around the iterator of the value list.
getAll() - Method in class org.apache.directory.shared.ldap.message.LockableAttributesImpl
Retrieves an enumeration of the attributes in the attribute set.
getAll() - Method in class org.apache.directory.shared.ldap.name.LdapDN
Retrieves the components of this name as an enumeration of strings.
getAllCodes() - Static method in class org.apache.directory.shared.ldap.message.ResultCodeEnum
Gets all of the result code enumerations defined.
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.
getAllRdn() - Method in class org.apache.directory.shared.ldap.name.LdapDN
Retrieves the components of this name as an enumeration of strings.
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
getApplicableAttributes() - Method in interface org.apache.directory.shared.ldap.schema.MatchingRuleUse
Gets the the attributes which can be used with the matching rule in an extensible match assertion.
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.codec.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
Gets the assertion type of this leaf 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.CompareRequest
Get the assertion value
getAssertionValue() - Method in interface org.apache.directory.shared.ldap.message.CompareRequest
Gets the attribute value to use in making the comparison.
getAssertionValue() - Method in class org.apache.directory.shared.ldap.message.CompareRequestImpl
Gets the attribute value to use in making the comparison.
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.filter.LeafNode
Gets the attribute this leaf node is based on.
getAttribute() - Method in class org.apache.directory.shared.ldap.message.ModificationItemImpl
Retrieves the attribute associated with this modification item.
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.
getAttribute(ModificationItemImpl[], AttributeType) - Static method in class org.apache.directory.shared.ldap.util.AttributeUtils
Utility method to extract an attribute from an array of modifications.
getAttributeCodes() - Static method in class 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.message.LockableAttributeImpl
NOT SUPPORTED - throws OperationNotSupportedException
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.CompareRequest
Get the attribute description
getAttributeDescription() - Method in class org.apache.directory.shared.ldap.codec.search.PresentFilter
Get the attribute
getAttributeId() - Method in interface org.apache.directory.shared.ldap.message.CompareRequest
Gets the attribute id use in making the comparison.
getAttributeId() - Method in class org.apache.directory.shared.ldap.message.CompareRequestImpl
Gets the attribute id use in making the comparison.
getAttributes() - Method in class org.apache.directory.shared.ldap.codec.add.AddRequest
Get the entry's attributes to be added
getAttributes() - Method in class org.apache.directory.shared.ldap.codec.search.SearchRequest
Get the list of attributes
getAttributes() - Method in class org.apache.directory.shared.ldap.codec.util.LdapURL
 
getAttributes() - Method in class org.apache.directory.shared.ldap.ldif.Entry
Get the entry's attributes
getAttributes() - Method in interface org.apache.directory.shared.ldap.message.AddRequest
Gets the attributes of the entry to add.
getAttributes() - Method in class org.apache.directory.shared.ldap.message.AddRequestImpl
Gets the attribute value pairs of the entry to add as a MultiMap.
getAttributes() - Method in interface org.apache.directory.shared.ldap.message.SearchRequest
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 interface org.apache.directory.shared.ldap.message.SearchResponseEntry
Gets the set of attributes and all their values in a MultiMap.
getAttributes() - Method in class org.apache.directory.shared.ldap.message.SearchResponseEntryImpl
Gets the set of attributes and all their values in a Attributes.
getAttributes() - Method in interface org.apache.directory.shared.ldap.url.LdapUrl
Gets the attributes component of this LdapUrl.
getAttributeSyntaxDefinition() - Method in class org.apache.directory.shared.ldap.message.LockableAttributeImpl
NOT SUPPORTED - throws OperationNotSupportedException
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.
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.OidNormalizer
Get the current name
getAuthentication() - Method in class org.apache.directory.shared.ldap.codec.bind.BindRequest
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 interface org.apache.directory.shared.ldap.schema.DITContentRule
Gets all the AUXILIARY ObjectClasses this DITContentRule specifies for the given STRUCTURAL objectClass.
getBase() - Method in interface org.apache.directory.shared.ldap.message.SearchRequest
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.SearchRequest
Get the base object
getBestEstimate(Throwable, MessageTypeEnum) - Static method in class 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 class 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.LdapMessage
Get a BindRequest ldapObject, assuming that the caller knows that it is the LdapMessage exact type.
getBindResponse() - Method in class org.apache.directory.shared.ldap.codec.LdapMessage
Get a BindResponse ldapObject, assuming that the caller knows that it is the LdapMessage exact type.
getBytes() - Method in class org.apache.directory.shared.ldap.codec.util.LdapURL
 
getBytes(LdapDN) - Static method in class org.apache.directory.shared.ldap.name.LdapDN
Get an UTF-8 representation of the normalized form of the DN
getBytesUtf8(String) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Return UTF-8 encoded byte[] representation of a String
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
 
getChangeNumber() - Method in class org.apache.directory.shared.ldap.codec.search.controls.EntryChangeControl
 
getChangeNumber() - Method in class org.apache.directory.shared.ldap.message.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.EntryChangeControl
 
getChangeType() - Method in class org.apache.directory.shared.ldap.ldif.Entry
Get the change type
getChangeType() - Method in class org.apache.directory.shared.ldap.message.EntryChangeControl
 
getChangeTypes() - Method in class org.apache.directory.shared.ldap.codec.search.controls.PSearchControl
 
getChangeTypes() - Method in class org.apache.directory.shared.ldap.message.PersistentSearchControl
 
getChild() - Method in class org.apache.directory.shared.ldap.filter.BranchNode
Convenience method that gets the first child in the children array.
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
 
getClassType(String) - Static method in class 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.
getCommonCodes() - Static method in class org.apache.directory.shared.ldap.message.ResultCodeEnum
Gets an array of result code enumerations common to all operations.
getComparator() - Method in interface org.apache.directory.shared.ldap.schema.MatchingRule
Gets the Comparator enabling the use of this MatchingRule for ORDERING and sorted indexing.
getCompareCodes() - Static method in class 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.LdapMessage
Get a CompareRequest ldapObject, assuming that the caller knows that it is the LdapMessage exact type.
getCompareResponse() - Method in class org.apache.directory.shared.ldap.codec.LdapMessage
Get a CompareResponse ldapObject, assuming that the caller knows that it is the LdapMessage exact type.
getCompositeComponents(String) - Static method in class org.apache.directory.shared.ldap.util.NamespaceTools
Gets the '+' appended components of a composite name component.
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.
getControl() - Method in class org.apache.directory.shared.ldap.ldif.Entry
 
getControls(int) - Method in class org.apache.directory.shared.ldap.codec.LdapMessage
Get the Control Object at a specific index
getControls() - Method in class org.apache.directory.shared.ldap.codec.LdapMessage
Get the Control Objects
getControls() - Method in class org.apache.directory.shared.ldap.message.AbstractMessage
Gets the controls associated with this message mapped by OID.
getControls() - Method in interface org.apache.directory.shared.ldap.message.Message
Gets the controls associated with this message mapped by OID.
getControlType() - Method in class org.apache.directory.shared.ldap.codec.Control
Get the control type
getControlType() - Method in interface org.apache.directory.shared.ldap.codec.ControlDecoder
The control type this decoder decodes.
getControlType() - Method in class org.apache.directory.shared.ldap.codec.ManageDsaITControlDecoder
 
getControlType() - Method in class org.apache.directory.shared.ldap.codec.search.controls.EntryChangeControlDecoder
 
getControlType() - Method in class org.apache.directory.shared.ldap.codec.search.controls.PSearchControlDecoder
Return the persistence search OID
getControlType() - Method in class org.apache.directory.shared.ldap.codec.search.controls.SubEntryControlDecoder
 
getControlValue() - Method in class org.apache.directory.shared.ldap.codec.Control
Get the control value
getCredentials() - Method in class org.apache.directory.shared.ldap.codec.bind.SaslCredentials
Get the credentials
getCredentials() - Method in interface org.apache.directory.shared.ldap.message.BindRequest
Gets the simple credentials associated with a simple authentication attempt or null if this request uses SASL authentication mechanisms.
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.
getCriticalExtensions() - Method in class org.apache.directory.shared.ldap.codec.util.LdapURL
 
getCriticality() - Method in class org.apache.directory.shared.ldap.codec.Control
Get the criticality
getCurrentAttributeType() - Method in class org.apache.directory.shared.ldap.codec.add.AddRequest
 
getCurrentAttributeType() - Method in class org.apache.directory.shared.ldap.codec.modify.ModifyRequest
Return the current attribute's type
getCurrentAttributeValueType() - Method in class org.apache.directory.shared.ldap.codec.search.SearchResultEntry
 
getCurrentControl() - Method in class org.apache.directory.shared.ldap.codec.LdapMessage
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.SearchRequest
Get the current dilter
getCurrentOperation() - Method in class org.apache.directory.shared.ldap.codec.modify.ModifyRequest
Get the current operation
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(Set) - Method in class org.apache.directory.shared.ldap.codec.TwixProvider
Gets the decoder associated with this provider.
getDecoder(Set) - Method in class org.apache.directory.shared.ldap.message.spi.Provider
Gets the decoder associated with this provider.
getDefaultCharsetName() - Static method in class org.apache.directory.shared.ldap.util.StringTools
Get the default charset
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 class 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.ModifyDnRequest
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.LdapMessage
Get a DelRequest ldapObject, assuming that the caller knows that it is the LdapMessage exact type.
getDelResponse() - Method in class org.apache.directory.shared.ldap.codec.LdapMessage
Get a DelResponse ldapObject, assuming that the caller knows that it is the LdapMessage exact type.
getDenials() - Method in class org.apache.directory.shared.ldap.aci.Permission
Returns the set of denials only.
getDerefAliases() - Method in class org.apache.directory.shared.ldap.codec.search.SearchRequest
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.SearchRequest
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
 
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(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(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(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(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(Syntax) - 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() - 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.
getDn() - Method in class org.apache.directory.shared.ldap.codec.util.LdapURL
 
getDn() - Method in class org.apache.directory.shared.ldap.ldif.Entry
 
getEncodedValue() - Method in class org.apache.directory.shared.ldap.codec.Control
Get the raw control encoded bytes
getEncodedValue() - Method in class org.apache.directory.shared.ldap.ldif.LdifControl
Returns the BER encoded value of the control
getEncodedValue() - Method in class org.apache.directory.shared.ldap.message.EntryChangeControl
 
getEncodedValue() - Method in class org.apache.directory.shared.ldap.message.extended.GracefulShutdownRequest
 
getEncodedValue() - Method in class org.apache.directory.shared.ldap.message.ExtendedRequestImpl
 
getEncodedValue() - Method in class org.apache.directory.shared.ldap.message.ExtendedResponseImpl
 
getEncodedValue() - Method in class org.apache.directory.shared.ldap.message.ManageDsaITControl
Returns an empty byte[] everytime.
getEncodedValue() - Method in class org.apache.directory.shared.ldap.message.PersistentSearchControl
 
getEncodedValue() - Method in class org.apache.directory.shared.ldap.message.SubentriesControl
 
getEncoder() - Method in class org.apache.directory.shared.ldap.codec.TwixProvider
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.AddRequest
Get the added DN
getEntry() - Method in class org.apache.directory.shared.ldap.codec.compare.CompareRequest
Get the entry to be compared
getEntry() - Method in class org.apache.directory.shared.ldap.codec.del.DelRequest
Get the entry to be deleted
getEntry() - Method in class org.apache.directory.shared.ldap.codec.modifyDn.ModifyDNRequest
Get the modification's DN
getEntry() - Method in interface org.apache.directory.shared.ldap.message.AddRequest
Gets the distinguished name of the entry to add.
getEntry() - Method in class org.apache.directory.shared.ldap.message.AddRequestImpl
Gets the distinguished name of the entry to add.
getEntryChangeControl() - Method in class org.apache.directory.shared.ldap.codec.search.controls.EntryChangeControlContainer
 
getEnum(String) - Static method in class org.apache.directory.shared.ldap.message.DerefAliasesEnum
Gets the enumeration for a enumeration name which also happens to be the value of the java.naming.ldap.derefAliases LDAP proovider property.
getEnum(Map) - Static method in class org.apache.directory.shared.ldap.message.DerefAliasesEnum
Gets the enumeration from by extracting the value for the JNDI LDAP specific environment property, java.naming.ldap.derefAliases, from the environment.
getEnum(Class, String) - Static method in class org.apache.directory.shared.ldap.util.Enum
Gets an Enum object by class and name.
getEnum(Class, String) - Static method in class org.apache.directory.shared.ldap.util.EnumUtils
Gets an Enum object by class and name.
getEnum(Class, int) - Static method in class org.apache.directory.shared.ldap.util.EnumUtils
Gets a ValuedEnum object by class and value.
getEnum(Class, int) - Static method in class org.apache.directory.shared.ldap.util.ValuedEnum
Gets an Enum object by class and value.
getEnumClass() - Method in class org.apache.directory.shared.ldap.util.Enum
Retrieves the Class of this Enum item, set in the constructor.
getEnumList(Class) - Static method in class org.apache.directory.shared.ldap.util.Enum
Gets the List of Enum objects using the Enum class.
getEnumList(Class) - Static method in class org.apache.directory.shared.ldap.util.EnumUtils
Gets the List of Enum objects using the Enum class.
getEnumMap(Class) - Static method in class org.apache.directory.shared.ldap.util.Enum
Gets the Map of Enum objects by name using the Enum class.
getEnumMap(Class) - Static method in class org.apache.directory.shared.ldap.util.EnumUtils
Gets the Map of Enum objects by name using the Enum class.
getEnvironment() - Static method in class org.apache.directory.shared.ldap.message.spi.Provider
Loads the properties for the effective environment.
getEquality() - Method in interface org.apache.directory.shared.ldap.schema.AttributeType
Gets the MatchingRule for this AttributeType used for equality matching.
getError() - Method in class org.apache.directory.shared.ldap.ldif.LdifReader
 
getErrorMessage() - Method in class org.apache.directory.shared.ldap.codec.LdapResult
Get the error message
getErrorMessage() - Method in interface org.apache.directory.shared.ldap.message.LdapResult
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.
getExpectedMatchingRuleLength() - Method in class org.apache.directory.shared.ldap.codec.search.ExtensibleMatchFilter
get the expectedMatchingRuleLength
getExtendedCodes() - Static method in class 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.LdapMessage
Get a ExtendedRequest ldapObject, assuming that the caller knows that it is the LdapMessage exact type.
getExtendedResponse() - Method in class org.apache.directory.shared.ldap.codec.LdapMessage
Get a ExtendedResponse ldapObject, assuming that the caller knows that it is the LdapMessage exact type.
getExtensions() - Method in class org.apache.directory.shared.ldap.codec.util.LdapURL
 
getExtensions() - Method in interface org.apache.directory.shared.ldap.url.LdapUrl
Gets the extensions component of this LdapUrl.
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.SearchRequest
Get the filter
getFilter() - Method in class org.apache.directory.shared.ldap.codec.util.LdapURL
 
getFilter() - Method in interface org.apache.directory.shared.ldap.message.SearchRequest
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 interface org.apache.directory.shared.ldap.url.LdapUrl
Gets the filter component of this LdapUrl as a filter expression tree.
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.
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.
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 class 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:
getGracefulDisconnect() - Method in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulDisconnectContainer
 
getGracefulShutdown() - Method in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulShutdownContainer
 
getGrammarName(int) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulDisconnectStatesEnum
Get the grammar name
getGrammarName(IGrammar) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulDisconnectStatesEnum
Get the grammar name
getGrammarName(int) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulShutdownStatesEnum
Get the grammar name
getGrammarName(IGrammar) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulShutdownStatesEnum
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.EntryChangeControlStatesEnum
Get the grammar name
getGrammarName(IGrammar) - Method in class org.apache.directory.shared.ldap.codec.search.controls.EntryChangeControlStatesEnum
Get the grammar name
getGrammarName(int) - Method in class org.apache.directory.shared.ldap.codec.search.controls.PSearchControlStatesEnum
Get the grammar name
getGrammarName(IGrammar) - Method in class org.apache.directory.shared.ldap.codec.search.controls.PSearchControlStatesEnum
Get the grammar name
getGrammarName(int) - Method in class org.apache.directory.shared.ldap.codec.search.controls.SubEntryControlStatesEnum
Get the grammar name
getGrammarName(IGrammar) - Method in class org.apache.directory.shared.ldap.codec.search.controls.SubEntryControlStatesEnum
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.
getHost() - Method in class org.apache.directory.shared.ldap.codec.util.LdapURL
 
getHostName() - Method in interface org.apache.directory.shared.ldap.url.LdapUrl
Gets the hostname component of this LdapUrl.
getHour(String) - Static method in class org.apache.directory.shared.ldap.util.DateUtils
 
getID() - Method in class org.apache.directory.shared.ldap.ldif.LdifControl
Return the control's OID as a String
getID() - Method in class org.apache.directory.shared.ldap.message.ControlImpl
Retrieves the object identifier assigned for the LDAP control.
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.message.LockableAttributeImpl
Gets the id or name of this Attribute.
getID() - Method in class org.apache.directory.shared.ldap.message.ManageDsaITControl
Returns "2.16.840.1.113730.3.4.2" everytime.
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.message.LockableAttributesImpl
Retrieves an enumeration of the ids of the attributes in the attribute set.
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.extended.operations.GracefulDisconnectGrammar
This class is a singleton.
getInstance() - Static method in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulDisconnectStatesEnum
Get an instance of this class
getInstance() - Static method in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulShutdownGrammar
This class is a singleton.
getInstance() - Static method in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulShutdownStatesEnum
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.EntryChangeControlGrammar
This class is a singleton.
getInstance() - Static method in class org.apache.directory.shared.ldap.codec.search.controls.EntryChangeControlStatesEnum
Get an instance of this class
getInstance() - Static method in class org.apache.directory.shared.ldap.codec.search.controls.PSearchControlGrammar
This class is a singleton.
getInstance() - Static method in class org.apache.directory.shared.ldap.codec.search.controls.PSearchControlStatesEnum
Get an instance of this class
getInstance() - Static method in class org.apache.directory.shared.ldap.codec.search.controls.SubEntryControlGrammar
This class is a singleton.
getInstance() - Static method in class org.apache.directory.shared.ldap.codec.search.controls.SubEntryControlStatesEnum
Get an instance of this class
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.
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.
getKey() - Method in interface org.apache.directory.shared.ldap.util.KeyValue
Gets the key from the pair.
getLast() - Method in class org.apache.directory.shared.ldap.util.SequencedHashMap
Return the entry for the "newest" mapping.
getLastComponent(String) - Static method in class org.apache.directory.shared.ldap.util.NamespaceTools
Fast and efficiently get last index of a comma from a_name and return substring from comma to end of the string.
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.
getLdapMessage() - Method in class org.apache.directory.shared.ldap.codec.LdapMessageContainer
 
getLdapResponse() - Method in class org.apache.directory.shared.ldap.codec.LdapMessage
Get the encapsulated Ldap response.
getLdapResponseLength() - Method in class org.apache.directory.shared.ldap.codec.LdapResponse
 
getLdapResult() - Method in class org.apache.directory.shared.ldap.codec.LdapResponse
Get the LdapResult
getLdapResult() - Method in class org.apache.directory.shared.ldap.message.AbstractResultResponse
Gets the LdapResult components of this Response.
getLdapResult() - Method in interface org.apache.directory.shared.ldap.message.ResultResponse
Gets the LdapResult components of this Response.
getLdapUrls() - Method in interface org.apache.directory.shared.ldap.message.Referral
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.
getLdapValue() - Method in class org.apache.directory.shared.ldap.message.ScopeEnum
Gets the LdapValue for the scope enumeration as opposed to the JNDI value which is returned using getValue().
getLength() - Method in class org.apache.directory.shared.ldap.name.AttributeTypeAndValue
Get the upName length
getLength() - Method in class org.apache.directory.shared.ldap.schema.AbstractAttributeType
 
getLength() - Method in interface org.apache.directory.shared.ldap.schema.AttributeType
Gets a length limit for this AttributeType.
getLength(Object) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Returns the length of the specified array.
getLevel() - Method in class org.apache.directory.shared.ldap.aci.AuthenticationLevel
Returns the integet value of this level (greater value, stronger level).
getMatchedDN() - Method in class org.apache.directory.shared.ldap.codec.LdapResult
Get the matched DN
getMatchedDn() - Method in interface org.apache.directory.shared.ldap.message.LdapResult
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() - Method in interface org.apache.directory.shared.ldap.schema.MatchingRuleUse
Gets the matchingRule this MatchingRuleUse definition applies to.
getMatchingRuleId() - Method in class org.apache.directory.shared.ldap.filter.ExtensibleNode
Gets the matching rule id as an OID string.
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.
getMayList() - Method in class org.apache.directory.shared.ldap.schema.DefaultObjectClass
 
getMayList() - Method in interface org.apache.directory.shared.ldap.schema.ObjectClass
Gets the AttributeTypes whose attributes may be present within an entry of this ObjectClass.
getMayNames() - Method in interface org.apache.directory.shared.ldap.schema.DITContentRule
Gets all the AttributeTypes of the "may" attribute names this DITContentRule specifies for the given STRUCTURAL objectClass.
getMaytUse() - Method in interface 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.
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
 
getMessageId() - Method in class org.apache.directory.shared.ldap.codec.LdapMessage
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.AbstractMessage
Gets the session unique message sequence id for this message.
getMessageId() - Method in interface org.apache.directory.shared.ldap.message.Message
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.AbandonRequest
Get the message type
getMessageType() - Method in class org.apache.directory.shared.ldap.codec.add.AddRequest
Get the message type
getMessageType() - Method in class org.apache.directory.shared.ldap.codec.add.AddResponse
Get the message type
getMessageType() - Method in class org.apache.directory.shared.ldap.codec.bind.BindRequest
Get the message type
getMessageType() - Method in class org.apache.directory.shared.ldap.codec.bind.BindResponse
Get the message type
getMessageType() - Method in class org.apache.directory.shared.ldap.codec.compare.CompareRequest
Get the message type
getMessageType() - Method in class org.apache.directory.shared.ldap.codec.compare.CompareResponse
Get the message type
getMessageType() - Method in class org.apache.directory.shared.ldap.codec.del.DelRequest
Get the message type
getMessageType() - Method in class org.apache.directory.shared.ldap.codec.del.DelResponse
Get the message type
getMessageType() - Method in class org.apache.directory.shared.ldap.codec.extended.ExtendedRequest
Get the message type
getMessageType() - Method in class org.apache.directory.shared.ldap.codec.extended.ExtendedResponse
Get the message type
getMessageType() - Method in class org.apache.directory.shared.ldap.codec.LdapMessage
Get the message type
getMessageType() - Method in class org.apache.directory.shared.ldap.codec.modify.ModifyRequest
Get the message type
getMessageType() - Method in class org.apache.directory.shared.ldap.codec.modify.ModifyResponse
Get the message type
getMessageType() - Method in class org.apache.directory.shared.ldap.codec.modifyDn.ModifyDNRequest
Get the message type
getMessageType() - Method in class org.apache.directory.shared.ldap.codec.modifyDn.ModifyDNResponse
Get the message type
getMessageType() - Method in class org.apache.directory.shared.ldap.codec.search.SearchRequest
Get the message type
getMessageType() - Method in class org.apache.directory.shared.ldap.codec.search.SearchResultDone
Get the message type
getMessageType() - Method in class org.apache.directory.shared.ldap.codec.search.SearchResultEntry
Get the message type
getMessageType() - Method in class org.apache.directory.shared.ldap.codec.search.SearchResultReference
Get the message type
getMessageType() - Method in class org.apache.directory.shared.ldap.codec.unbind.UnBindRequest
Get the message type
getMessageTypeName() - Method in class org.apache.directory.shared.ldap.codec.LdapMessage
Get the message type Name
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
 
getModificationItems() - Method in class org.apache.directory.shared.ldap.ldif.Entry
 
getModificationItems() - Method in interface org.apache.directory.shared.ldap.message.ModifyRequest
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.
getModificationOp() - Method in class org.apache.directory.shared.ldap.message.ModificationItemImpl
 
getModifications() - Method in class org.apache.directory.shared.ldap.codec.modify.ModifyRequest
Get the entry's attributes
getModifyCodes() - Static method in class org.apache.directory.shared.ldap.message.ResultCodeEnum
Gets an array of result code enumerations resulting from modify operations.
getModifyDnCodes() - Static method in class 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.LdapMessage
Get a ModifyDNRequest ldapObject, assuming that the caller knows that it is the LdapMessage exact type.
getModifyDNResponse() - Method in class org.apache.directory.shared.ldap.codec.LdapMessage
Get a ModifyDNResponse ldapObject, assuming that the caller knows that it is the LdapMessage exact type.
getModifyRequest() - Method in class org.apache.directory.shared.ldap.codec.LdapMessage
Get a ModifyRequest ldapObject, assuming that the caller knows that it is the LdapMessage exact type.
getModifyResponse() - Method in class org.apache.directory.shared.ldap.codec.LdapMessage
Get a ModifyResponse ldapObject, assuming that the caller knows that it is the LdapMessage exact type.
getMonth(String) - Static method in class org.apache.directory.shared.ldap.util.DateUtils
 
getMustList() - Method in class org.apache.directory.shared.ldap.schema.DefaultObjectClass
 
getMustList() - Method in interface org.apache.directory.shared.ldap.schema.ObjectClass
Gets the AttributeTypes whose attributes must be present within an entry of this ObjectClass.
getMustNames() - Method in interface org.apache.directory.shared.ldap.schema.DITContentRule
Gets all the AttributeTypes of the "must" attribute names this DITContentRule specifies for the given STRUCTURAL objectClass.
getMustUse() - Method in interface 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.
getName() - Method in class org.apache.directory.shared.ldap.aci.AuthenticationLevel
Returns the name of this level.
getName() - Method in class org.apache.directory.shared.ldap.aci.GrantAndDenial
Returns the name of this grant or denial.
getName() - Method in class 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.BindRequest
Get the user name
getName() - Method in interface org.apache.directory.shared.ldap.message.BindRequest
Gets the distinguished name of the subject in this authentication request.
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 interface org.apache.directory.shared.ldap.message.CompareRequest
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.CompareRequestImpl
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.DeleteRequest
Gets the distinguished name of the leaf entry to be deleted by this request.
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.ModifyDnRequest
Gets the entry's distinguished name representing the entry PDU field.
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 interface org.apache.directory.shared.ldap.message.ModifyRequest
Gets the distinguished name of the entry to be modified by this request.
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.schema.AbstractSchemaObject
 
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 interface org.apache.directory.shared.ldap.url.LdapUrl
Gets the distinguished name of this LdapUrl.
getName() - Method in class org.apache.directory.shared.ldap.util.Enum
Retrieve the name of this Enum item, set in the constructor.
getNameCodes() - Static method in class 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.
getNameForm() - Method in interface org.apache.directory.shared.ldap.schema.DITStructureRule
The nameForm associating this ditStructureRule with a structural objectClass.
getNameParser() - Static method in class org.apache.directory.shared.ldap.name.LdapDnParser
Get a reference to the NameParser.
getNames() - Method in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
 
getNames() - Method in interface org.apache.directory.shared.ldap.schema.SchemaObject
Gets short names for this SchemaObject if any exists for it.
getNamespaceString(Name) - Static method in class org.apache.directory.shared.ldap.util.NamespaceTools
Generates the string representation of a name.
getNamespaceString(String, Name) - Static method in class org.apache.directory.shared.ldap.util.NamespaceTools
Generates the string representation of a name off of a base prefix.
getNbAtavs() - Method in class org.apache.directory.shared.ldap.name.Rdn
 
getNbBytes() - Method in class org.apache.directory.shared.ldap.codec.util.LdapURL
 
getNbBytes(Name) - Static method in class org.apache.directory.shared.ldap.name.LdapDN
Get the number of bytes necessary to store this DN
getNewRDN() - Method in class org.apache.directory.shared.ldap.codec.modifyDn.ModifyDNRequest
Get the new RDN
getNewRdn() - Method in class org.apache.directory.shared.ldap.ldif.Entry
 
getNewRdn() - Method in interface org.apache.directory.shared.ldap.message.ModifyDnRequest
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.ModifyDNRequest
Get the newSuperior
getNewSuperior() - Method in class org.apache.directory.shared.ldap.ldif.Entry
 
getNewSuperior() - Method in interface org.apache.directory.shared.ldap.message.ModifyDnRequest
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 class 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.name.AttributeTypeAndValue
Get the normalized Value of a AttributeTypeAndValue
getNormalizer() - Method in interface 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.OidNormalizer
Get the normalizer
getNormalizerMapping() - Method in interface org.apache.directory.shared.ldap.schema.NormalizerMappingResolver
 
getNormName() - Method in class org.apache.directory.shared.ldap.name.LdapDN
Get the initial DN (without normalization)
getNormType() - Method in class org.apache.directory.shared.ldap.name.AttributeTypeAndValue
Get the normalized type of a AttributeTypeAndValue
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)
getNotFilter() - Method in class org.apache.directory.shared.ldap.codec.search.NotFilter
Get the NotFilter
getNotNames() - Method in interface org.apache.directory.shared.ldap.schema.DITContentRule
Gets all the AttributeTypes of the "not" attribute names this DITContentRule specifies for the given STRUCTURAL objectClass.
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.ModifyRequest
Get the modification's DN
getObject() - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Returns the Object being output.
getObjectClass() - Method in interface org.apache.directory.shared.ldap.schema.DITContentRule
Gets the STRUCTURAL ObjectClass this DITContentRule specifies attributes for.
getObjectClass() - Method in interface org.apache.directory.shared.ldap.schema.NameForm
Gets the STRUCTURAL ObjectClass this name form specifies naming attributes for.
getObjectName() - Method in class org.apache.directory.shared.ldap.codec.search.SearchResultEntry
Get the entry DN
getObjectName() - Method in interface org.apache.directory.shared.ldap.message.SearchResponseEntry
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.
getOid() - Method in interface org.apache.directory.shared.ldap.message.ExtendedRequest
Gets the Object Idendifier corresponding to the extended request type.
getOid() - Method in class org.apache.directory.shared.ldap.message.ExtendedRequestImpl
Gets the Object Idendifier corresponding to the extended request type.
getOid() - Method in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
 
getOid() - Method in interface org.apache.directory.shared.ldap.schema.SchemaObject
Gets usually what is the numeric object identifier assigned to this SchemaObject.
getOperationString(int) - Static method in class org.apache.directory.shared.ldap.filter.AbstractExprNode
Returns the filter operator string associated with an assertion type.
getOperator() - Method in class org.apache.directory.shared.ldap.filter.BranchNode
Gets the operator for this branch node.
getOperatorString(int) - Static method in class org.apache.directory.shared.ldap.filter.BranchNode
Gets a human readable representation for the operators: AND for '&', OR for '|' and NOT for '!'.
getOrder(BranchNode, ArrayList) - Method in class org.apache.directory.shared.ldap.filter.BranchNormalizedVisitor
 
getOrder(BranchNode, ArrayList) - 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 interface org.apache.directory.shared.ldap.schema.AttributeType
Gets the MatchingRule for this AttributeType used for ordering.
getOrFilter() - Method in class org.apache.directory.shared.ldap.codec.search.OrFilter
Get the OrFilter
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.
getParent(String) - Static method in class org.apache.directory.shared.ldap.util.NamespaceTools
Given a child distinguished name this method gets the distinguished name of the parent.
getPartialAttributeList() - Method in class org.apache.directory.shared.ldap.codec.search.SearchResultEntry
Get the entry's attributes
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.GracefulShutdownRequest
 
getPayload() - Method in interface org.apache.directory.shared.ldap.message.ExtendedRequest
Gets the extended request's requestValue portion of the PDU.
getPayload() - Method in class org.apache.directory.shared.ldap.message.ExtendedRequestImpl
Gets the extended request's requestValue portion of the PDU.
getPort() - Method in class org.apache.directory.shared.ldap.codec.util.LdapURL
 
getPort() - Method in interface org.apache.directory.shared.ldap.url.LdapUrl
Gets the port component of this 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.LdapDN
Creates a name whose components consist of a prefix of the components of this name.
getPreviousDn() - Method in class org.apache.directory.shared.ldap.codec.search.controls.EntryChangeControl
 
getPreviousDn() - Method in class org.apache.directory.shared.ldap.message.EntryChangeControl
 
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.TwixDecoder
Gets the Provider that this Decoder implementation is part of.
getProvider() - Method in class org.apache.directory.shared.ldap.codec.TwixEncoder
Gets the Provider associated with this SPI implementation object.
getProvider() - Static method in class org.apache.directory.shared.ldap.codec.TwixProvider
Gets a handle on the singleton TwixProvider.
getProvider() - Method in class org.apache.directory.shared.ldap.codec.TwixTransformer
Gets the Provider associated with this SPI implementation object.
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) - 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.PSearchControlContainer
 
getRdn(int) - Method in class org.apache.directory.shared.ldap.name.LdapDN
Retrieves a component of this name.
getRdn() - Method in class org.apache.directory.shared.ldap.name.LdapDN
Retrieves the last component of this name.
getRdn(String) - Static method in class org.apache.directory.shared.ldap.util.NamespaceTools
Quickly splits off the relative distinguished name component.
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.LdapDN
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.
getReferral() - Method in interface org.apache.directory.shared.ldap.message.LdapResult
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.LdapResultImpl
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.SearchResponseReference
Gets the sequence of LdapUrls as a Referral instance.
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.LdapResult
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.
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
 
getReplicatedContexts() - Method in class org.apache.directory.shared.ldap.codec.extended.operations.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.ExtendedRequest
Get the extended request name
getRequestValue() - Method in class org.apache.directory.shared.ldap.codec.extended.ExtendedRequest
Get the extended request value
getResponse() - Method in class org.apache.directory.shared.ldap.codec.extended.ExtendedResponse
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.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 interface org.apache.directory.shared.ldap.message.ExtendedResponse
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 exception org.apache.directory.shared.ldap.message.ResponseCarryingMessageException
Get the constructed response
getResponseName() - Method in class org.apache.directory.shared.ldap.codec.extended.ExtendedResponse
Get the extended response name
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 interface org.apache.directory.shared.ldap.message.ExtendedResponse
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.
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.ManyReplyRequest
Gets the various types of messages that can be generated by this kind of request.
getResponseTypes() - Method in interface org.apache.directory.shared.ldap.message.SearchRequest
Gets the different response types generated by a search request.
getResponseTypes() - Method in class org.apache.directory.shared.ldap.message.SearchRequestImpl
Gets the different response types generated by a search request.
getResultCode() - Method in class org.apache.directory.shared.ldap.codec.LdapResult
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.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.LdapResult
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(Throwable) - Static method in class 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.
getResultCodeEnum(int) - Static method in class org.apache.directory.shared.ldap.message.ResultCodeEnum
Gets the result code enumeration object associated with a result code value.
getResultCodes(Throwable) - Static method in class 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.GracefulShutdownRequest
 
getResultResponse() - Method in class org.apache.directory.shared.ldap.message.ExtendedRequestImpl
The result containing response 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 interface org.apache.directory.shared.ldap.message.ResultResponseRequest
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.SearchRequestImpl
The result containing response for this request.
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.
getSaslAuthentication() - Method in class org.apache.directory.shared.ldap.codec.bind.BindRequest
Get the user sasl authentication
getSaslMechanism() - Method in interface org.apache.directory.shared.ldap.message.BindRequest
Gets the SASL mechanism String associated with this BindRequest if the bind operation is using SASL.
getSaslMechanism() - Method in class org.apache.directory.shared.ldap.message.BindRequestImpl
Gets the mechanism if this request uses SASL authentication mechanisms.
getScheme() - Method in class org.apache.directory.shared.ldap.codec.util.LdapURL
 
getScope() - Method in class org.apache.directory.shared.ldap.codec.search.SearchRequest
Get the search scope
getScope() - Method in class org.apache.directory.shared.ldap.codec.util.LdapURL
 
getScope() - Method in class org.apache.directory.shared.ldap.filter.ScopeNode
Gets the scope constant for this node.
getScope(SearchControls) - Static method in class org.apache.directory.shared.ldap.message.ScopeEnum
Gets the type safe enumeration constant corresponding to a SearchControls scope value.
getScope() - Method in interface org.apache.directory.shared.ldap.message.SearchRequest
Gets the search scope parameter enumeration.
getScope() - Method in class org.apache.directory.shared.ldap.message.SearchRequestImpl
Gets the search scope parameter enumeration.
getScope() - Method in interface org.apache.directory.shared.ldap.url.LdapUrl
Gets the scope of the search if this LdapUrl represents a search URL.
getSearchCodes() - Static method in class 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.LdapMessage
Get a SearchRequest ldapObject, assuming that the caller knows that it is the LdapMessage exact type.
getSearchResultDone() - Method in class org.apache.directory.shared.ldap.codec.LdapMessage
Get a SearchResultDone ldapObject, assuming that the caller knows that it is the LdapMessage exact type.
getSearchResultEntry() - Method in class org.apache.directory.shared.ldap.codec.LdapMessage
Get a SearchResultEntry ldapObject, assuming that the caller knows that it is the LdapMessage exact type.
getSearchResultReference() - Method in class org.apache.directory.shared.ldap.codec.LdapMessage
Get a SearchResultReference ldapObject, assuming that the caller knows that it is the LdapMessage exact type.
getSearchResultReferences() - Method in class org.apache.directory.shared.ldap.codec.search.SearchResultReference
Get the list of references
getSeconds(String) - Static method in class org.apache.directory.shared.ldap.util.DateUtils
 
getSecurityCodes() - Static method in class 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.BindResponse
 
getServerSaslCreds() - Method in interface org.apache.directory.shared.ldap.message.BindResponse
Gets the optional property holding SASL authentication response paramters that are SASL mechanism specific.
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.
getServiceCodes() - Static method in class 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.
getSimple() - Method in class org.apache.directory.shared.ldap.codec.bind.SimpleAuthentication
Get the simple password
getSimple() - Method in interface org.apache.directory.shared.ldap.message.BindRequest
Checks to see if the authentication mechanism is simple and not SASL based.
getSimple() - Method in class org.apache.directory.shared.ldap.message.BindRequestImpl
Checks to see if the authentication mechanism is simple and not SASL based.
getSimpleAuthentication() - Method in class org.apache.directory.shared.ldap.codec.bind.BindRequest
Get the user simple authentication
getSingletonInstance() - Static method in class org.apache.directory.shared.ldap.schema.BinarySyntaxChecker
Gets the singleton instance for this class.
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.SearchRequest
Get the size limit
getSizeLimit() - Method in class org.apache.directory.shared.ldap.ldif.LdifReader
 
getSizeLimit() - Method in interface org.apache.directory.shared.ldap.message.SearchRequest
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.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.
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.AttributeTypeAndValue
get the position in the original upName where this atav starts.
getState(int) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulDisconnectStatesEnum
Get the string representing the state
getState(int) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulShutdownStatesEnum
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.EntryChangeControlStatesEnum
Get the string representing the state
getState(int) - Method in class org.apache.directory.shared.ldap.codec.search.controls.PSearchControlStatesEnum
Get the string representing the state
getState(int) - Method in class org.apache.directory.shared.ldap.codec.search.controls.SubEntryControlStatesEnum
Get the string representing the state
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.
getString(byte[], int, int, String) - Static method in class org.apache.directory.shared.ldap.codec.util.LdapURL
From commons-httpclients.
getString(byte[], String) - Static method in class org.apache.directory.shared.ldap.codec.util.LdapURL
From commons-httpclients.
getString() - Method in class org.apache.directory.shared.ldap.codec.util.LdapURL
 
getStringBuffer() - Method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Gets the StringBuffer being populated.
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.SubEntryControlContainer
 
getSubstr() - Method in interface org.apache.directory.shared.ldap.schema.AttributeType
Gets the MatchingRule for this AttributeType used for substring matching.
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.LdapDN
Creates a name whose components consist of a suffix of the components in this name.
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.
getSuperClasses() - Method in class org.apache.directory.shared.ldap.schema.DefaultObjectClass
 
getSuperClasses() - Method in interface org.apache.directory.shared.ldap.schema.DITStructureRule
Gets a collection of all the superior StructureRules.
getSuperClasses() - Method in interface org.apache.directory.shared.ldap.schema.ObjectClass
Gets the superclasses of this ObjectClass.
getSuperior() - Method in interface org.apache.directory.shared.ldap.schema.AttributeType
Gets the name of the superior class for this AttributeType.
getSyntax() - Method in interface org.apache.directory.shared.ldap.schema.AttributeType
The Syntax for this AttributeType's values.
getSyntax() - Method in interface org.apache.directory.shared.ldap.schema.MatchingRule
Gets the SyntaxImpl used by this MatchingRule.
getSyntaxChecker() - Method in interface org.apache.directory.shared.ldap.schema.Syntax
Gets the SyntaxChecker used to validate values in accordance with this Syntax.
getSyntaxOid() - Method in class org.apache.directory.shared.ldap.schema.AcceptAllSyntaxChecker
 
getSyntaxOid() - Method in class org.apache.directory.shared.ldap.schema.BinarySyntaxChecker
 
getSyntaxOid() - Method in class org.apache.directory.shared.ldap.schema.RegexSyntaxChecker
 
getSyntaxOid() - Method in interface org.apache.directory.shared.ldap.schema.SyntaxChecker
Gets the OID of the attribute syntax.
getTargetEntry(ModificationItemImpl[], Attributes) - 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.SearchRequest
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.SearchRequest
Get the time limit
getTimeLimit() - Method in interface org.apache.directory.shared.ldap.message.SearchRequest
Gets the timelimit that restricts the maximum time (in seconds) allowed for a search.
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
 
getTransformer() - Method in class org.apache.directory.shared.ldap.codec.TwixProvider
Gets the transformer associated with this provider.
getTransformer() - Method in class org.apache.directory.shared.ldap.message.spi.Provider
Gets the transformer associated with this provider.
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.AbstractMessage
Gets the LDAP message type code associated with this Message.
getType() - Method in interface org.apache.directory.shared.ldap.message.Control
Gets the OID of the Control to identify the control type.
getType() - Method in class org.apache.directory.shared.ldap.message.ControlImpl
Gets the OID of the Control to identify the control type.
getType() - Method in class org.apache.directory.shared.ldap.message.ManageDsaITControl
Returns "2.16.840.1.113730.3.4.2" everytime.
getType() - Method in interface org.apache.directory.shared.ldap.message.Message
Gets the LDAP message type code associated with this Message.
getType() - Method in class org.apache.directory.shared.ldap.schema.DefaultObjectClass
 
getType() - Method in interface org.apache.directory.shared.ldap.schema.ObjectClass
Gets the type of this ObjectClass as a type safe enum.
getTypesOnly() - Method in interface org.apache.directory.shared.ldap.message.SearchRequest
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.LdapMessage
Get a UnBindRequest ldapObject, assuming that the caller knows that it is the LdapMessage exact type.
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 class 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.
getUpName() - Method in class org.apache.directory.shared.ldap.name.AttributeTypeAndValue
Get the user provided form of this attribute type and value
getUpName() - Method in class org.apache.directory.shared.ldap.name.LdapDN
Get the initial DN (without normalization)
getUpName() - Method in class org.apache.directory.shared.ldap.name.Rdn
Returns a String representation of the 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.AttributeTypeAndValue
Get the user provided type of a AttributeTypeAndValue
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)
getUsage() - Method in class org.apache.directory.shared.ldap.schema.AbstractAttributeType
 
getUsage() - Method in interface org.apache.directory.shared.ldap.schema.AttributeType
Determines the usage for this AttributeType.
getUsage(String) - Static method in class org.apache.directory.shared.ldap.schema.MatchingRuleEnum
Gets the enumeration type for the usage string regardless of case.
getUsage(String) - Static method in class org.apache.directory.shared.ldap.schema.UsageEnum
Gets the enumeration type for the attributeType usage string regardless of case.
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.
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.search.controls.ChangeType
 
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 interface org.apache.directory.shared.ldap.message.Control
Gets the ASN.1 BER encoded value of the control which would have its own custom ASN.1 defined structure based on the nature of the control.
getValue() - Method in class org.apache.directory.shared.ldap.message.ControlImpl
Gets the ASN.1 BER encoded value of the control which would have its own custom ASN.1 defined structure based on the nature of the control.
getValue() - Method in class org.apache.directory.shared.ldap.message.ManageDsaITControl
Returns an empty byte[] everytime.
getValue() - Method in class org.apache.directory.shared.ldap.name.AttributeTypeAndValue
Get the Value of a AttributeTypeAndValue
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 class org.apache.directory.shared.ldap.name.Rdn
Return the value, or the first one of we have more than one (the lowest)
getValue() - Method in interface org.apache.directory.shared.ldap.util.KeyValue
Gets the value from the pair.
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.
getValue() - Method in class org.apache.directory.shared.ldap.util.ValuedEnum
Get value of enum item.
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.BindRequest
Get the protocol version
getVersion() - Method in class org.apache.directory.shared.ldap.ldif.LdifReader
 
getVersion3() - Method in interface org.apache.directory.shared.ldap.message.BindRequest
Gets whether or not the Ldap v3 protocol is used.
getVersion3() - Method in class org.apache.directory.shared.ldap.message.BindRequestImpl
Gets whether or not the Ldap v3 protocol is used.
getYear(String) - Static method in class org.apache.directory.shared.ldap.util.DateUtils
 
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.GracefulDisconnectStatesEnum
Sequence
GRACEFUL_SHUTDOWN_SEQUENCE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.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
An extended operation to proceed a graceful disconnect
GracefulDisconnect(int, int) - Constructor for class org.apache.directory.shared.ldap.codec.extended.operations.GracefulDisconnect
Create a GracefulDisconnect object, with a timeOffline and a delay
GracefulDisconnect() - Constructor for class org.apache.directory.shared.ldap.codec.extended.operations.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
A container for the GracefulDisconnect codec.
GracefulDisconnectContainer() - Constructor for class org.apache.directory.shared.ldap.codec.extended.operations.GracefulDisconnectContainer
Creates a new GracefulDisconnectContainer object.
GracefulDisconnectDecoder - Class in org.apache.directory.shared.ldap.codec.extended.operations
A decoder for GracefulDisconnects.
GracefulDisconnectDecoder() - Constructor for class org.apache.directory.shared.ldap.codec.extended.operations.GracefulDisconnectDecoder
 
GracefulDisconnectGrammar - Class in org.apache.directory.shared.ldap.codec.extended.operations
This class implements the Graceful Disconnect.
GracefulDisconnectStatesEnum - Class in org.apache.directory.shared.ldap.codec.extended.operations
This class store the GracefulDisconnect's grammar constants.
GracefulShutdown - Class in org.apache.directory.shared.ldap.codec.extended.operations
An extended operation to proceed a graceful shutdown
GracefulShutdown() - Constructor for class org.apache.directory.shared.ldap.codec.extended.operations.GracefulShutdown
 
GracefulShutdownContainer - Class in org.apache.directory.shared.ldap.codec.extended.operations
A container for the GracefulShutdown codec.
GracefulShutdownContainer() - Constructor for class org.apache.directory.shared.ldap.codec.extended.operations.GracefulShutdownContainer
Creates a new GracefulShutdownContainer object.
GracefulShutdownDecoder - Class in org.apache.directory.shared.ldap.codec.extended.operations
A decoder for GracefulShutdowns.
GracefulShutdownDecoder() - Constructor for class org.apache.directory.shared.ldap.codec.extended.operations.GracefulShutdownDecoder
 
GracefulShutdownGrammar - Class in org.apache.directory.shared.ldap.codec.extended.operations
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
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.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.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
 
GREATEREQ - Static variable in class org.apache.directory.shared.ldap.filter.AbstractExprNode
greater than or equal to assertion node
GREATEROREQUAL - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterParserTokenTypes
 
GREATEROREQUAL - Static variable in interface org.apache.directory.shared.ldap.filter.FilterLexerTokenTypes
 

H

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.
hasError() - Method in class org.apache.directory.shared.ldap.ldif.LdifReader
 
hashCode() - Method in class org.apache.directory.shared.ldap.name.AttributeTypeAndValue
Gets the hashcode of this object.
hashCode() - Method in class org.apache.directory.shared.ldap.name.LdapDN
Gets the hashcode 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
Based on the hashCode of the oid property.
hashCode() - Method in class org.apache.directory.shared.ldap.schema.AbstractSyntax
Based on the hashCode of the oid property.
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.Enum
Returns a suitable hashCode for the enumeration.
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.
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.ldif.LdifReader
Tests to see if another LDIF is on the input channel.
hasNext() - Method in class org.apache.directory.shared.ldap.message.LockableAttributesImpl.AttributeIterator
Returns true if the iteration has more elements.
hasNext() - Method in class org.apache.directory.shared.ldap.util.JoinIterator
 
hasResponse() - Method in class org.apache.directory.shared.ldap.message.AbstractRequest
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.Request
Tests to see if this Request produces one or more response types.
HEX_VALUE - Static variable in class org.apache.directory.shared.ldap.util.StringTools
<hex> ::= [0x30-0x39] | [0x41-0x46] | [0x61-0x66]
HEXDIG - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterParserTokenTypes
 
HEXDIG - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterValueParserTokenTypes
 
HEXDIG - Static variable in interface org.apache.directory.shared.ldap.filter.FilterLexerTokenTypes
 
HEXDIG - Static variable in interface org.apache.directory.shared.ldap.filter.FilterValueLexerTokenTypes
 
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.
HYPHEN - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 

I

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.AntlrACIItemParserTokenTypes
 
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.AntlrACIItemParserTokenTypes
 
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.AntlrSubtreeSpecificationParserTokenTypes
 
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.AntlrACIItemParserTokenTypes
 
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.AntlrSubtreeSpecificationParserTokenTypes
 
ID_basicLevels - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
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.AntlrSubtreeSpecificationParserTokenTypes
 
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.AntlrSubtreeSpecificationParserTokenTypes
 
ID_classes - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
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.AntlrACIItemParserTokenTypes
 
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.AntlrACIItemParserTokenTypes
 
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.AntlrACIItemParserTokenTypes
 
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.AntlrACIItemParserTokenTypes
 
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.AntlrACIItemParserTokenTypes
 
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.AntlrACIItemParserTokenTypes
 
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.AntlrACIItemParserTokenTypes
 
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.AntlrACIItemParserTokenTypes
 
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.AntlrACIItemParserTokenTypes
 
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.AntlrACIItemParserTokenTypes
 
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.AntlrACIItemParserTokenTypes
 
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.AntlrACIItemParserTokenTypes
 
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.AntlrACIItemParserTokenTypes
 
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.AntlrACIItemParserTokenTypes
 
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.AntlrACIItemParserTokenTypes
 
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.AntlrSubtreeSpecificationParserTokenTypes
 
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.AntlrACIItemParserTokenTypes
 
ID_itemPermissions - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
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.AntlrACIItemParserTokenTypes
 
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.AntlrACIItemParserTokenTypes
 
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.AntlrSubtreeSpecificationParserTokenTypes
 
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.AntlrACIItemParserTokenTypes
 
ID_minimum - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
ID_name - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
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.AntlrACIItemParserTokenTypes
 
ID_not - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
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.AntlrSubtreeSpecificationParserTokenTypes
 
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.AntlrACIItemParserTokenTypes
 
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.AntlrACIItemParserTokenTypes
 
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.AntlrACIItemParserTokenTypes
 
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.AntlrACIItemParserTokenTypes
 
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.AntlrACIItemParserTokenTypes
 
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.AntlrACIItemParserTokenTypes
 
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.AntlrACIItemParserTokenTypes
 
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.AntlrACIItemParserTokenTypes
 
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.AntlrACIItemParserTokenTypes
 
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.AntlrACIItemParserTokenTypes
 
ID_valuesIn - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
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.
IMPORT - Static variable in class org.apache.directory.shared.ldap.aci.MicroOperation
 
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
 
INAPPROPRIATEAUTHENTICATION - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
This error should be returned by the server when the client has tried to use a method of authentication that is inappropriate, that is a method of authentication which the client is unable to use correctly.
INAPPROPRIATEAUTHENTICATION_VAL - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
 
INAPPROPRIATEMATCHING - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
An attempt was made, e.g., in a filter, to use a matching rule not defined for the attribute type concerned [X511, Section 12.4].
INAPPROPRIATEMATCHING_VAL - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
 
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
 
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(Map) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
Creates a (normalizing) subordinate DnParser for parsing Names.
init(Map) - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParser
Does nothing.
InitAndFilterAction - Class in org.apache.directory.shared.ldap.codec.actions
The action used to initialize the AND filter
InitAndFilterAction() - Constructor for class org.apache.directory.shared.ldap.codec.actions.InitAndFilterAction
 
InitApproxMatchFilterAction - Class in org.apache.directory.shared.ldap.codec.actions
The action used to initialize the Approx Match filter
InitApproxMatchFilterAction() - Constructor for class org.apache.directory.shared.ldap.codec.actions.InitApproxMatchFilterAction
 
InitAssertionValueFilterAction - Class in org.apache.directory.shared.ldap.codec.actions
The action used to initialize the Assertion Value filter
InitAssertionValueFilterAction() - Constructor for class org.apache.directory.shared.ldap.codec.actions.InitAssertionValueFilterAction
 
InitAttributeDescFilterAction - Class in org.apache.directory.shared.ldap.codec.actions
The action used to initialize the AttributeDesc filter
InitAttributeDescFilterAction() - Constructor for class org.apache.directory.shared.ldap.codec.actions.InitAttributeDescFilterAction
 
InitAttributeDescListAction - Class in org.apache.directory.shared.ldap.codec.actions
The action used to initialize the AttributeDesc list
InitAttributeDescListAction() - Constructor for class org.apache.directory.shared.ldap.codec.actions.InitAttributeDescListAction
 
initAttributes() - Method in class org.apache.directory.shared.ldap.codec.add.AddRequest
Initialize the ArrayList for attributes.
initControls() - Method in class org.apache.directory.shared.ldap.codec.LdapMessage
Init the controls array
initControls() - Method in class org.apache.directory.shared.ldap.message.AbstractMessage
Initialize the controls list
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
 
InitLessOrEqualFilterAction - Class in org.apache.directory.shared.ldap.codec.actions
The action used to initialize the Less Or Equal filter
InitLessOrEqualFilterAction() - Constructor for class org.apache.directory.shared.ldap.codec.actions.InitLessOrEqualFilterAction
 
initModifications() - Method in class org.apache.directory.shared.ldap.codec.modify.ModifyRequest
Initialize the ArrayList for modifications.
InitNotFilterAction - Class in org.apache.directory.shared.ldap.codec.actions
The action used to initialize the NOT filter
InitNotFilterAction() - Constructor for class org.apache.directory.shared.ldap.codec.actions.InitNotFilterAction
 
InitOrFilterAction - Class in org.apache.directory.shared.ldap.codec.actions
The action used to initialize the OR filter
InitOrFilterAction() - Constructor for class org.apache.directory.shared.ldap.codec.actions.InitOrFilterAction
 
InitPresentFilterAction - Class in org.apache.directory.shared.ldap.codec.actions
The action used to initialize the Present filter
InitPresentFilterAction() - Constructor for class org.apache.directory.shared.ldap.codec.actions.InitPresentFilterAction
 
initReferrals() - Method in class org.apache.directory.shared.ldap.codec.LdapResult
Initialize the referrals list
InitReferralsAction - Class in org.apache.directory.shared.ldap.codec.actions
The action used to init referrals to a LdapTresult
InitReferralsAction() - Constructor for class org.apache.directory.shared.ldap.codec.actions.InitReferralsAction
 
InitSubstringsFilterAction - Class in org.apache.directory.shared.ldap.codec.actions
The action used to initialize the Substrings filter
InitSubstringsFilterAction() - Constructor for class org.apache.directory.shared.ldap.codec.actions.InitSubstringsFilterAction
 
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.BinarySyntaxChecker
an instance so we don't have to create one every time
INSTANCE - Static variable in class org.apache.directory.shared.ldap.schema.ByteArrayComparator
 
INSTANCE - Static variable in class org.apache.directory.shared.ldap.schema.NoOpNormalizer
 
INSTANCE - Static variable in class org.apache.directory.shared.ldap.util.BigIntegerComparator
A instance of this comparator
INSUFFICIENT_ACCESS_RIGHTS - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
INSUFFICIENTACCESSRIGHTS - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
The requestor does not have the right to carry out the requested operation [X511, Section 12.7].
INSUFFICIENTACCESSRIGHTS_VAL - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
 
INTEGER - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
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.AntlrACIItemParserTokenTypes
 
INTEGER_OR_NUMERICOID - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
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
 
INVALIDATTRIBUTESYNTAX - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
This error should be returned by the server if the attribute syntax for the attribute value, specified as an argument of the operation, is unrecognized or invalid.
INVALIDATTRIBUTESYNTAX_VAL - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
 
INVALIDATTRIBUTEVALUEEXCEPTION_CODES - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
A set of ResultCodes containing those that may correspond to a Exception.
INVALIDCREDENTIALS - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
This error code is returned if the DN or password used in a simple bind operation is incorrect, or if the DN or password is incorrect for some other reason, e.g.
INVALIDCREDENTIALS_VAL - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
 
INVALIDDNSYNTAX - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
This error should be returned by the server if the DN syntax is incorrect.
INVALIDDNSYNTAX_VAL - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
 
INVALIDNAMEEXCEPTION_CODES - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
A set of ResultCodes containing those that may correspond to a Exception.
INVOKE - Static variable in class org.apache.directory.shared.ldap.aci.MicroOperation
 
IS_JAVA_1_1 - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
Is true if this is Java version 1.1 (also 1.1.x versions).
IS_JAVA_1_2 - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
Is true if this is Java version 1.2 (also 1.2.x versions).
IS_JAVA_1_3 - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
Is true if this is Java version 1.3 (also 1.3.x versions).
IS_JAVA_1_4 - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
Is true if this is Java version 1.4 (also 1.4.x versions).
IS_JAVA_1_5 - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
Is true if this is Java version 1.5 (also 1.5.x versions).
IS_OS_AIX - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
Is true if this is AIX.
IS_OS_HP_UX - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
Is true if this is HP-UX.
IS_OS_IRIX - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
Is true if this is Irix.
IS_OS_LINUX - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
Is true if this is Linux.
IS_OS_MAC - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
Is true if this is Mac.
IS_OS_MAC_OSX - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
Is true if this is Mac.
IS_OS_OS2 - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
Is true if this is OS/2.
IS_OS_SOLARIS - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
Is true if this is Solaris.
IS_OS_SUN_OS - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
Is true if this is SunOS.
IS_OS_UNIX - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
Is true if this is a POSIX compilant system, as in any of AIX, HP-UX, Irix, Linux, MacOSX, Solaris or SUN OS.
IS_OS_WINDOWS - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
Is true if this is Windows.
IS_OS_WINDOWS_2000 - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
Is true if this is Windows 2000.
IS_OS_WINDOWS_95 - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
Is true if this is Windows 95.
IS_OS_WINDOWS_98 - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
Is true if this is Windows 98.
IS_OS_WINDOWS_ME - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
Is true if this is Windows ME.
IS_OS_WINDOWS_NT - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
Is true if this is Windows NT.
IS_OS_WINDOWS_XP - Static variable in class org.apache.directory.shared.ldap.util.SystemUtils
Is true if this is Windows XP.
isAbandoned() - Method in interface org.apache.directory.shared.ldap.message.AbandonableRequest
Checks to see if this request has been abandoned.
isAbandoned() - Method in class org.apache.directory.shared.ldap.message.AbstractAbandonableRequest
 
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]
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).
isAppendStatics() - Method in class org.apache.directory.shared.ldap.util.ReflectionToStringBuilder
Gets whether or not to append static fields.
isAppendTransients() - Method in class org.apache.directory.shared.ldap.util.ReflectionToStringBuilder
Gets whether or not to append transient fields.
isArrayContentDetail() - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Gets whether to output array content detail.
isAssignable(Class[], Class[]) - Static method in class org.apache.directory.shared.ldap.util.ClassUtils
Checks if an array of Classes can be assigned to another array of Classes.
isAssignable(Class, Class) - Static method in class org.apache.directory.shared.ldap.util.ClassUtils
Checks if one Class can be assigned to a variable of another Class.
isBinary(String) - Method in class org.apache.directory.shared.ldap.codec.LdapMessageContainer
 
isCanUserModify() - Method in class org.apache.directory.shared.ldap.schema.AbstractAttributeType
 
isCanUserModify() - Method in interface org.apache.directory.shared.ldap.schema.AttributeType
Gets whether or not this AttributeType can be modified by a user.
isCaseIgnored() - Method in class org.apache.directory.shared.ldap.message.LockableAttributesImpl
Determines whether the attribute set ignores the case of attribute identifiers when retrieving or adding attributes.
isChangeAdd() - Method in class org.apache.directory.shared.ldap.ldif.Entry
 
isChangeDelete() - Method in class org.apache.directory.shared.ldap.ldif.Entry
 
isChangeModDn() - Method in class org.apache.directory.shared.ldap.ldif.Entry
 
isChangeModify() - Method in class org.apache.directory.shared.ldap.ldif.Entry
 
isChangeModRdn() - Method in class org.apache.directory.shared.ldap.ldif.Entry
 
isChangesOnly() - Method in class org.apache.directory.shared.ldap.codec.search.controls.PSearchControl
 
isChangesOnly() - Method in class org.apache.directory.shared.ldap.message.PersistentSearchControl
 
isCharASCII(byte[], int, char) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Test if the current character is equal to a specific character.
isCharASCII(char[], int, char) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Test if the current character is equal to a specific character.
isCharASCII(String, int, char) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Test if the current character is equal to a specific character.
isCollective() - Method in class org.apache.directory.shared.ldap.schema.AbstractAttributeType
 
isCollective() - Method in interface org.apache.directory.shared.ldap.schema.AttributeType
Gets whether or not this AttributeType is a collective attribute.
isConjunction() - Method in class org.apache.directory.shared.ldap.filter.BranchNode
Tests whether or not this node is a conjunction (a AND'ed branch).
isCritical() - Method in class org.apache.directory.shared.ldap.ldif.LdifControl
Returns the criticality of the current control
isCritical() - Method in interface org.apache.directory.shared.ldap.message.Control
Determines whether or not this control is critical for the correct operation of a request or response message.
isCritical() - Method in class org.apache.directory.shared.ldap.message.ControlImpl
Determines whether or not this control is critical for the correct operation of a request or response message.
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
 
isDeleteOldRDN() - Method in class org.apache.directory.shared.ldap.codec.modifyDn.ModifyDNRequest
Tells if the old RDN is to be deleted
isDeleteOldRdn() - Method in class org.apache.directory.shared.ldap.ldif.Entry
 
isDescendant(Name, Name) - Static method in class org.apache.directory.shared.ldap.util.NamespaceTools
Tests to see if a candidate entry is a descendant of a base.
isDigit(byte[]) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Test if the current character is a digit <digit> ::= '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9'
isDigit(char) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Test if the current character is a digit <digit> ::= '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9'
isDigit(byte[], int) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Test if the current character is a digit <digit> ::= '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9'
isDigit(char[], int) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Test if the current character is a digit <digit> ::= '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9'
isDigit(String, int) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Test if the current character is a digit <digit> ::= '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9'
isDigit(char[]) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Test if the current character is a digit <digit> ::= '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9'
isDisjunction() - Method in class org.apache.directory.shared.ldap.filter.BranchNode
Tests whether or not this node is a disjunction (a OR'ed branch).
isDnAttributes() - Method in class org.apache.directory.shared.ldap.codec.search.ExtensibleMatchFilter
Get the dnAttributes flag
isEmpty() - Method in exception org.apache.directory.shared.ldap.MultiException
Tests to see if there are any nested exceptions within this MultiException.
isEmpty() - Method in class org.apache.directory.shared.ldap.name.LdapDN
Determines whether this name is empty.
isEmpty() - Method in exception org.apache.directory.shared.ldap.RuntimeMultiException
Tests to see if exceptions are nested within this exception.
isEmpty(Object[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Checks if an array of Objects is empty or null.
isEmpty(long[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Checks if an array of primitive longs is empty or null.
isEmpty(int[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Checks if an array of primitive ints is empty or null.
isEmpty(short[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Checks if an array of primitive shorts is empty or null.
isEmpty(char[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Checks if an array of primitive chars is empty or null.
isEmpty(byte[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Checks if an array of primitive bytes is empty or null.
isEmpty(double[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Checks if an array of primitive doubles is empty or null.
isEmpty(float[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Checks if an array of primitive floats is empty or null.
isEmpty(boolean[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Checks if an array of primitive booleans is empty or null.
isEmpty() - Method in class org.apache.directory.shared.ldap.util.PreferencesDictionary
 
isEmpty() - Method in class org.apache.directory.shared.ldap.util.SequencedHashMap
Implements Map.isEmpty().
isEmpty(String) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Checks if a String is empty ("") or null.
isEmpty(byte[]) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Checks if a bytes array is empty or null.
isEntry() - Method in class org.apache.directory.shared.ldap.ldif.Entry
 
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.
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]
isHumanReadible() - Method in class org.apache.directory.shared.ldap.schema.AbstractSyntax
 
isHumanReadible() - Method in interface org.apache.directory.shared.ldap.schema.Syntax
Gets whether or not the Syntax is human readible.
isInnerClass(Class) - Static method in class org.apache.directory.shared.ldap.util.ClassUtils
Is the specified class an inner class or static nested class.
isJavaAwtHeadless() - Static method in class org.apache.directory.shared.ldap.util.SystemUtils
Returns whether the SystemUtils.JAVA_AWT_HEADLESS value is true.
isJavaVersionAtLeast(float) - Static method in class org.apache.directory.shared.ldap.util.SystemUtils
Is the Java version at least the requested version.
isJavaVersionAtLeast(int) - Static method in class org.apache.directory.shared.ldap.util.SystemUtils
Is the Java version at least the requested version.
isLdapV3() - Method in class org.apache.directory.shared.ldap.codec.bind.BindRequest
Check if the Ldap version in use is 3
isLDIFSafe(String) - Static method in class org.apache.directory.shared.ldap.ldif.LdifUtils
Checks if the input String contains only safe values, that is, the data does not need to be encoded for use with LDIF.
isLeaf() - Method in class org.apache.directory.shared.ldap.filter.AssertionNode
Always returns true since an AssertionNode has no children.
isLeaf() - Method in class org.apache.directory.shared.ldap.filter.BranchNode
 
isLeaf() - Method in interface org.apache.directory.shared.ldap.filter.ExprNode
Tests to see if this node is a leaf or branch node.
isLeaf() - Method in class org.apache.directory.shared.ldap.filter.LeafNode
Gets whether this node is a leaf - the answer is always true here.
isLeaf() - Method in class org.apache.directory.shared.ldap.filter.ScopeNode
Always returns true since a scope node has no children.
isMove() - Method in interface org.apache.directory.shared.ldap.message.ModifyDnRequest
Gets whether or not this request is a DN change resulting in a move operation.
isMove() - Method in class org.apache.directory.shared.ldap.message.ModifyDnRequestImpl
Gets whether or not this request is a DN change resulting in a move operation.
isNegation() - Method in class org.apache.directory.shared.ldap.filter.BranchNode
Tests whether or not this node is a negation (a NOT'ed branch).
isNestedThrowable(Throwable) - Static method in class org.apache.directory.shared.ldap.util.ExceptionUtils
Checks whether this Throwable class can store a cause.
isNormalizing() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParser
 
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.
isNotEmpty(String) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Checks if a String is not empty ("") and not null.
isNotificationEnabled(ChangeType) - Method in class org.apache.directory.shared.ldap.message.PersistentSearchControl
 
isObsolete - Variable in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
whether or not this SchemaObject is active
isObsolete() - Method in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
 
isObsolete() - Method in interface org.apache.directory.shared.ldap.schema.SchemaObject
Gets whether or not this SchemaObject has been inactivated.
isOrdered() - Method in class org.apache.directory.shared.ldap.message.LockableAttributeImpl
Always returns true since list is used to preserve value addition order.
isPairChar(byte[], int) - Static method in class org.apache.directory.shared.ldap.codec.util.DNUtils
Check if the current character is a Pair Char ::= ',' | '=' | '+' | '<' | '>' | '#' | ';' | '\' | '"' | [0-9a-fA-F] [0-9a-fA-F]
isPairChar(char[], int) - Static method in class org.apache.directory.shared.ldap.codec.util.DNUtils
Check if the current character is a Pair Char ::= ',' | '=' | '+' | '<' | '>' | '#' | ';' | '\' | '"' | [0-9a-fA-F] [0-9a-fA-F]
isPairChar(byte[], int) - Static method in class org.apache.directory.shared.ldap.util.DNUtils
Check if the current character is a Pair Char <pairchar> ::= ',' | '=' | '+' | '<' | '>' | '#' | ';' | '\' | '"' | [0-9a-fA-F] [0-9a-fA-F]
isPairChar(char[], int) - Static method in class org.apache.directory.shared.ldap.util.DNUtils
Check if the current character is a Pair Char <pairchar> ::= ',' | '=' | '+' | '<' | '>' | '#' | ';' | '\' | '"' | [0-9a-fA-F] [0-9a-fA-F]
isPairChar(String, int) - Static method in class org.apache.directory.shared.ldap.util.DNUtils
Check if the current character is a Pair Char <pairchar> ::= ' ' | ',' | '=' | '+' | '<' | '>' | '#' | ';' | '\' | '"' | [0-9a-fA-F] [0-9a-fA-F]
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.
isQuoteChar(byte[], int) - Static method in class org.apache.directory.shared.ldap.codec.util.DNUtils
Check if the current character is a Quote Char We are testing Unicode chars ::= [0x00-0xFFFF] - [\"]
isQuoteChar(char[], int) - Static method in class org.apache.directory.shared.ldap.codec.util.DNUtils
Check if the current character is a Quote Char We are testing Unicode chars ::= [0x00-0xFFFF] - [\"]
isQuoteChar(byte[], int) - Static method in class org.apache.directory.shared.ldap.util.DNUtils
Check if the current character is a Quote Char We are testing Unicode chars <quotechar> ::= [0x00-0xFFFF] - [\"]
isQuoteChar(char[], int) - Static method in class org.apache.directory.shared.ldap.util.DNUtils
Check if the current character is a Quote Char We are testing Unicode chars <quotechar> ::= [0x00-0xFFFF] - [\"]
isQuoteChar(String, int) - Static method in class org.apache.directory.shared.ldap.util.DNUtils
Check if the current character is a Quote Char We are testing Unicode chars <quotechar> ::= [0x00-0xFFFF] - [\"]
isReferral() - Method in interface org.apache.directory.shared.ldap.message.LdapResult
Gets whether or not this result represents a Referral.
isReferral() - Method in class org.apache.directory.shared.ldap.message.LdapResultImpl
Gets whether or not this result represents a Referral.
isReturnECs() - Method in class org.apache.directory.shared.ldap.codec.search.controls.PSearchControl
 
isReturnECs() - Method in class org.apache.directory.shared.ldap.message.PersistentSearchControl
 
isRoot(String) - Static method in class org.apache.directory.shared.ldap.util.NamespaceTools
Checks to see if a distinguished name is a root.
isSameLength(Object[], Object[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameLength(long[], long[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameLength(int[], int[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameLength(short[], short[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameLength(char[], char[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameLength(byte[], byte[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameLength(double[], double[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameLength(float[], float[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameLength(boolean[], boolean[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameType(Object, Object) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Checks whether two arrays are the same type taking into account multi-dimensional arrays.
isSecure() - Method in interface org.apache.directory.shared.ldap.url.LdapUrl
Gets whether or not secure ldaps scheme with SSL is used or normal ldap scheme is used.
isShortClassName() - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Deprecated. Use ToStringStyle.isUseShortClassName() Method will be removed in Commons Lang 3.0.
isSibling(Name, Name) - Static method in class org.apache.directory.shared.ldap.util.NamespaceTools
Checks to see if two names are siblings.
isSimple() - Method in interface org.apache.directory.shared.ldap.message.BindRequest
Checks to see if the authentication mechanism is simple and not SASL based.
isSimple() - Method in class org.apache.directory.shared.ldap.message.BindRequestImpl
Checks to see if the authentication mechanism is simple and not SASL based.
isSingleValue() - Method in class org.apache.directory.shared.ldap.schema.AbstractAttributeType
 
isSingleValue() - Method in interface org.apache.directory.shared.ldap.schema.AttributeType
Gets whether or not this AttributeType is single-valued.
isStringChar(byte[], int) - Static method in class org.apache.directory.shared.ldap.codec.util.DNUtils
Check if the current character is a String Char.
isStringChar(char[], int) - Static method in class org.apache.directory.shared.ldap.codec.util.DNUtils
Check if the current character is a String Char.
isStringChar(byte[], int) - Static method in class org.apache.directory.shared.ldap.util.DNUtils
Check if the current character is a String Char.
isStringChar(char[], int) - Static method in class org.apache.directory.shared.ldap.util.DNUtils
Check if the current character is a String Char.
isStringChar(String, int) - Static method in class org.apache.directory.shared.ldap.util.DNUtils
Check if the current character is a String Char.
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.SearchRequest
Get the typesOnly flag
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.
isUseShortClassName() - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Gets whether to output short or long class names.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.AcceptAllSyntaxChecker
Returns true every time.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.BinarySyntaxChecker
 
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.schema.RegexSyntaxChecker
 
isValidSyntax(Object) - Method in interface org.apache.directory.shared.ldap.schema.SyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isVersion3() - Method in interface org.apache.directory.shared.ldap.message.BindRequest
Checks to see if the Ldap v3 protocol is used.
isVersion3() - Method in class org.apache.directory.shared.ldap.message.BindRequestImpl
Checks to see if the Ldap v3 protocol is used.
isVisible() - Method in class org.apache.directory.shared.ldap.codec.search.controls.SubEntryControl
Check if the subEntry is visible
isVisible() - Method in class org.apache.directory.shared.ldap.message.SubentriesControl
 
item() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
item() - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterParser
A production for matching all non-terminal assertions.
item() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParser
 
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, Collection) - Constructor for class org.apache.directory.shared.ldap.aci.ItemFirstACIItem
Creates a new instance.
itemOrUserFirst() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
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, Collection) - Constructor for class org.apache.directory.shared.ldap.aci.ItemPermission
Creates a new instance
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.ldif.LdifReader
 
iterator() - Method in class org.apache.directory.shared.ldap.name.Rdn
Retrieves the components of this name as an enumeration of strings.
iterator(Class) - Static method in class org.apache.directory.shared.ldap.util.Enum
Gets an Iterator over the Enum objects in an Enum class.
iterator(Class) - Static method in class org.apache.directory.shared.ldap.util.EnumUtils
Gets an Iterator over the Enum objects in an Enum class.
iterator() - Method in class org.apache.directory.shared.ldap.util.SequencedHashMap
Gets an iterator over the keys.
IteratorNamingEnumeration - Class in org.apache.directory.shared.ldap.message
A NamingEnumeration over an Iterator.
IteratorNamingEnumeration(Iterator) - Constructor for class org.apache.directory.shared.ldap.message.IteratorNamingEnumeration
Creates a NamingEnumeration over an Iterator.
iToString - Variable in class org.apache.directory.shared.ldap.util.Enum
The toString representation of the Enum.

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.
JNDI_PROP - Static variable in class org.apache.directory.shared.ldap.message.DerefAliasesEnum
java.naming.ldap.derefAliases JNDI property
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.

K

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.filter.AntlrFilterParserTokenTypes
 
LANGLE - Static variable in interface org.apache.directory.shared.ldap.filter.FilterLexerTokenTypes
 
LAST_EC_STATE - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.EntryChangeControlStatesEnum
terminal state
LAST_GRACEFUL_DISCONNECT_STATE - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulDisconnectStatesEnum
terminal state
LAST_GRACEFUL_SHUTDOWN_STATE - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulShutdownStatesEnum
terminal state
LAST_LDAP_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
LAST_PSEARCH_STATE - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.PSearchControlStatesEnum
terminal state
LAST_SUB_ENTRY_STATE - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.SubEntryControlStatesEnum
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
 
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
 
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.
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
 
LdapDecoder - Class in org.apache.directory.shared.ldap.codec
The Ldap decoder.
LdapDecoder() - Constructor for class org.apache.directory.shared.ldap.codec.LdapDecoder
Standard LdapDecoder constructor.
LdapDN - Class in org.apache.directory.shared.ldap.name
The LdapDN class contains a DN (Distinguished Name).
LdapDN() - Constructor for class org.apache.directory.shared.ldap.name.LdapDN
Construct an empty LdapDN object
LdapDN(Name) - Constructor for class org.apache.directory.shared.ldap.name.LdapDN
Transduces, or copies a Name to an LdapDN.
LdapDN(String) - Constructor for class org.apache.directory.shared.ldap.name.LdapDN
Parse a String and checks that it is a valid DN
LdapDN(byte[]) - Constructor for class org.apache.directory.shared.ldap.name.LdapDN
Parse a buffer and checks that it is a valid DN
LdapDnParser - Class in org.apache.directory.shared.ldap.name
This class parses a DN.
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.
LdapMessage - Class in org.apache.directory.shared.ldap.codec
The main ldapObject : every Ldap Message are encapsulated in it.
LdapMessage() - Constructor for class org.apache.directory.shared.ldap.codec.LdapMessage
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(Set) - 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.
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
 
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) - Constructor for exception org.apache.directory.shared.ldap.exception.LdapReferralException
 
LdapReferralException(Collection, String) - Constructor for exception org.apache.directory.shared.ldap.exception.LdapReferralException
 
LdapResponse - Class in org.apache.directory.shared.ldap.codec
A generic LdapResponse Object.
LdapResponse() - Constructor for class org.apache.directory.shared.ldap.codec.LdapResponse
Creates a new LdapResponse object.
LdapResult - Class in org.apache.directory.shared.ldap.codec
A ldapObject to store the LdapResult
LdapResult() - Constructor for class org.apache.directory.shared.ldap.codec.LdapResult
Creates a new LdapResult object.
LdapResult - Interface in org.apache.directory.shared.ldap.message
LDAPv3 result structure embedded into Responses.
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
 
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.
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
 
LdapURL - Class in org.apache.directory.shared.ldap.codec.util
Decodes a LdapUrl, and checks that it complies with the RFC 2255.
LdapURL() - Constructor for class org.apache.directory.shared.ldap.codec.util.LdapURL
Construct an empty LdapURL
LdapURL(String) - Constructor for class org.apache.directory.shared.ldap.codec.util.LdapURL
Create a new LdapURL from a String after having parsed it.
LdapURL(byte[]) - Constructor for class org.apache.directory.shared.ldap.codec.util.LdapURL
Create a new LdapURL after having parsed it.
LdapUrl - Interface in org.apache.directory.shared.ldap.url
A parsed LDAP URL.
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
LdapUrlParser - Interface in org.apache.directory.shared.ldap.url
An LDAP URL parser.
LdifComposer - Interface in org.apache.directory.shared.ldap.ldif
Builds or composes an Ldap Data Interchange Format representation of an Entry.
LdifComposerImpl - Class in org.apache.directory.shared.ldap.ldif
An LDAP Data Interchange Format (LDIF) composer.
LdifComposerImpl() - Constructor for class org.apache.directory.shared.ldap.ldif.LdifComposerImpl
 
LdifControl - Class in org.apache.directory.shared.ldap.ldif
The LdifControl class stores a control defined for an entry found in a ldif file.
LdifControl(OID) - Constructor for class org.apache.directory.shared.ldap.ldif.LdifControl
Create a new Control
LdifReader - Class in org.apache.directory.shared.ldap.ldif
<ldif-file> ::= "version:" <fill> <number> <seps> <dn-spec> <sep> <ldif-content-change> <ldif-content-change> ::= <number> <oid> <options-e> <value-spec> <sep> <attrval-specs-e> <ldif-attrval-record-e> | <alpha> <chars-e> <options-e> <value-spec> <sep> <attrval-specs-e> <ldif-attrval-record-e> | "control:" <fill> <number> <oid> <spaces-e> <criticality> <value-spec-e> <sep> <controls-e> "changetype:" <fill> <changerecord-type> <ldif-change-record-e> | "changetype:" <fill> <changerecord-type> <ldif-change-record-e> <ldif-attrval-record-e> ::= <seps> <dn-spec> <sep> <attributeType> <options-e> <value-spec> <sep> <attrval-specs-e> <ldif-attrval-record-e> | e <ldif-change-record-e> ::= <seps> <dn-spec> <sep> <controls-e> "changetype:" <fill> <changerecord-type> <ldif-change-record-e> | e <dn-spec> ::= "dn:" <fill> <safe-string> | "dn::" <fill> <base64-string> <controls-e> ::= "control:" <fill> <number> <oid> <spaces-e> <criticality> <value-spec-e> <sep> <controls-e> | e <criticality> ::= "true" | "false" | e <oid> ::= '.' <number> <oid> | e <attrval-specs-e> ::= <number> <oid> <options-e> <value-spec> <sep> <attrval-specs-e> | <alpha> <chars-e> <options-e> <value-spec> <sep> <attrval-specs-e> | e <value-spec-e> ::= <value-spec> | e <value-spec> ::= ':' <fill> <safe-string-e> | "::" <fill> <base64-chars> | ":<" <fill> <url> <attributeType> ::= <number> <oid> | <alpha> <chars-e> <options-e> ::= ';' <char> <chars-e> <options-e> |e <chars-e> ::= <char> <chars-e> | e <changerecord-type> ::= "add" <sep> <attributeType> <options-e> <value-spec> <sep> <attrval-specs-e> | "delete" <sep> | "modify" <sep> <mod-type> <fill> <attributeType> <options-e> <sep> <attrval-specs-e> <sep> '-' <sep> <mod-specs-e> | "moddn" <sep> <newrdn> <sep> "deleteoldrdn:" <fill> <0-1> <sep> <newsuperior-e> <sep> | "modrdn" <sep> <newrdn> <sep> "deleteoldrdn:" <fill> <0-1> <sep> <newsuperior-e> <sep> <newrdn> ::= ':' <fill> <safe-string> | "::" <fill> <base64-chars> <newsuperior-e> ::= "newsuperior" <newrdn> | e <mod-specs-e> ::= <mod-type> <fill> <attributeType> <options-e> <sep> <attrval-specs-e> <sep> '-' <sep> <mod-specs-e> | e <mod-type> ::= "add:" | "delete:" | "replace:" <url> ::= <a Uniform Resource Locator, as defined in [6]> LEXICAL ------- <fill> ::= ' ' <fill> | e <char> ::= <alpha> | <digit> | '-' <number> ::= <digit> <digits> <0-1> ::= '0' | '1' <digits> ::= <digit> <digits> | e <digit> ::= '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' <seps> ::= <sep> <seps-e> <seps-e> ::= <sep> <seps-e> | e <sep> ::= 0x0D 0x0A | 0x0A <spaces> ::= ' ' <spaces-e> <spaces-e> ::= ' ' <spaces-e> | e <safe-string-e> ::= <safe-string> | e <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> | e <safe-char> ::= [0x01-0x09] | 0x0B | 0x0C | [0x0E-0x7F] <base64-string> ::= <base64-char> <base64-chars> <base64-chars> ::= <base64-char> <base64-chars> | e <base64-char> ::= 0x2B | 0x2F | [0x30-0x39] | 0x3D | [0x41-9x5A] | [0x61-0x7A] <alpha> ::= [0x41-0x5A] | [0x61-0x7A] COMMENTS -------- - The ldap-oid VN is not correct in the RFC-2849.
LdifReader() - Constructor for class org.apache.directory.shared.ldap.ldif.LdifReader
Constructors
LdifReader(String) - Constructor for class org.apache.directory.shared.ldap.ldif.LdifReader
A constructor which takes a file name
LdifReader(BufferedReader) - Constructor for class org.apache.directory.shared.ldap.ldif.LdifReader
A constructor which takes a BufferedReader
LdifReader(Reader) - Constructor for class org.apache.directory.shared.ldap.ldif.LdifReader
A constructor which takes a Reader
LdifReader(InputStream) - Constructor for class org.apache.directory.shared.ldap.ldif.LdifReader
A constructor which takes an InputStream
LdifReader(File) - Constructor for class org.apache.directory.shared.ldap.ldif.LdifReader
A constructor which takes a File
LdifUtils - Class in org.apache.directory.shared.ldap.ldif
Some LDIF useful methods
LdifUtils() - Constructor for class org.apache.directory.shared.ldap.ldif.LdifUtils
 
LDIGIT - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
LDIGIT - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterParserTokenTypes
 
LDIGIT - Static variable in interface org.apache.directory.shared.ldap.filter.FilterLexerTokenTypes
 
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, int) - Constructor for class org.apache.directory.shared.ldap.filter.LeafNode
Creates a leaf node.
length - Variable in class org.apache.directory.shared.ldap.util.Position
 
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
 
LESSEQ - Static variable in class org.apache.directory.shared.ldap.filter.AbstractExprNode
less than or equal to assertion node
LESSOREQUAL - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterParserTokenTypes
 
LESSOREQUAL - Static variable in interface org.apache.directory.shared.ldap.filter.FilterLexerTokenTypes
 
LIMITEXCEEDEDEXCEPTION_CODES - Static variable in class 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.
list() - Static method in class org.apache.directory.shared.ldap.schema.MatchingRuleEnum
Gets a List of the enumerations for matching rule usage.
list() - Static method in class org.apache.directory.shared.ldap.schema.ObjectClassTypeEnum
Gets a List of the enumerations for the ObjectClass type.
list() - Static method in class org.apache.directory.shared.ldap.schema.UsageEnum
Gets a List of the enumerations for attributeType usage.
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.
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.AntlrSubtreeSpecificationParserTokenTypes
 
LockableAttributeImpl - Class in org.apache.directory.shared.ldap.message
Permanently Lockable ordered JNDI Attribute implementation.
LockableAttributeImpl(String) - Constructor for class org.apache.directory.shared.ldap.message.LockableAttributeImpl
Creates a permanently Attribute on id whose locking behavior is dictated by parent.
LockableAttributeImpl(String, Object) - Constructor for class org.apache.directory.shared.ldap.message.LockableAttributeImpl
Creates a permanently Attribute on id with a single value.
LockableAttributeImpl(String, byte[]) - Constructor for class org.apache.directory.shared.ldap.message.LockableAttributeImpl
Creates a permanently Attribute on id with a single value.
LockableAttributesImpl - Class in org.apache.directory.shared.ldap.message
A case-insensitive Lockable JNDI Attributes implementation.
LockableAttributesImpl() - Constructor for class org.apache.directory.shared.ldap.message.LockableAttributesImpl
Creates an Attributes
LockableAttributesImpl(boolean) - Constructor for class org.apache.directory.shared.ldap.message.LockableAttributesImpl
Creates an Attributes
LockableAttributesImpl(String, Object) - Constructor for class org.apache.directory.shared.ldap.message.LockableAttributesImpl
Creates an Attributes with one Attribute
LockableAttributesImpl(String, Object, boolean) - Constructor for class org.apache.directory.shared.ldap.message.LockableAttributesImpl
Creates an Attributes with one attribute
LockableAttributesImpl.AttributeIterator - Class in org.apache.directory.shared.ldap.message
An iterator which returns Attributes.
LOOP_DETECT - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
LOOPDETECT - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
This error may be returned by the server if it detects an alias or referral loop, and is unable to satisfy the client's request.
LOOPDETECT_VAL - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
 
LOWER_CASE - Static variable in class org.apache.directory.shared.ldap.util.StringTools
lowerCase = 'a' ..
lowerCase(String) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Converts a String to lower case as per String.toLowerCase().
LPAREN - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterParserTokenTypes
 
LPAREN - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterValueParserTokenTypes
 
LPAREN - Static variable in interface org.apache.directory.shared.ldap.filter.FilterLexerTokenTypes
 
LPAREN - Static variable in interface org.apache.directory.shared.ldap.filter.FilterValueLexerTokenTypes
 

M

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.
mainACIItemComponent() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
mALPHA(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
mALPHA(boolean) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterLexer
 
mALPHA(boolean) - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationLexer
 
mAMPERSAND(boolean) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterValueLexer
 
mAMPERSTAND(boolean) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterLexer
 
ManageDsaITControl - Class in org.apache.directory.shared.ldap.codec
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.ManageDsaITControl
Default constructor
ManageDsaITControl - Class in org.apache.directory.shared.ldap.message
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.message.ManageDsaITControl
 
ManageDsaITControlDecoder - Class in org.apache.directory.shared.ldap.codec
A decoder for EntryChangeControls.
ManageDsaITControlDecoder() - Constructor for class org.apache.directory.shared.ldap.codec.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.
map() - Static method in class org.apache.directory.shared.ldap.schema.MatchingRuleEnum
Gets the Map of MatchingRuleEnum objects by name using the MatchingRuleEnum class.
map() - Static method in class org.apache.directory.shared.ldap.schema.ObjectClassTypeEnum
Gets the Map of ClassTypeEnum objects by name using the ClassTypeEnum class.
map() - Static method in class org.apache.directory.shared.ldap.schema.UsageEnum
Gets the Map of UsageEnum objects by name using the UsageEnum class.
mAPPROX(boolean) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterLexer
 
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.
mASTERISK(boolean) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterLexer
 
mASTERISK(boolean) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterValueLexer
 
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
 
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 - Interface in org.apache.directory.shared.ldap.schema
A matchingRule definition.
MatchingRuleEnum - Class in org.apache.directory.shared.ldap.schema
Type safe enum for a matching rule's comparator and normalizer component usage string.
MatchingRuleUse - Interface in org.apache.directory.shared.ldap.schema
Represents an LDAP MatchingRuleUseDescription defined in RFC 2252.
mATTRIBUTEDESCRIPTION(boolean) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterLexer
 
maxImmSub() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
maxValueCount() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
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.AntlrSubtreeSpecificationLexer
 
mCOLON(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
mCOLON(boolean) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterLexer
 
mCOLON(boolean) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterValueLexer
 
mCOLON(boolean) - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationLexer
 
mCOLONEQUALS(boolean) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterLexer
 
mDESCR(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
mDESCR(boolean) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterLexer
 
mDESCR(boolean) - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationLexer
 
mDIGIT(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
mDIGIT(boolean) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterLexer
 
mDIGIT(boolean) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterValueLexer
 
mDIGIT(boolean) - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationLexer
 
mDN(boolean) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterLexer
 
mDOT(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
mDOT(boolean) - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationLexer
 
MECHANISM_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
mEQUALS(boolean) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterLexer
 
mESC(boolean) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterValueLexer
 
mESCAPED(boolean) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterValueLexer
 
Message - Interface in org.apache.directory.shared.ldap.message
Root interface for all LDAP message type interfaces.
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(Hashtable) - 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(Hashtable) - 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 - Class in org.apache.directory.shared.ldap.message
Type safe enumeration over the various LDAPv3 message types.
mEXCLAMATION(boolean) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterLexer
 
mEXCLAMATION(boolean) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterValueLexer
 
mFILTER(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
mFILTER_VALUE(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
mGREATEROREQUAL(boolean) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterLexer
 
mHEXDIG(boolean) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterValueLexer
 
mHYPHEN(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
MicroOperation - Class in org.apache.directory.shared.ldap.aci
An enumeration that represents all micro-operations that makes up LDAP operations.
mINTEGER(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
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.AntlrACIItemLexer
 
mINTEGER_OR_NUMERICOID(boolean) - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationLexer
 
mLANGLE(boolean) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterLexer
 
mLDIGIT(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
mLDIGIT(boolean) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterLexer
 
mLDIGIT(boolean) - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationLexer
 
mLESSOREQUAL(boolean) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterLexer
 
mLPAREN(boolean) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterLexer
 
mLPAREN(boolean) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterValueLexer
 
mNORMAL(boolean) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterValueLexer
 
mNUMBER(boolean) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterLexer
 
mNUMERICOID(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
mNUMERICOID(boolean) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterLexer
 
mNUMERICOID(boolean) - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationLexer
 
MODDN - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.ChangeType
 
MODDN - Static variable in class org.apache.directory.shared.ldap.ldif.Entry
 
MODDN_VALUE - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.ChangeType
 
MODDNREQUEST - Static variable in class org.apache.directory.shared.ldap.message.MessageTypeEnum
Modify DN request protocol message type
MODDNREQUEST_VAL - Static variable in class org.apache.directory.shared.ldap.message.MessageTypeEnum
Modify DN request protocol message type value
MODDNRESPONSE - Static variable in class org.apache.directory.shared.ldap.message.MessageTypeEnum
Modify DN response protocol message type
MODDNRESPONSE_VAL - Static variable in class org.apache.directory.shared.ldap.message.MessageTypeEnum
Modify DN response protocol message type value
MODIFICATION_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
ModificationItemImpl - Class in org.apache.directory.shared.ldap.message
A specific version of this class, which do a transformation of a BasicAttribute to a LockableAttributeImpl when created.
ModificationItemImpl(int, Attribute) - Constructor for class org.apache.directory.shared.ldap.message.ModificationItemImpl
Create a modificationItemImpl
ModificationItemImpl(ModificationItem) - Constructor for class org.apache.directory.shared.ldap.message.ModificationItemImpl
Create a modificationItemImpl from a modificationItem
ModificationItemImpl(ModificationItemImpl) - Constructor for class org.apache.directory.shared.ldap.message.ModificationItemImpl
Create a modificationItemImpl from a modificationItem
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.aci.MicroOperation
 
MODIFY - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.ChangeType
 
MODIFY - Static variable in class org.apache.directory.shared.ldap.ldif.Entry
 
MODIFY_CODES - Static variable in class 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 - 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 - 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_CODES - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
A set of result code enumerations resulting from modifyDn operations.
MODIFYDN_REQUEST - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
MODIFYDN_RESPONSE - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
ModifyDNRequest - Class in org.apache.directory.shared.ldap.codec.modifyDn
A ModifyDNRequest Message.
ModifyDNRequest() - Constructor for class org.apache.directory.shared.ldap.codec.modifyDn.ModifyDNRequest
Creates a new ModifyDNRequest object.
ModifyDnRequest - Interface in org.apache.directory.shared.ldap.message
Modify DN request protocol message used to rename or move an existing entry in the directory.
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.
ModifyDNResponse - Class in org.apache.directory.shared.ldap.codec.modifyDn
An ModifyDNResponse Message.
ModifyDNResponse() - Constructor for class org.apache.directory.shared.ldap.codec.modifyDn.ModifyDNResponse
Creates a new ModifyDNResponse object.
ModifyDnResponse - Interface in org.apache.directory.shared.ldap.message
Modify DN protocol response message used to confirm the results of a modify DN request message.
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.
ModifyRequest - Class in org.apache.directory.shared.ldap.codec.modify
A ModifyRequest Message.
ModifyRequest() - Constructor for class org.apache.directory.shared.ldap.codec.modify.ModifyRequest
Creates a new ModifyRequest object.
MODIFYREQUEST - Static variable in class org.apache.directory.shared.ldap.message.MessageTypeEnum
Modify request protocol message type
ModifyRequest - Interface in org.apache.directory.shared.ldap.message
Modify request protocol message used to alter the attributes and values of an existing entry.
MODIFYREQUEST_VAL - Static variable in class org.apache.directory.shared.ldap.message.MessageTypeEnum
Modify request protocol message type value
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.
ModifyResponse - Class in org.apache.directory.shared.ldap.codec.modify
An ModifyResponse Message.
ModifyResponse() - Constructor for class org.apache.directory.shared.ldap.codec.modify.ModifyResponse
Creates a new ModifyResponse object.
MODIFYRESPONSE - Static variable in class org.apache.directory.shared.ldap.message.MessageTypeEnum
Modify response protocol message type
ModifyResponse - Interface in org.apache.directory.shared.ldap.message
Modify protocol response message used to confirm the results of a modify request message.
MODIFYRESPONSE_VAL - Static variable in class org.apache.directory.shared.ldap.message.MessageTypeEnum
Modify response protocol message type value
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.
MODRDN - Static variable in class org.apache.directory.shared.ldap.ldif.Entry
 
mOID(boolean) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterLexer
 
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.AntlrSubtreeSpecificationLexer
 
mOPTION(boolean) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterLexer
 
mOPTIONS(boolean) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterLexer
 
mRANGLE(boolean) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterLexer
 
mRPAREN(boolean) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterLexer
 
mRPAREN(boolean) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterValueLexer
 
mSAFEUTF8CHAR(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
mSAFEUTF8CHAR(boolean) - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationLexer
 
mSAFEUTF8STRING(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
mSAFEUTF8STRING(boolean) - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationLexer
 
mSEP(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
mSEP(boolean) - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationLexer
 
mSP(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
mSP(boolean) - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationLexer
 
mTILDE(boolean) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterLexer
 
mTILDE(boolean) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterValueLexer
 
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.
MultiMap - Interface in org.apache.directory.shared.ldap.util
Defines a map that holds a collection of values against each key.
mUTF0(boolean) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterValueLexer
 
mUTF1(boolean) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterValueLexer
 
mUTF1SUBSET(boolean) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterValueLexer
 
mUTF2(boolean) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterValueLexer
 
mUTF3(boolean) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterValueLexer
 
mUTF4(boolean) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterValueLexer
 
mUTF8(boolean) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterValueLexer
 
mUTFMB(boolean) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterValueLexer
 
mVALUEENCODING(boolean) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterValueLexer
 
mVERTBAR(boolean) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterLexer
 
mVERTBAR(boolean) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterValueLexer
 
mWS(boolean) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterLexer
 

N

name() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
NAME_CODES - Static variable in class 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
 
NameComponentNormalizer - Interface in org.apache.directory.shared.ldap.name
Normalizers of ldap name component attributes and their values.
NameForm - Interface in org.apache.directory.shared.ldap.schema
A nameForm description.
names - Variable in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
a human readible identifiers 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 class org.apache.directory.shared.ldap.message.ResultCodeEnum
A set of ResultCodes containing those that may correspond to a NamingException.
NAMINGVIOLATION - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
The attempted addition or modification would violate the structure rules of the DIT as defined in the directory schema and X.501.
NAMINGVIOLATION_VAL - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
 
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
neverDeref() - Method in class org.apache.directory.shared.ldap.message.DerefAliasesEnum
Checks to see if we never dereference aliases.
NEVERDEREFALIASES - Static variable in class org.apache.directory.shared.ldap.message.DerefAliasesEnum
Alias handling mode that treats aliases like entries
NEVERDEREFALIASES_NAME - Static variable in class org.apache.directory.shared.ldap.message.DerefAliasesEnum
Alias handling mode name that treats aliases like entries
NEVERDEREFALIASES_VAL - Static variable in class org.apache.directory.shared.ldap.message.DerefAliasesEnum
Alias handling mode value that treats aliases like entries
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
 
next() - Method in class org.apache.directory.shared.ldap.ldif.LdifReader
Gets the next LDIF on the channel.
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.message.LockableAttributesImpl.AttributeIterator
Returns the next element in the iteration.
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.AntlrACIItemLexer
 
nextToken() - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterLexer
 
nextToken() - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterValueLexer
 
nextToken() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationLexer
 
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
 
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
 
NON_ERRONEOUS_CODES - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
Five result codes that may be returned in LDAPResult are not used to indicate an error.
NONE - Static variable in class org.apache.directory.shared.ldap.aci.AuthenticationLevel
No authentication (anonymous access)
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
No op (pass through or do nothing) normalizer returning what its given.
NoOpNormalizer() - Constructor for class org.apache.directory.shared.ldap.schema.NoOpNormalizer
Creates a do nothing normalizer.
NORMAL - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterParserTokenTypes
 
NORMAL - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterValueParserTokenTypes
 
NORMAL - Static variable in interface org.apache.directory.shared.ldap.filter.FilterLexerTokenTypes
 
NORMAL - Static variable in interface org.apache.directory.shared.ldap.filter.FilterValueLexerTokenTypes
 
normalize() - Method in class org.apache.directory.shared.ldap.name.AttributeTypeAndValue
A Normalized String representation of a AttributeTypeAndValue : - type is trimed and lowercased - value is trimed and lowercased, and special characters are escaped if needed.
normalize(Object) - Method in class org.apache.directory.shared.ldap.name.DefaultStringNormalizer
 
normalize(LdapDN, Map) - Static method in class org.apache.directory.shared.ldap.name.LdapDN
Change the internal DN, using the first alias instead of oids or other aliases.
normalize(Map) - Method in class org.apache.directory.shared.ldap.name.LdapDN
Change the internal DN, using the first alias instead of oids or other aliases.
normalize(Object) - Method in class org.apache.directory.shared.ldap.schema.CachingNormalizer
 
normalize(Object) - Method in class org.apache.directory.shared.ldap.schema.DeepTrimNormalizer
 
normalize(Object) - Method in class org.apache.directory.shared.ldap.schema.DeepTrimToLowerNormalizer
 
normalize(Object) - Method in class org.apache.directory.shared.ldap.schema.NoOpNormalizer
Returns the value argument as-is without alterations all the time.
normalize(Object) - Method in interface org.apache.directory.shared.ldap.schema.Normalizer
Gets the normalized value.
normalize(Object) - Method in class org.apache.directory.shared.ldap.schema.ObjectIdentifierNormalizer
 
normalize(Object) - Method in class org.apache.directory.shared.ldap.schema.RegexNormalizer
 
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
 
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
 
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
 
Normalizer - Interface in org.apache.directory.shared.ldap.schema
Converts attribute values to a canonical form.
NormalizerMappingResolver - Interface in org.apache.directory.shared.ldap.schema
A class is used to resolve the normalizer mapping hash used for normalization.
normalizeString(String) - Static method in class org.apache.directory.shared.ldap.name.DefaultStringNormalizer
 
NormalizingComparator - Class in org.apache.directory.shared.ldap.schema
A comparator which normalizes a value first before using a subordinate comparator to compare them.
NormalizingComparator(Normalizer, Comparator) - Constructor for class org.apache.directory.shared.ldap.schema.NormalizingComparator
A comparator which normalizes a value first before comparing them.
NOSUCHATTRIBUTE - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
This error may be returned if the attribute specified as an argument of the operation does not exist in the entry.
NOSUCHATTRIBUTE_VAL - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
 
NOSUCHOBJECT - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
This error should only be returned if the target object cannot be found.
NOSUCHOBJECT_VAL - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
 
not() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
NOT - Static variable in class org.apache.directory.shared.ldap.filter.AbstractExprNode
NOT operator constant
not() - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterParser
A recursive production for matching negated filter expressions.
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.util.StringTools
 
NOT_EQUALS - Static variable in class org.apache.directory.shared.ldap.name.LdapDN
Value returned by the compareTo method if values are not equals
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
 
NOTALLOWEDONNONLEAF - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
This error should be returned if the client attempts to perform an operation which is permitted only on leaf entries - e.g., if the client attempts to delete a non-leaf entry.
NOTALLOWEDONNONLEAF_VAL - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
 
NOTALLOWEDONRDN - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
The attempted operation would affect the RDN (e.g., removal of an attribute which is a part of the RDN) [X511, Section 12.9].
NOTALLOWEDONRDN_VAL - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
 
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.
NoticeOfDisconnect - Class in org.apache.directory.shared.ldap.message.extended
An extended operation intended for notifying clients of upcoming disconnection.
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.
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.AntlrACIItemParserTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterParserTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterValueParserTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.apache.directory.shared.ldap.filter.FilterLexerTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.apache.directory.shared.ldap.filter.FilterValueLexerTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
NUMBER - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterParserTokenTypes
 
NUMBER - Static variable in interface org.apache.directory.shared.ldap.filter.FilterLexerTokenTypes
 
NUMERICOID - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
NUMERICOID - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterParserTokenTypes
 
NUMERICOID - Static variable in interface org.apache.directory.shared.ldap.filter.FilterLexerTokenTypes
 
NUMERICOID - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParserTokenTypes
 

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 - Interface in org.apache.directory.shared.ldap.schema
An objectClass definition.
OBJECTCLASSMODSPROHIBITED - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
An operation attempted to modify an object class that should not be modified, e.g., the structural object class of an entry.
OBJECTCLASSMODSPROHIBITED_VAL - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
 
ObjectClassTypeEnum - Class in org.apache.directory.shared.ldap.schema
Type safe enumerations for an objectClass' type.
OBJECTCLASSVIOLATION - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
This error should be returned if the operation requested by the user would violate the objectClass requirements for the entry if carried out.
OBJECTCLASSVIOLATION_VAL - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
 
ObjectIdentifierComparator - Class in org.apache.directory.shared.ldap.schema
A comparator for the objectIdentifierMatch matchingRule.
ObjectIdentifierComparator() - Constructor for class org.apache.directory.shared.ldap.schema.ObjectIdentifierComparator
 
ObjectIdentifierNormalizer - Class in org.apache.directory.shared.ldap.schema
A normalizer for the objectIdentifierMatch matching rule.
ObjectIdentifierNormalizer() - Constructor for class org.apache.directory.shared.ldap.schema.ObjectIdentifierNormalizer
 
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.
oid() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
OID - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterParserTokenTypes
 
OID - Static variable in interface org.apache.directory.shared.ldap.filter.FilterLexerTokenTypes
 
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.schema.AbstractSchemaObject
a numeric object identifier
OID - Static variable in class org.apache.directory.shared.ldap.schema.BinarySyntaxChecker
the Apache assigned internal OID for this syntax checker
oid() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParser
 
OID_LOWER - Static variable in class org.apache.directory.shared.ldap.codec.util.DNUtils
"oid." static
OID_LOWER - Static variable in class org.apache.directory.shared.ldap.util.DNUtils
"oid." static
OID_LOWER_BYTES - Static variable in class org.apache.directory.shared.ldap.codec.util.DNUtils
"oid." static
OID_LOWER_BYTES - Static variable in class org.apache.directory.shared.ldap.util.DNUtils
"oid." static
OID_UPPER - Static variable in class org.apache.directory.shared.ldap.codec.util.DNUtils
"OID." static
OID_UPPER - Static variable in class org.apache.directory.shared.ldap.util.DNUtils
"OID." static
OID_UPPER_BYTES - Static variable in class org.apache.directory.shared.ldap.codec.util.DNUtils
"OID." static
OID_UPPER_BYTES - Static variable in class org.apache.directory.shared.ldap.util.DNUtils
"OID." static
OidNormalizer - Class in org.apache.directory.shared.ldap.schema
The OidNomalizer class contains a tuple: an OID with its Normalizer.
OidNormalizer(String, Normalizer) - Constructor for class org.apache.directory.shared.ldap.schema.OidNormalizer
A constructor which accept two parameters
OidNormalizer(OidNormalizer) - Constructor for class org.apache.directory.shared.ldap.schema.OidNormalizer
A copy constructor.
ONE_BYTE - Static variable in class org.apache.directory.shared.ldap.codec.util.DNUtils
A constant representing one byte length
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.codec.util.DNUtils
A constant representing one char 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.AntlrACIItemParserTokenTypes
 
OPEN_CURLY - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
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 class 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
 
OPERATIONSERROR - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
If the server requires that the client bind before browsing or modifying the directory, the server MAY reject a request other than binding, unbinding or an extended request with the "operationsError" result.
OPERATIONSERROR_VAL - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
 
OPTION - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterParserTokenTypes
 
OPTION - Static variable in interface org.apache.directory.shared.ldap.filter.FilterLexerTokenTypes
 
OptionalComponentsMonitor - Class in org.apache.directory.shared.ldap.util
 
OptionalComponentsMonitor(String[]) - Constructor for class org.apache.directory.shared.ldap.util.OptionalComponentsMonitor
 
OPTIONS - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterParserTokenTypes
 
OPTIONS - Static variable in interface org.apache.directory.shared.ldap.filter.FilterLexerTokenTypes
 
or() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
OR - Static variable in class org.apache.directory.shared.ldap.filter.AbstractExprNode
OR operator constant
or() - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterParser
A recursive production for matching OR'd filter expressions.
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 class org.apache.directory.shared.ldap.schema.MatchingRuleEnum
enum for ordering comparator usage
ORDERING_VAL - Static variable in class org.apache.directory.shared.ldap.schema.MatchingRuleEnum
value for ordering usage
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.
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.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.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.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.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.ldif - package org.apache.directory.shared.ldap.ldif
 
org.apache.directory.shared.ldap.message - package org.apache.directory.shared.ldap.message
 
org.apache.directory.shared.ldap.message.extended - package org.apache.directory.shared.ldap.message.extended
 
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.subtree - package org.apache.directory.shared.ldap.subtree
 
org.apache.directory.shared.ldap.url - package org.apache.directory.shared.ldap.url
 
org.apache.directory.shared.ldap.util - package org.apache.directory.shared.ldap.util
 
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 class org.apache.directory.shared.ldap.message.ResultCodeEnum
This error code should be returned only if no other error code is suitable.
OTHER_VAL - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
 

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: '.' == @.
parse(String) - Method in class org.apache.directory.shared.ldap.aci.ACIItemParser
Parses an ACIItem without exhausting the parser.
parse(char[]) - Method in class org.apache.directory.shared.ldap.codec.util.LdapURL
Parse a LdapURL
parse(String) - Method in interface org.apache.directory.shared.ldap.filter.FilterParser
Parses a search filter string into a filter expression tree.
parse(String) - Method in class org.apache.directory.shared.ldap.filter.FilterParserImpl
 
parse(String) - Method in class org.apache.directory.shared.ldap.name.LdapDnParser
Parse a String and return a LdapDN if the String is a valid DN
parse(String, Position, Rdn) - Static method in class org.apache.directory.shared.ldap.name.RdnParser
Parse a NameComponent :
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.subtree.SubtreeSpecificationParser
Parses a subtree specification without exhausting the parser.
parse(String) - Method in interface org.apache.directory.shared.ldap.url.LdapUrlParser
Parses an LDAP URL.
parseAlphaASCII(byte[], int) - Static method in class org.apache.directory.shared.ldap.codec.util.DNUtils
Walk the buffer while characters are Alpha characters : ::= [0x41-0x5A] | [0x61-0x7A]
parseAlphaASCII(char[], int) - Static method in class org.apache.directory.shared.ldap.codec.util.DNUtils
Walk the buffer while characters are Alpha characters : ::= [0x41-0x5A] | [0x61-0x7A]
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]
parseAlphaASCII(char[], 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]
parseAttributeValue(String) - Static method in class org.apache.directory.shared.ldap.ldif.LdifReader
Parse an AttributeType/AttributeValue
parseAttributeValue(Entry, String, String) - Method in class org.apache.directory.shared.ldap.ldif.LdifReader
Parse an AttributeType/AttributeValue
parseBase64String(byte[], int) - Static method in class org.apache.directory.shared.ldap.codec.util.DNUtils
Walk the buffer while characters are Base64 characters : ::= ::= | ::= 0x2B | 0x2F | [0x30-0x39] | 0x3D | [0x41-0x5A] | [0x61-0x7A]
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]
parseHexPair(byte[], int) - Static method in class org.apache.directory.shared.ldap.codec.util.DNUtils
Parse an hex pair ::=
parseHexPair(char[], int) - Static method in class org.apache.directory.shared.ldap.codec.util.DNUtils
Parse an hex pair ::=
parseHexPair(byte[], int) - Static method in class org.apache.directory.shared.ldap.util.DNUtils
Parse an hex pair <hexpair> ::= <hex> <hex>
parseHexPair(char[], int) - Static method in class org.apache.directory.shared.ldap.util.DNUtils
Parse an hex pair <hexpair> ::= <hex> <hex>
parseHexPair(String, 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.codec.util.DNUtils
Parse an hex string, which is a list of hex pairs ::= ::= | e
parseHexString(char[], int) - Static method in class org.apache.directory.shared.ldap.codec.util.DNUtils
Parse an hex string, which is a list of hex pairs ::= ::= | e
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(char[], 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(String, 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
parseHexString(String, 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) - Static method in class org.apache.directory.shared.ldap.name.LdapDnParser
Parse a DN
parseLdif(String) - Method in class org.apache.directory.shared.ldap.ldif.LdifReader
A method which parses a ldif string and returns a list of entries.
parseLdif(BufferedReader) - Method in class org.apache.directory.shared.ldap.ldif.LdifReader
The main entry point of the LdifParser.
parseLdifFile(String) - Method in class org.apache.directory.shared.ldap.ldif.LdifReader
Parse a ldif file (using the default encoding).
parseLdifFile(String, String) - Method in class org.apache.directory.shared.ldap.ldif.LdifReader
Parse a ldif file, decoding it using the given charset encoding
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.codec.util.DNUtils
Walk the buffer while characters are Safe String characters : ::= ::= [0x01-0x09] | 0x0B | 0x0C | [0x0E-0x1F] | [0x21-0x39] | 0x3B | [0x3D-0x7F] ::= | ::= [0x01-0x09] | 0x0B | 0x0C | [0x0E-0x7F]
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]
PARSING_ERROR - Static variable in class org.apache.directory.shared.ldap.codec.util.DNUtils
A value if we got an error while parsing
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
 
PARTIALRESULTS - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
Servers sends this result code to LDAP v2 clients to refer them to another LDAP server.
PARTIALRESULTS_VAL - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
 
PARTIALRESULTSEXCEPTION_CODES - Static variable in class 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) - Constructor for class org.apache.directory.shared.ldap.aci.Permission
Creates a new instance
PersistentSearchControl - Class in org.apache.directory.shared.ldap.message
The control for a persistent search operation.
PersistentSearchControl() - Constructor for class org.apache.directory.shared.ldap.message.PersistentSearchControl
 
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
 
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.subtree.ReusableAntlrSubtreeSpecificationLexer
Resets the state of an antlr lexer and initializes it with new input.
PRESENCE - Static variable in class org.apache.directory.shared.ldap.filter.AbstractExprNode
presence assertion node
presence(String) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterValueParser
Parser production that parses the presence expressions immediately after the '=' in a presence assertion.
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
 
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.
PREVIOUS_DN_STATE - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.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.
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
 
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(StringBuffer) - Method in class org.apache.directory.shared.ldap.filter.AssertionNode
 
printToBuffer(StringBuffer) - Method in class org.apache.directory.shared.ldap.filter.BranchNode
Recursively prints the String representation of this node and all its descendents to a buffer.
printToBuffer(StringBuffer) - Method in interface org.apache.directory.shared.ldap.filter.ExprNode
Recursively appends this String representation of this node and its descendents in prefix notation to a buffer.
printToBuffer(StringBuffer) - Method in class org.apache.directory.shared.ldap.filter.ExtensibleNode
 
printToBuffer(StringBuffer) - Method in class org.apache.directory.shared.ldap.filter.PresenceNode
 
printToBuffer(StringBuffer) - Method in class org.apache.directory.shared.ldap.filter.ScopeNode
 
printToBuffer(StringBuffer) - Method in class org.apache.directory.shared.ldap.filter.SimpleNode
 
printToBuffer(StringBuffer) - Method in class org.apache.directory.shared.ldap.filter.SubstringNode
 
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.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) - 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) - 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) - 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) - 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) - 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) - 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.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
 
PROTOCOLERROR - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
A protocol error should be returned by the server when an invalid or malformed request is received from the client.
PROTOCOLERROR_VAL - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
 
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.PSearchControlStatesEnum
Sequence Value
PSearchControl - Class in org.apache.directory.shared.ldap.codec.search.controls
A persistence search object
PSearchControl() - Constructor for class org.apache.directory.shared.ldap.codec.search.controls.PSearchControl
Default constructor
PSearchControlContainer - Class in org.apache.directory.shared.ldap.codec.search.controls
 
PSearchControlContainer() - Constructor for class org.apache.directory.shared.ldap.codec.search.controls.PSearchControlContainer
Creates a new PSearchControlContainer object.
PSearchControlDecoder - Class in org.apache.directory.shared.ldap.codec.search.controls
A decoder for PSearchControls.
PSearchControlDecoder() - Constructor for class org.apache.directory.shared.ldap.codec.search.controls.PSearchControlDecoder
 
PSearchControlGrammar - Class in org.apache.directory.shared.ldap.codec.search.controls
This class implements the PSearchControl.
PSearchControlStatesEnum - Class in org.apache.directory.shared.ldap.codec.search.controls
This class store the PSearchControl's grammar constants.
put(Object, Object) - Method in class org.apache.directory.shared.ldap.message.AbstractMessage
Sets a message scope parameter.
put(String, Object) - Method in class org.apache.directory.shared.ldap.message.LockableAttributesImpl
Adds a new attribute to the attribute set.
put(Attribute) - Method in class org.apache.directory.shared.ldap.message.LockableAttributesImpl
Adds a new attribute to the attribute set.
put(Object, Object) - Method in interface org.apache.directory.shared.ldap.message.Message
Sets a message scope parameter.
put(Object, Object) - Method in interface org.apache.directory.shared.ldap.util.MultiMap
Adds the value to the collection associated with the specified key.
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(Object, Object) - 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)).
putAttribute(String, Object) - Method in class org.apache.directory.shared.ldap.ldif.Entry
Add an attribute value to an existing attribute

R

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.AntlrACIItemParser
 
RANGLE - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterParserTokenTypes
 
RANGLE - Static variable in interface org.apache.directory.shared.ldap.filter.FilterLexerTokenTypes
 
Rdn - Class in org.apache.directory.shared.ldap.name
This class store the name-component part or the following BNF grammar (as of RFC2253, par.
Rdn() - Constructor for class org.apache.directory.shared.ldap.name.Rdn
A empty constructor.
Rdn(String) - Constructor for class org.apache.directory.shared.ldap.name.Rdn
A constructor that parse a String representing a RDN.
Rdn(String, String) - Constructor for class org.apache.directory.shared.ldap.name.Rdn
A constructor that constructs a RDN from a type and a value.
Rdn(Rdn) - Constructor for class org.apache.directory.shared.ldap.name.Rdn
Constructs an Rdn from the given rdn.
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
 
READ - Static variable in class org.apache.directory.shared.ldap.aci.MicroOperation
 
readExternal(ObjectInput) - Method in class org.apache.directory.shared.ldap.util.SequencedHashMap
Deserializes this map from the given stream.
readResolve() - Method in class org.apache.directory.shared.ldap.util.Enum
Handle the deserialization of the class to ensure that multiple copies are not wastefully created, or illegal enum types created.
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 - Interface in org.apache.directory.shared.ldap.message
Represents a referral which is a set of alternative locations where an entry can be found.
REFERRAL - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
Rather than indicating an error, this result code is used to indicate that the server does not hold the target entry of the request but is able to provide alternative servers that may.
REFERRAL_BR_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
REFERRAL_ER_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
REFERRAL_STATE - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulDisconnectStatesEnum
Referral
REFERRAL_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
REFERRAL_VAL - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
 
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.AntlrACIItemParser
 
refinement() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParser
 
refinements() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
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.
RegexNormalizer - Class in org.apache.directory.shared.ldap.schema
A Normalizer that uses Perl5 based regular expressions to normalize values.
RegexNormalizer(Pattern[]) - Constructor for class org.apache.directory.shared.ldap.schema.RegexNormalizer
Creates a Perl5 regular expression based normalizer.
RegexSyntaxChecker - Class in org.apache.directory.shared.ldap.schema
A SyntaxChecker implemented using Perl5 regular expressions to constrain values.
RegexSyntaxChecker(String, String[]) - Constructor for class org.apache.directory.shared.ldap.schema.RegexSyntaxChecker
Creates a Syntax validator for a specific Syntax using Perl5 matching rules for validation.
REMOVE - Static variable in class org.apache.directory.shared.ldap.aci.MicroOperation
 
remove() - Method in class org.apache.directory.shared.ldap.ldif.LdifReader
Always throws UnsupportedOperationException!
remove(Control) - Method in class org.apache.directory.shared.ldap.message.AbstractMessage
Deletes a control removing it from this Message.
remove(Object) - Method in class org.apache.directory.shared.ldap.message.LockableAttributeImpl
Removes attrVal from the list of this Attribute's values.
remove(int) - Method in class org.apache.directory.shared.ldap.message.LockableAttributeImpl
Removes the value at an index.
remove() - Method in class org.apache.directory.shared.ldap.message.LockableAttributesImpl.AttributeIterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove(String) - Method in class org.apache.directory.shared.ldap.message.LockableAttributesImpl
Removes the attribute with the attribute id 'attrID' from the attribute set.
remove(Control) - Method in interface org.apache.directory.shared.ldap.message.Message
Deletes a control removing it from this Message.
remove(int) - Method in class org.apache.directory.shared.ldap.name.LdapDN
Removes a component from this name.
remove(Object[], int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Removes the element at the specified position from the specified array.
remove(boolean[], int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Removes the element at the specified position from the specified array.
remove(byte[], int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Removes the element at the specified position from the specified array.
remove(char[], int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Removes the element at the specified position from the specified array.
remove(double[], int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Removes the element at the specified position from the specified array.
remove(float[], int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Removes the element at the specified position from the specified array.
remove(int[], int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Removes the element at the specified position from the specified array.
remove(long[], int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Removes the element at the specified position from the specified array.
remove(short[], int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Removes the element at the specified position from the specified array.
remove() - Method in class org.apache.directory.shared.ldap.util.JoinIterator
 
remove(Object, Object) - Method in interface org.apache.directory.shared.ldap.util.MultiMap
Removes a specific value from map.
remove(Object) - Method in interface org.apache.directory.shared.ldap.util.MultiMap
Removes all values associated with the specified key.
remove(Object) - Method in class org.apache.directory.shared.ldap.util.PreferencesDictionary
 
remove(Object) - Method in class org.apache.directory.shared.ldap.util.SequencedHashMap
Implements Map.remove(Object).
remove(int) - Method in class org.apache.directory.shared.ldap.util.SequencedHashMap
Removes the element at the specified index.
removeAttribute(String) - Method in interface org.apache.directory.shared.ldap.message.SearchRequest
Removes an attribute to the set of entry attributes to return.
removeAttribute(String) - Method in class org.apache.directory.shared.ldap.message.SearchRequestImpl
Removes an attribute to the set of entry attributes to return.
removeCommonFrames(List, List) - Static method in class org.apache.directory.shared.ldap.util.ExceptionUtils
Removes common frames from the cause trace given the two stack traces.
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.
removeLastFieldSeparator(StringBuffer) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Remove the last field separator from the buffer.
removeLdapUrl(String) - Method in interface org.apache.directory.shared.ldap.message.Referral
Removes an LDAPv3 URL to this Referral.
removeLdapUrl(String) - Method in class org.apache.directory.shared.ldap.message.ReferralImpl
Removes an LDAPv3 URL to this Referral.
removeModification(ModificationItemImpl) - Method in interface org.apache.directory.shared.ldap.message.ModifyRequest
Removes a ModificationItem to the set of modifications composing this modify request.
removeModification(ModificationItemImpl) - Method in class org.apache.directory.shared.ldap.message.ModifyRequestImpl
Removes a ModificationItem to the set of modifications composing this modify request.
RENAME - Static variable in class org.apache.directory.shared.ldap.aci.MicroOperation
 
render(StringBuffer, String[]) - Static method in class org.apache.directory.shared.ldap.schema.SchemaUtils
Renders qdescrs into an existing buffer.
render(String[]) - Static method in class org.apache.directory.shared.ldap.schema.SchemaUtils
Renders qdescrs into a new buffer.
render(ObjectClass[]) - Static method in class org.apache.directory.shared.ldap.schema.SchemaUtils
Renders a list of object classes for things like a list of superior objectClasses using the ( oid $ oid ) format.
render(StringBuffer, ObjectClass[]) - Static method in class org.apache.directory.shared.ldap.schema.SchemaUtils
Renders a list of object classes for things like a list of superior objectClasses using the ( oid $ oid ) format into an existing buffer.
render(AttributeType[]) - Static method in class org.apache.directory.shared.ldap.schema.SchemaUtils
Renders a list of attributeTypes for things like the must or may list of objectClasses using the ( oid $ oid ) format.
render(StringBuffer, AttributeType[]) - Static method in class org.apache.directory.shared.ldap.schema.SchemaUtils
Renders a list of attributeTypes for things like the must or may list of objectClasses using the ( oid $ oid ) format into an existing buffer.
render(ObjectClass) - Static method in class org.apache.directory.shared.ldap.schema.SchemaUtils
Renders an objectClass into a new StringBuffer according to the Object Class Description Syntax 1.3.6.1.4.1.1466.115.121.1.37.
render(AttributeType) - Static method in class org.apache.directory.shared.ldap.schema.SchemaUtils
Renders an attributeType into a new StringBuffer according to the Attribute Type Description Syntax 1.3.6.1.4.1.1466.115.121.1.3.
render(MatchingRule) - Static method in class org.apache.directory.shared.ldap.schema.SchemaUtils
Renders an matchingRule into a new StringBuffer according to the MatchingRule Description Syntax 1.3.6.1.4.1.1466.115.121.1.30.
render(Syntax) - Static method in class org.apache.directory.shared.ldap.schema.SchemaUtils
Renders a Syntax into a new StringBuffer according to the LDAP Syntax Description Syntax 1.3.6.1.4.1.1466.115.121.1.54.
render(MatchingRuleUse) - Static method in class org.apache.directory.shared.ldap.schema.SchemaUtils
NOT FULLY IMPLEMENTED!
render(DITContentRule) - Static method in class org.apache.directory.shared.ldap.schema.SchemaUtils
NOT FULLY IMPLEMENTED!
render(DITStructureRule) - Static method in class org.apache.directory.shared.ldap.schema.SchemaUtils
NOT FULLY IMPLEMENTED!
render(NameForm) - Static method in class org.apache.directory.shared.ldap.schema.SchemaUtils
NOT FULLY IMPLEMENTED!
REPLICATED_CONTEXTS_STATE - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulDisconnectStatesEnum
Replicated contexts
Request - Interface in org.apache.directory.shared.ldap.message
Ldap protocol request messages derive from this super interface.
REQUEST_NAME_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
REQUEST_VALUE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
requestAbandoned(AbandonableRequest) - Method in 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
 
RESP_TYPE - Static variable in interface org.apache.directory.shared.ldap.message.AddRequest
LDAPv3 add response type enum code
RESP_TYPE - Static variable in interface org.apache.directory.shared.ldap.message.BindRequest
Bind response message type enumeration value
RESP_TYPE - Static variable in interface org.apache.directory.shared.ldap.message.CompareRequest
Compare response message type enum code
RESP_TYPE - Static variable in interface org.apache.directory.shared.ldap.message.DeleteRequest
Delete response message type enumeration value
RESP_TYPE - Static variable in interface org.apache.directory.shared.ldap.message.ExtendedRequest
Extended response message type enumeration value
RESP_TYPE - Static variable in interface org.apache.directory.shared.ldap.message.ModifyDnRequest
Modify DN response message type enumeration value
RESP_TYPE - Static variable in interface org.apache.directory.shared.ldap.message.ModifyRequest
Modify response message type enumeration value
response - Variable in class org.apache.directory.shared.ldap.message.BindRequestImpl
 
response - Variable in class org.apache.directory.shared.ldap.message.ExtendedRequestImpl
 
Response - Interface in org.apache.directory.shared.ldap.message
Super interface used as a marker for all protocol response type messages.
RESPONSE_NAME_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
RESPONSE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
RESPONSE_TYPES - Static variable in interface org.apache.directory.shared.ldap.message.SearchRequest
Different response types that a search request may return.
ResponseAction - Class in org.apache.directory.shared.ldap.codec.actions
The action used to store a Response to an ExtendedResponse
ResponseAction() - Constructor for class org.apache.directory.shared.ldap.codec.actions.ResponseAction
 
ResponseCarryingException - Exception in org.apache.directory.shared.ldap.codec
Thrown when a Decoder has encountered a failure condition during a decode.
ResponseCarryingException(String) - Constructor for exception org.apache.directory.shared.ldap.codec.ResponseCarryingException
Creates a DecoderException
ResponseCarryingException(String, ResultResponse, ResultCodeEnum, LdapDN, Throwable) - Constructor for exception org.apache.directory.shared.ldap.codec.ResponseCarryingException
Creates a DecoderException
ResponseCarryingMessageException - Exception in org.apache.directory.shared.ldap.message
This exception is thrown when a message processing error occurs.
ResponseCarryingMessageException() - Constructor for exception org.apache.directory.shared.ldap.message.ResponseCarryingMessageException
Constructs an Exception without a message.
ResponseCarryingMessageException(String) - Constructor for exception org.apache.directory.shared.ldap.message.ResponseCarryingMessageException
Constructs an Exception with a detailed message.
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.AntlrACIItemParser
 
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 - Class in org.apache.directory.shared.ldap.message
Type safe LDAP message envelope result code enumeration.
ResultResponse - Interface in org.apache.directory.shared.ldap.message
An LDAP Response that contains an LDAPResult structure within it.
ResultResponseRequest - Interface in org.apache.directory.shared.ldap.message
A request who's one or more responses contains an LdapResult.
retryReferral() - Method in exception org.apache.directory.shared.ldap.exception.LdapReferralException
 
RETURN_DN - Static variable in class org.apache.directory.shared.ldap.aci.MicroOperation
 
RETURN_ECS_STATE - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.PSearchControlStatesEnum
returnECs Value
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.
RPAREN - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterParserTokenTypes
 
RPAREN - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterValueParserTokenTypes
 
RPAREN - Static variable in interface org.apache.directory.shared.ldap.filter.FilterLexerTokenTypes
 
RPAREN - Static variable in interface org.apache.directory.shared.ldap.filter.FilterValueLexerTokenTypes
 
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.AntlrACIItemParserTokenTypes
 
SAFEUTF8CHAR - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
SAFEUTF8STRING - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
SAFEUTF8STRING - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
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
 
SASLBINDINPROGRESS - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
This result code is not an error response from the server, but rather, is a request for bind continuation.
SASLBINDINPROGRESS_VAL - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
 
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
 
SchemaObject - Interface in org.apache.directory.shared.ldap.schema
Most schema objects have some common attributes.
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 class org.apache.directory.shared.ldap.message.ResultCodeEnum
A set of ResultCodes containing those that may correspond to a SchemaViolationException.
SCOPE - Static variable in class org.apache.directory.shared.ldap.filter.AbstractExprNode
scope assertion node
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
 
ScopeEnum - Class in org.apache.directory.shared.ldap.message
Type-safe scope parameter enumeration.
ScopeNode - Class in org.apache.directory.shared.ldap.filter
Node used not to represent an published assertion but an assertion on the scope of the search.
ScopeNode(DerefAliasesEnum, String, int) - Constructor for class org.apache.directory.shared.ldap.filter.ScopeNode
Creates a new ScopeNode object.
ScopeNode(Map, String, int) - Constructor for class org.apache.directory.shared.ldap.filter.ScopeNode
Creates a new ScopeNode object.
SEARCH_CODES - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
A set of result code enumerations that may result from search operations.
SEARCH_REQUEST - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
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 - 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 - 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 - 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
 
SearchRequest - Class in org.apache.directory.shared.ldap.codec.search
A SearchRequest ldapObject.
SearchRequest() - Constructor for class org.apache.directory.shared.ldap.codec.search.SearchRequest
Creates a new SearchRequest object.
SEARCHREQUEST - Static variable in class org.apache.directory.shared.ldap.message.MessageTypeEnum
Search request protocol message type
SearchRequest - Interface in org.apache.directory.shared.ldap.message
Search request protocol message interface.
SEARCHREQUEST_VAL - Static variable in class org.apache.directory.shared.ldap.message.MessageTypeEnum
Search request protocol message type value
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.
SEARCHRESDONE - Static variable in class org.apache.directory.shared.ldap.message.MessageTypeEnum
Search done response protocol message type
SEARCHRESDONE_VAL - Static variable in class org.apache.directory.shared.ldap.message.MessageTypeEnum
Search done response protocol message type value
SEARCHRESENTRY - Static variable in class org.apache.directory.shared.ldap.message.MessageTypeEnum
Search entry response protocol message type
SEARCHRESENTRY_VAL - Static variable in class org.apache.directory.shared.ldap.message.MessageTypeEnum
Search entry response protocol message type value
SearchResponseDone - Interface in org.apache.directory.shared.ldap.message
Search done protocol response message used to indicate the completion of a search request message.
SearchResponseDoneImpl - Class in org.apache.directory.shared.ldap.message
Lockable 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.
SearchResponseEntry - Interface in org.apache.directory.shared.ldap.message
Search entry protocol response message used to return non referral entries to the client in response to a search request message.
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 Lockable SearchResponseEntry as a reply to an SearchRequest to indicate the end of a search operation.
SearchResponseReference - Interface in org.apache.directory.shared.ldap.message
Search reference protocol response message used to return referrals to the client in response to a search request message.
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.
SEARCHRESREF - Static variable in class org.apache.directory.shared.ldap.message.MessageTypeEnum
Search reference response protocol message type
SEARCHRESREF_VAL - Static variable in class org.apache.directory.shared.ldap.message.MessageTypeEnum
Search reference response protocol message type value
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
 
SearchResultDone - Class in org.apache.directory.shared.ldap.codec.search
A SearchResultDone Message.
SearchResultDone() - Constructor for class org.apache.directory.shared.ldap.codec.search.SearchResultDone
Creates a new SearchResultDone object.
SearchResultEntry - Class in org.apache.directory.shared.ldap.codec.search
A SearchResultEntry Message.
SearchResultEntry() - Constructor for class org.apache.directory.shared.ldap.codec.search.SearchResultEntry
Creates a new SearchResultEntry object.
SearchResultReference - Class in org.apache.directory.shared.ldap.codec.search
A SearchResultReference Message.
SearchResultReference() - Constructor for class org.apache.directory.shared.ldap.codec.search.SearchResultReference
Creates a new SearchResultEntry object.
SECURITY_CODES - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
Stores all the result codes associated with security related problems.
SELECTOR_KEY - Static variable in class org.apache.directory.shared.ldap.filter.AntlrFilterLexer
the selector key used by this class of lexer
SELECTOR_KEY - Static variable in class org.apache.directory.shared.ldap.filter.AntlrFilterValueLexer
the selector key used by this class of lexer
selfValue() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
SEP - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
SEP - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
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.
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 class 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 class org.apache.directory.shared.ldap.message.ResultCodeEnum
A set of ResultCodes containing those that may correspond to a Exception.
set(Object, Object) - Method in class org.apache.directory.shared.ldap.filter.AbstractExprNode
 
set(Object, 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.message.LockableAttributeImpl
Sets an attribute value in the ordered list of attribute values.
setAbandoned(int) - Method in interface org.apache.directory.shared.ldap.message.AbandonRequest
Sets the id of the request operation to terminate.
setAbandoned(int) - Method in class org.apache.directory.shared.ldap.message.AbandonRequestImpl
Sets the id of the request operation to terminate.
setAbandonedMessageId(int) - Method in class org.apache.directory.shared.ldap.codec.abandon.AbandonRequest
Set the abandoned message ID
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.
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(Object) - 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.CompareRequest
Set the assertion value
setAssertionValue(String) - Method in interface org.apache.directory.shared.ldap.message.CompareRequest
Sets the attribute value to use in the comparison.
setAssertionValue(byte[]) - Method in interface org.apache.directory.shared.ldap.message.CompareRequest
Sets the attribute value to use in the comparison.
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.
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.CompareRequest
Set the attribute description
setAttributeDescription(String) - Method in class org.apache.directory.shared.ldap.codec.search.PresentFilter
Set the attributeDescription
setAttributeId(String) - Method in interface org.apache.directory.shared.ldap.message.CompareRequest
Sets the attribute id used in the comparison.
setAttributeId(String) - Method in class org.apache.directory.shared.ldap.message.CompareRequestImpl
Sets the attribute id used in the comparison.
setAttributes(Attributes) - Method in interface org.apache.directory.shared.ldap.message.AddRequest
Sets the attribute value pairs of the entry to add.
setAttributes(Attributes) - Method in class org.apache.directory.shared.ldap.message.AddRequestImpl
Sets the attribute value pairs of the entry to add as a MultiMap.
setAttributes(Attributes) - Method in interface org.apache.directory.shared.ldap.message.SearchResponseEntry
Sets the set of attributes and all their values in a MultiMap.
setAttributes(Attributes) - Method in class org.apache.directory.shared.ldap.message.SearchResponseEntryImpl
Sets the set of attributes and all their values in a Attributes.
setAuthentication(LdapAuthentication) - Method in class org.apache.directory.shared.ldap.codec.bind.BindRequest
Set the user authentication
setBase(LdapDN) - Method in interface org.apache.directory.shared.ldap.message.SearchRequest
Sets the search base as a distinguished name.
setBase(LdapDN) - Method in class org.apache.directory.shared.ldap.message.SearchRequestImpl
Sets the search base as a distinguished name.
setBase(LdapDN) - Method in class org.apache.directory.shared.ldap.subtree.SubtreeSpecificationModifier
Sets the subtree base relative to the administration point.
setBaseObject(LdapDN) - Method in class org.apache.directory.shared.ldap.codec.search.SearchRequest
Set the base object
setCallback(DecoderCallback) - Method in class org.apache.directory.shared.ldap.codec.TwixDecoder
Set the callback to call when the PDU has been decoded
setCallback(EncoderCallback) - Method in class org.apache.directory.shared.ldap.codec.TwixEncoder
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.
setCanUserModify(boolean) - Method in class org.apache.directory.shared.ldap.schema.AbstractAttributeType
Sets whether or not an attribute of this AttributeType can be modified by directory users.
setChangeNumber(int) - Method in class org.apache.directory.shared.ldap.codec.search.controls.EntryChangeControl
 
setChangeNumber(int) - Method in class org.apache.directory.shared.ldap.message.EntryChangeControl
 
setChangesOnly(boolean) - Method in class org.apache.directory.shared.ldap.codec.search.controls.PSearchControl
 
setChangesOnly(boolean) - Method in class org.apache.directory.shared.ldap.message.PersistentSearchControl
 
setChangeType(ChangeType) - Method in class org.apache.directory.shared.ldap.codec.search.controls.EntryChangeControl
 
setChangeType(int) - Method in class org.apache.directory.shared.ldap.ldif.Entry
Set the modification type
setChangeType(String) - Method in class org.apache.directory.shared.ldap.ldif.Entry
Set the change type
setChangeType(ChangeType) - Method in class org.apache.directory.shared.ldap.message.EntryChangeControl
 
setChangeTypes(int) - Method in class org.apache.directory.shared.ldap.codec.search.controls.PSearchControl
 
setChangeTypes(int) - Method in class org.apache.directory.shared.ldap.message.PersistentSearchControl
 
setChopAfterExclusions(Set) - Method in class org.apache.directory.shared.ldap.subtree.SubtreeSpecificationModifier
Sets the set of subordinates entries whose subordinates are to be excluded.
setChopBeforeExclusions(Set) - 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.AbstractAttributeType
Sets whether or not an attribute of this AttributeType is a collective.
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.
setControl(Control) - Method in class org.apache.directory.shared.ldap.ldif.Entry
Add a control to the entry
setControlType(String) - Method in class org.apache.directory.shared.ldap.codec.Control
Set the control type
setControlValue(Object) - Method in class org.apache.directory.shared.ldap.codec.Control
Set the control value
setCredentials(byte[]) - Method in class org.apache.directory.shared.ldap.codec.bind.SaslCredentials
Set the credentials
setCredentials(byte[]) - Method in interface org.apache.directory.shared.ldap.message.BindRequest
Sets the simple credentials associated with a simple authentication attempt ignored if this request uses SASL authentication mechanisms.
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.
setCritical(boolean) - Method in interface org.apache.directory.shared.ldap.message.Control
Sets the criticil 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.message.ControlImpl
Sets the criticil flag which determines whether or not this control is critical for the correct operation of a request or response message.
setCriticality(boolean) - Method in class org.apache.directory.shared.ldap.codec.Control
Set the criticality
setCriticality(boolean) - Method in class org.apache.directory.shared.ldap.ldif.LdifControl
Set the criticality
setCurrentControl(Control) - 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.SearchRequest
Set the current dilter
setCurrentOperation(int) - Method in class org.apache.directory.shared.ldap.codec.modify.ModifyRequest
Store the current operation
setDecoderMonitor(DecoderMonitor) - Method in class org.apache.directory.shared.ldap.codec.TwixDecoder
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.
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.ModifyDNRequest
Set the flag to delete the old RDN
setDeleteOldRdn(boolean) - Method in class org.apache.directory.shared.ldap.ldif.Entry
Set the flage deleteOldRdn
setDeleteOldRdn(boolean) - Method in interface org.apache.directory.shared.ldap.message.ModifyDnRequest
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.SearchRequest
Set the derefAliases flag
setDerefAliases(DerefAliasesEnum) - Method in interface org.apache.directory.shared.ldap.message.SearchRequest
Sets the alias handling parameter.
setDerefAliases(DerefAliasesEnum) - 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 brief description for this SchemaObject.
setDn(String) - Method in class org.apache.directory.shared.ldap.ldif.Entry
Set the Distinguished Name
setDnAttributes(boolean) - Method in class org.apache.directory.shared.ldap.codec.search.ExtensibleMatchFilter
Set the dnAttributes flag
setEncodedValue(byte[]) - Method in class org.apache.directory.shared.ldap.codec.Control
Set the encoded control value
setEncoderMonitor(EncoderMonitor) - Method in class org.apache.directory.shared.ldap.codec.TwixEncoder
Deprecated.  
setEncoderMonitor(EncoderMonitor) - Method in class org.apache.directory.shared.ldap.message.MessageEncoder
Sets the monitor of the underlying implementation.
setEntry(LdapDN) - Method in class org.apache.directory.shared.ldap.codec.add.AddRequest
Set the added DN.
setEntry(LdapDN) - Method in class org.apache.directory.shared.ldap.codec.compare.CompareRequest
Set the entry to be compared
setEntry(LdapDN) - Method in class org.apache.directory.shared.ldap.codec.del.DelRequest
Set the entry to be deleted
setEntry(LdapDN) - Method in class org.apache.directory.shared.ldap.codec.modifyDn.ModifyDNRequest
Set the modification DN.
setEntry(LdapDN) - Method in interface org.apache.directory.shared.ldap.message.AddRequest
Sets the distinguished name of the entry to add.
setEntry(LdapDN) - Method in class org.apache.directory.shared.ldap.message.AddRequestImpl
Sets the distinguished name of the entry to add.
setEntryChangeControl(EntryChangeControl) - Method in class org.apache.directory.shared.ldap.codec.search.controls.EntryChangeControlContainer
Set a EntryChangeControl Object into the container.
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.LdapResult
Set the error message
setErrorMessage(String) - Method in interface org.apache.directory.shared.ldap.message.LdapResult
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
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.SearchRequest
Set the filter
setFilter(ExprNode) - Method in interface org.apache.directory.shared.ldap.message.SearchRequest
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.
setFilterParserMonitor(FilterParserMonitor) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterParser
Sets the monitor used to track the activities of this parser.
setFilterParserMonitor(FilterParserMonitor) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterValueParser
Sets the monitor used to track the activities of this parser.
setFilterParserMonitor(FilterParserMonitor) - Method in interface org.apache.directory.shared.ldap.filter.FilterParser
Sets the monitor for this filter parser.
setFilterParserMonitor(FilterParserMonitor) - Method in class org.apache.directory.shared.ldap.filter.FilterParserImpl
 
setFilterType(int) - Method in class org.apache.directory.shared.ldap.codec.search.AttributeValueAssertionFilter
Set the filter type
setFinalSubstrings(String) - Method in class org.apache.directory.shared.ldap.codec.search.SubstringFilter
Set the final substring
setGracefulDisconnect(GracefulDisconnect) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulDisconnectContainer
Set a GracefulDisconnect Object into the container.
setGracefulShutdown(GracefulShutdown) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulShutdownContainer
Set a GracefulShutdown Object into the container.
setHumanReadible(boolean) - Method in class org.apache.directory.shared.ldap.schema.AbstractSyntax
Sets the human readible flag value.
setInitialSubstrings(String) - Method in class org.apache.directory.shared.ldap.codec.search.SubstringFilter
Set the initial substring
setLdapMessage(LdapMessage) - Method in class org.apache.directory.shared.ldap.codec.LdapMessageContainer
Set a ldapMessage Object into the container.
setLdapResult(LdapResult) - Method in class org.apache.directory.shared.ldap.codec.LdapResponse
Set the ldap result
setLength(int) - Method in class org.apache.directory.shared.ldap.schema.AbstractAttributeType
Sets the length limit of this AttributeType based on its associated syntax.
setLexer(AntlrFilterLexer) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterValueParser
Sets the filter's main lexer so we can switch back to it.
setMatchedDN(LdapDN) - Method in class org.apache.directory.shared.ldap.codec.LdapResult
Set the Matched DN
setMatchedDn(LdapDN) - Method in interface org.apache.directory.shared.ldap.message.LdapResult
Sets the lowest entry in the directory that was matched.
setMatchedDn(LdapDN) - 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
setMatchValue(Object) - 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.
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.LdapMessage
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.
setName(LdapDN) - Method in class org.apache.directory.shared.ldap.codec.bind.BindRequest
Set the user name
setName(LdapDN) - Method in interface org.apache.directory.shared.ldap.message.BindRequest
Sets the distinguished name of the subject in this authentication request.
setName(LdapDN) - Method in class org.apache.directory.shared.ldap.message.BindRequestImpl
Sets the distinguished name of the subject in this authentication request.
setName(LdapDN) - Method in interface org.apache.directory.shared.ldap.message.CompareRequest
Sets the distinguished name of the entry to be compared using the attribute value assertion.
setName(LdapDN) - 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(LdapDN) - Method in interface org.apache.directory.shared.ldap.message.DeleteRequest
Sets the distinguished name of the leaf entry to be deleted by this request.
setName(LdapDN) - 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(LdapDN) - Method in interface org.apache.directory.shared.ldap.message.ModifyDnRequest
Sets the entry's distinguished name representing the entry PDU field.
setName(LdapDN) - Method in class org.apache.directory.shared.ldap.message.ModifyDnRequestImpl
Sets the entry's distinguished name representing the entry PDU field.
setName(LdapDN) - Method in interface org.apache.directory.shared.ldap.message.ModifyRequest
Sets the distinguished name of the entry to be modified by this request.
setName(LdapDN) - Method in class org.apache.directory.shared.ldap.message.ModifyRequestImpl
Sets the distinguished name of the entry to be modified by this request.
setNames(String[]) - Method in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
Sets the human readable names for this SchemaObject.
setNewRDN(Rdn) - Method in class org.apache.directory.shared.ldap.codec.modifyDn.ModifyDNRequest
Set the new RDN
setNewRdn(String) - Method in class org.apache.directory.shared.ldap.ldif.Entry
Set the new RDN
setNewRdn(Rdn) - Method in interface org.apache.directory.shared.ldap.message.ModifyDnRequest
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(LdapDN) - Method in class org.apache.directory.shared.ldap.codec.modifyDn.ModifyDNRequest
Set the new superior
setNewSuperior(String) - Method in class org.apache.directory.shared.ldap.ldif.Entry
Set the new superior
setNewSuperior(LdapDN) - Method in interface org.apache.directory.shared.ldap.message.ModifyDnRequest
Sets the optional distinguished name of the new superior entry where the candidate entry is to be moved.
setNewSuperior(LdapDN) - 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.
setNormalizer(NameComponentNormalizer) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
Sets the NameComponentNormalizer for this parser's dnParser.
setNormalizerMappingResolver(NormalizerMappingResolver) - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParser
 
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(LdapDN) - Method in class org.apache.directory.shared.ldap.codec.modify.ModifyRequest
Set the modification DN.
setObjectName(LdapDN) - Method in class org.apache.directory.shared.ldap.codec.search.SearchResultEntry
Set the entry DN
setObjectName(LdapDN) - Method in interface org.apache.directory.shared.ldap.message.SearchResponseEntry
Sets the distinguished name of the entry object returned.
setObjectName(LdapDN) - 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 whether or not this SchemaObject is inactived.
setOid(OID) - Method in class org.apache.directory.shared.ldap.ldif.LdifControl
Set the control's OID
setOid(String) - Method in interface org.apache.directory.shared.ldap.message.ExtendedRequest
Sets the Object Idendifier corresponding to the extended request type.
setOid(String) - Method in class org.apache.directory.shared.ldap.message.ExtendedRequestImpl
Sets the Object Idendifier corresponding to the extended request type.
setPartialAttributeList(Attributes) - Method in class org.apache.directory.shared.ldap.codec.search.SearchResultEntry
Initialize the partial Attribute list.
setPayload(byte[]) - Method in class org.apache.directory.shared.ldap.message.extended.GracefulShutdownRequest
 
setPayload(byte[]) - Method in interface org.apache.directory.shared.ldap.message.ExtendedRequest
Sets the extended request's requestValue portion of the PDU.
setPayload(byte[]) - Method in class org.apache.directory.shared.ldap.message.ExtendedRequestImpl
Sets the extended request's requestValue portion of the PDU.
setPreviousDn(LdapDN) - Method in class org.apache.directory.shared.ldap.codec.search.controls.EntryChangeControl
 
setPreviousDn(LdapDN) - Method in class org.apache.directory.shared.ldap.message.EntryChangeControl
 
setProtocolOP(Asn1Object) - Method in class org.apache.directory.shared.ldap.codec.LdapMessage
Set the ProtocolOP
setPSearchControl(PSearchControl) - Method in class org.apache.directory.shared.ldap.codec.search.controls.PSearchControlContainer
Set a PSearchControl Object into the container.
setRdn(String, String) - Static method in class org.apache.directory.shared.ldap.util.NamespaceTools
Sets the rdn of a distinguished name string.
setReferral(Referral) - Method in interface org.apache.directory.shared.ldap.message.LdapResult
Sets the Referral associated with this LdapResult if the resultCode property is set to the REFERRAL ResultCodeEnum.
setReferral(Referral) - 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(Referral) - Method in interface org.apache.directory.shared.ldap.message.SearchResponseReference
Sets the sequence of LdapUrls as a Referral instance.
setReferral(Referral) - 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.
setRequestName(OID) - Method in class org.apache.directory.shared.ldap.codec.extended.ExtendedRequest
Set the extended request name
setRequestValue(byte[]) - Method in class org.apache.directory.shared.ldap.codec.extended.ExtendedRequest
Set the extended request value
setResponse(Object) - Method in class org.apache.directory.shared.ldap.codec.extended.ExtendedResponse
Set the extended response
setResponse(Message) - 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.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 interface org.apache.directory.shared.ldap.message.ExtendedResponse
Sets the reponse OID specific encoded response values.
setResponse(byte[]) - Method in class org.apache.directory.shared.ldap.message.ExtendedResponseImpl
Sets the reponse OID specific encoded response values.
setResponse(Message) - 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.ExtendedResponse
Set the extended response name
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 interface org.apache.directory.shared.ldap.message.ExtendedResponse
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.
setResultCode(int) - Method in class org.apache.directory.shared.ldap.codec.LdapResult
Set the result code
setResultCode(ResultCodeEnum) - Method in interface org.apache.directory.shared.ldap.message.LdapResult
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.PSearchControl
 
setReturnECs(boolean) - Method in class org.apache.directory.shared.ldap.message.PersistentSearchControl
 
setSaslMechanism(String) - Method in interface org.apache.directory.shared.ldap.message.BindRequest
Sets the SASL mechanism String associated with this BindRequest if the bind operation is using SASL.
setSaslMechanism(String) - Method in class org.apache.directory.shared.ldap.message.BindRequestImpl
Sets the mechanism associated with a SASL authentication
setScope(int) - Method in class org.apache.directory.shared.ldap.codec.search.SearchRequest
Set the search scope
setScope(ScopeEnum) - Method in interface org.apache.directory.shared.ldap.message.SearchRequest
Sets the search scope parameter enumeration.
setScope(ScopeEnum) - Method in class org.apache.directory.shared.ldap.message.SearchRequestImpl
Sets the search scope parameter enumeration.
setSelector(TokenStreamSelector) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterParser
Sets the token stream selector used for multiplexing the underlying stream.
setSelector(TokenStreamSelector) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterValueParser
Sets the token stream select so we can use it to switch to the filter parsers primary lexer.
setServerSaslCreds(byte[]) - Method in class org.apache.directory.shared.ldap.codec.bind.BindResponse
Set the server sasl credentials
setServerSaslCreds(byte[]) - Method in interface org.apache.directory.shared.ldap.message.BindResponse
Sets the optional property holding SASL authentication response paramters that are SASL mechanism specific.
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.
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 interface org.apache.directory.shared.ldap.message.BindRequest
Sets the authentication mechanism to simple or to SASL based authentication.
setSimple(boolean) - Method in class org.apache.directory.shared.ldap.message.BindRequestImpl
Sets the authentication mechanism to simple or to SASL based authentication.
setSingleValue(boolean) - Method in class org.apache.directory.shared.ldap.schema.AbstractAttributeType
Sets whether or not an attribute of this AttributeType single valued or multi-valued.
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(int) - Method in class org.apache.directory.shared.ldap.codec.search.SearchRequest
Set the size limit
setSizeLimit(long) - Method in class org.apache.directory.shared.ldap.ldif.LdifReader
Set the maximum file size that can be accepted for an attribute value
setSizeLimit(int) - Method in interface org.apache.directory.shared.ldap.message.SearchRequest
Sets sizelimit that restricts the maximum number of entries to be returned as a result of the search.
setSizeLimit(int) - 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.
setSubEntryControl(SubEntryControl) - Method in class org.apache.directory.shared.ldap.codec.search.controls.SubEntryControlContainer
Set a SubEntryControl Object into the container.
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.
setTerminalFilter(Filter) - Method in class org.apache.directory.shared.ldap.codec.search.SearchRequest
Set the terminal filter
setTimeLimit(int) - Method in class org.apache.directory.shared.ldap.codec.search.SearchRequest
Set the time limit
setTimeLimit(int) - Method in interface org.apache.directory.shared.ldap.message.SearchRequest
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.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
 
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) - Method in interface org.apache.directory.shared.ldap.message.Control
Sets the OID of the Control to identify the control type.
setType(String) - Method in class org.apache.directory.shared.ldap.message.ControlImpl
Sets the OID of the Control to identify the control type.
setType(String) - Method in class org.apache.directory.shared.ldap.name.AttributeTypeAndValue
Store the type
setTypeNormalized(String) - Method in class org.apache.directory.shared.ldap.name.AttributeTypeAndValue
Store the type, after having trimmed and lowercased it.
setTypesOnly(boolean) - Method in class org.apache.directory.shared.ldap.codec.search.SearchRequest
Set the typesOnly flag
setTypesOnly(boolean) - Method in interface org.apache.directory.shared.ldap.message.SearchRequest
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.SearchRequestImpl
An indicator as to whether search results will contain both attribute types and values, or just attribute types.
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.AbstractAttributeType
The usage class for this attributeType.
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.
setUseShortClassName(boolean) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Sets whether to output short or long class names.
setValue(Object) - Method in class org.apache.directory.shared.ldap.filter.SimpleNode
Sets the value of this node.
setValue(byte[]) - Method in class org.apache.directory.shared.ldap.ldif.LdifControl
Set the BER encoded value of the control
setValue(byte[]) - Method in interface org.apache.directory.shared.ldap.message.Control
Sets the ASN.1 BER encoded value of the control which would have its own custom ASN.1 defined structure based on the nature of the control.
setValue(byte[]) - Method in class org.apache.directory.shared.ldap.message.ControlImpl
Sets the ASN.1 BER encoded value of the control which would have its own custom ASN.1 defined structure based on the nature of the control.
setValue(Object) - Method in class org.apache.directory.shared.ldap.name.AttributeTypeAndValue
Store the value of a AttributeTypeAndValue.
setValueLexer(AntlrFilterValueLexer) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterParser
Sets the filter value encoding lexer.
setValueNormalized(String) - Method in class org.apache.directory.shared.ldap.name.AttributeTypeAndValue
Store the value of a AttributeTypeAndValue, after having trimmed it.
setValueParser(AntlrFilterValueParser) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterParser
Sets the value parser pulling tokens from the value lexer.
setVersion(int) - Method in class org.apache.directory.shared.ldap.codec.bind.BindRequest
Set the protocol version
setVersion3(boolean) - Method in interface org.apache.directory.shared.ldap.message.BindRequest
Sets whether or not the LDAP v3 or v2 protocol is used.
setVersion3(boolean) - Method in class org.apache.directory.shared.ldap.message.BindRequestImpl
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.SubEntryControl
Set the visibility flag
setVisibility(boolean) - Method in class org.apache.directory.shared.ldap.message.SubentriesControl
 
SHORT_PREFIX_STYLE - Static variable in class org.apache.directory.shared.ldap.util.ToStringStyle
The short prefix toString style.
SIMPLE - Static variable in class org.apache.directory.shared.ldap.aci.AuthenticationLevel
Simple authentication (bound with plain-text credentials)
simple() - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterParser
General filter assertion matching production for approximate, greater or equal, less or equal, equals, substring, and presence simple items,
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 - Class in org.apache.directory.shared.ldap.filter
A simple assertion value node.
SimpleNode(String, byte[], int) - Constructor for class org.apache.directory.shared.ldap.filter.SimpleNode
Creates a new SimpleNode object.
SimpleNode(String, String, int) - Constructor for class org.apache.directory.shared.ldap.filter.SimpleNode
Creates a new SimpleNode object.
SINGLELEVEL - Static variable in class org.apache.directory.shared.ldap.message.ScopeEnum
Search scope parameter enum for single level search
SINGLELEVEL_LDAPVAL - Static variable in class org.apache.directory.shared.ldap.message.ScopeEnum
LDAP search scope parameter value for single level search
SINGLELEVEL_VAL - Static variable in class org.apache.directory.shared.ldap.message.ScopeEnum
Search scope parameter value for single level search
SingleReplyRequest - Interface in org.apache.directory.shared.ldap.message
Super interface for all request messages returning only one type of response.
SingletonEnumeration - Class in org.apache.directory.shared.ldap.util
A NamingEnumeration over a single element.
SingletonEnumeration(Object) - 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.ldif.Entry
 
size() - Method in class org.apache.directory.shared.ldap.message.LockableAttributeImpl
Gets the size of the value list.
size() - Method in class org.apache.directory.shared.ldap.message.LockableAttributesImpl
Retrieves the number of attributes in the attribute set.
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.LdapDN
Get the number of NameComponent conatained in this LdapDN
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 interface org.apache.directory.shared.ldap.util.MultiMap
Gets the number of keys in this map.
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_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
 
SIZELIMITEXCEEDED - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
This error should be returned when the number of results generated by a search exceeds the maximum number of results specified by either the client or the server.
SIZELIMITEXCEEDED_VAL - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
 
skipReferral() - Method in exception org.apache.directory.shared.ldap.exception.LdapReferralException
 
SP - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
SP - Static variable in interface org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
specificExclusion() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
specificExclusion() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParser
 
specificExclusions() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
specificExclusions() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParser
 
ss_base() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
ss_base() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParser
 
ss_maximum() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
ss_maximum() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParser
 
ss_minimum() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
ss_minimum() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParser
 
ss_specificationFilter() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParser
 
ss_specificExclusions() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
ss_specificExclusions() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParser
 
start - Variable in class org.apache.directory.shared.ldap.util.Position
 
START_STATE - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulDisconnectStatesEnum
Initial state
START_STATE - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulShutdownStatesEnum
Initial 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.EntryChangeControlStatesEnum
Sequence Tag
START_STATE - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.PSearchControlStatesEnum
Initial state
START_STATE - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.SubEntryControlStatesEnum
Starting state
startsWith(Name) - Method in class org.apache.directory.shared.ldap.name.LdapDN
Determines whether this name starts with a specified prefix.
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
 
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
 
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
 
stripLineToNChars(String, int) - Static method in class org.apache.directory.shared.ldap.ldif.LdifUtils
Strips the String every n specified characters
STRONG - Static variable in class org.apache.directory.shared.ldap.aci.AuthenticationLevel
Strong authentication (bound with encrypted cerdentials)
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
 
STRONGAUTHREQUIRED - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
This error may be returned on a bind request if the server only accepts strong authentication or it may be returned when a client attempts an operation which requires the client to be strongly authenticated - for example Delete.
STRONGAUTHREQUIRED_VAL - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
 
STRUCTURAL - Static variable in class org.apache.directory.shared.ldap.schema.ObjectClassTypeEnum
ValuedEnum for structural objectClasses
STRUCTURAL_VAL - Static variable in class org.apache.directory.shared.ldap.schema.ObjectClassTypeEnum
The enumeration constant value for the structural objectClasses
SUB_ENTRY_VISIBILITY_STATE - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.SubEntryControlStatesEnum
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.message
The control for the visibility of subentries with search operations.
SubentriesControl() - Constructor for class org.apache.directory.shared.ldap.message.SubentriesControl
 
SubEntryControl - Class in org.apache.directory.shared.ldap.codec.search.controls
A searchRequest control : SubEntry
SubEntryControl() - Constructor for class org.apache.directory.shared.ldap.codec.search.controls.SubEntryControl
Default constructor
SubEntryControlContainer - Class in org.apache.directory.shared.ldap.codec.search.controls
 
SubEntryControlContainer() - Constructor for class org.apache.directory.shared.ldap.codec.search.controls.SubEntryControlContainer
Creates a new SubEntryControlContainer object.
SubEntryControlDecoder - Class in org.apache.directory.shared.ldap.codec.search.controls
A decoder for SubEntryControls.
SubEntryControlDecoder() - Constructor for class org.apache.directory.shared.ldap.codec.search.controls.SubEntryControlDecoder
 
SubEntryControlGrammar - Class in org.apache.directory.shared.ldap.codec.search.controls
This class implements the SubEntryControl.
SubEntryControlStatesEnum - Class in org.apache.directory.shared.ldap.codec.search.controls
This class store the SubEntryControl's grammar constants.
SUBSTRING - Static variable in class org.apache.directory.shared.ldap.filter.AbstractExprNode
substring match assertion node
substring(String) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterValueParser
Parser production that parses the substring expression value immediately after the '=' in a substring filter assertion.
SUBSTRING - Static variable in class org.apache.directory.shared.ldap.schema.MatchingRuleEnum
enum for substring comparator usage
SUBSTRING_FILTER_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
SUBSTRING_VAL - Static variable in class org.apache.directory.shared.ldap.schema.MatchingRuleEnum
value for substring usage
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.
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(ArrayList, 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.AntlrACIItemParser
 
subtreeSpecification() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
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.
subtreeSpecificationComponent() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
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) - Constructor for class org.apache.directory.shared.ldap.subtree.SubtreeSpecificationParser
Creates a subtree specification parser.
SubtreeSpecificationParser(NormalizerMappingResolver, Map) - 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
 
SUCCESS - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
SUCCESS - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
It is returned when the client operation completed successfully without errors.
SUCCESS_VAL - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
 
SUPERIOR - Static variable in class org.apache.directory.shared.ldap.name.Rdn
 
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.
Syntax - Interface in org.apache.directory.shared.ldap.schema
A syntax definition.
SyntaxChecker - Interface in org.apache.directory.shared.ldap.schema
Used to validate values of a particular syntax.
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

theACIItem() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
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.AntlrACIItemParser
 
TILDE - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterParserTokenTypes
 
TILDE - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterValueParserTokenTypes
 
TILDE - Static variable in interface org.apache.directory.shared.ldap.filter.FilterLexerTokenTypes
 
TILDE - Static variable in interface org.apache.directory.shared.ldap.filter.FilterValueLexerTokenTypes
 
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.GracefulDisconnectStatesEnum
Time offline
TIME_OFFLINE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulShutdownStatesEnum
Time offline
TIMELIMITEXCEEDED - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
This error should be returned when the time to perform an operation has exceeded either the time limit specified by the client (which may only be set by the client in a search operation) or the limit specified by the server.
TIMELIMITEXCEEDED_VAL - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
 
timeOffline - Variable in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulAction
offline Time after disconnection
toAttributeImpl(Attribute) - Static method in class org.apache.directory.shared.ldap.util.AttributeUtils
Switch from a BasicAttribute to a LockableAttributeImpl.
toAttributes() - Method in class org.apache.directory.shared.ldap.name.Rdn
Transform the Rdn into an javax.naming.directory.Attributes
toAttributesImpl(Attributes) - Static method in class org.apache.directory.shared.ldap.util.AttributeUtils
Switch from a BasicAttributes to a LockableAttributesImpl.
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
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.
toLowerAttributeType(String) - Method in class org.apache.directory.shared.ldap.util.NamespaceTools
Lowercases the attribute of a complex name component or a simple one with a single attribute value pair.
toLowerCase(String) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Rewrote the toLowercase method to improve performances.
toMap(Object[]) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Converts the given array into a Map.
toMicroOperations(Set) - 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.LdapDN
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.
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.
toString() - Method in class org.apache.directory.shared.ldap.aci.ACITuple
 
toString() - Method in class org.apache.directory.shared.ldap.aci.AuthenticationLevel
 
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 class 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.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.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.AbandonRequest
Return a String representing an AbandonRequest
toString() - Method in class org.apache.directory.shared.ldap.codec.add.AddRequest
Return a String representing an AddRequest
toString() - Method in class org.apache.directory.shared.ldap.codec.add.AddResponse
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.BindRequest
Get a String representation of a BindRequest
toString() - Method in class org.apache.directory.shared.ldap.codec.bind.BindResponse
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.CompareRequest
Get a String representation of a Compare Request
toString() - Method in class org.apache.directory.shared.ldap.codec.compare.CompareResponse
Get a String representation of an CompareResponse
toString() - Method in class org.apache.directory.shared.ldap.codec.Control
Return a String representing a Control
toString() - Method in class org.apache.directory.shared.ldap.codec.del.DelRequest
Return a String representing a DelRequest
toString() - Method in class org.apache.directory.shared.ldap.codec.del.DelResponse
Get a String representation of a DelResponse
toString() - Method in class org.apache.directory.shared.ldap.codec.extended.ExtendedRequest
Get a String representation of an Extended Request
toString() - Method in class org.apache.directory.shared.ldap.codec.extended.ExtendedResponse
Get a String representation of an ExtendedResponse
toString() - Method in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulDisconnect
Return a string representation of the graceful disconnect
toString() - Method in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulShutdown
Return a string representation of the graceful shutdown
toString() - Method in class org.apache.directory.shared.ldap.codec.LdapMessage
Get a String representation of a LdapMessage
toString() - Method in class org.apache.directory.shared.ldap.codec.LdapResponse
Get a String representation of an Response
toString() - Method in class org.apache.directory.shared.ldap.codec.LdapResult
Get a String representation of a LdapResult
toString() - Method in class org.apache.directory.shared.ldap.codec.modify.ModifyRequest
Get a String representation of a ModifyRequest
toString() - Method in class org.apache.directory.shared.ldap.codec.modify.ModifyResponse
Get a String representation of a ModifyResponse
toString() - Method in class org.apache.directory.shared.ldap.codec.modifyDn.ModifyDNRequest
Get a String representation of a ModifyDNRequest
toString() - Method in class org.apache.directory.shared.ldap.codec.modifyDn.ModifyDNResponse
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.EntryChangeControl
Return a String representing this EntryChangeControl.
toString() - Method in class org.apache.directory.shared.ldap.codec.search.controls.PSearchControl
Return a String representing this PSearchControl.
toString() - Method in class org.apache.directory.shared.ldap.codec.search.controls.SubEntryControl
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.SearchRequest
Return a string the represent a SearchRequest
toString() - Method in class org.apache.directory.shared.ldap.codec.search.SearchResultDone
Get a String representation of a SearchResultDone
toString() - Method in class org.apache.directory.shared.ldap.codec.search.SearchResultEntry
Returns the Search Result Entry string
toString() - Method in class org.apache.directory.shared.ldap.codec.search.SearchResultReference
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.UnBindRequest
Get a String representation of a UnBindRequest
toString() - Method in class org.apache.directory.shared.ldap.codec.util.LdapURL
Get a string representation of a LdapURL.
toString() - Method in class org.apache.directory.shared.ldap.filter.BranchNode
Gets the recursive prefix string represent of the filter from this node down.
toString() - Method in class org.apache.directory.shared.ldap.filter.ExtensibleNode
 
toString() - Method in class org.apache.directory.shared.ldap.filter.PresenceNode
 
toString() - Method in class org.apache.directory.shared.ldap.filter.SimpleNode
 
toString() - Method in class org.apache.directory.shared.ldap.filter.SubstringNode
 
toString() - Method in class org.apache.directory.shared.ldap.ldif.Entry
Return a String representing the Entry
toString() - Method in class org.apache.directory.shared.ldap.ldif.LdifControl
 
toString() - Method in class org.apache.directory.shared.ldap.message.AbstractResultResponse
Get a String representation of an Response
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.LdapResultImpl
Get a String representation of a LdapResult
toString() - Method in class org.apache.directory.shared.ldap.message.LockableAttributeImpl
 
toString() - Method in class org.apache.directory.shared.ldap.message.LockableAttributesImpl
Returns a string representation of the object.
toString() - Method in class org.apache.directory.shared.ldap.message.ModificationItemImpl
 
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.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.AttributeTypeAndValue
A String representation of a AttributeTypeAndValue.
toString() - Method in class org.apache.directory.shared.ldap.name.LdapDN
Return the normalized DN as a String.
toString() - Method in class org.apache.directory.shared.ldap.name.Rdn
Returns a String representation of the RDN
toString() - Method in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
Gets the String for the OID of this SchmeaObject.
toString() - Method in class org.apache.directory.shared.ldap.schema.OidNormalizer
Return a String representation of this class
toString() - Method in class org.apache.directory.shared.ldap.schema.RegexNormalizer
 
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 attributes
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.Enum
Human readable description of this Enum item.
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.ValuedEnum
Human readable description of this Enum item.
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
 
transform(Object) - Method in class org.apache.directory.shared.ldap.codec.TwixTransformer
Transform the Twix message to a codec neutral message.
transform(Message) - Method in class org.apache.directory.shared.ldap.codec.TwixTransformer
Transform the Snickers message to a Twix message.
transform(Object) - Method in interface org.apache.directory.shared.ldap.message.spi.TransformerSpi
Transforms the containment tree rooted at some compiler stub object into a Message implementing object instance.
transform(Message) - Method in interface org.apache.directory.shared.ldap.message.spi.TransformerSpi
Transforms the agnostic Message representation of an LDAPv3 ASN.1 message envelope into a compiler generated and BER lib specific stub containment tree.
TransformerSpi - Interface in org.apache.directory.shared.ldap.message.spi
Standard transformer service provider interface.
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[], 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[], 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) - Method in class org.apache.directory.shared.ldap.util.NestableDelegate
Trims the stack frames.
TwixDecoder - Class in org.apache.directory.shared.ldap.codec
The TwixDecoder decodes ASN.1 BER encoded PDUs.
TwixDecoder(Provider, Set) - Constructor for class org.apache.directory.shared.ldap.codec.TwixDecoder
Creates an instance of a Twix Decoder implementation.
TwixEncoder - Class in org.apache.directory.shared.ldap.codec
Twix LDAP BER provider's encoder.
TwixEncoder(Provider) - Constructor for class org.apache.directory.shared.ldap.codec.TwixEncoder
Creates an instance of a Twix Encoder implementation.
TwixProvider - Class in org.apache.directory.shared.ldap.codec
The Twix specific BER provider for LDAP.
TwixTransformer - Class in org.apache.directory.shared.ldap.codec
A Twix to Snickers Message transformer.
TwixTransformer(Provider) - Constructor for class org.apache.directory.shared.ldap.codec.TwixTransformer
Creates a passthrough transformer that really does nothing at all.
TWO_BYTES - Static variable in class org.apache.directory.shared.ldap.codec.util.DNUtils
A constant representing two bytes length
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.codec.util.DNUtils
A constant representing two chars 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.AbandonRequest
Ldap abandon request type code
TYPE - Static variable in interface org.apache.directory.shared.ldap.message.AddRequest
LDAPv3 add request type enum code
TYPE - Static variable in interface org.apache.directory.shared.ldap.message.AddResponse
Add response message type enumeration value
TYPE - Static variable in interface org.apache.directory.shared.ldap.message.BindRequest
Bind request message type enumeration value
TYPE - Static variable in interface org.apache.directory.shared.ldap.message.BindResponse
Bind response message type enumeration value
TYPE - Static variable in interface org.apache.directory.shared.ldap.message.CompareRequest
Compare request message type enum code
TYPE - Static variable in interface org.apache.directory.shared.ldap.message.CompareResponse
Compare response message type enumeration value
TYPE - Static variable in interface org.apache.directory.shared.ldap.message.DeleteRequest
Delete request message type enumeration value
TYPE - Static variable in interface org.apache.directory.shared.ldap.message.DeleteResponse
Delete response message type enumeration value
TYPE - Static variable in interface org.apache.directory.shared.ldap.message.ExtendedRequest
Extended request message type enumeration value
TYPE - Static variable in interface org.apache.directory.shared.ldap.message.ExtendedResponse
Extended response message type enumeration value
TYPE - Static variable in interface org.apache.directory.shared.ldap.message.ModifyDnRequest
Modify DN request message type enumeration value
TYPE - Static variable in interface org.apache.directory.shared.ldap.message.ModifyDnResponse
Modify DN response message type enumeration value
TYPE - Static variable in interface org.apache.directory.shared.ldap.message.ModifyRequest
Modify request message type enumeration value
TYPE - Static variable in interface org.apache.directory.shared.ldap.message.ModifyResponse
Modify response message type enumeration value
TYPE - Static variable in interface org.apache.directory.shared.ldap.message.SearchRequest
Search request protocol message type
TYPE - Static variable in interface org.apache.directory.shared.ldap.message.SearchResponseDone
Search done response message type enumeration value
TYPE - Static variable in interface org.apache.directory.shared.ldap.message.SearchResponseEntry
Search entry response message type enumeration value
TYPE - Static variable in interface org.apache.directory.shared.ldap.message.SearchResponseReference
Search reference response message type enumeration value
TYPE - Static variable in interface org.apache.directory.shared.ldap.message.UnbindRequest
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 - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
This error code is returned when the server is unavailable to process the client's request.
UNAVAILABLE_CRITICAL_EXTENSION - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
UNAVAILABLE_VAL - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
 
UNAVAILABLECRITICALEXTENSION - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
The server was unable to satisfy the request because one or more critical extensions were not available [X511, Section 12.8].
UNAVAILABLECRITICALEXTENSION_VAL - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
 
UNBIND_REQUEST - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
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
UnBindRequest - Class in org.apache.directory.shared.ldap.codec.unbind
A UnBindRequest ldapObject.
UnBindRequest() - Constructor for class org.apache.directory.shared.ldap.codec.unbind.UnBindRequest
Creates a new BindRequest object.
UNBINDREQUEST - Static variable in class org.apache.directory.shared.ldap.message.MessageTypeEnum
Unbind request protocol message type
UnbindRequest - Interface in org.apache.directory.shared.ldap.message
Unbind protocol request message used to end a client session.
UNBINDREQUEST_VAL - Static variable in class org.apache.directory.shared.ldap.message.MessageTypeEnum
Unbind request protocol message type value
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.EntryChangeControl
 
UNDEFINED_CHANGE_NUMBER - Static variable in class org.apache.directory.shared.ldap.message.EntryChangeControl
 
UNDEFINEDATTRIBUTETYPE - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
This error may be returned if the specified attribute is unrecognized by the server, since it is not present in the server's defined schema.
UNDEFINEDATTRIBUTETYPE_VAL - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
 
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
UNKNOWN - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
UNKNOWN - Static variable in exception org.apache.directory.shared.ldap.codec.util.URIException
No specified reason code.
unstackFilters(IAsn1Container) - Method in class org.apache.directory.shared.ldap.codec.search.SearchRequest
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
 
UNWILLINGTOPERFORM - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
This error code should be returned by the server when a client request is properly formed but which the server is unable to complete due to server-defined restrictions.
UNWILLINGTOPERFORM_VAL - Static variable in class org.apache.directory.shared.ldap.message.ResultCodeEnum
 
UPDATE_CODES - Static variable in class 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].
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.codec.util.LdapURL
Encode a String to avoid special characters *NOTE* : this is an ugly function, just needed because the RFC 2255 is VERY unclear about the way LDAP searches are to be encoded.
UsageEnum - Class 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
 
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.
USERAPPLICATIONS - Static variable in class org.apache.directory.shared.ldap.schema.UsageEnum
enum for attributes with userApplications usage
USERAPPLICATIONS_VAL - Static variable in class org.apache.directory.shared.ldap.schema.UsageEnum
value for attributes with userApplications usage
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) - Constructor for class org.apache.directory.shared.ldap.aci.UserClass.Name
Creates a new instance.
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) - 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) - 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.AntlrACIItemParser
 
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, Collection) - Constructor for class org.apache.directory.shared.ldap.aci.UserFirstACIItem
Creates a new instance.
userGroup() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
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, Collection) - Constructor for class org.apache.directory.shared.ldap.aci.UserPermission
Creates a new instance
userPermissions() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
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.
UTF0 - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterParserTokenTypes
 
UTF0 - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterValueParserTokenTypes
 
UTF0 - Static variable in interface org.apache.directory.shared.ldap.filter.FilterLexerTokenTypes
 
UTF0 - Static variable in interface org.apache.directory.shared.ldap.filter.FilterValueLexerTokenTypes
 
UTF1 - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterParserTokenTypes
 
UTF1 - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterValueParserTokenTypes
 
UTF1 - Static variable in interface org.apache.directory.shared.ldap.filter.FilterLexerTokenTypes
 
UTF1 - Static variable in interface org.apache.directory.shared.ldap.filter.FilterValueLexerTokenTypes
 
UTF1SUBSET - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterParserTokenTypes
 
UTF1SUBSET - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterValueParserTokenTypes
 
UTF1SUBSET - Static variable in interface org.apache.directory.shared.ldap.filter.FilterLexerTokenTypes
 
UTF1SUBSET - Static variable in interface org.apache.directory.shared.ldap.filter.FilterValueLexerTokenTypes
 
UTF2 - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterParserTokenTypes
 
UTF2 - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterValueParserTokenTypes
 
UTF2 - Static variable in interface org.apache.directory.shared.ldap.filter.FilterLexerTokenTypes
 
UTF2 - Static variable in interface org.apache.directory.shared.ldap.filter.FilterValueLexerTokenTypes
 
UTF3 - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterParserTokenTypes
 
UTF3 - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterValueParserTokenTypes
 
UTF3 - Static variable in interface org.apache.directory.shared.ldap.filter.FilterLexerTokenTypes
 
UTF3 - Static variable in interface org.apache.directory.shared.ldap.filter.FilterValueLexerTokenTypes
 
UTF4 - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterParserTokenTypes
 
UTF4 - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterValueParserTokenTypes
 
UTF4 - Static variable in interface org.apache.directory.shared.ldap.filter.FilterLexerTokenTypes
 
UTF4 - Static variable in interface org.apache.directory.shared.ldap.filter.FilterValueLexerTokenTypes
 
UTF8 - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterParserTokenTypes
 
UTF8 - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterValueParserTokenTypes
 
UTF8 - Static variable in interface org.apache.directory.shared.ldap.filter.FilterLexerTokenTypes
 
UTF8 - Static variable in interface org.apache.directory.shared.ldap.filter.FilterValueLexerTokenTypes
 
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
UTFMB - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterParserTokenTypes
 
UTFMB - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterValueParserTokenTypes
 
UTFMB - Static variable in interface org.apache.directory.shared.ldap.filter.FilterLexerTokenTypes
 
UTFMB - Static variable in interface org.apache.directory.shared.ldap.filter.FilterValueLexerTokenTypes
 

V

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(String) - Method in class org.apache.directory.shared.ldap.filter.AntlrFilterValueParser
Parser production that calls either equal, presence or substring productions.
value - Variable in class org.apache.directory.shared.ldap.message.ExtendedResponseImpl
Values encoded in the extended response payload
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
 
ValuedEnum - Class in org.apache.directory.shared.ldap.util
Abstract superclass for type-safe enums with integer values suitable for use in switch statements.
ValuedEnum(String, int) - Constructor for class org.apache.directory.shared.ldap.util.ValuedEnum
Constructor for enum item.
VALUEENCODING - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterParserTokenTypes
 
VALUEENCODING - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterValueParserTokenTypes
 
VALUEENCODING - Static variable in interface org.apache.directory.shared.ldap.filter.FilterLexerTokenTypes
 
VALUEENCODING - Static variable in interface org.apache.directory.shared.ldap.filter.FilterValueLexerTokenTypes
 
values() - Method in interface org.apache.directory.shared.ldap.util.MultiMap
Gets a collection containing all the values in the map.
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
 
VERSION_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
VERTBAR - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterParserTokenTypes
 
VERTBAR - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterValueParserTokenTypes
 
VERTBAR - Static variable in interface org.apache.directory.shared.ldap.filter.FilterLexerTokenTypes
 
VERTBAR - Static variable in interface org.apache.directory.shared.ldap.filter.FilterValueLexerTokenTypes
 
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

WHOLESUBTREE - Static variable in class org.apache.directory.shared.ldap.message.ScopeEnum
Search scope parameter enum for whole subtree level search
WHOLESUBTREE_LDAPVAL - Static variable in class org.apache.directory.shared.ldap.message.ScopeEnum
LDAP search scope parameter value for whole subtree level search
WHOLESUBTREE_VAL - Static variable in class org.apache.directory.shared.ldap.message.ScopeEnum
Search scope parameter value for whole subtree level search
wrapperEntryPoint() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
wrapperEntryPoint() - Method in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParser
 
writeExternal(ObjectOutput) - Method in class org.apache.directory.shared.ldap.util.SequencedHashMap
Serializes this map to the given stream.
WS - Static variable in interface org.apache.directory.shared.ldap.filter.AntlrFilterParserTokenTypes
 
WS - Static variable in interface org.apache.directory.shared.ldap.filter.FilterLexerTokenTypes
 

X

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.

_

_tokenNames - Static variable in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
_tokenNames - Static variable in class org.apache.directory.shared.ldap.filter.AntlrFilterParser
 
_tokenNames - Static variable in class org.apache.directory.shared.ldap.filter.AntlrFilterValueParser
 
_tokenNames - Static variable in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationParser
 
_tokenSet_0 - Static variable in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
_tokenSet_0 - Static variable in class org.apache.directory.shared.ldap.filter.AntlrFilterParser
 
_tokenSet_0 - Static variable in class org.apache.directory.shared.ldap.filter.AntlrFilterValueLexer
 
_tokenSet_0 - Static variable in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationLexer
 
_tokenSet_1 - Static variable in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
_tokenSet_1 - Static variable in class org.apache.directory.shared.ldap.filter.AntlrFilterParser
 
_tokenSet_1 - Static variable in class org.apache.directory.shared.ldap.filter.AntlrFilterValueLexer
 
_tokenSet_1 - Static variable in class org.apache.directory.shared.ldap.subtree.AntlrSubtreeSpecificationLexer
 
_tokenSet_2 - Static variable in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
_tokenSet_2 - Static variable in class org.apache.directory.shared.ldap.filter.AntlrFilterValueLexer
 
_tokenSet_3 - Static variable in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
_tokenSet_3 - Static variable in class org.apache.directory.shared.ldap.filter.AntlrFilterValueLexer
 
_tokenSet_4 - Static variable in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
_tokenSet_5 - Static variable in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
_tokenSet_6 - Static variable in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 

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

Copyright © 2004-2010. All Rights Reserved.