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

A

abandon(int) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Abandons a request submitted to the server for performing a particular operation The abandonRequest is always non-blocking, because no response is expected
abandon(AbandonRequest) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
An abandon request essentially with the request message ID of the operation to be canceled and/or potentially some controls and timeout (the controls and timeout are not mandatory).
abandon(int) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Abandons a request submitted to the server for performing a particular operation The abandonRequest is always non-blocking, because no response is expected
abandon(AbandonRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
An abandon request essentially with the request message ID of the operation to be canceled and/or potentially some controls and timeout (the controls and timeout are not mandatory).
abandon() - Method in class org.apache.directory.shared.dsmlv2.request.AbstractResultResponseRequestDsml
Abandons this request.
abandon() - Method in class org.apache.directory.shared.ldap.codec.decorators.AbandonableRequestDecorator
Abandons this request.
abandon() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
 
abandon() - Method in class org.apache.directory.shared.ldap.codec.decorators.SingleReplyRequestDecorator
 
abandon() - Method in interface org.apache.directory.shared.ldap.model.message.AbandonableRequest
Abandons this request.
abandon() - Method in class org.apache.directory.shared.ldap.model.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.model.message.AbstractAbandonableRequest
 
abandon() - Method in class org.apache.directory.shared.ldap.model.message.BindRequestImpl
RFC 2251/4511 [Section 4.11]: Abandon, Bind, Unbind, and StartTLS operations cannot be abandoned.
abandon() - Method in class org.apache.directory.shared.ldap.model.message.UnbindRequestImpl
RFC 2251 [Section 4.11]: Abandon, Bind, Unbind, and StartTLS operations cannot be abandoned.
ABANDON_REQUEST_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
AbandonableRequest - Interface in org.apache.directory.shared.ldap.model.message
A request which can be abandoned.
AbandonableRequestDecorator<M extends AbandonableResultResponseRequest<R>,R extends ResultResponse> - Class in org.apache.directory.shared.ldap.codec.decorators
A decorator for the LdapResultResponse message
AbandonableRequestDecorator(LdapApiService, M) - Constructor for class org.apache.directory.shared.ldap.codec.decorators.AbandonableRequestDecorator
Makes Request a MessageDecorator.
AbandonableResultResponseRequest<R extends ResultResponse> - Interface in org.apache.directory.shared.ldap.codec.decorators
A composite interface needed for AbandonableRequest ResultResponseRequests.
AbandonableResultResponseRequestDecorator<M extends AbandonableResultResponseRequest<R>,R extends ResultResponse> - Class in org.apache.directory.shared.ldap.codec.decorators
A decorator for the LdapResultResponse message
AbandonableResultResponseRequestDecorator(LdapApiService, M) - Constructor for class org.apache.directory.shared.ldap.codec.decorators.AbandonableResultResponseRequestDecorator
Makes Request a MessageDecorator.
AbandonListener - Interface in org.apache.directory.shared.ldap.model.message
A listener interested in abandon operations performed on requests.
AbandonRequest - Interface in org.apache.directory.shared.ldap.model.message
Abandon protocol operation request to terminate an operation already in progress.
AbandonRequestDecorator - Class in org.apache.directory.shared.ldap.codec.decorators
A decorator for the AddRequest message
AbandonRequestDecorator(LdapApiService, AbandonRequest) - Constructor for class org.apache.directory.shared.ldap.codec.decorators.AbandonRequestDecorator
Makes a AddRequest a MessageDecorator.
AbandonRequestDsml - Class in org.apache.directory.shared.dsmlv2.request
DSML Decorator for AbandonRequest
AbandonRequestDsml(LdapApiService) - Constructor for class org.apache.directory.shared.dsmlv2.request.AbandonRequestDsml
Creates a new instance of AbandonRequestDsml.
AbandonRequestDsml(LdapApiService, AbandonRequest) - Constructor for class org.apache.directory.shared.dsmlv2.request.AbandonRequestDsml
Creates a new instance of AbandonRequestDsml.
AbandonRequestImpl - Class in org.apache.directory.shared.ldap.model.message
Implementation of an AbandonRequest message.
AbandonRequestImpl() - Constructor for class org.apache.directory.shared.ldap.model.message.AbandonRequestImpl
Creates an AbandonRequest implementation for an outstanding request.
AbandonRequestImpl(int) - Constructor for class org.apache.directory.shared.ldap.model.message.AbandonRequestImpl
Creates an AbandonRequest implementation for an outstanding request.
ABSTRACT - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
ABSTRACT_VAL - Static variable in enum org.apache.directory.shared.ldap.model.schema.ObjectClassTypeEnum
The int constant value for the abstract objectClasses
AbstractAbandonableRequest - Class in org.apache.directory.shared.ldap.model.message
The base abandonable request message class.
AbstractAbandonableRequest(int, MessageTypeEnum) - Constructor for class org.apache.directory.shared.ldap.model.message.AbstractAbandonableRequest
Subclasses must provide these parameters via a super constructor call.
AbstractAsn1Object - Class in org.apache.directory.shared.asn1
An abstract class which implements basic TLV operations.
AbstractAsn1Object(int) - Constructor for class org.apache.directory.shared.asn1.AbstractAsn1Object
Constructor associated with a TLV identifier.
AbstractAsn1Object() - Constructor for class org.apache.directory.shared.asn1.AbstractAsn1Object
Default constructor.
AbstractAttributeTypeProtectedItem - Class in org.apache.directory.shared.ldap.aci.protectedItem
A base class for all items which protects attribute types (or its values)
AbstractAttributeTypeProtectedItem(Set<AttributeType>) - Constructor for class org.apache.directory.shared.ldap.aci.protectedItem.AbstractAttributeTypeProtectedItem
Creates a new instance.
AbstractContainer - Class in org.apache.directory.shared.asn1.ber
This class is the abstract container used to store the current state of a PDU being decoded.
AbstractContainer() - Constructor for class org.apache.directory.shared.asn1.ber.AbstractContainer
Creates a new instance of AbstractContainer with a starting state.
AbstractContainer(ByteBuffer) - Constructor for class org.apache.directory.shared.asn1.ber.AbstractContainer
Creates a new instance of AbstractContainer with a starting state.
AbstractControl - Class in org.apache.directory.shared.ldap.model.message.controls
A simple implementation of the Control interface with storage for the OID and the criticality properties.
AbstractControl(String) - Constructor for class org.apache.directory.shared.ldap.model.message.controls.AbstractControl
Creates a Control with a specific OID.
AbstractControl(String, boolean) - Constructor for class org.apache.directory.shared.ldap.model.message.controls.AbstractControl
Creates a Control with a specific OID, and criticality set.
AbstractCursor<E> - Class in org.apache.directory.shared.ldap.model.cursor
Simple class that contains often used Cursor code.
AbstractCursor() - Constructor for class org.apache.directory.shared.ldap.model.cursor.AbstractCursor
 
AbstractDsmlMessageDecorator<E extends Message> - Class in org.apache.directory.shared.dsmlv2
An abstract DSML Message decorator base class.
AbstractDsmlMessageDecorator(LdapApiService, E) - Constructor for class org.apache.directory.shared.dsmlv2.AbstractDsmlMessageDecorator
 
AbstractExprNode - Class in org.apache.directory.shared.ldap.model.filter
Abstract implementation of a expression node.
AbstractExprNode(AssertionType) - Constructor for class org.apache.directory.shared.ldap.model.filter.AbstractExprNode
Creates a node by setting abstract node type.
AbstractExtendedRequest<R extends ExtendedResponse> - Class in org.apache.directory.shared.ldap.model.message
ExtendedRequest implementation.
AbstractExtendedRequest() - Constructor for class org.apache.directory.shared.ldap.model.message.AbstractExtendedRequest
Creates an ExtendedRequest implementing object used to perform extended protocol operation on the server.
AbstractExtendedRequest(int) - Constructor for class org.apache.directory.shared.ldap.model.message.AbstractExtendedRequest
Creates an ExtendedRequest implementing object used to perform extended protocol operation on the server.
AbstractGrammar<E extends Asn1Container> - Class in org.apache.directory.shared.asn1.ber.grammar
The abstract Grammar which is the Mother of all the grammars.
AbstractGrammar() - Constructor for class org.apache.directory.shared.asn1.ber.grammar.AbstractGrammar
Default constructor
AbstractGrammar - Class in org.apache.directory.shared.dsmlv2
The abstract IGrammar which is the Mother of all the grammars.
AbstractGrammar() - Constructor for class org.apache.directory.shared.dsmlv2.AbstractGrammar
 
AbstractLdapReferralException - Exception in org.apache.directory.shared.ldap.model.exception
A LdapOperationException which associates a resultCode namely the ResultCodeEnum.REFERRAL resultCode with the exception.
AbstractLdapReferralException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.AbstractLdapReferralException
Creates a new instance of AbstractLdapReferralException.
AbstractMessage - Class in org.apache.directory.shared.ldap.model.message
Abstract message base class.
AbstractMessage(int, MessageTypeEnum) - Constructor for class org.apache.directory.shared.ldap.model.message.AbstractMessage
Completes the instantiation of a Message.
AbstractReadBitString<E extends Asn1Container> - Class in org.apache.directory.shared.asn1.actions
The action used read a BITSTRING from a TLV
AbstractReadBitString(String) - Constructor for class org.apache.directory.shared.asn1.actions.AbstractReadBitString
Instantiates a new AbstractReadByteArray action.
AbstractReadInteger<E extends Asn1Container> - Class in org.apache.directory.shared.asn1.actions
The action used to read an integer value
AbstractReadInteger(String) - Constructor for class org.apache.directory.shared.asn1.actions.AbstractReadInteger
Instantiates a new AbstractReadInteger action.
AbstractReadInteger(String, int, int) - Constructor for class org.apache.directory.shared.asn1.actions.AbstractReadInteger
Creates a new instance of AbstractReadInteger.
AbstractReadOctetString<E extends Asn1Container> - Class in org.apache.directory.shared.asn1.actions
The action used to read an OCTET STRING value
AbstractReadOctetString(String) - Constructor for class org.apache.directory.shared.asn1.actions.AbstractReadOctetString
Instantiates a new AbstractReadInteger action.
AbstractReadOctetString(String, boolean) - Constructor for class org.apache.directory.shared.asn1.actions.AbstractReadOctetString
Instantiates a new AbstractReadInteger action.
AbstractRequest - Class in org.apache.directory.shared.ldap.model.message
The base request message class.
AbstractRequest(int, MessageTypeEnum, boolean) - Constructor for class org.apache.directory.shared.ldap.model.message.AbstractRequest
Subclasses must provide these parameters via a super constructor call.
AbstractRequestDsml<E extends Request> - Class in org.apache.directory.shared.dsmlv2.request
Abstract class for DSML requests.
AbstractRequestDsml(LdapApiService, E) - Constructor for class org.apache.directory.shared.dsmlv2.request.AbstractRequestDsml
Creates a new instance of AbstractRequestDsml.
AbstractResponse - Class in org.apache.directory.shared.ldap.model.message
Abstract base for a Response message.
AbstractResponse(int, MessageTypeEnum) - Constructor for class org.apache.directory.shared.ldap.model.message.AbstractResponse
Allows subclasses based on the abstract type to create a response to a request.
AbstractResponseDsml<E extends Response> - Class in org.apache.directory.shared.dsmlv2.reponse
Base class for all DSML responses.
AbstractResponseDsml(LdapApiService, E) - Constructor for class org.apache.directory.shared.dsmlv2.reponse.AbstractResponseDsml
Instantiates a new abstract DSML response.
AbstractResultResponse - Class in org.apache.directory.shared.ldap.model.message
Abstract base for a ResultResponse message.
AbstractResultResponse(int, MessageTypeEnum) - Constructor for class org.apache.directory.shared.ldap.model.message.AbstractResultResponse
Allows subclasses based on the abstract type to create a response to a request.
AbstractResultResponseDsml<E extends ResultResponse> - Class in org.apache.directory.shared.dsmlv2.reponse
Base class for all DSML responses.
AbstractResultResponseDsml(LdapApiService, E) - Constructor for class org.apache.directory.shared.dsmlv2.reponse.AbstractResultResponseDsml
Instantiates a new abstract DSML response.
AbstractResultResponseRequestDsml<E extends ResultResponseRequest<F>,F extends ResultResponse> - Class in org.apache.directory.shared.dsmlv2.request
Abstract class for DSML requests.
AbstractResultResponseRequestDsml(LdapApiService, E) - Constructor for class org.apache.directory.shared.dsmlv2.request.AbstractResultResponseRequestDsml
Creates a new instance of AbstractRequestDsml.
AbstractSchemaLoader - Class in org.apache.directory.shared.ldap.model.schema.registries
An abstract class with a utility method and setListener() implemented.
AbstractSchemaLoader() - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.AbstractSchemaLoader
 
AbstractSchemaObject - Class in org.apache.directory.shared.ldap.model.schema
Most schema objects have some common attributes.
AbstractSchemaObject(SchemaObjectType, String) - Constructor for class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
A constructor for a SchemaObject instance.
AbstractSchemaObject(SchemaObjectType) - Constructor for class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
Constructor used when a generic reusable SchemaObject is assigned an OID after being instantiated.
AbstractSchemaParser - Class in org.apache.directory.shared.ldap.model.schema.parsers
TODO AbstractSchemaParser.
AbstractSchemaParser() - Constructor for class org.apache.directory.shared.ldap.model.schema.parsers.AbstractSchemaParser
Instantiates a new abstract schema parser.
AbstractSimpleComponentsMonitor - Class in org.apache.directory.shared.util
Abstract implementation of a components monitor.
AbstractSimpleComponentsMonitor(String[]) - Constructor for class org.apache.directory.shared.util.AbstractSimpleComponentsMonitor
Instantiates a new abstract simple components monitor.
AbstractTupleCursor<K,V> - Class in org.apache.directory.shared.ldap.model.cursor
An abstract TupleCursor.
AbstractTupleCursor() - Constructor for class org.apache.directory.shared.ldap.model.cursor.AbstractTupleCursor
 
AbstractValue<T> - Class in org.apache.directory.shared.ldap.model.entry
A wrapper around byte[] values in entries.
AbstractValue() - Constructor for class org.apache.directory.shared.ldap.model.entry.AbstractValue
 
accept(FilterVisitor) - Method in class org.apache.directory.shared.ldap.model.filter.AssertionNode
 
accept(FilterVisitor) - Method in class org.apache.directory.shared.ldap.model.filter.BranchNode
 
accept(FilterVisitor) - Method in interface org.apache.directory.shared.ldap.model.filter.ExprNode
Element/node accept method for visitor pattern.
accept(FilterVisitor) - Method in class org.apache.directory.shared.ldap.model.filter.LeafNode
 
accept(FilterVisitor) - Method in class org.apache.directory.shared.ldap.model.filter.ScopeNode
 
accept(FilterVisitor) - Method in class org.apache.directory.shared.ldap.model.filter.UndefinedNode
Element/node accept method for visitor pattern.
ACCESS_CONTROL_INNER_AREA - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ACCESS_CONTROL_INNER_AREA_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ACCESS_CONTROL_SCHEME_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ACCESS_CONTROL_SCHEME_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ACCESS_CONTROL_SPECIFIC_AREA - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ACCESS_CONTROL_SPECIFIC_AREA_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ACCESS_CONTROL_SUBENTRIES_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ACCESS_CONTROL_SUBENTRIES_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ACCESS_CONTROL_SUBENTRY_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ACCESS_CONTROL_SUBENTRY_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ACCESS_POINT_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
AccessPointSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is an AccessPoint.
AccessPointSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.AccessPointSyntaxChecker
The AccessPoint SyntaxChecker constructor
aci_authenticationLevel() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
aci_authenticationLevel() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
aci_identificationTag() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
aci_identificationTag() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
ACI_ITEM_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
aci_itemOrUserFirst() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
aci_itemOrUserFirst() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
aci_precedence() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
aci_precedence() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
ACIItem - Class in org.apache.directory.shared.ldap.aci
An abstract class that provides common properties and operations for ItemFirstACIItem and UserFirstACIItem as specified X.501 specification.
ACIItem(String, int, AuthenticationLevel) - Constructor for class org.apache.directory.shared.ldap.aci.ACIItem
Creates a new instance
ACIItemChecker - Class in org.apache.directory.shared.ldap.aci
A reusable wrapper around the antlr generated parser for an ACIItem as defined by X.501.
ACIItemChecker(SchemaManager) - Constructor for class org.apache.directory.shared.ldap.aci.ACIItemChecker
Creates a ACIItem parser.
ACIItemParser - Class in org.apache.directory.shared.ldap.aci
A reusable wrapper around the antlr generated parser for an ACIItem as defined by X.501.
ACIItemParser(SchemaManager) - Constructor for class org.apache.directory.shared.ldap.aci.ACIItemParser
Creates a ACIItem parser.
ACIItemParser(NameComponentNormalizer, SchemaManager) - Constructor for class org.apache.directory.shared.ldap.aci.ACIItemParser
Creates a normalizing ACIItem parser.
ACIItemSyntaxChecker - Class in org.apache.directory.shared.ldap.aci
A SyntaxChecker which verifies that a value is a valid ACIItem.
ACIItemSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.aci.ACIItemSyntaxChecker
Creates a new instance of ACIItemSyntaxChecker
ACITuple - Class in org.apache.directory.shared.ldap.aci
A flatten entity which is converted from an ACIItem.
ACITuple(Collection<UserClass>, AuthenticationLevel, Collection<ProtectedItem>, Collection<MicroOperation>, boolean, Integer) - Constructor for class org.apache.directory.shared.ldap.aci.ACITuple
Creates a new instance.
action(E) - Method in class org.apache.directory.shared.asn1.actions.AbstractReadBitString
The action to be executed.
action(E) - Method in class org.apache.directory.shared.asn1.actions.AbstractReadInteger
The action to be executed.
action(E) - Method in class org.apache.directory.shared.asn1.actions.AbstractReadOctetString
The action to be executed.
action(E) - Method in class org.apache.directory.shared.asn1.actions.CheckNotNullLength
The action to be executed.
Action<E extends Asn1Container> - Interface in org.apache.directory.shared.asn1.ber.grammar
Action interface just contains the method 'action' which must be implemented in all the implementing classes.
action(E) - Method in interface org.apache.directory.shared.asn1.ber.grammar.Action
The action to be executed.
Action - Interface in org.apache.directory.shared.dsmlv2
IAction interface just contains the method 'action' which must be implemented in all the implementation classes.
action(Dsmlv2Container) - Method in interface org.apache.directory.shared.dsmlv2.Action
The action to be executed.
action(LdapMessageContainer<AbandonRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.abandonRequest.InitAbandonRequest
The action to be executed.
action(LdapMessageContainer<AddRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.addRequest.AddAddRequestAttributeType
The action to be executed.
action(LdapMessageContainer<AddRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.addRequest.AddAttributeValue
The action to be executed.
action(LdapMessageContainer<AddRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.addRequest.InitAddRequest
The action to be executed.
action(LdapMessageContainer<AddRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.addRequest.StoreAddRequestEntryName
The action to be executed.
action(LdapMessageContainer<AddResponseDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.addResponse.InitAddResponse
The action to be executed.
action(LdapMessageContainer<MessageDecorator<? extends Message>>) - Method in class org.apache.directory.shared.ldap.codec.actions.AllowGrammarEnd
The action to be executed.
action(LdapMessageContainer<BindRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.bindRequest.InitBindRequest
The action to be executed.
action(LdapMessageContainer<BindRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.bindRequest.InitSaslBind
The action to be executed.
action(LdapMessageContainer<BindRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.bindRequest.StoreName
The action to be executed.
action(LdapMessageContainer<BindRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.bindRequest.StoreSaslCredentials
The action to be executed.
action(LdapMessageContainer<BindRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.bindRequest.StoreSaslMechanism
The action to be executed.
action(LdapMessageContainer<BindRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.bindRequest.StoreSimpleAuth
The action to be executed.
action(LdapMessageContainer<BindRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.bindRequest.StoreVersion
The action to be executed.
action(LdapMessageContainer<BindResponseDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.bindResponse.InitBindResponse
The action to be executed.
action(LdapMessageContainer<BindResponseDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.bindResponse.StoreServerSASLCreds
The action to be executed.
action(LdapMessageContainer<MessageDecorator<? extends Message>>) - Method in class org.apache.directory.shared.ldap.codec.actions.CheckLengthNotNull
The action to be executed.
action(LdapMessageContainer<CompareRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.compareRequest.InitCompareRequest
The action to be executed.
action(LdapMessageContainer<CompareRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.compareRequest.StoreCompareRequestAssertionValue
The action to be executed.
action(LdapMessageContainer<CompareRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.compareRequest.StoreCompareRequestAttributeDesc
The action to be executed.
action(LdapMessageContainer<CompareRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.compareRequest.StoreCompareRequestEntryName
The action to be executed.
action(LdapMessageContainer<CompareResponseDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.compareResponse.InitCompareResponse
The action to be executed.
action(LdapMessageContainer<MessageDecorator<? extends Message>>) - Method in class org.apache.directory.shared.ldap.codec.actions.controls.AddControl
The action to be executed.
action(LdapMessageContainer<MessageDecorator<? extends Message>>) - Method in class org.apache.directory.shared.ldap.codec.actions.controls.InitControls
The action to be executed.
action(LdapMessageContainer<MessageDecorator<? extends Message>>) - Method in class org.apache.directory.shared.ldap.codec.actions.controls.StoreControlCriticality
The action to be executed.
action(LdapMessageContainer<MessageDecorator<? extends Message>>) - Method in class org.apache.directory.shared.ldap.codec.actions.controls.StoreControlValue
The action to be executed.
action(LdapMessageContainer<DeleteRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.delRequest.InitDelRequest
The action to be executed.
action(LdapMessageContainer<DeleteResponseDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.delResponse.InitDelResponse
The action to be executed.
action(LdapMessageContainer<ExtendedRequestDecorator<?, ?>>) - Method in class org.apache.directory.shared.ldap.codec.actions.extendedRequest.InitExtendedRequest
The action to be executed.
action(LdapMessageContainer<ExtendedRequestDecorator<?, ?>>) - Method in class org.apache.directory.shared.ldap.codec.actions.extendedRequest.StoreExtendedRequestName
The action to be executed.
action(LdapMessageContainer<ExtendedRequestDecorator<?, ?>>) - Method in class org.apache.directory.shared.ldap.codec.actions.extendedRequest.StoreExtendedRequestValue
The action to be executed.
action(LdapMessageContainer<ExtendedResponseDecorator<?>>) - Method in class org.apache.directory.shared.ldap.codec.actions.extendedResponse.InitExtendedResponse
The action to be executed.
action(LdapMessageContainer<ExtendedResponseDecorator<?>>) - Method in class org.apache.directory.shared.ldap.codec.actions.extendedResponse.StoreExtendedResponseValue
The action to be executed.
action(LdapMessageContainer<ExtendedResponseDecorator<?>>) - Method in class org.apache.directory.shared.ldap.codec.actions.extendedResponse.StoreResponseName
The action to be executed.
action(LdapMessageContainer<IntermediateResponseDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.intermediateResponse.InitIntermediateResponse
The action to be executed.
action(LdapMessageContainer<IntermediateResponseDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.intermediateResponse.StoreIntermediateResponseName
The action to be executed.
action(LdapMessageContainer<IntermediateResponseDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.intermediateResponse.StoreIntermediateResponseValue
The action to be executed.
action(LdapMessageContainer<MessageDecorator<? extends Message>>) - Method in class org.apache.directory.shared.ldap.codec.actions.ldapMessage.InitLdapMessage
The action to be executed.
action(LdapMessageContainer<MessageDecorator<? extends Message>>) - Method in class org.apache.directory.shared.ldap.codec.actions.ldapMessage.StoreMessageId
The action to be executed.
action(LdapMessageContainer<MessageDecorator<? extends Message>>) - Method in class org.apache.directory.shared.ldap.codec.actions.ldapResult.AddReferral
The action to be executed.
action(LdapMessageContainer<MessageDecorator<? extends Message>>) - Method in class org.apache.directory.shared.ldap.codec.actions.ldapResult.InitReferrals
The action to be executed.
action(LdapMessageContainer<MessageDecorator<? extends Message>>) - Method in class org.apache.directory.shared.ldap.codec.actions.ldapResult.StoreErrorMessage
The action to be executed.
action(LdapMessageContainer<MessageDecorator<? extends Message>>) - Method in class org.apache.directory.shared.ldap.codec.actions.ldapResult.StoreMatchedDN
The action to be executed.
action(LdapMessageContainer<MessageDecorator<? extends Message>>) - Method in class org.apache.directory.shared.ldap.codec.actions.ldapResult.StoreResultCode
The action to be executed.
action(LdapMessageContainer<ModifyDnRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.modifyDnRequest.InitModifyDnRequest
The action to be executed.
action(LdapMessageContainer<ModifyDnRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.modifyDnRequest.StoreModifyDnRequestDeleteOldRdn
The action to be executed.
action(LdapMessageContainer<ModifyDnRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.modifyDnRequest.StoreModifyDnRequestEntryName
The action to be executed.
action(LdapMessageContainer<ModifyDnRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.modifyDnRequest.StoreModifyDnRequestNewRdn
The action to be executed.
action(LdapMessageContainer<ModifyDnRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.modifyDnRequest.StoreModifyDnRequestNewSuperior
The action to be executed.
action(LdapMessageContainer<ModifyDnResponseDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.modifyDnResponse.InitModifyDnResponse
The action to be executed.
action(LdapMessageContainer<ModifyRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.modifyRequest.AddModifyRequestAttribute
The action to be executed.
action(LdapMessageContainer<ModifyRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.modifyRequest.InitAttributeVals
The action to be executed.
action(LdapMessageContainer<ModifyRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.modifyRequest.InitModifyRequest
The action to be executed.
action(LdapMessageContainer<ModifyRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.modifyRequest.StoreModifyRequestAttributeValue
The action to be executed.
action(LdapMessageContainer<ModifyRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.modifyRequest.StoreModifyRequestObjectName
The action to be executed.
action(LdapMessageContainer<ModifyRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.modifyRequest.StoreOperationType
The action to be executed.
action(LdapMessageContainer<ModifyResponseDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.modifyResponse.InitModifyResponse
The action to be executed.
action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.InitAndFilter
The action to be executed.
action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.InitApproxMatchFilter
The action to be executed.
action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.InitAssertionValueFilter
The action to be executed.
action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.InitAttributeDescFilter
The action to be executed.
action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.InitEqualityMatchFilter
The action to be executed.
action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.InitExtensibleMatchFilter
The action to be executed.
action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.InitGreaterOrEqualFilter
The action to be executed.
action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.InitLessOrEqualFilter
The action to be executed.
action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.InitNotFilter
The action to be executed.
action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.InitOrFilter
The action to be executed.
action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.InitPresentFilter
The action to be executed.
action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.InitSubstringsFilter
The action to be executed.
action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.StoreAny
The action to be executed.
action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.StoreFinal
The action to be executed.
action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.StoreInitial
The action to be executed.
action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.StoreMatchingRuleDnAttributes
 
action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.StoreMatchValue
The action to be executed.
action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.StoreSubstringFilterType
The action to be executed.
action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.InitSearchRequest
The action to be executed.
action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.InitSearchRequestAttributeDescList
The action to be executed.
action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.StoreSearchRequestAttributeDesc
The action to be executed.
action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.StoreSearchRequestBaseObject
The action to be executed.
action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.StoreSearchRequestDerefAlias
The action to be executed.
action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.StoreSearchRequestScope
The action to be executed.
action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.StoreSearchRequestSizeLimit
The action to be executed.
action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.StoreSearchRequestTimeLimit
The action to be executed.
action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.StoreSearchRequestTypesOnly
The action to be executed.
action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.StoreTypeMatchingRule
The action to be executed.
action(LdapMessageContainer<SearchResultDoneDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchResultDone.InitSearchResultDone
The action to be executed.
action(LdapMessageContainer<SearchResultEntryDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchResultEntry.AddAttributeType
The action to be executed.
action(LdapMessageContainer<SearchResultEntryDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchResultEntry.InitSearchResultEntry
The action to be executed.
action(LdapMessageContainer<SearchResultEntryDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchResultEntry.StoreSearchResultAttributeValue
The action to be executed.
action(LdapMessageContainer<SearchResultEntryDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchResultEntry.StoreSearchResultEntryObjectName
The action to be executed.
action(LdapMessageContainer<SearchResultReferenceDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchResultReference.InitSearchResultReference
The action to be executed.
action(LdapMessageContainer<SearchResultReferenceDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchResultReference.StoreReference
The action to be executed.
action(LdapMessageContainer<UnbindRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.unbindRequest.InitUnbindRequest
The action to be executed.
action(Asn1Container) - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PPolicyInit
The action to be executed.
ActionTime - Class in org.apache.directory.shared.ldap.trigger
An enumeration that represents action times for an LDAP trigger specification.
actionTime() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
activateObject(Object) - Method in class org.apache.directory.ldap.client.api.PoolableLdapConnectionFactory
add(Entry) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Add an entry to the server.
add(AddRequest) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Add an entry present in the AddRequest to the server.
add(Entry) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Add an entry to the server.
add(AddRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Add an entry present in the AddRequest to the server.
add(String, String...) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
marks a given attribute for addition in the target entry with the given values.
add(String, byte[]...) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
add(Attribute) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
marks a given attribute for addition in the target entry.
add(String, String...) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
marks a given attribute for addition in the target entry with the given values.
add(String, byte[]...) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
add(Attribute) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
marks a given attribute for addition in the target entry.
add(String...) - Method in interface org.apache.directory.shared.ldap.model.entry.Attribute
Adds some values to this attribute.
add(byte[]...) - Method in interface org.apache.directory.shared.ldap.model.entry.Attribute
Adds some values to this attribute.
add(Value<?>...) - Method in interface org.apache.directory.shared.ldap.model.entry.Attribute
Adds some values to this attribute.
add(Value<?>...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
Adds some values to this attribute.
add(String...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
Adds some values to this attribute.
add(byte[]...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
Adds some values to this attribute.
add(AttributeType, byte[]...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Add an attribute (represented by its AttributeType and some binary values) into an entry.
add(AttributeType, String...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Add an attribute (represented by its AttributeType and some String values) into an entry.
add(AttributeType, Value<?>...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Add an attribute (represented by its AttributeType and some values) into an entry.
add(String, AttributeType, byte[]...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Add an attribute (represented by its AttributeType and some binary values) into an entry.
add(String, AttributeType, Value<?>...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Add an attribute (represented by its AttributeType and some values) into an entry.
add(String, AttributeType, String...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Add an attribute (represented by its AttributeType and some String values) into an entry.
add(Attribute...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Add some Attributes to the current Entry.
add(String, byte[]...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Add some binary values to the current Entry.
add(String, String...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Add some String values to the current Entry.
add(String, Value<?>...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Add some Values to the current Entry.
add(Attribute...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
Add some Attributes to the current Entry.
add(AttributeType, byte[]...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
Add an attribute (represented by its AttributeType and some binary values) into an entry.
add(AttributeType, String...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
Add an attribute (represented by its AttributeType and some String values) into an entry.
add(AttributeType, Value<?>...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
Add an attribute (represented by its AttributeType and some values) into an entry.
add(String, AttributeType, byte[]...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
Add an attribute (represented by its AttributeType and some binary values) into an entry.
add(String, AttributeType, String...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
Add an attribute (represented by its AttributeType and some String values) into an entry.
add(String, AttributeType, Value<?>...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
Add an attribute (represented by its AttributeType and some values) into an entry.
add(String, String...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
Add some String values to the current Entry.
add(String, byte[]...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
Add some binary values to the current Entry.
add(String, Value<?>...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
Add some Values to the current Entry.
add(AttributeType, byte[]...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Add an attribute (represented by its AttributeType and some binary values) into an entry.
add(AttributeType, String...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Add an attribute (represented by its AttributeType and some String values) into an entry.
add(AttributeType, Value<?>...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Add an attribute (represented by its AttributeType and some values) into an entry.
add(String, AttributeType, byte[]...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Add an attribute (represented by its AttributeType and some binary values) into an entry.
add(String, AttributeType, Value<?>...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Add an attribute (represented by its AttributeType and some values) into an entry.
add(String, AttributeType, String...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Add an attribute (represented by its AttributeType and some String values) into an entry.
add(Attribute...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Add some Attributes to the current Entry.
add(String, byte[]...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Add some binary values to the current Entry.
add(String, String...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Add some String values to the current Entry.
add(String, Value<?>...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Add some Values to the current Entry.
add(String, String...) - Method in interface org.apache.directory.shared.ldap.model.message.ModifyRequest
marks a given attribute for addition in the target entry with the given values.
add(String, byte[]...) - Method in interface org.apache.directory.shared.ldap.model.message.ModifyRequest
 
add(Attribute) - Method in interface org.apache.directory.shared.ldap.model.message.ModifyRequest
marks a given attribute for addition in the target entry.
add(String, String...) - Method in class org.apache.directory.shared.ldap.model.message.ModifyRequestImpl
marks a given attribute for addition in the target entry with the given values.
add(String, byte[]...) - Method in class org.apache.directory.shared.ldap.model.message.ModifyRequestImpl
 
add(Attribute) - Method in class org.apache.directory.shared.ldap.model.message.ModifyRequestImpl
marks a given attribute for addition in the target entry.
add(Dn) - Method in class org.apache.directory.shared.ldap.model.name.Dn
add(String) - Method in class org.apache.directory.shared.ldap.model.name.Dn
add(Rdn) - Method in class org.apache.directory.shared.ldap.model.name.Dn
Adds a single Rdn to the (leaf) end of this name.
add(List<Throwable>, SchemaObject) - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
Applies the added SchemaObject to the given register
add(SchemaObject) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Registers a new SchemaObject.
add(SchemaObject) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Registers a new SchemaObject.
add(Dn) - Method in class org.apache.directory.shared.ldap.util.tree.DnNode
Add a new node in the tree.
add(Dn, N) - Method in class org.apache.directory.shared.ldap.util.tree.DnNode
Add a new node in the tree.
ADD_ORDINAL - Static variable in enum org.apache.directory.shared.ldap.model.ldif.ChangeType
Add ordinal value
ADD_REQUEST_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
ADD_RESPONSE_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
addAbandonListener(AbandonListener) - Method in class org.apache.directory.shared.dsmlv2.request.AbstractResultResponseRequestDsml
Adds listener to be notified if this request gets abandoned.
addAbandonListener(AbandonListener) - Method in class org.apache.directory.shared.ldap.codec.decorators.AbandonableRequestDecorator
Adds listener to be notified if this request gets abandoned.
addAbandonListener(AbandonListener) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
 
addAbandonListener(AbandonListener) - Method in class org.apache.directory.shared.ldap.codec.decorators.SingleReplyRequestDecorator
 
addAbandonListener(AbandonListener) - Method in interface org.apache.directory.shared.ldap.model.message.AbandonableRequest
Adds listener to be notified if this request gets abandoned.
addAbandonListener(AbandonListener) - Method in class org.apache.directory.shared.ldap.model.message.AbstractAbandonableRequest
Adds listener to be notified if this request gets abandoned.
AddAddRequestAttributeType - Class in org.apache.directory.shared.ldap.codec.actions.addRequest
The action used to store the AddRequest AttributeDescription
AddAddRequestAttributeType() - Constructor for class org.apache.directory.shared.ldap.codec.actions.addRequest.AddAddRequestAttributeType
Instantiates a new action.
addAllControls(Control[]) - Method in class org.apache.directory.ldap.client.api.SaslRequest
Adds the given controls.
addAllControls(Control[]) - Method in class org.apache.directory.shared.dsmlv2.AbstractDsmlMessageDecorator
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in class org.apache.directory.shared.dsmlv2.request.AbandonRequestDsml
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in class org.apache.directory.shared.dsmlv2.request.AddRequestDsml
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in class org.apache.directory.shared.dsmlv2.request.BindRequestDsml
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in class org.apache.directory.shared.dsmlv2.request.CompareRequestDsml
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in class org.apache.directory.shared.dsmlv2.request.DelRequestDsml
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in class org.apache.directory.shared.dsmlv2.request.ExtendedRequestDsml
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyDNRequestDsml
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in class org.apache.directory.shared.ldap.codec.api.ExtendedRequestDecorator
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in class org.apache.directory.shared.ldap.codec.api.MessageDecorator
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in class org.apache.directory.shared.ldap.codec.decorators.AbandonRequestDecorator
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in class org.apache.directory.shared.ldap.codec.decorators.AddRequestDecorator
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in class org.apache.directory.shared.ldap.codec.decorators.BindRequestDecorator
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in class org.apache.directory.shared.ldap.codec.decorators.CompareRequestDecorator
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in class org.apache.directory.shared.ldap.codec.decorators.DeleteRequestDecorator
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyDnRequestDecorator
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in class org.apache.directory.shared.ldap.codec.decorators.UnbindRequestDecorator
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in interface org.apache.directory.shared.ldap.model.message.AbandonRequest
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in class org.apache.directory.shared.ldap.model.message.AbandonRequestImpl
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in class org.apache.directory.shared.ldap.model.message.AbstractExtendedRequest
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in class org.apache.directory.shared.ldap.model.message.AbstractMessage
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in interface org.apache.directory.shared.ldap.model.message.AddRequest
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in class org.apache.directory.shared.ldap.model.message.AddRequestImpl
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in interface org.apache.directory.shared.ldap.model.message.BindRequest
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in class org.apache.directory.shared.ldap.model.message.BindRequestImpl
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in interface org.apache.directory.shared.ldap.model.message.CompareRequest
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in class org.apache.directory.shared.ldap.model.message.CompareRequestImpl
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in interface org.apache.directory.shared.ldap.model.message.DeleteRequest
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in class org.apache.directory.shared.ldap.model.message.DeleteRequestImpl
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in interface org.apache.directory.shared.ldap.model.message.ExtendedRequest
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in class org.apache.directory.shared.ldap.model.message.ExtendedRequestImpl
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in interface org.apache.directory.shared.ldap.model.message.Message
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in interface org.apache.directory.shared.ldap.model.message.ModifyDnRequest
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in class org.apache.directory.shared.ldap.model.message.ModifyDnRequestImpl
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in interface org.apache.directory.shared.ldap.model.message.ModifyRequest
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in class org.apache.directory.shared.ldap.model.message.ModifyRequestImpl
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in interface org.apache.directory.shared.ldap.model.message.SearchRequest
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in class org.apache.directory.shared.ldap.model.message.SearchRequestImpl
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in interface org.apache.directory.shared.ldap.model.message.UnbindRequest
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in class org.apache.directory.shared.ldap.model.message.UnbindRequestImpl
Adds an array of controls to this Message.
addAny(String) - Method in class org.apache.directory.shared.ldap.model.filter.SubstringNode
Add an any pattern
addAnySubstrings(String) - Method in class org.apache.directory.shared.dsmlv2.request.SubstringFilter
Add a internal substring
addAnySubstrings(String) - Method in class org.apache.directory.shared.ldap.codec.search.SubstringFilter
Add a internal substring
addApplicableAttribute(AttributeType) - Method in class org.apache.directory.shared.ldap.model.schema.MatchingRuleUse
Add a matchingRule's AttributeType the MRU applies to.
addApplicableAttributeOids(String) - Method in class org.apache.directory.shared.ldap.model.schema.MatchingRuleUse
Add a matchingRule's AttributeType OIDs the MRU applies to.
addAsync(Entry) - Method in interface org.apache.directory.ldap.client.api.LdapAsyncConnection
Add an entry to the server asynchronously.
addAsync(AddRequest) - Method in interface org.apache.directory.ldap.client.api.LdapAsyncConnection
Add an entry present in the AddRequest to the server.
addAsync(Entry) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Add an entry to the server asynchronously.
addAsync(AddRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Add an entry present in the AddRequest to the server.
addAttribute(String) - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResultEntryDsml
Create a new attribute
addAttribute(String) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultEntryDecorator
Create a new attribute
addAttribute(Attribute) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
Add an attribute to the entry
addAttribute(String, Object...) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
Add an attribute to the entry
addAttributes(String...) - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
Adds some attributes to the set of entry attributes to return.
addAttributes(String...) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
Adds some attributes to the set of entry attributes to return.
addAttributes(String...) - Method in interface org.apache.directory.shared.ldap.model.message.SearchRequest
Adds some attributes to the set of entry attributes to return.
addAttributes(String...) - Method in class org.apache.directory.shared.ldap.model.message.SearchRequestImpl
Adds some attributes to the set of entry attributes to return.
addAttributeType(String) - Method in class org.apache.directory.shared.dsmlv2.request.AddRequestDsml
Create a new attributeValue
AddAttributeType - Class in org.apache.directory.shared.ldap.codec.actions.searchResultEntry
The action used to store the SearchResultEntry attributes
AddAttributeType() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchResultEntry.AddAttributeType
Instantiates a new action.
addAttributeType(String) - Method in class org.apache.directory.shared.ldap.codec.decorators.AddRequestDecorator
Create a new attributeValue
addAttributeType(String) - Method in class org.apache.directory.shared.ldap.model.message.AddRequestImpl
Create a new attributeValue
addAttributeTypeAndValues(String) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
Add a new attributeTypeAndValue
addAttributeTypeAndValues(String) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
Add a new attributeTypeAndValue
addAttributeValue(Object) - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResultEntryDsml
Add a new value to the current attribute
addAttributeValue(String) - Method in class org.apache.directory.shared.dsmlv2.request.AddRequestDsml
Add a new value to the current attribute
addAttributeValue(Value<?>) - Method in class org.apache.directory.shared.dsmlv2.request.AddRequestDsml
Add a new value to the current attribute
addAttributeValue(byte[]) - Method in class org.apache.directory.shared.dsmlv2.request.AddRequestDsml
Add a new value to the current attribute
addAttributeValue(Object) - Method in class org.apache.directory.shared.dsmlv2.request.AddRequestDsml
Add a new value to the current attribute
addAttributeValue(byte[]) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
Add a new value to the current attribute
addAttributeValue(String) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
Add a new value to the current attribute
AddAttributeValue - Class in org.apache.directory.shared.ldap.codec.actions.addRequest
The action used to store a Value to an AddRequest
AddAttributeValue() - Constructor for class org.apache.directory.shared.ldap.codec.actions.addRequest.AddAttributeValue
Instantiates a new value action.
addAttributeValue(String) - Method in class org.apache.directory.shared.ldap.codec.decorators.AddRequestDecorator
Add a new value to the current attribute
addAttributeValue(Value<?>) - Method in class org.apache.directory.shared.ldap.codec.decorators.AddRequestDecorator
Add a new value to the current attribute
addAttributeValue(byte[]) - Method in class org.apache.directory.shared.ldap.codec.decorators.AddRequestDecorator
Add a new value to the current attribute
addAttributeValue(byte[]) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
Add a new value to the current attribute
addAttributeValue(String) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
Add a new value to the current attribute
addAttributeValue(Object) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultEntryDecorator
Add a new value to the current attribute
addAttributeValue(String) - Method in class org.apache.directory.shared.ldap.model.message.AddRequestImpl
Add a new value to the current attribute
addAttributeValue(Value<?>) - Method in class org.apache.directory.shared.ldap.model.message.AddRequestImpl
Add a new value to the current attribute
addAttributeValue(byte[]) - Method in class org.apache.directory.shared.ldap.model.message.AddRequestImpl
Add a new value to the current attribute
addAuxObjectClasses(ObjectClass) - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
Add an Auxiliary ObjectClass
addAuxObjectClassOidOids(String) - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
Add an Auxiliary ObjectClass Oid
addConnectionClosedEventListener(ConnectionClosedEventListener) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Adds the connection closed event listener.
addControl(Control) - Method in class org.apache.directory.ldap.client.api.SaslRequest
Adds the given control.
addControl(Control) - Method in class org.apache.directory.shared.dsmlv2.AbstractDsmlMessageDecorator
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.shared.dsmlv2.request.AbandonRequestDsml
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.shared.dsmlv2.request.AddRequestDsml
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.shared.dsmlv2.request.BindRequestDsml
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.shared.dsmlv2.request.CompareRequestDsml
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.shared.dsmlv2.request.DelRequestDsml
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.shared.dsmlv2.request.ExtendedRequestDsml
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyDNRequestDsml
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
Adds a control to this Message.
AddControl - Class in org.apache.directory.shared.ldap.codec.actions.controls
The action used add a new control.
AddControl() - Constructor for class org.apache.directory.shared.ldap.codec.actions.controls.AddControl
Instantiates a new AddControl action.
addControl(Control) - Method in class org.apache.directory.shared.ldap.codec.api.ExtendedRequestDecorator
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.shared.ldap.codec.api.MessageDecorator
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.shared.ldap.codec.decorators.AbandonRequestDecorator
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.shared.ldap.codec.decorators.AddRequestDecorator
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.shared.ldap.codec.decorators.BindRequestDecorator
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.shared.ldap.codec.decorators.CompareRequestDecorator
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.shared.ldap.codec.decorators.DeleteRequestDecorator
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyDnRequestDecorator
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.shared.ldap.codec.decorators.UnbindRequestDecorator
Adds a control to this Message.
addControl(Control...) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
Add a control to the entry
addControl(Control) - Method in interface org.apache.directory.shared.ldap.model.message.AbandonRequest
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.shared.ldap.model.message.AbandonRequestImpl
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.shared.ldap.model.message.AbstractExtendedRequest
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.shared.ldap.model.message.AbstractMessage
Adds a control to this Message.
addControl(Control) - Method in interface org.apache.directory.shared.ldap.model.message.AddRequest
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.shared.ldap.model.message.AddRequestImpl
Adds a control to this Message.
addControl(Control) - Method in interface org.apache.directory.shared.ldap.model.message.BindRequest
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.shared.ldap.model.message.BindRequestImpl
Adds a control to this Message.
addControl(Control) - Method in interface org.apache.directory.shared.ldap.model.message.CompareRequest
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.shared.ldap.model.message.CompareRequestImpl
Adds a control to this Message.
addControl(Control) - Method in interface org.apache.directory.shared.ldap.model.message.DeleteRequest
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.shared.ldap.model.message.DeleteRequestImpl
Adds a control to this Message.
addControl(Control) - Method in interface org.apache.directory.shared.ldap.model.message.ExtendedRequest
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.shared.ldap.model.message.ExtendedRequestImpl
Adds a control to this Message.
addControl(Control) - Method in interface org.apache.directory.shared.ldap.model.message.Message
Adds a control to this Message.
addControl(Control) - Method in interface org.apache.directory.shared.ldap.model.message.ModifyDnRequest
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.shared.ldap.model.message.ModifyDnRequestImpl
Adds a control to this Message.
addControl(Control) - Method in interface org.apache.directory.shared.ldap.model.message.ModifyRequest
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.shared.ldap.model.message.ModifyRequestImpl
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.shared.ldap.model.message.SearchParams
 
addControl(Control) - Method in interface org.apache.directory.shared.ldap.model.message.SearchRequest
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.shared.ldap.model.message.SearchRequestImpl
Adds a control to this Message.
addControl(Control) - Method in interface org.apache.directory.shared.ldap.model.message.UnbindRequest
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.shared.ldap.model.message.UnbindRequestImpl
Adds a control to this Message.
addControls(LdapApiService, Element, Collection<Control>) - Static method in class org.apache.directory.shared.dsmlv2.ParserUtils
Adds Controls to the given Element.
addCurrentFilter(Filter) - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
Add a current filter.
addCurrentFilter(Filter) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
Add a current filter.
addData(ByteBuffer) - Method in class org.apache.directory.shared.asn1.ber.tlv.Value
Append some bytes to the data buffer.
addData(byte[]) - Method in class org.apache.directory.shared.asn1.ber.tlv.Value
Append some bytes to the data buffer.
addDependencies(String...) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchema
Add a set of dependencies this schema uses.
addDependencies(String...) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.Schema
Add a set of dependencies this schema uses.
addExtension(String, List<String>) - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
Add an extension with its values
addExtension(String, List<String>) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
Add an extension with its values
addFilter(Filter) - Method in class org.apache.directory.shared.dsmlv2.request.ConnectorFilter
Add a new Filter to the list.
addFilter(Filter) - Method in class org.apache.directory.shared.dsmlv2.request.NotFilter
Subclass the addFilterMethod, as this is specific for a NotFilter (we cannot have more than one elements).
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).
AddFuture - Class in org.apache.directory.ldap.client.api.future
A Future to manage AddRequests.
AddFuture(LdapConnection, int) - Constructor for class org.apache.directory.ldap.client.api.future.AddFuture
Creates a new instance of AddFuture.
addLdapUrl(String) - Method in interface org.apache.directory.shared.ldap.model.message.Referral
Adds an LDAPv3 URL to this Referral.
addLdapUrl(String) - Method in class org.apache.directory.shared.ldap.model.message.ReferralImpl
Adds an LDAPv3 URL to this Referral.
addLdapUrlBytes(byte[]) - Method in interface org.apache.directory.shared.ldap.model.message.Referral
Adds an encoded LDAPv3 URL to this Referral.
addLdapUrlBytes(byte[]) - Method in class org.apache.directory.shared.ldap.model.message.ReferralImpl
Adds an encoded LDAPv3 URL to this Referral.
addLength(int) - Method in class org.apache.directory.shared.asn1.AbstractAsn1Object
Add a length to the object
addLength(int) - Method in interface org.apache.directory.shared.asn1.Asn1Object
Add a length to the object
addMappingFor(AttributeType) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.AttributeTypeRegistry
Add a new Oid/Normalizer couple in the OidNormalizer map
addMappingFor(AttributeType) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultAttributeTypeRegistry
Add a new Oid/Normalizer couple in the OidNormalizer map
addMappingFor(AttributeType) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
Add a new Oid/Normalizer couple in the OidNormalizer map
addMayAttributeTypeOids(String) - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
Add an allowed AttributeType
addMayAttributeTypeOids(String) - Method in class org.apache.directory.shared.ldap.model.schema.NameForm
Add an allowed AttributeType
addMayAttributeTypeOids(String...) - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
Add some allowed AttributeType
addMayAttributeTypes(AttributeType) - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
Add an allowed AttributeType
addMayAttributeTypes(AttributeType) - Method in class org.apache.directory.shared.ldap.model.schema.NameForm
Add an allowed AttributeType
addMayAttributeTypes(AttributeType...) - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
Add some allowed AttributeTypes
addModification(Modification) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
Adds a ModificationItem to the set of modifications composing this modify request.
addModification(Attribute, ModificationOperation) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
Add a modification
addModification(Modification) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
Adds a ModificationItem to the set of modifications composing this modify request.
addModification(Attribute, ModificationOperation) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
Add a modification
addModification(Modification) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
Add a modification item (used by modify operations)
addModification(ModificationOperation, Attribute) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
Add a modification item (used by modify operations)
addModification(ModificationOperation, String, Object) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
Add a modification
addModification(Modification) - Method in interface org.apache.directory.shared.ldap.model.message.ModifyRequest
Adds a ModificationItem to the set of modifications composing this modify request.
addModification(Attribute, ModificationOperation) - Method in interface org.apache.directory.shared.ldap.model.message.ModifyRequest
Add a modification
addModification(Modification) - Method in class org.apache.directory.shared.ldap.model.message.ModifyRequestImpl
Adds a ModificationItem to the set of modifications composing this modify request.
addModification(Attribute, ModificationOperation) - Method in class org.apache.directory.shared.ldap.model.message.ModifyRequestImpl
Add a modification
AddModifyRequestAttribute - Class in org.apache.directory.shared.ldap.codec.actions.modifyRequest
The action used to store the ModificationRequest's attribute type
AddModifyRequestAttribute() - Constructor for class org.apache.directory.shared.ldap.codec.actions.modifyRequest.AddModifyRequestAttribute
Instantiates a new action.
addMustAttributeTypeOids(String) - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
Add a required AttributeType OID
addMustAttributeTypeOids(String) - Method in class org.apache.directory.shared.ldap.model.schema.NameForm
Add a required AttributeType OID
addMustAttributeTypeOids(String...) - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
Add some required AttributeType OIDs
addMustAttributeTypes(AttributeType) - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
Add a required AttributeType
addMustAttributeTypes(AttributeType) - Method in class org.apache.directory.shared.ldap.model.schema.NameForm
Add a required AttributeType
addMustAttributeTypes(AttributeType...) - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
Add some required AttributeTypes
addName(String...) - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
Add a new name to the list of names for this SchemaObject.
addName(String...) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
Add a new name to the list of names for this SchemaObject.
addNode(ExprNode) - Method in class org.apache.directory.shared.ldap.model.filter.BranchNode
Adds a child node to this branch node node
addNode(ExprNode) - Method in class org.apache.directory.shared.ldap.model.filter.NotNode
Adds a child node to this NOT node node
addNodeToHead(ExprNode) - Method in class org.apache.directory.shared.ldap.model.filter.BranchNode
Adds a child node to this branch node at the head rather than the tail.
addNodeToHead(ExprNode) - Method in class org.apache.directory.shared.ldap.model.filter.NotNode
Adds a child node to this NOT node at the head rather than the tail.
AddNoDResponse - Class in org.apache.directory.shared.ldap.model.message.extended
An extended operation intended for notifying clients of upcoming disconnection for the Add response.
addNotAttributeTypeOids(String) - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
Add a precluded AttributeType
addNotAttributeTypes(AttributeType) - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
Add a precluded AttributeType
addOperationAndStoredProcedureCalls() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
addOption(String) - Method in class org.apache.directory.shared.ldap.model.schema.AttributeTypeOptions
Add a new option to the option set for this attributeType.
addOptions(Set<String>) - Method in class org.apache.directory.shared.ldap.model.schema.AttributeTypeOptions
Add a set of optionS to the option set for this attributeType.
addParameter(Object, Object) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureRequestDecorator
Adds the parameter.
addParameter(StoredProcedureParameter) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureRequestDecorator
addParameter(Object, Object) - Method in interface org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequest
Adds the parameter.
addParameter(StoredProcedureParameter) - Method in interface org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequest
 
addParameter(StoredProcedureParameter) - Method in class org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequestImpl
 
addParameter(Object, Object) - Method in class org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequestImpl
Adds the parameter.
addReference(SchemaObject, SchemaObject) - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
Add an association between a SchemaObject an the SchemaObject it refers
addReferral(LdapUrl) - Method in class org.apache.directory.shared.dsmlv2.reponse.LdapResultDsml
Add a referral
AddReferral - Class in org.apache.directory.shared.ldap.codec.actions.ldapResult
The action used to add a referral to a LdapTresult
AddReferral() - Constructor for class org.apache.directory.shared.ldap.codec.actions.ldapResult.AddReferral
Instantiates a new referral action.
addRegexp(String) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.TelephoneNumberSyntaxChecker
Add a new valid regexp for a Telephone number
addReplicatedContexts(LdapUrl) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnect
Add a new URL of a replicated server
addRequest(DsmlDecorator<? extends Request>) - Method in class org.apache.directory.shared.dsmlv2.request.BatchRequestDsml
Adds a request to the Batch Request DSML.
AddRequest - Interface in org.apache.directory.shared.ldap.model.message
Add protocol operation request used to add a new entry to the DIT.
AddRequestDecorator - Class in org.apache.directory.shared.ldap.codec.decorators
A decorator for the AddRequest message
AddRequestDecorator(LdapApiService, AddRequest) - Constructor for class org.apache.directory.shared.ldap.codec.decorators.AddRequestDecorator
Makes a AddRequest a MessageDecorator.
AddRequestDsml - Class in org.apache.directory.shared.dsmlv2.request
DSML Decorator for AddRequest
AddRequestDsml(LdapApiService) - Constructor for class org.apache.directory.shared.dsmlv2.request.AddRequestDsml
Creates a new getDecoratedMessage() of AddRequestDsml.
AddRequestDsml(LdapApiService, AddRequest) - Constructor for class org.apache.directory.shared.dsmlv2.request.AddRequestDsml
Creates a new getDecoratedMessage() of AddRequestDsml.
AddRequestImpl - Class in org.apache.directory.shared.ldap.model.message
Lockable add request implementation.
AddRequestImpl() - Constructor for class org.apache.directory.shared.ldap.model.message.AddRequestImpl
Creates an AddRequest implementation to create a new entry.
addResponse(DsmlDecorator<? extends Response>) - Method in class org.apache.directory.shared.dsmlv2.reponse.BatchResponseDsml
Adds a request to the Batch Response DSML.
addResponse(DsmlDecorator<? extends Response>) - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResponseDsml
Adds a response.
AddResponse - Interface in org.apache.directory.shared.ldap.model.message
Add protocol response message used to confirm the results of a add request message.
AddResponseDecorator - Class in org.apache.directory.shared.ldap.codec.decorators
A decorator for the AddResponse message
AddResponseDecorator(LdapApiService, AddResponse) - Constructor for class org.apache.directory.shared.ldap.codec.decorators.AddResponseDecorator
Makes a AddResponse a MessageDecorator.
AddResponseDsml - Class in org.apache.directory.shared.dsmlv2.reponse
DSML Decorator for AddResponse
AddResponseDsml(LdapApiService) - Constructor for class org.apache.directory.shared.dsmlv2.reponse.AddResponseDsml
Creates a new getDecoratedMessage() of AddResponseDsml.
AddResponseDsml(LdapApiService, AddResponse) - Constructor for class org.apache.directory.shared.dsmlv2.reponse.AddResponseDsml
Creates a new getDecoratedMessage() of AddResponseDsml.
AddResponseImpl - Class in org.apache.directory.shared.ldap.model.message
AddResponse implementation.
AddResponseImpl() - Constructor for class org.apache.directory.shared.ldap.model.message.AddResponseImpl
Creates an AddResponse as a reply to an AddRequest.
AddResponseImpl(int) - Constructor for class org.apache.directory.shared.ldap.model.message.AddResponseImpl
Creates an AddResponse as a reply to an AddRequest.
addReturningAttributes(String) - Method in class org.apache.directory.shared.ldap.model.message.SearchParams
 
addSchema(File) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
parses the given schema file present in OpenLDAP schema format and adds all the SchemaObjects present in it to the SchemaManager
addSchema(String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
 
addSchema(Schema) - Method in class org.apache.directory.shared.ldap.model.schema.registries.AbstractSchemaLoader
Add a new schema to the schema's list
addSchema(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
Create a new schema association with its content
addSchema(Schema) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
Add a new schema to the schema's list
addSearchResultEntry(SearchResultEntryDsml) - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResponse
Adds a Search Result Entry
addSearchResultReference(SearchResultReferenceDsml) - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResponse
Adds a Search Result Reference
addSearchResultReference(LdapUrl) - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResultReferenceDsml
Add a new reference to the list.
addStoredProcedureParameter() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
addStoredProcedureParameterList() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
addSuperior(ObjectClass...) - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
Add some superior ObjectClasses
addSuperiorOids(String...) - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
Add some superior ObjectClass OIDs
addSuperRule(Integer) - Method in class org.apache.directory.shared.ldap.model.schema.DITStructureRule
Adds a new superior RuleId
addSyncUUID(byte[]) - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncInfoValue
 
addSyncUUID(byte[]) - Method in class org.apache.directory.shared.ldap.extras.controls.SyncInfoValueImpl
addSyncUUID(byte[]) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueDecorator
addThrowable(Throwable) - Method in exception org.apache.directory.shared.util.exception.MultiException
Add an exeception to this multiexception.
addThrowable(Throwable) - Method in exception org.apache.directory.shared.util.exception.RuntimeMultiException
Add an exeception to this multiexception.
addToRegistries(List<Throwable>, Registries) - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
Inject this SchemaObject into the given registries, updating the references to other SchemaObject
addToRegistries(List<Throwable>, Registries) - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
Inject this SchemaObject into the given registries, updating the references to other SchemaObject
addToRegistries(Registries) - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
Inject the DITContentRule into the registries, updating the references to other SchemaObject
addToRegistries(List<Throwable>, Registries) - Method in class org.apache.directory.shared.ldap.model.schema.LdapSyntax
Inject this SchemaObject into the given registries, updating the references to other SchemaObject
addToRegistries(List<Throwable>, Registries) - Method in class org.apache.directory.shared.ldap.model.schema.MatchingRule
Inject the MatchingRule into the registries, updating the references to other SchemaObject
addToRegistries(Registries) - Method in class org.apache.directory.shared.ldap.model.schema.MatchingRuleUse
Inject the MatchingRuleUse into the registries, updating the references to other SchemaObject
addToRegistries(Registries) - Method in class org.apache.directory.shared.ldap.model.schema.NameForm
Inject the NameForm into the registries, updating the references to other SchemaObject
addToRegistries(List<Throwable>, Registries) - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
Inject the ObjectClass into the registries, updating the references to other SchemaObject
addToRegistries(List<Throwable>, Registries) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
Inject this SchemaObject into the given registries, updating the references to other SchemaObject
ADMINISTRATIVE_ROLE_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ADMINISTRATIVE_ROLE_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
AdministrativeRole - Enum in org.apache.directory.shared.ldap.model.subtree
The Administrative roles
ADS_DS_REPLICA_ID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ADS_DS_REPLICA_ID_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ADS_REPL_ALIAS_DEREF_MODE - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ADS_REPL_ALIAS_DEREF_MODE_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ADS_REPL_ATTRIBUTES - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ADS_REPL_ATTRIBUTES_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ADS_REPL_CONSUMER - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ADS_REPL_CONSUMER_ID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ADS_REPL_CONSUMER_ID_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ADS_REPL_CONSUMER_IMPL - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ADS_REPL_CONSUMER_IMPL_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ADS_REPL_CONSUMER_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ADS_REPL_COOKIE - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ADS_REPL_COOKIE_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ADS_REPL_EVENT_LOG - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ADS_REPL_EVENT_LOG_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ADS_REPL_LAST_SENT_CSN - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ADS_REPL_LAST_SENT_CSN_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ADS_REPL_PEER_CERTIFICATE - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ADS_REPL_PEER_CERTIFICATE_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ADS_REPL_PROV_HOST_NAME - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ADS_REPL_PROV_HOST_NAME_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ADS_REPL_PROV_PORT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ADS_REPL_PROV_PORT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ADS_REPL_PROVIDER_ID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ADS_REPL_PROVIDER_ID_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ADS_REPL_REFRESH_INTERVAL - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ADS_REPL_REFRESH_INTERVAL_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ADS_REPL_REFRESH_N_PERSIST - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ADS_REPL_REFRESH_N_PERSIST_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ADS_REPL_REQ_HANDLER - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ADS_REPL_REQ_HANDLER_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ADS_REPL_SEARCH_FILTER - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ADS_REPL_SEARCH_FILTER_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ADS_REPL_SEARCH_SCOPE - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ADS_REPL_SEARCH_SCOPE_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ADS_REPL_SEARCH_SIZE_LIMIT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ADS_REPL_SEARCH_SIZE_LIMIT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ADS_REPL_SEARCH_TIMEOUT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ADS_REPL_SEARCH_TIMEOUT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ADS_REPL_STRICT_CERT_VALIDATION - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ADS_REPL_STRICT_CERT_VALIDATION_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ADS_REPL_USE_TLS - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ADS_REPL_USE_TLS_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ADS_REPL_USER_DN - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ADS_REPL_USER_DN_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ADS_REPL_USER_PASSWORD - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ADS_REPL_USER_PASSWORD_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ADS_SEARCH_BASE_DN - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ADS_SEARCH_BASE_DN_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
after(Entry) - Method in class org.apache.directory.ldap.client.api.EntryCursorImpl
This operation is not supported in SearchCursor.
after(Response) - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
This operation is not supported in SearchCursor.
after(E) - Method in interface org.apache.directory.shared.ldap.model.cursor.Cursor
Prepares this Cursor, so a subsequent call to Cursor#previous() with a true return value, will have positioned the Cursor on a dataSet element equal to or less than the element argument but not greater.
after(E) - Method in class org.apache.directory.shared.ldap.model.cursor.EmptyCursor
Prepares this Cursor, so a subsequent call to Cursor#previous() with a true return value, will have positioned the Cursor on a dataSet element equal to or less than the element argument but not greater.
after(E) - Method in class org.apache.directory.shared.ldap.model.cursor.ListCursor
Prepares this Cursor, so a subsequent call to Cursor#previous() with a true return value, will have positioned the Cursor on a dataSet element equal to or less than the element argument but not greater.
after(E) - Method in class org.apache.directory.shared.ldap.model.cursor.SingletonCursor
Prepares this Cursor, so a subsequent call to Cursor#previous() with a true return value, will have positioned the Cursor on a dataSet element equal to or less than the element argument but not greater.
AFTER - Static variable in class org.apache.directory.shared.ldap.trigger.ActionTime
The AFTER instance.
afterKey(K) - Method in interface org.apache.directory.shared.ldap.model.cursor.TupleCursor
An alternative to calling after(Tuple) which often may require wrapping a key in a newly created Tuple object that may be unnecessary.
afterLast() - Method in class org.apache.directory.ldap.client.api.EntryCursorImpl
This operation is not supported in SearchCursor.
afterLast() - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
This operation is not supported in SearchCursor.
afterLast() - Method in interface org.apache.directory.shared.ldap.model.cursor.Cursor
Positions this Cursor after the last element.
afterLast() - Method in class org.apache.directory.shared.ldap.model.cursor.EmptyCursor
Positions this Cursor after the last element.
afterLast() - Method in class org.apache.directory.shared.ldap.model.cursor.ListCursor
Positions this Cursor after the last element.
afterLast() - Method in class org.apache.directory.shared.ldap.model.cursor.SingletonCursor
Positions this Cursor after the last element.
afterValue(K, V) - Method in interface org.apache.directory.shared.ldap.model.cursor.TupleCursor
An alternative to calling after(Tuple) which often may require wrapping a key and a value in a newly created Tuple object that may be unnecessary.
ALIAS_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ALIAS_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
AliasDerefMode - Enum in org.apache.directory.shared.ldap.model.message
Type-safe derefAliases search parameter enumeration which determines the mode of alias handling.
ALIASED_OBJECT_NAME_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ALIASED_OBJECT_NAME_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
aliasNamesMatch(SchemaObject, SchemaObject) - Static method in class org.apache.directory.shared.ldap.model.schema.parsers.ParserDescriptionUtils
Checks to see if the alias names of a schema description match another description.
ALL_ATTRIBUTES_ARRAY - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ALL_OPERATIONAL_ATTRIBUTES - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ALL_OPERATIONAL_ATTRIBUTES_ARRAY - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
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_USER_ATTRIBUTES - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ALL_USER_ATTRIBUTES_ARRAY - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ALL_USERS - Static variable in class org.apache.directory.shared.ldap.aci.UserClass
Every directory user (with possible requirements for authenticationLevel).
allAttributeValues() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
allAttributeValues() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
AllAttributeValuesItem - Class in org.apache.directory.shared.ldap.aci.protectedItem
All attribute value information pertaining to specific attributes.
AllAttributeValuesItem(Set<AttributeType>) - Constructor for class org.apache.directory.shared.ldap.aci.protectedItem.AllAttributeValuesItem
Creates a new instance.
allComponentsUsed() - Method in class org.apache.directory.shared.util.AbstractSimpleComponentsMonitor
Check if all components are used.
allComponentsUsed() - Method in interface org.apache.directory.shared.util.ComponentsMonitor
Check if all components are used.
allComponentsUsed() - Method in class org.apache.directory.shared.util.MandatoryAndOptionalComponentsMonitor
Check if all components are used.
AllowGrammarEnd - Class in org.apache.directory.shared.ldap.codec.actions
The action used to indicate that the grammar can terminate after this action
AllowGrammarEnd() - Constructor for class org.apache.directory.shared.ldap.codec.actions.AllowGrammarEnd
Instantiates a new value action.
allowIndefiniteLength() - Method in class org.apache.directory.shared.asn1.ber.Asn1Decoder
Allow indefinite length.
allowIndefiniteLength() - Method in interface org.apache.directory.shared.asn1.ber.tlv.TLVBerDecoderMBean
Allow indefinite length.
allUserAttributeTypes() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
allUserAttributeTypes() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
allUserAttributeTypesAndValues() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
allUserAttributeTypesAndValues() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
AllUserAttributeTypesAndValuesItem - Class in org.apache.directory.shared.ldap.aci.protectedItem
All user attribute information associated with the entry, including all values of all user attributes.
AllUserAttributeTypesAndValuesItem() - Constructor for class org.apache.directory.shared.ldap.aci.protectedItem.AllUserAttributeTypesAndValuesItem
Creates a new instance of AllUserAttributeTypesAndValuesItem.
AllUserAttributeTypesItem - Class in org.apache.directory.shared.ldap.aci.protectedItem
All user attribute type information associated with the entry, but not values associated with those attributes.
AllUserAttributeTypesItem() - Constructor for class org.apache.directory.shared.ldap.aci.protectedItem.AllUserAttributeTypesItem
Creates a new instance of AllUserAttributeTypesItem.
allUsers() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
allUsers() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
ALPHA - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ALPHA - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ALPHA - Static variable in interface org.apache.directory.shared.ldap.model.name.AntlrDnTokenTypes
 
ALPHA - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
ALPHA - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
ALPHA - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ALPHA - Static variable in class org.apache.directory.shared.util.Chars
<alpha> ::= [0x41-0x5A] | [0x61-0x7A]
ALPHA_DIGIT - Static variable in class org.apache.directory.shared.util.Chars
<alpha-digit> | <digit>
ALPHA_LOWER_CASE - Static variable in class org.apache.directory.shared.util.Chars
<alpha-lower-case> ::= [0x61-0x7A]
ALPHA_UPPER_CASE - Static variable in class org.apache.directory.shared.util.Chars
<alpha-upper-case> ::= [0x41-0x5A]
aMaxValueCount() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
aMaxValueCount() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
and() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
and() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
and() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
and() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
AND_FILTER_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
AndFilter - Class in org.apache.directory.shared.dsmlv2.request
And Filter Object to store the And filter.
AndFilter() - Constructor for class org.apache.directory.shared.dsmlv2.request.AndFilter
 
AndFilter - Class in org.apache.directory.shared.ldap.codec.search
And Filter Object to store the And filter.
AndFilter(int) - Constructor for class org.apache.directory.shared.ldap.codec.search.AndFilter
The constructor.
AndFilter() - Constructor for class org.apache.directory.shared.ldap.codec.search.AndFilter
The constructor.
AndNode - Class in org.apache.directory.shared.ldap.model.filter
Node representing an AND connector in a filter operation
AndNode(List<ExprNode>) - Constructor for class org.apache.directory.shared.ldap.model.filter.AndNode
Creates a AndNode using a logical operator and a list of children.
AndNode(ExprNode...) - Constructor for class org.apache.directory.shared.ldap.model.filter.AndNode
Creates a AndNode using a logical operator and a list of children.
AndNode() - Constructor for class org.apache.directory.shared.ldap.model.filter.AndNode
Creates an empty AndNode
AndRefinement - Class in org.apache.directory.shared.ldap.model.subtree
A class holding a AND refinement, as defined in RFC 3672
AndRefinement(List<Refinement>) - Constructor for class org.apache.directory.shared.ldap.model.subtree.AndRefinement
Creates a new instance of AndRefinement.
annotations - Variable in class org.apache.directory.shared.ldap.model.filter.AbstractExprNode
The map of annotations
anonymousBind() - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Anonymous Bind on a server.
anonymousBind() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Anonymous Bind on a server.
anonymousBindAsync() - Method in interface org.apache.directory.ldap.client.api.LdapAsyncConnection
Anonymous asynchronous Bind on a server.
anonymousBindAsync() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Anonymous asynchronous Bind on a server.
AntlrACIItemChecker - Class in org.apache.directory.shared.ldap.aci
The antlr generated ACIItem checker.
AntlrACIItemChecker(TokenBuffer, int) - Constructor for class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
AntlrACIItemChecker(TokenBuffer) - Constructor for class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
AntlrACIItemChecker(TokenStream, int) - Constructor for class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
AntlrACIItemChecker(TokenStream) - Constructor for class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
AntlrACIItemChecker(ParserSharedInputState) - Constructor for class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
AntlrACIItemCheckerLexer - Class in org.apache.directory.shared.ldap.aci
The parser's primary lexer.
AntlrACIItemCheckerLexer(InputStream) - Constructor for class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
AntlrACIItemCheckerLexer(Reader) - Constructor for class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
AntlrACIItemCheckerLexer(InputBuffer) - Constructor for class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
AntlrACIItemCheckerLexer(LexerSharedInputState) - Constructor for class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
AntlrACIItemCheckerTokenTypes - Interface in org.apache.directory.shared.ldap.aci
 
AntlrACIItemLexer - Class in org.apache.directory.shared.ldap.aci
The parser's primary lexer.
AntlrACIItemLexer(InputStream) - Constructor for class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
AntlrACIItemLexer(Reader) - Constructor for class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
AntlrACIItemLexer(InputBuffer) - Constructor for class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
AntlrACIItemLexer(LexerSharedInputState) - Constructor for class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
AntlrACIItemParser - Class in org.apache.directory.shared.ldap.aci
The antlr generated ACIItem parser.
AntlrACIItemParser(TokenBuffer, int) - Constructor for class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
AntlrACIItemParser(TokenBuffer) - Constructor for class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
AntlrACIItemParser(TokenStream, int) - Constructor for class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
AntlrACIItemParser(TokenStream) - Constructor for class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
AntlrACIItemParser(ParserSharedInputState) - Constructor for class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
AntlrACIItemParserTokenTypes - Interface in org.apache.directory.shared.ldap.aci
 
AntlrDnLexer - Class in org.apache.directory.shared.ldap.model.name
An antlr generated Dn lexer.
AntlrDnLexer(InputStream) - Constructor for class org.apache.directory.shared.ldap.model.name.AntlrDnLexer
 
AntlrDnLexer(Reader) - Constructor for class org.apache.directory.shared.ldap.model.name.AntlrDnLexer
 
AntlrDnLexer(InputBuffer) - Constructor for class org.apache.directory.shared.ldap.model.name.AntlrDnLexer
 
AntlrDnLexer(LexerSharedInputState) - Constructor for class org.apache.directory.shared.ldap.model.name.AntlrDnLexer
 
AntlrDnParser - Class in org.apache.directory.shared.ldap.model.name
An antlr generated Dn parser.
AntlrDnParser(TokenBuffer, int) - Constructor for class org.apache.directory.shared.ldap.model.name.AntlrDnParser
 
AntlrDnParser(TokenBuffer) - Constructor for class org.apache.directory.shared.ldap.model.name.AntlrDnParser
 
AntlrDnParser(TokenStream, int) - Constructor for class org.apache.directory.shared.ldap.model.name.AntlrDnParser
 
AntlrDnParser(TokenStream) - Constructor for class org.apache.directory.shared.ldap.model.name.AntlrDnParser
 
AntlrDnParser(ParserSharedInputState) - Constructor for class org.apache.directory.shared.ldap.model.name.AntlrDnParser
 
AntlrDnTokenTypes - Interface in org.apache.directory.shared.ldap.model.name
 
antlrSchemaConverterLexer - Class in org.apache.directory.shared.converter.schema
 
antlrSchemaConverterLexer(InputStream) - Constructor for class org.apache.directory.shared.converter.schema.antlrSchemaConverterLexer
 
antlrSchemaConverterLexer(Reader) - Constructor for class org.apache.directory.shared.converter.schema.antlrSchemaConverterLexer
 
antlrSchemaConverterLexer(InputBuffer) - Constructor for class org.apache.directory.shared.converter.schema.antlrSchemaConverterLexer
 
antlrSchemaConverterLexer(LexerSharedInputState) - Constructor for class org.apache.directory.shared.converter.schema.antlrSchemaConverterLexer
 
antlrSchemaConverterParser - Class in org.apache.directory.shared.converter.schema
 
antlrSchemaConverterParser(TokenBuffer, int) - Constructor for class org.apache.directory.shared.converter.schema.antlrSchemaConverterParser
 
antlrSchemaConverterParser(TokenBuffer) - Constructor for class org.apache.directory.shared.converter.schema.antlrSchemaConverterParser
 
antlrSchemaConverterParser(TokenStream, int) - Constructor for class org.apache.directory.shared.converter.schema.antlrSchemaConverterParser
 
antlrSchemaConverterParser(TokenStream) - Constructor for class org.apache.directory.shared.converter.schema.antlrSchemaConverterParser
 
antlrSchemaConverterParser(ParserSharedInputState) - Constructor for class org.apache.directory.shared.converter.schema.antlrSchemaConverterParser
 
AntlrSchemaExtensionLexer - Class in org.apache.directory.shared.ldap.model.schema.syntaxes
An antlr generated schema lexer.
AntlrSchemaExtensionLexer(InputStream) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaExtensionLexer
 
AntlrSchemaExtensionLexer(Reader) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaExtensionLexer
 
AntlrSchemaExtensionLexer(InputBuffer) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaExtensionLexer
 
AntlrSchemaExtensionLexer(LexerSharedInputState) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaExtensionLexer
 
AntlrSchemaExtensionParser - Class in org.apache.directory.shared.ldap.model.schema.syntaxes
An antlr generated schema parser.
AntlrSchemaExtensionParser(TokenBuffer, int) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaExtensionParser
 
AntlrSchemaExtensionParser(TokenBuffer) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaExtensionParser
 
AntlrSchemaExtensionParser(TokenStream, int) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaExtensionParser
 
AntlrSchemaExtensionParser(TokenStream) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaExtensionParser
 
AntlrSchemaExtensionParser(ParserSharedInputState) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaExtensionParser
 
AntlrSchemaExtensionTokenTypes - Interface in org.apache.directory.shared.ldap.model.schema.syntaxes
 
AntlrSchemaLexer - Class in org.apache.directory.shared.ldap.model.schema.syntaxes
An antlr generated schema main lexer.
AntlrSchemaLexer(InputStream) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
AntlrSchemaLexer(Reader) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
AntlrSchemaLexer(InputBuffer) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
AntlrSchemaLexer(LexerSharedInputState) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
AntlrSchemaParser - Class in org.apache.directory.shared.ldap.model.schema.syntaxes
An antlr generated schema main parser.
AntlrSchemaParser(TokenBuffer, int) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaParser
 
AntlrSchemaParser(TokenBuffer) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaParser
 
AntlrSchemaParser(TokenStream, int) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaParser
 
AntlrSchemaParser(TokenStream) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaParser
 
AntlrSchemaParser(ParserSharedInputState) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaParser
 
AntlrSchemaQdstringLexer - Class in org.apache.directory.shared.ldap.model.schema.syntaxes
An antlr generated schema lexer.
AntlrSchemaQdstringLexer(InputStream) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaQdstringLexer
 
AntlrSchemaQdstringLexer(Reader) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaQdstringLexer
 
AntlrSchemaQdstringLexer(InputBuffer) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaQdstringLexer
 
AntlrSchemaQdstringLexer(LexerSharedInputState) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaQdstringLexer
 
AntlrSchemaQdstringParser - Class in org.apache.directory.shared.ldap.model.schema.syntaxes
An antlr generated schema parser.
AntlrSchemaQdstringParser(TokenBuffer, int) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaQdstringParser
 
AntlrSchemaQdstringParser(TokenBuffer) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaQdstringParser
 
AntlrSchemaQdstringParser(TokenStream, int) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaQdstringParser
 
AntlrSchemaQdstringParser(TokenStream) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaQdstringParser
 
AntlrSchemaQdstringParser(ParserSharedInputState) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaQdstringParser
 
AntlrSchemaQdstringTokenTypes - Interface in org.apache.directory.shared.ldap.model.schema.syntaxes
 
antlrSchemaTokenTypes - Interface in org.apache.directory.shared.converter.schema
 
AntlrSchemaTokenTypes - Interface in org.apache.directory.shared.ldap.model.schema.syntaxes
 
AntlrSchemaValueLexer - Class in org.apache.directory.shared.ldap.model.schema.syntaxes
An antlr generated schema lexer.
AntlrSchemaValueLexer(InputStream) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
AntlrSchemaValueLexer(Reader) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
AntlrSchemaValueLexer(InputBuffer) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
AntlrSchemaValueLexer(LexerSharedInputState) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
AntlrSchemaValueParser - Class in org.apache.directory.shared.ldap.model.schema.syntaxes
An antlr generated schema parser.
AntlrSchemaValueParser(TokenBuffer, int) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueParser
 
AntlrSchemaValueParser(TokenBuffer) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueParser
 
AntlrSchemaValueParser(TokenStream, int) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueParser
 
AntlrSchemaValueParser(TokenStream) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueParser
 
AntlrSchemaValueParser(ParserSharedInputState) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueParser
 
AntlrSchemaValueTokenTypes - Interface in org.apache.directory.shared.ldap.model.schema.syntaxes
 
AntlrSubtreeSpecificationChecker - Class in org.apache.directory.shared.ldap.model.subtree
The antlr generated subtree specification parser.
AntlrSubtreeSpecificationChecker(TokenBuffer, int) - Constructor for class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
AntlrSubtreeSpecificationChecker(TokenBuffer) - Constructor for class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
AntlrSubtreeSpecificationChecker(TokenStream, int) - Constructor for class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
AntlrSubtreeSpecificationChecker(TokenStream) - Constructor for class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
AntlrSubtreeSpecificationChecker(ParserSharedInputState) - Constructor for class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
AntlrSubtreeSpecificationCheckerLexer - Class in org.apache.directory.shared.ldap.model.subtree
The parser's primary lexer.
AntlrSubtreeSpecificationCheckerLexer(InputStream) - Constructor for class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
 
AntlrSubtreeSpecificationCheckerLexer(Reader) - Constructor for class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
 
AntlrSubtreeSpecificationCheckerLexer(InputBuffer) - Constructor for class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
 
AntlrSubtreeSpecificationCheckerLexer(LexerSharedInputState) - Constructor for class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
 
AntlrSubtreeSpecificationCheckerTokenTypes - Interface in org.apache.directory.shared.ldap.model.subtree
 
AntlrSubtreeSpecificationLexer - Class in org.apache.directory.shared.ldap.model.subtree
The parser's primary lexer.
AntlrSubtreeSpecificationLexer(InputStream) - Constructor for class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationLexer
 
AntlrSubtreeSpecificationLexer(Reader) - Constructor for class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationLexer
 
AntlrSubtreeSpecificationLexer(InputBuffer) - Constructor for class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationLexer
 
AntlrSubtreeSpecificationLexer(LexerSharedInputState) - Constructor for class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationLexer
 
AntlrSubtreeSpecificationParser - Class in org.apache.directory.shared.ldap.model.subtree
The antlr generated subtree specification parser.
AntlrSubtreeSpecificationParser(TokenBuffer, int) - Constructor for class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
AntlrSubtreeSpecificationParser(TokenBuffer) - Constructor for class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
AntlrSubtreeSpecificationParser(TokenStream, int) - Constructor for class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
AntlrSubtreeSpecificationParser(TokenStream) - Constructor for class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
AntlrSubtreeSpecificationParser(ParserSharedInputState) - Constructor for class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
AntlrSubtreeSpecificationParserTokenTypes - Interface in org.apache.directory.shared.ldap.model.subtree
 
AntlrTriggerSpecificationLexer - Class in org.apache.directory.shared.ldap.trigger
The parser's primary lexer.
AntlrTriggerSpecificationLexer(InputStream) - Constructor for class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationLexer
 
AntlrTriggerSpecificationLexer(Reader) - Constructor for class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationLexer
 
AntlrTriggerSpecificationLexer(InputBuffer) - Constructor for class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationLexer
 
AntlrTriggerSpecificationLexer(LexerSharedInputState) - Constructor for class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationLexer
 
AntlrTriggerSpecificationParser - Class in org.apache.directory.shared.ldap.trigger
The ANTLR generated TriggerSpecification parser.
AntlrTriggerSpecificationParser(TokenBuffer, int) - Constructor for class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
AntlrTriggerSpecificationParser(TokenBuffer) - Constructor for class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
AntlrTriggerSpecificationParser(TokenStream, int) - Constructor for class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
AntlrTriggerSpecificationParser(TokenStream) - Constructor for class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
AntlrTriggerSpecificationParser(ParserSharedInputState) - Constructor for class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
AntlrTriggerSpecificationParserTokenTypes - Interface in org.apache.directory.shared.ldap.trigger
 
anyItemPermission() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
anyItemPermission() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
anyUserPermission() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
anyUserPermission() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
append(byte[]) - Method in class org.apache.directory.shared.util.ByteBuffer
Appends the bytes to this buffer.
append(byte) - Method in class org.apache.directory.shared.util.ByteBuffer
Appends a byte to this buffer.
append(int) - Method in class org.apache.directory.shared.util.ByteBuffer
Appends an int to this buffer.
APPLIES - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
apply(AttributeType) - Method in class org.apache.directory.shared.ldap.model.entry.AbstractValue
Apply an AttributeType to the current Value, normalizing it.
apply(AttributeType) - Method in interface org.apache.directory.shared.ldap.model.entry.Attribute
Set the attribute type associated with this EntryAttribute.
apply(AttributeType) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
Set the attribute type associated with this EntryAttribute.
apply(AttributeType) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultModification
Apply the AttributeType to the Modification
apply(AttributeType) - Method in interface org.apache.directory.shared.ldap.model.entry.Modification
Apply the AttributeType to the Modification
apply(AttributeType) - Method in interface org.apache.directory.shared.ldap.model.entry.Value
Apply an AttributeType to the current Value, normalizing it.
apply(SchemaManager) - Method in class org.apache.directory.shared.ldap.model.name.Ava
Apply a SchemaManager to the Ava.
apply(SchemaManager) - Method in class org.apache.directory.shared.ldap.model.name.Dn
Normalizes the Dn using the given the schema manager
apply(SchemaManager) - Method in class org.apache.directory.shared.ldap.model.name.Rdn
Transform a Rdn by changing the value to its OID counterpart and normalizing the value accordingly to its type.
applyModification(Entry, Modification) - Static method in class org.apache.directory.shared.ldap.model.entry.AttributeUtils
A method to apply a modification to an existing entry.
APPROX_MATCH_FILTER - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
APPROX_MATCH_FILTER_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
ApproximateNode<T> - Class in org.apache.directory.shared.ldap.model.filter
A simple assertion value node.
ApproximateNode(AttributeType, Value<T>) - Constructor for class org.apache.directory.shared.ldap.model.filter.ApproximateNode
Creates a new ApproximateNode object.
ApproximateNode(String, Value<T>) - Constructor for class org.apache.directory.shared.ldap.model.filter.ApproximateNode
Creates a new ApproximateNode object.
areEquals(String, int, String) - Static method in class org.apache.directory.shared.util.Strings
Check if a text is present at the current position in another string.
areEquals(byte[], int, String) - Static method in class org.apache.directory.shared.util.Strings
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.util.Strings
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.util.Strings
Check if a text is present at the current position in a buffer.
areEquals(byte[], int, byte[]) - Static method in class org.apache.directory.shared.util.Strings
Check if a text is present at the current position in a buffer.
ArrayEnumeration - Class in org.apache.directory.shared.util
An enumeration wrapper around an array.
ArrayEnumeration(Object[]) - Constructor for class org.apache.directory.shared.util.ArrayEnumeration
Constructs an enumeration by wrapping an array.
ArrayNamingEnumeration<T> - Class in org.apache.directory.shared.util
A NamingEnumeration over an array of objects.
ArrayNamingEnumeration(T[]) - Constructor for class org.apache.directory.shared.util.ArrayNamingEnumeration
Creates a NamingEnumeration over an array of objects.
asciiBytesToString(byte[]) - Static method in class org.apache.directory.shared.util.Strings
Thansform an array of ASCII bytes to a string.
asciiStringToByte(String) - Static method in class org.apache.directory.shared.asn1.util.Asn1StringUtils
Transform a string to an array of ASCII bytes, where the byte array will contain only values in [0, 127].
Asn1Container - Interface in org.apache.directory.shared.asn1.ber
Every ASN1 container must implement this interface.
Asn1Decoder - Class in org.apache.directory.shared.asn1.ber
A BER TLV Tag component decoder.
Asn1Decoder() - Constructor for class org.apache.directory.shared.asn1.ber.Asn1Decoder
A public constructor of an Asn1 Decoder.
Asn1Object - Interface in org.apache.directory.shared.asn1
An abstract class which implements basic TLV operations.
Asn1StringUtils - Class in org.apache.directory.shared.asn1.util
Little helper class.
Asn1StringUtils() - Constructor for class org.apache.directory.shared.asn1.util.Asn1StringUtils
 
assertCandidate(Entry) - Method in interface org.apache.directory.shared.ldap.model.filter.Assertion
Checks to see if a candidate is valid by asserting an arbitrary predicate against the candidate.
Assertion - Interface in org.apache.directory.shared.ldap.model.filter
A candidacy predicate which tests if an entry satisfies some condition before being returned by a search.
AssertionNode - Class in org.apache.directory.shared.ldap.model.filter
Node used for the application of arbitrary predicates on return candidates.
AssertionNode(Assertion) - Constructor for class org.apache.directory.shared.ldap.model.filter.AssertionNode
Creates an AssertionNode using an arbitrary candidate assertion.
AssertionNode(Assertion, String) - Constructor for class org.apache.directory.shared.ldap.model.filter.AssertionNode
Creates an AssertionNode using an arbitrary candidate assertion with a descriptions used for filter AST walker dumps.
assertionType - Variable in class org.apache.directory.shared.ldap.model.filter.AbstractExprNode
The node type
AssertionType - Enum in org.apache.directory.shared.ldap.model.filter
All the different kind of assertions.
assertSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.SyntaxChecker
Asserts whether or not the attribute's value conforms to the attribute syntax.
associateWithSchema(List<Throwable>, SchemaObject) - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
Store the given SchemaObject in the Map associating SchemaObjetcs to their related Schema.
Attribute - Interface in org.apache.directory.shared.ldap.model.entry
A generic interface used to store the LDAP Attributes.
attribute - Variable in class org.apache.directory.shared.ldap.model.filter.LeafNode
attribute on which this leaf is based
ATTRIBUTE_CERTIFICATE_ASSERTION_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ATTRIBUTE_TYPE - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ATTRIBUTE_TYPE_DESCRIPTION_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ATTRIBUTE_TYPE_USAGE_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ATTRIBUTE_TYPES_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ATTRIBUTE_TYPES_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ATTRIBUTE_TYPES_PATH - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ATTRIBUTE_VALUE_CANDIDATE - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ATTRIBUTE_VALUE_CANDIDATE - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
AttributeClassLoader - Class in org.apache.directory.shared.ldap.schemaloader
A class loader that loads classes from an attribute within an entry.
AttributeClassLoader() - Constructor for class org.apache.directory.shared.ldap.schemaloader.AttributeClassLoader
Instantiates a new attribute class loader.
attributeType() - Method in class org.apache.directory.shared.converter.schema.antlrSchemaConverterParser
 
attributeType() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
attributeType() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
attributeType - Variable in class org.apache.directory.shared.ldap.model.entry.AbstractValue
reference to the attributeType zssociated with the value
attributeType - Variable in class org.apache.directory.shared.ldap.model.filter.LeafNode
attributeType on which this leaf is based
attributeType() - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnParser
RFC 4514 Section 3 attributeType = descr / numericoid
AttributeType - Class in org.apache.directory.shared.ldap.model.schema
An attributeType specification.
AttributeType(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.AttributeType
Creates a AttributeType object using a unique OID.
ATTRIBUTETYPE - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
attributeTypeAndValue(Rdn) - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnParser
RFC 4514, Section 3 attributeTypeAndValue = attributeType EQUALS attributeValue RFC 2253, Section 3 attributeTypeAndValue = attributeType "=" attributeValue
attributeTypeDescription() - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaParser
Production for matching attribute type descriptions.
AttributeTypeDescriptionSchemaParser - Class in org.apache.directory.shared.ldap.model.schema.parsers
A parser for RFC 4512 attribute type descriptions.
AttributeTypeDescriptionSchemaParser() - Constructor for class org.apache.directory.shared.ldap.model.schema.parsers.AttributeTypeDescriptionSchemaParser
Creates a schema parser instance.
AttributeTypeDescriptionSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value follows the attribute type descripton syntax according to RFC 4512, par 4.2.2:
AttributeTypeDescriptionSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.AttributeTypeDescriptionSyntaxChecker
Creates a new instance of AttributeTypeDescriptionSchemaParser.
AttributeTypeHolder - Class in org.apache.directory.shared.converter.schema
A bean used to hold the literal values of an AttributeType parsed out of an OpenLDAP schema configuration file.
AttributeTypeHolder(String) - Constructor for class org.apache.directory.shared.converter.schema.AttributeTypeHolder
Create an instance of an attributeType
AttributeTypeItem - Class in org.apache.directory.shared.ldap.aci.protectedItem
Attribute type information pertaining to specific attributes but not values associated with the type.
AttributeTypeItem(Set<AttributeType>) - Constructor for class org.apache.directory.shared.ldap.aci.protectedItem.AttributeTypeItem
Creates a new instance.
AttributeTypeOptions - Class in org.apache.directory.shared.ldap.model.schema
An structure containing a couple of attributeType and options.
AttributeTypeOptions(AttributeType) - Constructor for class org.apache.directory.shared.ldap.model.schema.AttributeTypeOptions
Creates a new instance of AttributeTypeOptions, containing an attributeType, but no options.
AttributeTypeOptions(AttributeType, Set<String>) - Constructor for class org.apache.directory.shared.ldap.model.schema.AttributeTypeOptions
Creates a new instance of AttributeTypeOptions, containing an attributeType, and options.
AttributeTypeRegistry - Interface in org.apache.directory.shared.ldap.model.schema.registries
An AttributeType registry service interface.
attributeTypeRegistry - Variable in class org.apache.directory.shared.ldap.model.schema.registries.Registries
The AttributeType registry
attributeTypes - Variable in class org.apache.directory.shared.ldap.aci.protectedItem.AbstractAttributeTypeProtectedItem
The attribute types.
attributeTypeSet() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
attributeTypeSet() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
attributeTypesMatch(AttributeType, AttributeType) - Static method in class org.apache.directory.shared.ldap.model.schema.parsers.ParserDescriptionUtils
Checks two schema attributeTypes for an exact match.
AttributeTypeUsageSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A syntax checker which checks to see if an attributeType's type is either: userApplications directoryOperation distributedOperation dSAOperation .* The case is NOT ignored.
AttributeTypeUsageSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.AttributeTypeUsageSyntaxChecker
Creates a new instance of AttributeTypeUsageSyntaxChecker.
AttributeUtils - Class in org.apache.directory.shared.ldap.model.entry
A set of utility fuctions for working with Attributes.
AttributeUtils() - Constructor for class org.apache.directory.shared.ldap.model.entry.AttributeUtils
 
attributeValue() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
attributeValue() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
attributeValue(AntlrDnParser.UpAndNormValue) - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnParser
RFC 4514, Section 3 attributeValue = string / hexstring RFC 2253, Section 3 attributeValue = string string = *( stringchar / pair ) / "#" hexstring / QUOTATION *( quotechar / pair ) QUOTATION ; only from v2
AttributeValueAssertion - Class in org.apache.directory.shared.dsmlv2.request
A class to store an attribute value assertion.
AttributeValueAssertion() - Constructor for class org.apache.directory.shared.dsmlv2.request.AttributeValueAssertion
 
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.dsmlv2.request
Object to store the filter.
AttributeValueAssertionFilter(int) - Constructor for class org.apache.directory.shared.dsmlv2.request.AttributeValueAssertionFilter
The constructor.
AttributeValueAssertionFilter - Class in org.apache.directory.shared.ldap.codec.search
Object to store the filter.
AttributeValueAssertionFilter(int, int) - Constructor for class org.apache.directory.shared.ldap.codec.search.AttributeValueAssertionFilter
The constructor.
AttributeValueAssertionFilter(int) - Constructor for class org.apache.directory.shared.ldap.codec.search.AttributeValueAssertionFilter
The constructor.
AttributeValueItem - Class in org.apache.directory.shared.ldap.aci.protectedItem
A specific value of specific attributes.
AttributeValueItem(Set<Attribute>) - Constructor for class org.apache.directory.shared.ldap.aci.protectedItem.AttributeValueItem
Creates a new instance.
ATTRVAL_SPEC - Static variable in class org.apache.directory.shared.ldap.model.ldif.LdifReader
State values for the modify operation : ATTRVAL_SPEC
ATTRVAL_SPEC_OR_SEP - Static variable in class org.apache.directory.shared.ldap.model.ldif.LdifReader
State values for the modify operation : ATTRVAL_SPEC_OR_SEP
AUDIO_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
AudioSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is an Audio according to RFC 2252.
AudioSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.AudioSyntaxChecker
Creates a new instance of AudioSyntaxChecker
authenticationLevel() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
authenticationLevel() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
AuthenticationLevel - Enum in org.apache.directory.shared.ldap.model.constants
An enumeration that represents the level of authentication.
authorizationId - Variable in class org.apache.directory.ldap.client.api.SaslRequest
The authorization ID of the entity
AUTONOMOUS_AREA - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
AUTONOMOUS_AREA_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
AUX - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
AUX_OR_AUXILIARY - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
AUXILIARY - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
AUXILIARY_VAL - Static variable in enum org.apache.directory.shared.ldap.model.schema.ObjectClassTypeEnum
The int constant value for the auxillary objectClasses
Ava - Class in org.apache.directory.shared.ldap.model.name
A Attribute Type And Value, which is the basis of all Rdn.
Ava() - Constructor for class org.apache.directory.shared.ldap.model.name.Ava
Constructs an empty Ava
Ava(SchemaManager) - Constructor for class org.apache.directory.shared.ldap.model.name.Ava
Constructs an empty schema aware Ava.
Ava(String, byte[]) - Constructor for class org.apache.directory.shared.ldap.model.name.Ava
Construct an Ava containing a binary value.
Ava(SchemaManager, String, byte[]) - Constructor for class org.apache.directory.shared.ldap.model.name.Ava
Construct a schema aware Ava containing a binary value.
Ava(String, String) - Constructor for class org.apache.directory.shared.ldap.model.name.Ava
Construct an Ava with a String value.
Ava(SchemaManager, String, String) - Constructor for class org.apache.directory.shared.ldap.model.name.Ava
Construct a schema aware Ava with a String value.
ava - Variable in class org.apache.directory.shared.ldap.model.name.Rdn
A simple Ava is used to store the Rdn for the simple case where we only have a single type=value.
available() - Method in class org.apache.directory.ldap.client.api.EntryCursorImpl
Determines whether or not a call to get() will succeed.
available() - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
Determines whether or not a call to get() will succeed.
available() - Method in interface org.apache.directory.shared.ldap.model.cursor.Cursor
Determines whether or not a call to get() will succeed.
available() - Method in class org.apache.directory.shared.ldap.model.cursor.EmptyCursor
Determines whether or not a call to get() will succeed.
available() - Method in class org.apache.directory.shared.ldap.model.cursor.ListCursor
Determines whether or not a call to get() will succeed.
available() - Method in class org.apache.directory.shared.ldap.model.cursor.SingletonCursor
Determines whether or not a call to get() will succeed.

B

Base32 - Class in org.apache.directory.shared.util
decoding of base32 characters to raw bytes.
Base64 - Class in org.apache.directory.shared.util
Encoding and decoding of Base64 characters to and from raw bytes.
BASE64BINARY - Static variable in class org.apache.directory.shared.dsmlv2.ParserUtils
Base-64 identifier.
base64Encode(Object) - Static method in class org.apache.directory.shared.dsmlv2.ParserUtils
Encodes the value as a Base64 String
baseDistance() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
baseDistance() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
baseDistance() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
baseDistance() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
BaseSubtreeSpecification - Class in org.apache.directory.shared.ldap.model.subtree
A simple implementation of the SubtreeSpecification interface.
BaseSubtreeSpecification() - Constructor for class org.apache.directory.shared.ldap.model.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.model.subtree.BaseSubtreeSpecification
Creates a simple subtree refinement whose administrative point is necessarily the base and only those subordinates selected by the refinement filter are included.
BaseSubtreeSpecification(Dn) - Constructor for class org.apache.directory.shared.ldap.model.subtree.BaseSubtreeSpecification
Creates a simple subtree whose administrative point above the base and all subordinates underneath the base (excluding those that are part of inner areas) are part of the the subtree.
BaseSubtreeSpecification(Dn, int, int, Set<Dn>, Set<Dn>) - Constructor for class org.apache.directory.shared.ldap.model.subtree.BaseSubtreeSpecification
Creates a subtree without a refinement filter where all other aspects can be varied.
BaseSubtreeSpecification(Dn, int, int, Set<Dn>, Set<Dn>, ExprNode) - Constructor for class org.apache.directory.shared.ldap.model.subtree.BaseSubtreeSpecification
Creates a subtree which may be a refinement filter where all aspects of the specification can be set.
BasicControlDecorator<E> - Class in org.apache.directory.shared.ldap.codec
A decorator for handling opaque Control objects where we know nothing about their encoded value.
BasicControlDecorator(LdapApiService, Control) - Constructor for class org.apache.directory.shared.ldap.codec.BasicControlDecorator
Creates a new instance of BasicControlDecorator, decorating a AbstractControl.
batchRequest - Variable in class org.apache.directory.shared.dsmlv2.engine.Dsmlv2Engine
The batch request.
BatchRequestDsml - Class in org.apache.directory.shared.dsmlv2.request
This class represents the Batch Request.
BatchRequestDsml() - Constructor for class org.apache.directory.shared.dsmlv2.request.BatchRequestDsml
Creates a new instance of BatchResponseDsml.
BatchRequestDsml.OnError - Enum in org.apache.directory.shared.dsmlv2.request
This enum represents the different types of on error handling for a BatchRequest
BatchRequestDsml.Processing - Enum in org.apache.directory.shared.dsmlv2.request
This enum represents the different types of processing for a Batch Request
BatchRequestDsml.ResponseOrder - Enum in org.apache.directory.shared.dsmlv2.request
This enum represents the different types of response order for a Batch Request
batchResponse - Variable in class org.apache.directory.shared.dsmlv2.engine.Dsmlv2Engine
The batch response.
BatchResponseDsml - Class in org.apache.directory.shared.dsmlv2.reponse
This class represents the Batch Response.
BatchResponseDsml() - Constructor for class org.apache.directory.shared.dsmlv2.reponse.BatchResponseDsml
Creates a new instance of BatchResponseDsml.
before(Entry) - Method in class org.apache.directory.ldap.client.api.EntryCursorImpl
This operation is not supported in SearchCursor.
before(Response) - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
This operation is not supported in SearchCursor.
before(E) - Method in interface org.apache.directory.shared.ldap.model.cursor.Cursor
Prepares this Cursor, so a subsequent call to Cursor#next() with a true return value, will have positioned the Cursor on a dataSet element equal to or less than the element argument but not greater.
before(E) - Method in class org.apache.directory.shared.ldap.model.cursor.EmptyCursor
Prepares this Cursor, so a subsequent call to Cursor#next() with a true return value, will have positioned the Cursor on a dataSet element equal to or less than the element argument but not greater.
before(E) - Method in class org.apache.directory.shared.ldap.model.cursor.ListCursor
Prepares this Cursor, so a subsequent call to Cursor#next() with a true return value, will have positioned the Cursor on a dataSet element equal to or less than the element argument but not greater.
before(E) - Method in class org.apache.directory.shared.ldap.model.cursor.SingletonCursor
Prepares this Cursor, so a subsequent call to Cursor#next() with a true return value, will have positioned the Cursor on a dataSet element equal to or less than the element argument but not greater.
beforeFirst() - Method in class org.apache.directory.ldap.client.api.EntryCursorImpl
This operation is not supported in SearchCursor.
beforeFirst() - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
This operation is not supported in SearchCursor.
beforeFirst() - Method in interface org.apache.directory.shared.ldap.model.cursor.Cursor
Positions this Cursor before the first element.
beforeFirst() - Method in class org.apache.directory.shared.ldap.model.cursor.EmptyCursor
Positions this Cursor before the first element.
beforeFirst() - Method in class org.apache.directory.shared.ldap.model.cursor.ListCursor
Positions this Cursor before the first element.
beforeFirst() - Method in class org.apache.directory.shared.ldap.model.cursor.SingletonCursor
Positions this Cursor before the first element.
beforeKey(K) - Method in interface org.apache.directory.shared.ldap.model.cursor.TupleCursor
An alternative to calling before(Tuple) which often may require wrapping a key in a newly created Tuple object that may be unnecessary.
beforeValue(K, V) - Method in interface org.apache.directory.shared.ldap.model.cursor.TupleCursor
An alternative to calling before(Tuple) which often may require wrapping a key and a value in a newly created Tuple object that may be unnecessary.
bidi(String) - Static method in class org.apache.directory.shared.ldap.model.schema.PrepareString
Remove all bidirectionnal chars.
bidi(char[]) - Static method in class org.apache.directory.shared.ldap.model.schema.PrepareString
Remove all bidirectionnal chars.
BIG_INTEGER_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
BIG_INTEGER_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
BINARY - Static variable in interface org.apache.directory.shared.ldap.model.entry.Value
 
BINARY_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
BinaryAttributeDetector - Interface in org.apache.directory.shared.ldap.codec.api
An interface used to abstract the means to detect whether or not an attribute identifier/descriptor represents a binary attributeType.
BinarySyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A binary value (universal value acceptor) syntax checker.
BinarySyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.BinarySyntaxChecker
Creates a new instance of BinarySyntaxChecker
BinaryValue - Class in org.apache.directory.shared.ldap.model.entry
A server side schema aware wrapper around a binary attribute value.
BinaryValue(byte[]) - Constructor for class org.apache.directory.shared.ldap.model.entry.BinaryValue
Creates a BinaryValue with an initial wrapped binary value.
BinaryValue(AttributeType, byte[]) - Constructor for class org.apache.directory.shared.ldap.model.entry.BinaryValue
Creates a BinaryValue with an initial wrapped binary value.
bind() - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Bind on a server, using the LdapConnectionConfig informations
bind(String) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Unauthenticated authentication bind
bind(String, String) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Simple Bind on a server.
bind(Dn) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Unauthenticated authentication Bind on a server.
bind(Dn, String) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Simple Bind on a server.
bind(BindRequest) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Bind to the server using a BindRequest object.
bind() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Bind on a server, using the LdapConnectionConfig informations
bind(String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Unauthenticated authentication bind
bind(String, String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Simple Bind on a server.
bind(Dn) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Unauthenticated authentication Bind on a server.
bind(Dn, String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Simple Bind on a server.
bind(BindRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Bind to the server using a BindRequest object.
bind(CramMd5Request) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Bind to the server using a CramMd5Request object.
bind(DigestMd5Request) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Bind to the server using a DigestMd5Request object.
bind(GssApiRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Bind to the server using a GssApiRequest object.
bind(int) - Method in class org.apache.directory.shared.dsmlv2.engine.Dsmlv2Engine
Binds to the ldap server
BIND_REQUEST_SASL_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
BIND_REQUEST_SIMPLE_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
BIND_REQUEST_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
BIND_RESPONSE_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
bindAsync() - Method in interface org.apache.directory.ldap.client.api.LdapAsyncConnection
Asynchronous Bind on a server, using the LdapConnectionConfig informations.
bindAsync(String, String) - Method in interface org.apache.directory.ldap.client.api.LdapAsyncConnection
Simple asynchronous Bind on a server.
bindAsync(Dn, String) - Method in interface org.apache.directory.ldap.client.api.LdapAsyncConnection
Simple asynchronous Bind on a server.
bindAsync(BindRequest) - Method in interface org.apache.directory.ldap.client.api.LdapAsyncConnection
Do an asynchronous bind, based on a BindRequest.
bindAsync() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Asynchronous Bind on a server, using the LdapConnectionConfig informations.
bindAsync(String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Asynchronous unauthenticated authentication bind
bindAsync(String, String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Simple asynchronous Bind on a server.
bindAsync(Dn) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Asynchronous unauthenticated authentication Bind on a server.
bindAsync(Dn, String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Simple asynchronous Bind on a server.
bindAsync(BindRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Do an asynchronous bind, based on a BindRequest.
bindAsync(CramMd5Request) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Do an asynchronous bind, based on a CramMd5Request.
bindAsync(DigestMd5Request) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Do an asynchronous bind, based on a DigestMd5Request.
bindAsync(GssApiRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Do an asynchronous bind, based on a GssApiRequest.
BindFuture - Class in org.apache.directory.ldap.client.api.future
A Future to manage BindRequests.
BindFuture(LdapConnection, int) - Constructor for class org.apache.directory.ldap.client.api.future.BindFuture
Creates a new instance of BindFuture.
BindNoDResponse - Class in org.apache.directory.shared.ldap.model.message.extended
An extended operation intended for notifying clients of upcoming disconnection for the Bind response.
BindRequest - Interface in org.apache.directory.shared.ldap.model.message
Bind protocol operation request which authenticates and begins a client session.
BindRequestDecorator - Class in org.apache.directory.shared.ldap.codec.decorators
A decorator for the BindRequest message
BindRequestDecorator(LdapApiService, BindRequest) - Constructor for class org.apache.directory.shared.ldap.codec.decorators.BindRequestDecorator
Makes a BindRequest a MessageDecorator.
BindRequestDsml - Class in org.apache.directory.shared.dsmlv2.request
DSML Decorator for BindRequest
BindRequestDsml(LdapApiService) - Constructor for class org.apache.directory.shared.dsmlv2.request.BindRequestDsml
Creates a new getDecoratedMessage() of AuthRequestDsml.
BindRequestDsml(LdapApiService, BindRequest) - Constructor for class org.apache.directory.shared.dsmlv2.request.BindRequestDsml
Creates a new getDecoratedMessage() of AuthRequestDsml.
BindRequestImpl - Class in org.apache.directory.shared.ldap.model.message
Bind protocol operation request which authenticates and begins a client session.
BindRequestImpl() - Constructor for class org.apache.directory.shared.ldap.model.message.BindRequestImpl
Creates an BindRequest implementation to bind to an LDAP server.
BindResponse - Interface in org.apache.directory.shared.ldap.model.message
Bind protocol response message used to confirm the results of a bind request message.
BindResponseDecorator - Class in org.apache.directory.shared.ldap.codec.decorators
A decorator for the BindResponse message
BindResponseDecorator(LdapApiService, BindResponse) - Constructor for class org.apache.directory.shared.ldap.codec.decorators.BindResponseDecorator
Makes a BindResponse a MessageDecorator.
BindResponseDsml - Class in org.apache.directory.shared.dsmlv2.reponse
DSML Decorator for AuthResponse
BindResponseDsml(LdapApiService) - Constructor for class org.apache.directory.shared.dsmlv2.reponse.BindResponseDsml
Creates a new getDecoratedMessage() of AuthResponseDsml.
BindResponseDsml(LdapApiService, BindResponse) - Constructor for class org.apache.directory.shared.dsmlv2.reponse.BindResponseDsml
Creates a new getDecoratedMessage() of AuthResponseDsml.
BindResponseImpl - Class in org.apache.directory.shared.ldap.model.message
BindResponse implementation.
BindResponseImpl() - Constructor for class org.apache.directory.shared.ldap.model.message.BindResponseImpl
Creates a BindResponse as a reply to an BindRequest.
BindResponseImpl(int) - Constructor for class org.apache.directory.shared.ldap.model.message.BindResponseImpl
Creates a BindResponse as a reply to an BindRequest.
BindStatus - Enum in org.apache.directory.shared.ldap.model.message
An enum used to store the BindRequest state.
BIT_STRING_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
BIT_STRING_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
BIT_STRING_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
BitString - Class in org.apache.directory.shared.asn1.util
Implement the Bit String primitive type.
BitString(int) - Constructor for class org.apache.directory.shared.asn1.util.BitString
Creates a BitString with a specific length (length is the number of bits).
BitString(byte[]) - Constructor for class org.apache.directory.shared.asn1.util.BitString
Creates a BitString from a byte[].
BitStringComparator - Class in org.apache.directory.shared.ldap.model.schema.comparators
A class for the bitStringMatch matchingRule (RFC 4517, par.
BitStringComparator(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.comparators.BitStringComparator
The BitStringComparator constructor.
BitStringSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a Boolean according to RFC 4517.
BitStringSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.BitStringSyntaxChecker
Creates a new instance of BitStringSyntaxChecker.
BOOLEAN_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
BOOLEAN_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
BOOLEAN_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
BooleanComparator - Class in org.apache.directory.shared.ldap.model.schema.comparators
A class for the BooleanComparator matchingRule (RFC 4517, par.
BooleanComparator(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.comparators.BooleanComparator
The BooleanComparator constructor.
BooleanDecoder - Class in org.apache.directory.shared.asn1.ber.tlv
Parse and decode a Boolean value.
BooleanDecoder() - Constructor for class org.apache.directory.shared.asn1.ber.tlv.BooleanDecoder
 
BooleanDecoderException - Exception in org.apache.directory.shared.asn1.ber.tlv
Thrown when a BooleanDecoderException has encountered a failure condition during a decode.
BooleanDecoderException(String) - Constructor for exception org.apache.directory.shared.asn1.ber.tlv.BooleanDecoderException
Creates a BooleanDecoderException
BooleanNormalizer - Class in org.apache.directory.shared.ldap.model.schema.normalizers
Normalizer for boolean values.
BooleanNormalizer() - Constructor for class org.apache.directory.shared.ldap.model.schema.normalizers.BooleanNormalizer
Creates a new instance of BooleanNormalizer.
BooleanSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a Boolean according to RFC 4517.
BooleanSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.BooleanSyntaxChecker
Creates a new instance of BooleanSyntaxChecker.
BranchNode - Class in org.apache.directory.shared.ldap.model.filter
Node representing branches within the expression tree corresponding to logical operators within the filter expression.
BranchNode(AssertionType, List<ExprNode>) - Constructor for class org.apache.directory.shared.ldap.model.filter.BranchNode
Creates a BranchNode using a logical operator and a list of children.
BranchNode(AssertionType, ExprNode...) - Constructor for class org.apache.directory.shared.ldap.model.filter.BranchNode
Creates a BranchNode using a logical operator and a list of children.
BranchNode(AssertionType) - Constructor for class org.apache.directory.shared.ldap.model.filter.BranchNode
Creates a BranchNode using a logical operator.
BranchNormalizedVisitor - Class in org.apache.directory.shared.ldap.model.filter
Visitor which traverses a filter tree while normalizing the branch node order.
BranchNormalizedVisitor() - Constructor for class org.apache.directory.shared.ldap.model.filter.BranchNormalizedVisitor
 
buffer() - Method in class org.apache.directory.shared.util.ByteBuffer
Get's the bytes, the backing store for this buffer.
buildReference(List<Throwable>, SchemaObject) - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
Build the SchemaObject references
buildReferences() - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
Build the usedBy and using references from the stored elements.
byName - Variable in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchemaObjectRegistry
a map of SchemaObject looked up by name
byRuleId - Variable in class org.apache.directory.shared.ldap.model.schema.registries.DefaultDITStructureRuleRegistry
a map of DITStructureRule looked up by RuleId
ByteArrayComparator - Class in org.apache.directory.shared.ldap.model.schema.comparators
A comparator for byte[]s.
ByteArrayComparator(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.comparators.ByteArrayComparator
The ByteArrayComparator constructor.
ByteBuffer - Class in org.apache.directory.shared.util
A dynamically growing byte[].
ByteBuffer() - Constructor for class org.apache.directory.shared.util.ByteBuffer
 
ByteBuffer(int) - Constructor for class org.apache.directory.shared.util.ByteBuffer
 
BYTECODE - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
BYTECODE_VALUE - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
bytesToChar(byte[]) - Static method in class org.apache.directory.shared.util.Unicode
Return the Unicode char which is coded in the bytes at position 0.
bytesToChar(byte[], int) - Static method in class org.apache.directory.shared.util.Unicode
Return the Unicode char which is coded in the bytes at the given position.

C

C_POSTALCODE_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
C_POSTALCODE_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
CACHE_MAX - Static variable in class org.apache.directory.shared.ldap.model.schema.normalizers.CachingNormalizer
Cache maximum size default
CachingDeepTrimNormalizer - Class in org.apache.directory.shared.ldap.model.schema.normalizers
A deep trimming normalizer that caches normalizations to prevent repeat normalizations from occurring needlessly.
CachingDeepTrimNormalizer() - Constructor for class org.apache.directory.shared.ldap.model.schema.normalizers.CachingDeepTrimNormalizer
 
CachingDeepTrimToLowerNormalizer - Class in org.apache.directory.shared.ldap.model.schema.normalizers
A deep trimming normalizer that caches normalizations to prevent repeat normalizations from occurring needlessly.
CachingDeepTrimToLowerNormalizer() - Constructor for class org.apache.directory.shared.ldap.model.schema.normalizers.CachingDeepTrimToLowerNormalizer
 
CachingDnNormalizer - Class in org.apache.directory.shared.ldap.model.schema.normalizers
A deep trimming normalizer that caches normalizations to prevent repeat normalizations from occurring needlessly.
CachingDnNormalizer() - Constructor for class org.apache.directory.shared.ldap.model.schema.normalizers.CachingDnNormalizer
 
CachingNormalizer - Class in org.apache.directory.shared.ldap.model.schema.normalizers
Caches previously normalized values.
CachingNormalizer(Normalizer) - Constructor for class org.apache.directory.shared.ldap.model.schema.normalizers.CachingNormalizer
Creates a CachingNormalizer that decorates another normalizer using a default cache size.
CachingNormalizer(Normalizer, int) - Constructor for class org.apache.directory.shared.ldap.model.schema.normalizers.CachingNormalizer
Creates a CachingNormalizer that decorates another normalizer using a specified cache size.
callStoredProcedure(LdapContext, String, Object[]) - Static method in class org.apache.directory.shared.ldap.sp.JavaStoredProcUtils
 
cancel(boolean) - Method in class org.apache.directory.ldap.client.api.future.ResponseFuture
cancel() - Method in class org.apache.directory.ldap.client.api.future.ResponseFuture
Cancel the Future
Cancel - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel
An extended operation to proceed a Cancel operation, as described in RFC 3909
Cancel(int) - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.Cancel
Create a Cancel object, with a messageId
Cancel() - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.Cancel
Default constructor.
CancelContainer - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel
A container for the Cancel codec.
CancelContainer() - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.CancelContainer
Creates a new CancelContainer object.
CancelDecoder - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel
A decoder for Cancel.
CancelDecoder() - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.CancelDecoder
 
CancelFactory - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel
An ExtendedRequestFactory for creating cancel extended request response pairs.
CancelFactory(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.CancelFactory
 
CancelGrammar - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel
This class implements the Cancel operation.
cancelled - Variable in class org.apache.directory.ldap.client.api.future.ResponseFuture
flag to determine if this future is cancelled
CancelRequest - Interface in org.apache.directory.shared.ldap.extras.extended
The CancelRequest interface.
CancelRequestDecorator - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel
A Decorator for CancelRequests.
CancelRequestDecorator(LdapApiService, CancelRequest) - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.CancelRequestDecorator
 
CancelRequestImpl - Class in org.apache.directory.shared.ldap.extras.extended
Implement the extended Cancel Request as described in RFC 3909.
CancelRequestImpl(int, int) - Constructor for class org.apache.directory.shared.ldap.extras.extended.CancelRequestImpl
Creates a new instance of CancelRequest.
CancelRequestImpl() - Constructor for class org.apache.directory.shared.ldap.extras.extended.CancelRequestImpl
Creates a new instance of CancelRequest.
CancelResponse - Interface in org.apache.directory.shared.ldap.extras.extended
The interface for Cancel ExtendedResponses.
CancelResponseDecorator - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel
A Decorator for CancelResponses.
CancelResponseDecorator(LdapApiService, CancelResponse) - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.CancelResponseDecorator
Creates a new instance of CancelResponseDecorator.
CancelResponseImpl - Class in org.apache.directory.shared.ldap.extras.extended
The response sent back from the server after the Cancel extended operation is performed.
CancelResponseImpl(int, ResultCodeEnum) - Constructor for class org.apache.directory.shared.ldap.extras.extended.CancelResponseImpl
Create a new CancelResponse object
CancelResponseImpl(int) - Constructor for class org.apache.directory.shared.ldap.extras.extended.CancelResponseImpl
 
CancelResponseImpl() - Constructor for class org.apache.directory.shared.ldap.extras.extended.CancelResponseImpl
 
CancelStatesEnum - Enum in org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel
This class store the Cancel's grammar constants.
canVisit(ExprNode) - Method in class org.apache.directory.shared.ldap.model.filter.BranchNormalizedVisitor
 
canVisit(ExprNode) - Method in interface org.apache.directory.shared.ldap.model.filter.FilterVisitor
Checks to see if a node can be visited.
capacity() - Method in class org.apache.directory.shared.util.ByteBuffer
 
Cascade - Interface in org.apache.directory.shared.ldap.model.message.controls
The Cascade control
CascadeDecorator - Class in org.apache.directory.shared.ldap.codec.controls.cascade
The Cascade control decorator.
CascadeDecorator(LdapApiService, Cascade) - Constructor for class org.apache.directory.shared.ldap.codec.controls.cascade.CascadeDecorator
Default constructor
CascadeFactory - Class in org.apache.directory.shared.ldap.codec.controls.cascade
A codec ControlFactory implementation for Cascade controls.
CascadeFactory(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.codec.controls.cascade.CascadeFactory
Creates a new instance of CascadeFactory.
CascadeImpl - Class in org.apache.directory.shared.ldap.model.message.controls
Simple Cascade control implementation.
CascadeImpl() - Constructor for class org.apache.directory.shared.ldap.model.message.controls.CascadeImpl
Default constructor
CascadeImpl(boolean) - Constructor for class org.apache.directory.shared.ldap.model.message.controls.CascadeImpl
Sets criticality when creating.
CASE_EXACT_IA5_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
CASE_EXACT_IA5_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
CASE_EXACT_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
CASE_EXACT_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
CASE_EXACT_ORDERING_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
CASE_EXACT_ORDERING_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
CASE_EXACT_SUBSTRING_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
CASE_EXACT_SUBSTRING_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
CASE_IGNORE_IA5_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
CASE_IGNORE_IA5_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
CASE_IGNORE_IA5_SUBSTRINGS_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
CASE_IGNORE_IA5_SUBSTRINGS_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
CASE_IGNORE_LIST_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
CASE_IGNORE_LIST_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
CASE_IGNORE_LIST_SUBSTRINGS_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
CASE_IGNORE_LIST_SUBSTRINGS_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
CASE_IGNORE_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
CASE_IGNORE_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
CASE_IGNORE_ORDERING_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
CASE_IGNORE_ORDERING_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
CASE_IGNORE_SUBSTRING_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
CASE_IGNORE_SUBSTRING_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
cause - Variable in class org.apache.directory.ldap.client.api.future.ResponseFuture
If the request has been cancelled because of an exception it will be stored here
centerTrunc(String, int, int) - Static method in class org.apache.directory.shared.util.Strings
Truncates large Strings showing a portion of the String's head and tail with the center cut out and replaced with '...'.
CertGenerationContainer - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration
A container for certificate generation request codec.
CertGenerationContainer() - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationContainer
Creates a new CertGenContainer object.
CertGenerationDecoder - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration
A decoder for CertGenerationObject.
CertGenerationDecoder() - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationDecoder
 
CertGenerationFactory - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration
An ExtendedRequestFactory for creating cancel extended request response pairs.
CertGenerationFactory(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationFactory
 
CertGenerationGrammar - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration
This class implements the Certificate generation extended operation's ASN.1 grammer.
CertGenerationGrammar() - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationGrammar
 
CertGenerationObject - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration
An extended operation for generating a public key Certificate.
CertGenerationObject(CertGenerationRequest) - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationObject
 
CertGenerationRequest - Interface in org.apache.directory.shared.ldap.extras.extended
The interface for a certificate generation request extended operation.
CertGenerationRequestDecorator - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration
A Decorator for CancelRequests.
CertGenerationRequestDecorator(LdapApiService, CertGenerationRequest) - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationRequestDecorator
 
CertGenerationRequestImpl - Class in org.apache.directory.shared.ldap.extras.extended
An extended operation requesting the server to generate a public/private key pair and a certificate and store them in a specified target entry in the DIT.
CertGenerationRequestImpl(int, String, String, String, String) - Constructor for class org.apache.directory.shared.ldap.extras.extended.CertGenerationRequestImpl
Creates a new instance of CertGenerationRequest.
CertGenerationRequestImpl() - Constructor for class org.apache.directory.shared.ldap.extras.extended.CertGenerationRequestImpl
Creates a new instance of CertGenerationRequest.
CertGenerationResponse - Interface in org.apache.directory.shared.ldap.extras.extended
The interface for the certificate generation extended operation.
CertGenerationResponseDecorator - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration
A Decorator for CancelResponses.
CertGenerationResponseDecorator(LdapApiService, CertGenerationResponse) - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationResponseDecorator
Creates a new instance of CancelResponseDecorator.
CertGenerationResponseImpl - Class in org.apache.directory.shared.ldap.extras.extended
The response sent back from the server after the CertGeneration extended operation is performed.
CertGenerationResponseImpl(int, ResultCodeEnum) - Constructor for class org.apache.directory.shared.ldap.extras.extended.CertGenerationResponseImpl
 
CertGenerationResponseImpl(int) - Constructor for class org.apache.directory.shared.ldap.extras.extended.CertGenerationResponseImpl
 
CertGenerationResponseImpl() - Constructor for class org.apache.directory.shared.ldap.extras.extended.CertGenerationResponseImpl
 
CertGenerationStatesEnum - Enum in org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration
This class store the CertGeneration's grammar constants.
CERTIFICATE_LIST_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
CERTIFICATE_PAIR_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
CERTIFICATE_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
CertificateListSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a certificateList according to RFC 4523 : "Due to changes made to the definition of a CertificateList through time, no LDAP-specific encoding is defined for this syntax.
CertificateListSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.CertificateListSyntaxChecker
Creates a new instance of CertificateListSyntaxChecker.
CertificatePairSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a certificate pair according to RFC 4523 : "Due to changes made to the definition of a CertificatePair through time, no LDAP-specific encoding is defined for this syntax.
CertificatePairSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.CertificatePairSyntaxChecker
Creates a new instance of CertificatePairSyntaxChecker.
CertificateSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a certificate according to RFC 4523 : "Due to changes made to the definition of a Certificate through time, no LDAP-specific encoding is defined for this syntax.
CertificateSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.CertificateSyntaxChecker
Creates a new instance of CertificateSyntaxChecker.
CHANGE - Static variable in class org.apache.directory.shared.ldap.model.ldif.LdifReader
Type of element read : CHANGE
CHANGE_TYPES_MAX - Static variable in interface org.apache.directory.shared.ldap.model.message.controls.PersistentSearch
 
CHANGE_TYPES_MIN - Static variable in interface org.apache.directory.shared.ldap.model.message.controls.PersistentSearch
Min and Max values for the possible combined change types
CHANGELOG_CONTEXT_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
CHANGELOG_CONTEXT_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ChangeType - Enum in org.apache.directory.shared.ldap.model.ldif
A type safe enumeration for an LDIF record's change type.
ChangeType - Enum in org.apache.directory.shared.ldap.model.message.controls
Enumeration type for entry changes associates with the persistent search control and the entry change control.
CHAR - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueTokenTypes
 
CHAR - Static variable in class org.apache.directory.shared.util.Chars
<alpha> | <digit> | '-'
CHAR_FIVE_BYTES_MASK - Static variable in interface org.apache.directory.shared.util.UnicodeConstants
 
CHAR_FOUR_BYTES_MASK - Static variable in interface org.apache.directory.shared.util.UnicodeConstants
 
CHAR_ONE_BYTE_MASK - Static variable in interface org.apache.directory.shared.util.UnicodeConstants
 
CHAR_SIX_BYTES_MASK - Static variable in interface org.apache.directory.shared.util.UnicodeConstants
 
CHAR_THREE_BYTES_MASK - Static variable in interface org.apache.directory.shared.util.UnicodeConstants
 
CHAR_TWO_BYTES_MASK - Static variable in interface org.apache.directory.shared.util.UnicodeConstants
 
charAt(String, int) - Static method in class org.apache.directory.shared.util.Strings
Get the character at a given position in a string, checking fo limits
CharConstants - Interface in org.apache.directory.shared.util
Various Character constants are kept here.
Chars - Class in org.apache.directory.shared.util
Various Character methods are kept here.
Chars() - Constructor for class org.apache.directory.shared.util.Chars
 
charToBytes(char) - Static method in class org.apache.directory.shared.util.Unicode
Return the Unicode char which is coded in the bytes at the given position.
check() - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
Check the registries for invalid relations.
checkClientTrusted(X509Certificate[], String) - Method in class org.apache.directory.ldap.client.api.NoVerificationTrustManager
CheckLengthNotNull - Class in org.apache.directory.shared.ldap.codec.actions
The action used to check that the TLV length is not null
CheckLengthNotNull() - Constructor for class org.apache.directory.shared.ldap.codec.actions.CheckLengthNotNull
Instantiates the action.
checkNotClosed(String) - Method in class org.apache.directory.shared.ldap.model.cursor.AbstractCursor
Check that the cursor is not closed before executing an operation.
checkNotClosed(String) - Method in class org.apache.directory.shared.ldap.model.cursor.AbstractTupleCursor
Check if the cursor is closed for the given operation
checkNotClosed() - Method in interface org.apache.directory.shared.ldap.model.cursor.ClosureMonitor
Checks if state of this ClosureMonitor is set to closed and if so, throws the causing Exception.
checkNotClosed() - Method in class org.apache.directory.shared.ldap.model.cursor.DefaultClosureMonitor
Checks if state of this ClosureMonitor is set to closed and if so, throws the causing Exception.
CheckNotNullLength<E extends Asn1Container> - Class in org.apache.directory.shared.asn1.actions
An action that checks the length is not null
CheckNotNullLength() - Constructor for class org.apache.directory.shared.asn1.actions.CheckNotNullLength
Instantiates the action.
checkRefInteg() - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
Attempts to resolve the dependent schema objects of all entities that refer to other objects within the registries.
checkServerTrusted(X509Certificate[], String) - Method in class org.apache.directory.ldap.client.api.NoVerificationTrustManager
children - Variable in class org.apache.directory.shared.ldap.model.filter.BranchNode
child node list for this branch node
chopAfter() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
chopAfter() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
chopAfter() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
chopAfter() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
chopBefore() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
chopBefore() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
chopBefore() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
chopBefore() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
classes() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
classes() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
ClassesItem - Class in org.apache.directory.shared.ldap.aci.protectedItem
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.
ClassesItem(ExprNode) - Constructor for class org.apache.directory.shared.ldap.aci.protectedItem.ClassesItem
Creates a new instance.
clean() - Method in class org.apache.directory.shared.asn1.ber.AbstractContainer
Clean the container for the next usage.
clean() - Method in class org.apache.directory.shared.ldap.codec.api.LdapMessageContainer
Clean the container for the next usage.
clean() - Method in class org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeContainer
Clean the container
clean() - Method in class org.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsContainer
Clean the container
clean() - Method in class org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchContainer
Clean the container
clean() - Method in class org.apache.directory.shared.ldap.codec.controls.search.subentries.SubentriesContainer
Clean the current container
clean() - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyContainer
clean the container
clean() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncDoneValueContainer
clean the container
clean() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueContainer
Clean the container
clean() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncModifyDnContainer
Clean the container
clean() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueContainer
Clean the container
clean() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueContainer
Clean the container
clean() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.CancelContainer
Clean the container for the next decoding.
clean() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationContainer
Clean the container for the next decoding.
clean() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectContainer
Clean the container for the next decoding.
clean() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownContainer
Clean the container for the next decoding.
clean() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureContainer
 
clear() - Method in class org.apache.directory.shared.converter.schema.antlrSchemaConverterParser
 
clear() - Method in class org.apache.directory.shared.converter.schema.SchemaParser
Clear the parser.
clear() - Method in interface org.apache.directory.shared.ldap.model.entry.Attribute
Remove all the values from this attribute.
clear() - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
Remove all the values from this attribute.
clear() - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Remove all the attributes for this entry.
clear() - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
Remove all the attributes for this entry.
clear() - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Remove all the attributes for this entry.
clear() - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
Clear the current SchemaObject : remove all the references to other objects, and all the Maps.
clear() - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
Clear the current SchemaObject : remove all the references to other objects, and all the Maps.
clear() - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
Clear the current SchemaObject : remove all the references to other objects, and all the Maps.
clear() - Method in class org.apache.directory.shared.ldap.model.schema.DITStructureRule
Clear the current SchemaObject : remove all the references to other objects, and all the Maps.
clear() - Method in class org.apache.directory.shared.ldap.model.schema.LdapSyntax
Clear the current SchemaObject : remove all the references to other objects, and all the Maps.
clear() - Method in class org.apache.directory.shared.ldap.model.schema.MatchingRule
Clear the current SchemaObject : remove all the references to other objects, and all the Maps.
clear() - Method in class org.apache.directory.shared.ldap.model.schema.MatchingRuleUse
Clear the current SchemaObject : remove all the references to other objects, and all the Maps.
clear() - Method in class org.apache.directory.shared.ldap.model.schema.NameForm
Clear the current SchemaObject : remove all the references to other objects, and all the Maps.
clear() - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
Clear the current SchemaObject : remove all the references to other objects, and all the Maps.
clear() - Method in class org.apache.directory.shared.ldap.model.schema.parsers.OpenLdapSchemaParser
Reset the parser
clear() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultAttributeTypeRegistry
Clear the registry from all its content
clear() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultObjectClassRegistry
Clear the registry from all its content
clear() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchemaObjectRegistry
Clear the registry from all its content
clear() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
Clear the registry from all its content
clear() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableComparatorRegistry
Clear the registry from all its content
clear() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITContentRuleRegistry
Clear the registry from all its content
clear() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITStructureRuleRegistry
Clear the registry from all its content
clear() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
Clear the registry from all its content
clear() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
Clear the registry from all its content
clear() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
Clear the registry from all its content
clear() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNameFormRegistry
Clear the registry from all its content
clear() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNormalizerRegistry
Clear the registry from all its content
clear() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableObjectClassRegistry
Clear the registry from all its content
clear() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
Clear the registry from all its content
clear() - Method in class org.apache.directory.shared.ldap.model.schema.registries.OidRegistry
 
clear() - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
Clear the registries from all its elements
clear() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaObjectRegistry
Clear the registry from all its content
clear() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
Clear the current SchemaObject : remove all the references to other objects, and all the Maps.
clear() - Method in class org.apache.directory.shared.util.ByteBuffer
 
clear() - Method in class org.apache.directory.shared.util.SequencedHashMap
Implements Map.clear().
clearBit(int) - Method in class org.apache.directory.shared.asn1.util.BitString
Clear a bit at a specified position.
clone() - Method in class org.apache.directory.shared.ldap.model.entry.AbstractValue
Clone a Value
clone() - Method in interface org.apache.directory.shared.ldap.model.entry.Attribute
 
clone() - Method in class org.apache.directory.shared.ldap.model.entry.BinaryValue
Clone a Value
clone() - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
clone() - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Clone an entry.
clone() - Method in class org.apache.directory.shared.ldap.model.entry.DefaultModification
The clone operation
clone() - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
Clone the current entry
clone() - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Clone an entry.
clone() - Method in interface org.apache.directory.shared.ldap.model.entry.Modification
The clone operation
clone() - Method in class org.apache.directory.shared.ldap.model.entry.StringValue
Clone a Value
clone() - Method in interface org.apache.directory.shared.ldap.model.entry.Value
Clone a Value
clone() - Method in class org.apache.directory.shared.ldap.model.filter.AbstractExprNode
Clone the object
clone() - Method in class org.apache.directory.shared.ldap.model.filter.AssertionNode
Makes a full clone in new memory space of the current node and children
clone() - Method in class org.apache.directory.shared.ldap.model.filter.BranchNode
Makes a full clone in new memory space of the current node and children
clone() - Method in interface org.apache.directory.shared.ldap.model.filter.ExprNode
Clone this expression node.
clone() - Method in class org.apache.directory.shared.ldap.model.filter.ExtensibleNode
Makes a full clone in new memory space of the current node and children
clone() - Method in class org.apache.directory.shared.ldap.model.filter.SimpleNode
Makes a full clone in new memory space of the current node and children
clone() - Method in class org.apache.directory.shared.ldap.model.filter.SubstringNode
Clone the Node
clone() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
Clone method
clone() - Method in class org.apache.directory.shared.ldap.model.name.Ava
Implements the cloning.
clone() - Method in class org.apache.directory.shared.ldap.model.name.Rdn
Clone the Rdn
clone() - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
Clone the Registries.
clone() - Method in class org.apache.directory.shared.ldap.util.tree.DnNode
clone() - Method in class org.apache.directory.shared.util.SequencedHashMap
Creates a shallow copy of this object, preserving the internal structure by copying only references.
close() - Method in class org.apache.directory.ldap.client.api.EntryCursorImpl
Closes this Cursor and frees any resources it my have allocated.
close(Exception) - Method in class org.apache.directory.ldap.client.api.EntryCursorImpl
Closes this Cursor and frees any resources it my have allocated.
close() - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Disconnect from the remote LDAP server
close() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Disconnect from the remote LDAP server
close() - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
Closes this Cursor and frees any resources it my have allocated.
close(Exception) - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
Closes this Cursor and frees any resources it my have allocated.
close(Exception) - Method in class org.apache.directory.shared.ldap.model.cursor.AbstractCursor
Closes this Cursor and frees any resources it my have allocated.
close() - Method in class org.apache.directory.shared.ldap.model.cursor.AbstractCursor
Closes this Cursor and frees any resources it my have allocated.
close() - Method in class org.apache.directory.shared.ldap.model.cursor.AbstractTupleCursor
Closes this Cursor and frees any resources it my have allocated.
close(Exception) - Method in class org.apache.directory.shared.ldap.model.cursor.AbstractTupleCursor
Closes this Cursor and frees any resources it my have allocated.
close() - Method in interface org.apache.directory.shared.ldap.model.cursor.ClosureMonitor
Sets monitor state to closed, and sets the cause to a CursorClosedException without an error message string.
close(String) - Method in interface org.apache.directory.shared.ldap.model.cursor.ClosureMonitor
Sets monitor state to closed, and sets the cause to a CursorClosedException with a specific error message string.
close(Exception) - Method in interface org.apache.directory.shared.ldap.model.cursor.ClosureMonitor
Sets monitor state to closed, and sets the cause to a specific Exception.
close() - Method in interface org.apache.directory.shared.ldap.model.cursor.Cursor
Closes this Cursor and frees any resources it my have allocated.
close(Exception) - Method in interface org.apache.directory.shared.ldap.model.cursor.Cursor
Closes this Cursor and frees any resources it my have allocated.
close() - Method in class org.apache.directory.shared.ldap.model.cursor.DefaultClosureMonitor
Sets monitor state to closed, and sets the cause to a CursorClosedException without an error message string.
close(String) - Method in class org.apache.directory.shared.ldap.model.cursor.DefaultClosureMonitor
Sets monitor state to closed, and sets the cause to a CursorClosedException with a specific error message string.
close(Exception) - Method in class org.apache.directory.shared.ldap.model.cursor.DefaultClosureMonitor
Sets monitor state to closed, and sets the cause to a specific Exception.
close() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifReader
close() - Method in class org.apache.directory.shared.util.ArrayNamingEnumeration
 
close() - Method in class org.apache.directory.shared.util.EmptyEnumeration
 
close() - Method in class org.apache.directory.shared.util.IteratorNamingEnumeration
 
close() - Method in class org.apache.directory.shared.util.SingletonEnumeration
Makes calls to hasMore to false even if we had more.
CLOSE_BRACKET - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
 
CLOSE_CURLY - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
CLOSE_CURLY - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
CLOSE_CURLY - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
CLOSE_CURLY - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
CLOSE_CURLY - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
CLOSE_PARAN - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
CLOSE_PAREN - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
 
ClosureMonitor - Interface in org.apache.directory.shared.ldap.model.cursor
A monitor used by Cursors to detect conditions when they should stop performing some work during advance operations such as next(), previous(), first() etc, and release resources.
CN_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
CN_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
CodecControl<E extends Control> - Interface in org.apache.directory.shared.ldap.codec.api
The codec uses this interface to add additional information to LDAP Model Control objects during encoding and decoding.
COLLECTIVE - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
COLLECTIVE_ATTRIBUTE_INNER_AREA - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
COLLECTIVE_ATTRIBUTE_INNER_AREA_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
COLLECTIVE_ATTRIBUTE_SPECIFIC_AREA - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
COLLECTIVE_ATTRIBUTE_SPECIFIC_AREA_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
COLLECTIVE_ATTRIBUTE_SUBENTRIES_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
COLLECTIVE_ATTRIBUTE_SUBENTRIES_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
COLLECTIVE_ATTRIBUTE_SUBENTRY_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
COLLECTIVE_ATTRIBUTE_SUBENTRY_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
COLLECTIVE_EXCLUSIONS_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
COLLECTIVE_EXCLUSIONS_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
COLON - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
COLON - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
COLON - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
COLON - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
COMMA - Static variable in interface org.apache.directory.shared.ldap.model.name.AntlrDnTokenTypes
 
COMMENT - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
COMMON_NAME_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ComparableComparator<T> - Class in org.apache.directory.shared.ldap.model.schema.comparators
Compares two objects taking into account that one might be a Comparable.
ComparableComparator(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.comparators.ComparableComparator
The ComparableComparator constructor.
COMPARATOR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
COMPARATOR_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
COMPARATOR_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
COMPARATOR_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ComparatorRegistry - Interface in org.apache.directory.shared.ldap.model.schema.registries
Comparator registry component's service class.
comparatorRegistry - Variable in class org.apache.directory.shared.ldap.model.schema.registries.Registries
The LdapSyntax registry
COMPARATORS_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
COMPARATORS_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
COMPARATORS_PATH - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ComparatorSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker for the Comparator schema element
ComparatorSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.ComparatorSyntaxChecker
Creates a new instance of ComparatorSyntaxChecker.
compare(String, String, String) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Compares whether a given attribute's value matches that of the existing value of the attribute present in the entry with the given Dn.
compare(String, String, byte[]) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Compares whether a given attribute's value matches that of the existing value of the attribute present in the entry with the given Dn.
compare(String, String, Value<?>) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Compares whether a given attribute's value matches that of the existing value of the attribute present in the entry with the given Dn.
compare(Dn, String, String) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Compares whether a given attribute's value matches that of the existing value of the attribute present in the entry with the given Dn.
compare(Dn, String, byte[]) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Compares whether a given attribute's value matches that of the existing value of the attribute present in the entry with the given Dn.
compare(Dn, String, Value<?>) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Compares whether a given attribute's value matches that of the existing value of the attribute present in the entry with the given Dn.
compare(CompareRequest) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Compares an entry's attribute's value with that of the given value.
compare(String, String, String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Compares whether a given attribute's value matches that of the existing value of the attribute present in the entry with the given Dn.
compare(String, String, byte[]) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Compares whether a given attribute's value matches that of the existing value of the attribute present in the entry with the given Dn.
compare(String, String, Value<?>) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Compares whether a given attribute's value matches that of the existing value of the attribute present in the entry with the given Dn.
compare(Dn, String, String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Compares whether a given attribute's value matches that of the existing value of the attribute present in the entry with the given Dn.
compare(Dn, String, byte[]) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Compares whether a given attribute's value matches that of the existing value of the attribute present in the entry with the given Dn.
compare(Dn, String, Value<?>) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Compares whether a given attribute's value matches that of the existing value of the attribute present in the entry with the given Dn.
compare(CompareRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Compares an entry's attribute's value with that of the given value.
compare(String, String) - Method in class org.apache.directory.shared.ldap.model.schema.comparators.BitStringComparator
Implementation of the Compare method
compare(String, String) - Method in class org.apache.directory.shared.ldap.model.schema.comparators.BooleanComparator
Implementation of the Compare method
compare(byte[], byte[]) - Method in class org.apache.directory.shared.ldap.model.schema.comparators.ByteArrayComparator
 
compare(Comparable<T>, Comparable<T>) - Method in class org.apache.directory.shared.ldap.model.schema.comparators.ComparableComparator
Compares two objects taking into account that one may be a Comparable.
compare(Object, Object) - Method in class org.apache.directory.shared.ldap.model.schema.comparators.CsnComparator
 
compare(String, String) - Method in class org.apache.directory.shared.ldap.model.schema.comparators.CsnSidComparator
 
compare(Object, Object) - Method in class org.apache.directory.shared.ldap.model.schema.comparators.DnComparator
compare(String, String) - Method in class org.apache.directory.shared.ldap.model.schema.comparators.GeneralizedTimeComparator
Implementation of the Compare method
compare(Object, Object) - Method in class org.apache.directory.shared.ldap.model.schema.comparators.IntegerComparator
Implementation of the Compare method
compare(Long, Long) - Method in class org.apache.directory.shared.ldap.model.schema.comparators.LongComparator
Compare two objects.
compare(String, String) - Method in class org.apache.directory.shared.ldap.model.schema.comparators.NumericStringComparator
Implementation of the Compare method
compare(T, T) - Method in class org.apache.directory.shared.ldap.model.schema.comparators.ObjectClassTypeComparator
 
compare(Object, Object) - Method in class org.apache.directory.shared.ldap.model.schema.comparators.ObjectIdentifierComparator
 
compare(String, String) - Method in class org.apache.directory.shared.ldap.model.schema.comparators.ObjectIdentifierFirstComponentComparator
 
compare(E, E) - Method in class org.apache.directory.shared.ldap.model.schema.comparators.SerializableComparator
 
compare(String, String) - Method in class org.apache.directory.shared.ldap.model.schema.comparators.StringComparator
 
compare(String, String) - Method in class org.apache.directory.shared.ldap.model.schema.comparators.TelephoneNumberComparator
 
compare(String, String) - Method in class org.apache.directory.shared.ldap.model.schema.comparators.UniqueMemberComparator
Implementation of the Compare method
compare(String, String) - Method in class org.apache.directory.shared.ldap.model.schema.comparators.UUIDComparator
 
compare(String, String) - Method in class org.apache.directory.shared.ldap.model.schema.comparators.WordComparator
 
COMPARE_REQUEST_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
COMPARE_RESPONSE_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
compareAsync(CompareRequest) - Method in interface org.apache.directory.ldap.client.api.LdapAsyncConnection
Asynchronously compares an entry's attribute's value with that of the given value
compareAsync(CompareRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Asynchronously compares an entry's attribute's value with that of the given value
CompareFuture - Class in org.apache.directory.ldap.client.api.future
A Future to manage CompareRequest.
CompareFuture(LdapConnection, int) - Constructor for class org.apache.directory.ldap.client.api.future.CompareFuture
Creates a new instance of CompareFuture.
CompareNoDResponse - Class in org.apache.directory.shared.ldap.model.message.extended
An extended operation intended for notifying clients of upcoming disconnection for the Compare response.
compareOid(String, String) - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
Compare two oids, and return true if they are both null or equal.
CompareRequest - Interface in org.apache.directory.shared.ldap.model.message
Compare request protocol message that tests an entry to see if it abides by an attribute value assertion.
CompareRequestDecorator - Class in org.apache.directory.shared.ldap.codec.decorators
A decorator for the CompareRequest message
CompareRequestDecorator(LdapApiService, CompareRequest) - Constructor for class org.apache.directory.shared.ldap.codec.decorators.CompareRequestDecorator
Makes a CompareRequest a MessageDecorator.
CompareRequestDsml - Class in org.apache.directory.shared.dsmlv2.request
DSML Decorator for CompareRequest
CompareRequestDsml(LdapApiService) - Constructor for class org.apache.directory.shared.dsmlv2.request.CompareRequestDsml
Creates a new getDecoratedMessage() of CompareRequestDsml.
CompareRequestDsml(LdapApiService, CompareRequest) - Constructor for class org.apache.directory.shared.dsmlv2.request.CompareRequestDsml
Creates a new getDecoratedMessage() of CompareRequestDsml.
CompareRequestImpl - Class in org.apache.directory.shared.ldap.model.message
Comparison request implementation.
CompareRequestImpl() - Constructor for class org.apache.directory.shared.ldap.model.message.CompareRequestImpl
Creates an CompareRequest implementation to compare a named entry with an attribute value assertion pair.
CompareResponse - Interface in org.apache.directory.shared.ldap.model.message
Compare protocol response message used to confirm the results of a compare request message.
CompareResponseDecorator - Class in org.apache.directory.shared.ldap.codec.decorators
A decorator for the CompareResponse message
CompareResponseDecorator(LdapApiService, CompareResponse) - Constructor for class org.apache.directory.shared.ldap.codec.decorators.CompareResponseDecorator
Makes a CompareResponse a MessageDecorator.
CompareResponseDsml - Class in org.apache.directory.shared.dsmlv2.reponse
DSML Decorator for CompareResponse
CompareResponseDsml(LdapApiService) - Constructor for class org.apache.directory.shared.dsmlv2.reponse.CompareResponseDsml
Creates a new getDecoratedMessage() of CompareResponseDsml.
CompareResponseDsml(LdapApiService, CompareResponse) - Constructor for class org.apache.directory.shared.dsmlv2.reponse.CompareResponseDsml
Creates a new getDecoratedMessage() of CompareResponseDsml.
CompareResponseImpl - Class in org.apache.directory.shared.ldap.model.message
CompareResponse implementation.
CompareResponseImpl() - Constructor for class org.apache.directory.shared.ldap.model.message.CompareResponseImpl
Creates a CompareResponse as a reply to an CompareRequest.
CompareResponseImpl(int) - Constructor for class org.apache.directory.shared.ldap.model.message.CompareResponseImpl
Creates a CompareResponse as a reply to an CompareRequest.
compareTo(Csn) - Method in class org.apache.directory.shared.ldap.model.csn.Csn
Compares this object with the specified object for order.
compareTo(Value<byte[]>) - Method in class org.apache.directory.shared.ldap.model.entry.BinaryValue
 
compareTo(Value<String>) - Method in class org.apache.directory.shared.ldap.model.entry.StringValue
 
compareTo(GeneralizedTime) - Method in class org.apache.directory.shared.util.GeneralizedTime
Compares this GeneralizedTime object with the specified GeneralizedTime object.
ComponentsMonitor - Interface in org.apache.directory.shared.util
Monitor used to track existence or duplication of components.
computeLength() - Method in class org.apache.directory.shared.asn1.AbstractAsn1Object
Compute the object length, which is the sum of all inner length.
computeLength() - Method in interface org.apache.directory.shared.asn1.Asn1Object
Compute the object length, which is the sum of all inner length.
computeLength() - Method in class org.apache.directory.shared.dsmlv2.request.AbstractRequestDsml
 
computeLength() - Method in class org.apache.directory.shared.dsmlv2.request.AbstractResultResponseRequestDsml
 
computeLength() - Method in class org.apache.directory.shared.ldap.codec.api.ControlDecorator
Compute the object length, which is the sum of all inner length.
computeLength() - Method in interface org.apache.directory.shared.ldap.codec.api.Decorator
Compute the object length, which is the sum of all inner length.
computeLength() - Method in class org.apache.directory.shared.ldap.codec.api.ExtendedRequestDecorator
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.api.ExtendedResponseDecorator
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.BasicControlDecorator
Compute the object length, which is the sum of all inner length.
computeLength() - Method in class org.apache.directory.shared.ldap.codec.controls.cascade.CascadeDecorator
Returns the default control length.
computeLength() - Method in class org.apache.directory.shared.ldap.codec.controls.manageDsaIT.ManageDsaITDecorator
Returns 0 every time.
computeLength() - Method in class org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeDecorator
Compute the EntryChangeControl length 0x30 L1 | +--> 0x0A 0x0(1-4) [1|2|4|8] (changeType) [+--> 0x04 L2 previousDN] [+--> 0x02 0x0(1-4) [0..2^63-1] (changeNumber)]
computeLength() - Method in class org.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsDecorator
Compute the PagedSearchControl length, which is the sum of the control length and the value length.
computeLength() - Method in class org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchDecorator
Compute the PagedSearchControl length, which is the sum of the control length and the value length.
computeLength() - Method in class org.apache.directory.shared.ldap.codec.controls.search.subentries.SubentriesDecorator
Compute the SubEntryControl length 0x01 0x01 [0x00|0xFF]
computeLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.AbandonRequestDecorator
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.decorators.AddRequestDecorator
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.decorators.AddResponseDecorator
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.decorators.BindRequestDecorator
Compute the BindRequest length BindRequest :
computeLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.BindResponseDecorator
Compute the BindResponse length BindResponse :
computeLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.CompareRequestDecorator
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.decorators.CompareResponseDecorator
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.decorators.DeleteRequestDecorator
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.decorators.DeleteResponseDecorator
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.decorators.IntermediateResponseDecorator
Compute the intermediateResponse length intermediateResponse : 0x79 L1 | [+--> 0x80 L2 name [+--> 0x81 L3 response]] L1 = [ + Length(0x80) + Length(L2) + L2 [ + Length(0x81) + Length(L3) + L3]] Length(IntermediateResponse) = Length(0x79) + Length(L1) + L1
computeLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.LdapResultDecorator
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.decorators.ModifyDnRequestDecorator
Compute the ModifyDNRequest length ModifyDNRequest :
computeLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyDnResponseDecorator
Compute the ModifyDNResponse length ModifyDNResponse :
computeLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
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.decorators.ModifyResponseDecorator
Compute the ModifyResponse length ModifyResponse :
computeLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
Compute the SearchRequest length SearchRequest :
computeLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultDoneDecorator
Compute the SearchResultDone length SearchResultDone :
computeLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultEntryDecorator
Compute the SearchResultEntry length SearchResultEntry :
computeLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultReferenceDecorator
Compute the SearchResultReference length SearchResultReference :
computeLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.UnbindRequestDecorator
Compute the UnBindRequest length UnBindRequest : 0x42 00
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.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.Filter
Compute the Filter length
computeLength() - Method in class org.apache.directory.shared.ldap.codec.search.NotFilter
Compute the NotFilter length NotFilter : 0xA2 L1 super.computeLength() Length(NotFilter) = Length(0xA2) + Length(super.computeLength()) + super.computeLength()
computeLength() - Method in class org.apache.directory.shared.ldap.codec.search.OrFilter
Compute the OrFilter length OrFilter : 0xA1 L1 super.computeLength() Length(OrFilter) = Length(0xA1) + Length(super.computeLength()) + super.computeLength()
computeLength() - Method in class org.apache.directory.shared.ldap.codec.search.PresentFilter
Compute the PresentFilter length PresentFilter : 0x87 L1 present Length(PresentFilter) = Length(0x87) + Length(super.computeLength()) + super.computeLength()
computeLength() - Method in class org.apache.directory.shared.ldap.codec.search.SubstringFilter
Compute the SubstringFilter length SubstringFilter : 0xA4 L1 | +--> 0x04 L2 type +--> 0x30 L3 | [+--> 0x80 L4 initial] [+--> 0x81 L5-1 any] [+--> 0x81 L5-2 any] [+--> ...
computeLength() - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyDecorator
 
computeLength() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncDoneValueDecorator
Compute the syncDoneValue length.
computeLength() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueDecorator
Compute the SyncInfoValue length.
computeLength() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncModifyDnDecorator
Compute the SyncStateValue length.
computeLength() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueDecorator
Compute the SyncRequestValue length.
computeLength() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueDecorator
Compute the SyncStateValue length.
computeLength() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.Cancel
Compute the Cancel length 0x30 L1 | +--> 0x02 0x0(1-4) [0..2^31-1]
computeLength() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationObject
 
computeLength() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnect
Compute the GracefulDisconnect length 0x30 L1 | +--> [ 0x02 0x0(1-4) [0..720] ] +--> [ 0x80 0x0(1-3) [0..86400] ] +--> [ 0x30 L2 | +--> (0x04 L3 value) + ]
computeLength() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdown
Compute the GracefulShutdown length 0x30 L1 | +--> [0x02 0x0(1-4) [0..720] ] +--> [0x80 0x0(1-3) [0..86400] ] L1 will always be < 11.
computeLength() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureRequestDecorator
Compute the StoredProcedure length 0x30 L1 | +--> 0x04 L2 language +--> 0x04 L3 procedure [+--> 0x30 L4 (parameters) | +--> 0x30 L5-1 (parameter) | | | +--> 0x04 L6-1 type | +--> 0x04 L7-1 value | +--> 0x30 L5-2 (parameter) | | | +--> 0x04 L6-2 type | +--> 0x04 L7-2 value | +--> ...
computeReferralLength(Referral) - Static method in class org.apache.directory.shared.ldap.codec.api.LdapEncoder
Compute the referral's encoded length
ConcreteNameComponentNormalizer - Class in org.apache.directory.shared.ldap.model.schema.normalizers
A Dn Name component Normalizer which uses the bootstrap registries to find the appropriate normalizer for the attribute of the name component with which to normalize the name component value.
ConcreteNameComponentNormalizer(SchemaManager) - Constructor for class org.apache.directory.shared.ldap.model.schema.normalizers.ConcreteNameComponentNormalizer
Creates a Dn Name component Normalizer which uses the bootstrap registries to find the appropriate normalizer for the attribute of the name component with which to normalize the name component value.
connect() - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Connect to the remote LDAP server.
connect() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Connect to the remote LDAP server.
connection - Variable in class org.apache.directory.ldap.client.api.future.ResponseFuture
The connection used by the request
connection - Variable in class org.apache.directory.shared.dsmlv2.engine.Dsmlv2Engine
The LDAP connection
connectionClosed() - Method in interface org.apache.directory.ldap.client.api.ConnectionClosedEventListener
called when the LdapNetworkConnection is unable to reach the server it is connected to
ConnectionClosedEventListener - Interface in org.apache.directory.ldap.client.api
A listener class intended for notifying the classes using LdapNetworkConnection in the event of any network failure
ConnectorFilter - Class in org.apache.directory.shared.dsmlv2.request
This Filter abstract class is used to store a set of filters used by OR/AND/NOT filters.
ConnectorFilter() - Constructor for class org.apache.directory.shared.dsmlv2.request.ConnectorFilter
 
ConnectorFilter - Class in org.apache.directory.shared.ldap.codec.search
This Filter abstract class is used to store a set of filters used by OR/AND/NOT filters.
ConnectorFilter(int) - Constructor for class org.apache.directory.shared.ldap.codec.search.ConnectorFilter
The constructor.
ConnectorFilter() - Constructor for class org.apache.directory.shared.ldap.codec.search.ConnectorFilter
The constructor.
ConsoleParserMonitor - Class in org.apache.directory.shared.ldap.model.schema.parsers
A console reporting monitor.
ConsoleParserMonitor() - Constructor for class org.apache.directory.shared.ldap.model.schema.parsers.ConsoleParserMonitor
 
CONSTRUCTED_FLAG - Static variable in class org.apache.directory.shared.asn1.ber.tlv.TLV
tag flag for the primitive/constructed bit - 0010 0000 - 0x20
Container - Interface in org.apache.directory.shared.dsmlv2
This interface represents a container that can be used by the parser to store parsed information
contains(String...) - Method in interface org.apache.directory.shared.ldap.model.entry.Attribute
Indicates whether the specified values are some of the attribute's values.
contains(byte[]...) - Method in interface org.apache.directory.shared.ldap.model.entry.Attribute
Indicates whether the specified values are some of the attribute's values.
contains(Value<?>...) - Method in interface org.apache.directory.shared.ldap.model.entry.Attribute
Indicates whether the specified values are some of the attribute's values.
contains(Value<?>...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
Indicates whether the specified values are some of the attribute's values.
contains(String...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
Indicates whether the specified values are some of the attribute's values.
contains(byte[]...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
Indicates whether the specified values are some of the attribute's values.
contains(Attribute...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Checks if an entry contains a list of attributes.
contains(AttributeType, byte[]...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Checks if an entry contains an attribute with some given binary values.
contains(AttributeType, String...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Checks if an entry contains an attribute with some given String values.
contains(AttributeType, Value<?>...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Checks if an entry contains an attribute with some given binary values.
contains(String, byte[]...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Checks if an entry contains an attribute with some binary values.
contains(String, String...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Checks if an entry contains an attribute with some String values.
contains(String, Value<?>...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Checks if an entry contains an attribute with some values.
contains(AttributeType, byte[]...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
Checks if an entry contains an attribute with some given binary values.
contains(AttributeType, String...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
Checks if an entry contains an attribute with some given String values.
contains(AttributeType, Value<?>...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
Checks if an entry contains an attribute with some given binary values.
contains(Attribute...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
Checks if an entry contains a list of attributes.
contains(String, byte[]...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
Checks if an entry contains an attribute with some binary values.
contains(String, String...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
Checks if an entry contains an attribute with some String values.
contains(String, Value<?>...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
Checks if an entry contains an attribute with some values.
contains(Attribute...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Checks if an entry contains a list of attributes.
contains(AttributeType, byte[]...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Checks if an entry contains an attribute with some given binary values.
contains(AttributeType, String...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Checks if an entry contains an attribute with some given String values.
contains(AttributeType, Value<?>...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Checks if an entry contains an attribute with some given binary values.
contains(String, byte[]...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Checks if an entry contains an attribute with some binary values.
contains(String, String...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Checks if an entry contains an attribute with some String values.
contains(String, Value<?>...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Checks if an entry contains an attribute with some values.
contains(int) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultDITStructureRuleRegistry
Checks to see if an DITStructureRule exists in the registry, by its ruleId.
contains(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchemaObjectRegistry
Checks to see if an SchemaObject exists in the registry, by its OID or name.
contains(int) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.DITStructureRuleRegistry
Checks to see if an DITStructureRule exists in the registry, by its ruleId.
contains(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
Checks to see if an SchemaObject exists in the registry, by its OID or name.
contains(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableComparatorRegistry
Checks to see if an SchemaObject exists in the registry, by its OID or name.
contains(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITContentRuleRegistry
Checks to see if an SchemaObject exists in the registry, by its OID or name.
contains(int) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITStructureRuleRegistry
Checks to see if an DITStructureRule exists in the registry, by its ruleId.
contains(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITStructureRuleRegistry
Checks to see if an SchemaObject exists in the registry, by its OID or name.
contains(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
Checks to see if an SchemaObject exists in the registry, by its OID or name.
contains(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
Checks to see if an SchemaObject exists in the registry, by its OID or name.
contains(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
Checks to see if an SchemaObject exists in the registry, by its OID or name.
contains(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNameFormRegistry
Checks to see if an SchemaObject exists in the registry, by its OID or name.
contains(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNormalizerRegistry
Checks to see if an SchemaObject exists in the registry, by its OID or name.
contains(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableObjectClassRegistry
Checks to see if an SchemaObject exists in the registry, by its OID or name.
contains(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
Checks to see if an SchemaObject exists in the registry, by its OID or name.
contains(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.OidRegistry
Tells if the given OID is present on this registry
contains(SchemaObject) - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
Tells if the given SchemaObject is present in one schema.
contains(String) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaObjectRegistry
Checks to see if an SchemaObject exists in the registry, by its OID or name.
contains(Rdn) - Method in class org.apache.directory.shared.ldap.util.tree.DnNode
Tells if the current DnBranchNode contains another node associated with an rdn.
containsAttribute(String...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Checks if an entry contains some specific attributes.
containsAttribute(AttributeType) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Checks if an entry contains a specific AttributeType.
containsAttribute(AttributeType) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
Checks if an entry contains a specific AttributeType.
containsAttribute(String...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
Checks if an entry contains some specific attributes.
containsAttribute(String...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Checks if an entry contains some specific attributes.
containsAttribute(AttributeType) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Checks if an entry contains a specific AttributeType.
containsChanges - Variable in class org.apache.directory.shared.ldap.model.ldif.LdifReader
A flag set if the ldif contains changes
containsEntries - Variable in class org.apache.directory.shared.ldap.model.ldif.LdifReader
A flag set if the ldif contains entries
containsEntries() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifReader
 
containsKey(Object) - Method in class org.apache.directory.shared.util.SequencedHashMap
containsValue(Object) - Method in class org.apache.directory.shared.util.SequencedHashMap
containsValueCaseIgnore(Attribute, Object) - Static method in class org.apache.directory.shared.ldap.model.entry.AttributeUtils
Check if an attribute contains a value.
content - Variable in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchema
The set of SchemaObjects declared in this schema
CONTEXT_CSN_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
CONTEXT_CSN_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
continueOnError - Variable in class org.apache.directory.shared.dsmlv2.engine.Dsmlv2Engine
The continue on error flag.
Control - Interface in org.apache.directory.shared.ldap.model.message
Protocol request and response altering control interface.
ControlDecoder<E extends Control> - Interface in org.apache.directory.shared.ldap.codec.api
An interface for decoders of controls.
ControlDecorator<E extends Control> - Class in org.apache.directory.shared.ldap.codec.api
Decorates Control objects by wrapping them, and enabling them as CodecControls so the codec to store transient information associated with the Control in the decorator while processing.
ControlDecorator(LdapApiService, E) - Constructor for class org.apache.directory.shared.ldap.codec.api.ControlDecorator
Creates a ControlDecorator to codec enable it.
ControlFactory<C extends Control,D extends CodecControl<C>> - Interface in org.apache.directory.shared.ldap.codec.api
Implementors of new codec control extensions must implement a factory using this factory interface, Factory implementations for specific controls are then registered with the codec and used by the codec to encode and decode those controls.
controls - Variable in class org.apache.directory.ldap.client.api.SaslRequest
The list of controls
controls - Variable in class org.apache.directory.shared.ldap.model.message.AbstractMessage
Map of message controls using OID Strings for keys and Control values
CONTROLS_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
convertAttributesToLdif(Entry) - Static method in class org.apache.directory.shared.ldap.model.ldif.LdifUtils
Convert all the Entry's attributes to LDIF.
convertAttributesToLdif(Entry, int) - Static method in class org.apache.directory.shared.ldap.model.ldif.LdifUtils
Convert the Entry's attributes to LDIF.
convertEscapedHex(String) - Static method in class org.apache.directory.shared.util.Hex
Convert an escaoed list of bytes to a byte[]
convertToLdif(Attributes) - Static method in class org.apache.directory.shared.ldap.model.ldif.LdifUtils
Convert an Attributes as LDIF
convertToLdif(Attributes, int) - Static method in class org.apache.directory.shared.ldap.model.ldif.LdifUtils
Convert an Attributes as LDIF
convertToLdif(Attributes, Dn, int) - Static method in class org.apache.directory.shared.ldap.model.ldif.LdifUtils
Convert an Attributes as LDIF.
convertToLdif(Attributes, Dn) - Static method in class org.apache.directory.shared.ldap.model.ldif.LdifUtils
Convert an Attributes as LDIF.
convertToLdif(Entry) - Static method in class org.apache.directory.shared.ldap.model.ldif.LdifUtils
Convert an Entry to LDIF
convertToLdif(Entry, boolean) - Static method in class org.apache.directory.shared.ldap.model.ldif.LdifUtils
Convert an Entry to LDIF including a version number at the top
convertToLdif(Entry, int) - Static method in class org.apache.directory.shared.ldap.model.ldif.LdifUtils
Convert an Entry as LDIF
convertToLdif(LdifEntry) - Static method in class org.apache.directory.shared.ldap.model.ldif.LdifUtils
Convert an LdifEntry to LDIF
convertToLdif(LdifEntry, int) - Static method in class org.apache.directory.shared.ldap.model.ldif.LdifUtils
Convert an LdifEntry to LDIF
convertToLdif(Attribute) - Static method in class org.apache.directory.shared.ldap.model.ldif.LdifUtils
Converts an EntryAttribute to LDIF
convertToLdif(Attribute, int) - Static method in class org.apache.directory.shared.ldap.model.ldif.LdifUtils
Converts an EntryAttribute as LDIF
copy() - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
Copy the current SchemaObject on place
copy(SchemaObject) - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
Copies the given schema object into this schema object.
copy() - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
Copy the current SchemaObject on place
copy() - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
Copy a DITContentRule
copy() - Method in class org.apache.directory.shared.ldap.model.schema.DITStructureRule
Copy the current SchemaObject on place
copy() - Method in class org.apache.directory.shared.ldap.model.schema.LdapSyntax
Copy the current SchemaObject on place
copy() - Method in class org.apache.directory.shared.ldap.model.schema.LoadableSchemaObject
Copy the current SchemaObject on place
copy() - Method in class org.apache.directory.shared.ldap.model.schema.MatchingRule
Copy an MatchingRule
copy() - Method in class org.apache.directory.shared.ldap.model.schema.MatchingRuleUse
Copy an MatchingRuleUse
copy() - Method in class org.apache.directory.shared.ldap.model.schema.NameForm
Copy a NameForm
copy() - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.OidNormalizer
Copy an OidNormalizer().
copy() - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
Copy an ObjectClass
copy() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.AttributeTypeRegistry
Copy the AttributeTypeRegistry
copy() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.ComparatorRegistry
Copy the ComparatorRegistry
copy() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultAttributeTypeRegistry
Copy the AttributeTypeRegistry
copy() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultComparatorRegistry
Copy the ComparatorRegistry
copy() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultDITContentRuleRegistry
Copy the DITContentRuleRegistry
copy() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultDITStructureRuleRegistry
Copy the DITStructureRuleRegistry
copy() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultLdapSyntaxRegistry
Copy the LdapSyntaxRegistry
copy() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultMatchingRuleRegistry
Copy the MatchingRuleRegistry
copy() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultMatchingRuleUseRegistry
Copy the MatchingRuleUseRegistry
copy() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultNameFormRegistry
Copy the NameFormRegistry
copy() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultNormalizerRegistry
Copy the NormalizerRegistry
copy() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultObjectClassRegistry
Copy the ObjectClassRegistry
copy(SchemaObjectRegistry<T>) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchemaObjectRegistry
copy() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSyntaxCheckerRegistry
Copy the SyntaxCheckerRegistry
copy() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.DITContentRuleRegistry
Copy the DITContentRuleRegistry
copy() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.DITStructureRuleRegistry
Copy the DITStructureRuleRegistry
copy() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
Copy the AttributeTypeRegistry
copy() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableComparatorRegistry
Copy the ComparatorRegistry
copy() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITContentRuleRegistry
Copy the DITContentRuleRegistry
copy() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITStructureRuleRegistry
Copy the DITStructureRuleRegistry
copy() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
Copy the LdapSyntaxRegistry
copy() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
Copy the MatchingRuleRegistry
copy() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
Copy the MatchingRuleUseRegistry
copy() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNameFormRegistry
Copy the NameFormRegistry
copy() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNormalizerRegistry
Copy the NormalizerRegistry
copy() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableObjectClassRegistry
Clone the ObjectClassRegistry
copy() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
Copy the SyntaxCheckerRegistry
copy() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.LdapSyntaxRegistry
Copy the LdapSyntaxRegistry
copy() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.MatchingRuleRegistry
Copy the MatchingRuleRegistry
copy() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.MatchingRuleUseRegistry
Copy the MatchingRuleUseRegistry
copy() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.NameFormRegistry
Copy the NameFormRegistry
copy() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.NormalizerRegistry
Copy the NormalizerRegistry
copy() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.ObjectClassRegistry
Copy the ObjectClassRegistry
copy() - Method in class org.apache.directory.shared.ldap.model.schema.registries.OidRegistry
Copy the OidRegistry, without the contained values
copy() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaObjectRegistry
Copy a DefaultSchemaObjectRegistry.
copy() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SyntaxCheckerRegistry
Copy the SyntaxCheckerRegistry
copy() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
Copy the current SchemaObject on place
copy(SchemaObject) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
Copies the given schema object into this schema object.
copy(byte[]) - Static method in class org.apache.directory.shared.util.Strings
Copy a byte array into a new byte array
copyOfUsedBytes() - Method in class org.apache.directory.shared.util.ByteBuffer
Get's a copy of the bytes used.
countBytes(char[]) - Static method in class org.apache.directory.shared.util.Unicode
Count the number of bytes included in the given char[].
countBytesPerChar(byte[], int) - Static method in class org.apache.directory.shared.util.Unicode
Count the number of bytes needed to return an Unicode char.
countChars(byte[]) - Static method in class org.apache.directory.shared.util.Unicode
Count the number of chars included in the given byte[].
countNbBytesPerChar(char) - Static method in class org.apache.directory.shared.util.Unicode
Return the number of bytes that hold an Unicode char.
COUNTRY_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
COUNTRY_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
COUNTRY_STRING_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
CountrySyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a country according to RFC 4517.
CountrySyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.CountrySyntaxChecker
Creates a new instance of CountrySyntaxChecker.
CRAM_MD5 - Static variable in class org.apache.directory.shared.ldap.model.constants.SupportedSaslMechanisms
CRAM-MD5 mechanism
CramMd5Request - Class in org.apache.directory.ldap.client.api
Holds the data required to complete the CRAM-MD5 SASL operation
CramMd5Request() - Constructor for class org.apache.directory.ldap.client.api.CramMd5Request
Creates a new instance of CramMd5Request.
CREATE_TIMESTAMP_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
CREATE_TIMESTAMP_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
createAttribute(String, AttributeType, byte[]...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Add a new EntryAttribute, with its upId.
createAttribute(String, AttributeType, String...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Add a new EntryAttribute, with its upId.
createAttribute(String, AttributeType, Value<?>...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Add a new EntryAttribute, with its upId.
createJndiAttributes(Object...) - Static method in class org.apache.directory.shared.ldap.model.ldif.LdifUtils
Build a new Attributes instance from a LDIF list of lines.
createSocket(Socket, String, int, boolean) - Method in class org.apache.directory.shared.util.DummySSLSocketFactory
 
createSocket(String, int) - Method in class org.apache.directory.shared.util.DummySSLSocketFactory
 
createSocket(InetAddress, int) - Method in class org.apache.directory.shared.util.DummySSLSocketFactory
 
createSocket(String, int, InetAddress, int) - Method in class org.apache.directory.shared.util.DummySSLSocketFactory
 
createSocket(InetAddress, int, InetAddress, int) - Method in class org.apache.directory.shared.util.DummySSLSocketFactory
 
createTriggerExecutionSubentry(LdapContext, String, String, String) - Static method in class org.apache.directory.shared.ldap.trigger.TriggerUtils
 
CREATORS_NAME_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
CREATORS_NAME_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
credentials - Variable in class org.apache.directory.ldap.client.api.SaslRequest
The credentials
crypt(String, String) - Static method in class org.apache.directory.shared.util.UnixCrypt
Encrypts String into crypt (Unix) code.
Csn - Class in org.apache.directory.shared.ldap.model.csn
Represents 'Change Sequence Number' in LDUP specification.
Csn(long, int, int, int) - Constructor for class org.apache.directory.shared.ldap.model.csn.Csn
Creates a new instance.
Csn(String) - Constructor for class org.apache.directory.shared.ldap.model.csn.Csn
Creates a new instance of SimpleCSN from a String.
CSN_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
CSN_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
CSN_ORDERING_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
CSN_ORDERING_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
CSN_SID_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
CSN_SID_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
CSN_SID_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
CSN_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
CsnComparator - Class in org.apache.directory.shared.ldap.model.schema.comparators
A comparator for CSN.
CsnComparator(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.comparators.CsnComparator
The CsnComparator constructor.
CsnFactory - Class in org.apache.directory.shared.ldap.model.csn
Generates a new Csn.
CsnFactory(int) - Constructor for class org.apache.directory.shared.ldap.model.csn.CsnFactory
 
CsnSidComparator - Class in org.apache.directory.shared.ldap.model.schema.comparators
A comparator for CSN SID.
CsnSidComparator(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.comparators.CsnSidComparator
The CsnSidComparator constructor.
CsnSidSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
An CSN SID syntax checker.
CsnSidSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.CsnSidSyntaxChecker
Creates a new instance of CsnSyntaxChecker.
CsnSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
An CSN syntax checker.
CsnSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.CsnSyntaxChecker
Creates a new instance of CsnSyntaxChecker.
Cursor<E> - Interface in org.apache.directory.shared.ldap.model.cursor
A Cursor for bidirectional traversal over elements in a dataSet.
CursorClosedException - Exception in org.apache.directory.shared.ldap.model.cursor
A specific form of IOException to note that an operation is being attempted on a closed Cursor.
CursorClosedException() - Constructor for exception org.apache.directory.shared.ldap.model.cursor.CursorClosedException
Creates a new instance of CursorClosedException.
CursorClosedException(String) - Constructor for exception org.apache.directory.shared.ldap.model.cursor.CursorClosedException
Creates a new instance of CursorClosedException.
CursorIterator<E> - Class in org.apache.directory.shared.ldap.model.cursor
An Iterator over a Cursor so Cursors can be Iterable for using in foreach constructs.
CursorIterator(Cursor<E>) - Constructor for class org.apache.directory.shared.ldap.model.cursor.CursorIterator
Creates a new instance of CursorIterator.
CursorStateEnum - Enum in org.apache.directory.shared.ldap.model.cursor
An enumeration to represent the various states of a Cursor.

D

DATA_QUALITY_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
DataQualitySyntaxSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a DataQualitySyntax.
DataQualitySyntaxSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.DataQualitySyntaxSyntaxChecker
Creates a new instance of DataQualitySyntaxSyntaxChecker.
DATE_FORMAT - Static variable in class org.apache.directory.shared.util.DateUtils
Defines a default date format with a "yyyyMMddHHmmss'Z'" pattern
DateUtils - Class in org.apache.directory.shared.util
Gets the generalized time using the "Z" form of the g-time-zone.
DC_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
DC_OBJECT_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
DC_OBJECT_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
decode(ByteBuffer, Asn1Container) - Method in class org.apache.directory.shared.asn1.ber.Asn1Decoder
The decoder main function.
decode(Object) - Method in interface org.apache.directory.shared.asn1.Decoder
Decodes an "encoded" Object and returns a "decoded" Object.
decode(byte[]) - Method in interface org.apache.directory.shared.ldap.codec.api.CodecControl
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
decode(byte[]) - Method in interface org.apache.directory.shared.ldap.codec.api.ControlDecoder
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
decode(InputStream, LdapMessageContainer<MessageDecorator<? extends Message>>) - Method in class org.apache.directory.shared.ldap.codec.api.LdapDecoder
Decodes a PDU from an input stream into a Ldap message container.
decode(ByteBuffer, LdapMessageContainer<MessageDecorator<? extends Message>>, List<Message>) - Method in class org.apache.directory.shared.ldap.codec.api.LdapDecoder
Decode an incoming buffer into LDAP messages.
decode(byte[]) - Method in class org.apache.directory.shared.ldap.codec.BasicControlDecorator
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
decode(byte[]) - Method in class org.apache.directory.shared.ldap.codec.controls.cascade.CascadeDecorator
 
decode(byte[]) - Method in class org.apache.directory.shared.ldap.codec.controls.manageDsaIT.ManageDsaITDecorator
 
decode(byte[]) - Method in class org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeDecorator
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
decode(byte[]) - Method in class org.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsDecorator
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
decode(byte[]) - Method in class org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchDecorator
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
decode(byte[]) - Method in class org.apache.directory.shared.ldap.codec.controls.search.subentries.SubentriesDecorator
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
decode(IoSession, IoBuffer, ProtocolDecoderOutput) - Method in class org.apache.directory.shared.ldap.codec.protocol.mina.LdapProtocolDecoder
decode(byte[]) - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyDecorator
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
decode(byte[]) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncDoneValueDecorator
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
decode(byte[]) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueDecorator
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
decode(byte[]) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncModifyDnDecorator
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
decode(byte[]) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueDecorator
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
decode(byte[]) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueDecorator
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
decode(byte[]) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.CancelDecoder
Decode a PDU which must contain a Cancel extended operation.
decode(byte[]) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationDecoder
Decode a PDU which must contain a CertGenRequest extended operation.
decode(byte[]) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectDecoder
Decode a PDU which must contain a GracefulDisconnect extended operation.
decode(byte[]) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownDecoder
Decode a PDU which must contain a GracefulShutdown extended operation.
decode(char[]) - Static method in class org.apache.directory.shared.util.Base64
Decodes a BASE-64 encoded stream to recover the original data.
decodeBytes - Variable in class org.apache.directory.shared.asn1.ber.AbstractContainer
A counter for the decoded bytes
decodeHexString(String) - Static method in class org.apache.directory.shared.util.Hex
Decodes values of attributes in the DN encoded in hex into a UTF-8 String.
Decoder - Interface in org.apache.directory.shared.asn1
Provides the highest level of abstraction for Decoders.
DecoderException - Exception in org.apache.directory.shared.asn1
Thrown when a Decoder has encountered a failure condition during a decode.
DecoderException(String) - Constructor for exception org.apache.directory.shared.asn1.DecoderException
Creates a DecoderException
DecoderException(String, Throwable) - Constructor for exception org.apache.directory.shared.asn1.DecoderException
Creates a DecoderException
decorate(ExtendedRequest<?>) - Method in interface org.apache.directory.shared.ldap.codec.api.ExtendedRequestFactory
Decorates a non-decorated request.
decorate(ExtendedResponse) - Method in interface org.apache.directory.shared.ldap.codec.api.ExtendedRequestFactory
Decorates an ExtendedResponse which may or may not be of the expected type.
decorate(ExtendedRequest<?>) - Method in interface org.apache.directory.shared.ldap.codec.api.LdapApiService
 
decorate(ExtendedResponse) - Method in interface org.apache.directory.shared.ldap.codec.api.LdapApiService
 
decorate(ExtendedResponse) - Method in interface org.apache.directory.shared.ldap.codec.api.UnsolicitedResponseFactory
Decorates an existing extended operation response.
decorate(EntryChange) - Method in class org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeContainer
Checks to see if the supplied EntryChange implementation is a decorator and if so just sets the EntryChangeDecorator to it.
decorate(PagedResults) - Method in class org.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsContainer
 
decorate(PersistentSearch) - Method in class org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchContainer
Conditionally decorates a control if is not a decorator already.
decorate(ExtendedRequest<?>) - Method in class org.apache.directory.shared.ldap.codec.osgi.DefaultLdapCodecService
decorate(ExtendedResponse) - Method in class org.apache.directory.shared.ldap.codec.osgi.DefaultLdapCodecService
decorate(ExtendedRequest<?>) - Method in class org.apache.directory.shared.ldap.codec.standalone.StandaloneLdapApiService
decorate(ExtendedResponse) - Method in class org.apache.directory.shared.ldap.codec.standalone.StandaloneLdapApiService
decorate(ExtendedRequest<?>) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.CancelFactory
Decorates a non-decorated request.
decorate(ExtendedResponse) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.CancelFactory
Decorates an ExtendedResponse which may or may not be of the expected type.
decorate(ExtendedRequest<?>) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationFactory
Decorates a non-decorated request.
decorate(ExtendedResponse) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationFactory
Decorates an ExtendedResponse which may or may not be of the expected type.
decorate(ExtendedResponse) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectFactory
Decorates an existing extended operation response.
decorate(ExtendedRequest<?>) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownFactory
Decorates a non-decorated request.
decorate(ExtendedResponse) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownFactory
Decorates an ExtendedResponse which may or may not be of the expected type.
decorate(ExtendedRequest<?>) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureFactory
Decorates a non-decorated request.
decorate(ExtendedResponse) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureFactory
Decorates an ExtendedResponse which may or may not be of the expected type.
Decorator<E> - Interface in org.apache.directory.shared.ldap.codec.api
The codec uses this interface to add additional information to LDAP Model objects during encoding and decoding,
deepTrim(String, boolean) - Static method in class org.apache.directory.shared.util.Strings
Put common code to deepTrim(String) and deepTrimToLower here.
deepTrim(String) - Static method in class org.apache.directory.shared.util.Strings
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.
DeepTrimCachingNormalizingComparator - Class in org.apache.directory.shared.ldap.model.schema.comparators
TODO DeepTrimCachingNormalizingComparator.
DeepTrimCachingNormalizingComparator(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.comparators.DeepTrimCachingNormalizingComparator
 
DeepTrimNormalizer - Class in org.apache.directory.shared.ldap.model.schema.normalizers
Normalizer which trims down whitespace replacing multiple whitespace characters on the edges and within the string with a single space character thereby preserving tokenization order.
DeepTrimNormalizer(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.normalizers.DeepTrimNormalizer
Creates a new instance of DeepTrimNormalizer with OID known.
DeepTrimNormalizer() - Constructor for class org.apache.directory.shared.ldap.model.schema.normalizers.DeepTrimNormalizer
Creates a new instance of DeepTrimNormalizer when the Normalizer must be instantiated before setting the OID.
deepTrimToLower(String) - Static method in class org.apache.directory.shared.util.Strings
This does the same thing as a trim but we also lowercase the string while performing the deep trim within the same buffer.
DeepTrimToLowerCachingNormalizingComparator - Class in org.apache.directory.shared.ldap.model.schema.comparators
TODO DeepTrimCachingNormalizingComparator.
DeepTrimToLowerCachingNormalizingComparator(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.comparators.DeepTrimToLowerCachingNormalizingComparator
 
DeepTrimToLowerNormalizer - Class in org.apache.directory.shared.ldap.model.schema.normalizers
Normalizer which trims down whitespace replacing multiple whitespace characters on the edges and within the string with a single space character thereby preserving tokenization order - while doing all this in the same pass it lower cases all characters.
DeepTrimToLowerNormalizer(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.normalizers.DeepTrimToLowerNormalizer
Creates a new instance of DeepTrimToLowerNormalizer.
DeepTrimToLowerNormalizer() - Constructor for class org.apache.directory.shared.ldap.model.schema.normalizers.DeepTrimToLowerNormalizer
Creates a new instance of DeepTrimToLowerNormalizer where the OID is set after instantiation.
DEFAULT_CONTROLS_LIST - Static variable in class org.apache.directory.shared.ldap.codec.standalone.StandaloneLdapApiService
The list of default controls to load at startup
DEFAULT_EXTENDED_OPERATION_REQUESTS_LIST - Static variable in class org.apache.directory.shared.ldap.codec.standalone.StandaloneLdapApiService
The list of default extended operation requests to load at startup
DEFAULT_EXTENDED_OPERATION_RESPONSES_LIST - Static variable in class org.apache.directory.shared.ldap.codec.standalone.StandaloneLdapApiService
The list of default extended operation responses to load at startup
DEFAULT_LDAP_HOST - Static variable in class org.apache.directory.ldap.client.api.LdapConnectionConfig
The default host : localhost
DEFAULT_LDAP_PORT - Static variable in class org.apache.directory.ldap.client.api.LdapConnectionConfig
Default ports for LDAP
DEFAULT_LDAPS_PORT - Static variable in class org.apache.directory.ldap.client.api.LdapConnectionConfig
Default port for LDAPS
DEFAULT_OWNER - Static variable in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchema
The default schema's owner
DEFAULT_PROTOCOL_CODEC_FACTORY - Static variable in interface org.apache.directory.shared.ldap.codec.api.LdapApiService
 
DEFAULT_SSL_PROTOCOL - Static variable in class org.apache.directory.ldap.client.api.LdapConnectionConfig
the default protocol used for creating SSL context
DEFAULT_TIMEOUT - Static variable in class org.apache.directory.ldap.client.api.LdapConnectionConfig
The default timeout for operation : 30 seconds
DEFAULT_VERSION - Static variable in class org.apache.directory.shared.ldap.model.ldif.LdifReader
The ldif file version default value
DefaultActivator - Class in org.apache.directory.shared.ldap.codec.osgi
The BundleActivator for the codec.
DefaultActivator() - Constructor for class org.apache.directory.shared.ldap.codec.osgi.DefaultActivator
 
DefaultAttribute - Class in org.apache.directory.shared.ldap.model.entry
An LDAP attribute.
DefaultAttribute(AttributeType) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
Create a new instance of a schema aware Attribute, without ID nor value.
DefaultAttribute(String) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
Create a new instance of an Attribute, without value.
DefaultAttribute(String, AttributeType) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
Create a new instance of a schema aware Attribute, without value.
DefaultAttribute(String, Value<?>...) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
Create a new instance of an Attribute, with some values, and a user provided ID.
If the value does not correspond to the same attributeType, then it's wrapped value is copied into a new ClientValue which uses the specified attributeType.
DefaultAttribute(AttributeType, String...) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
Create a new instance of a schema aware Attribute, without ID but with some values.
DefaultAttribute(String, AttributeType, String...) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
Create a new instance of a schema aware Attribute, with some values, and a user provided ID.
DefaultAttribute(String, AttributeType, Value<?>...) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
Create a new instance of a schema aware Attribute, with some values, and a user provided ID.
If the value does not correspond to the same attributeType, then it's wrapped value is copied into a new Value which uses the specified attributeType.
DefaultAttribute(AttributeType, Value<?>...) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
Create a new instance of a schema aware Attribute, with some values.
DefaultAttribute(String, String...) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
Create a new instance of an Attribute, with some String values, and a user provided ID.
DefaultAttribute(String, byte[]...) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
Create a new instance of an Attribute, with some binary values, and a user provided ID.
DefaultAttribute(AttributeType, byte[]...) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
Create a new instance of a schema aware Attribute, with some byte[] values.
DefaultAttribute(String, AttributeType, byte[]...) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
Create a new instance of a schema aware Attribute, with some byte[] values, and a user provided ID.
DefaultAttribute(AttributeType, Attribute) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
Creates a new instance of schema aware Attribute, by copying another attribute.
DefaultAttributeTypeRegistry - Class in org.apache.directory.shared.ldap.model.schema.registries
An AttributeType registry service default implementation.
DefaultAttributeTypeRegistry() - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.DefaultAttributeTypeRegistry
Creates a new default AttributeTypeRegistry instance.
DefaultClosureMonitor - Class in org.apache.directory.shared.ldap.model.cursor
A basic ClosureMonitor that simply uses a boolean for state and a cause exception.
DefaultClosureMonitor() - Constructor for class org.apache.directory.shared.ldap.model.cursor.DefaultClosureMonitor
 
DefaultComparatorRegistry - Class in org.apache.directory.shared.ldap.model.schema.registries
A Comparator registry service default implementation.
DefaultComparatorRegistry() - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.DefaultComparatorRegistry
Creates a new default ComparatorRegistry instance.
DefaultDITContentRuleRegistry - Class in org.apache.directory.shared.ldap.model.schema.registries
An DITContentRule registry's service default implementation.
DefaultDITContentRuleRegistry() - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.DefaultDITContentRuleRegistry
Creates a new default DITContentRuleRegistry instance.
DefaultDITStructureRuleRegistry - Class in org.apache.directory.shared.ldap.model.schema.registries
A DITStructureRule registry's service default implementation.
DefaultDITStructureRuleRegistry() - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.DefaultDITStructureRuleRegistry
Creates a new default NormalizerRegistry instance.
DefaultEntry - Class in org.apache.directory.shared.ldap.model.entry
A default implementation of a ServerEntry which should suite most use cases.

This class is final, it should not be extended.
DefaultEntry() - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Creates a new instance of DefaultEntry.
DefaultEntry(SchemaManager) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Creates a new instance of DefaultEntry, schema aware.
DefaultEntry(String) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Creates a new instance of DefaultEntry, with a Dn.
DefaultEntry(Dn) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Creates a new instance of DefaultEntry, with a Dn.
DefaultEntry(SchemaManager, String) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Creates a new instance of DefaultEntry, schema aware.
DefaultEntry(SchemaManager, Dn) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Creates a new instance of DefaultEntry, schema aware.
DefaultEntry(String, Object...) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Creates a new instance of DefaultEntry, with a Dn and a list of IDs.
DefaultEntry(SchemaManager, String, Object...) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Creates a new instance of DefaultEntry, with a Dn and a list of IDs.
DefaultEntry(SchemaManager, Dn, Object...) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Creates a new instance of DefaultEntry, with a Dn and a list of IDs.
DefaultEntry(SchemaManager, Entry) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Creates a new instance of DefaultEntry, copying another entry.
DefaultLdapCodecService - Class in org.apache.directory.shared.ldap.codec.osgi
The default LdapApiService implementation.
DefaultLdapSyntaxRegistry - Class in org.apache.directory.shared.ldap.model.schema.registries
A LdapSyntax registry's service default implementation.
DefaultLdapSyntaxRegistry() - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.DefaultLdapSyntaxRegistry
Creates a new default LdapSyntaxRegistry instance.
defaultMandatory - Variable in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.TelephoneNumberSyntaxChecker
A flag set when only the default regexp should be tested
DefaultMatchingRuleRegistry - Class in org.apache.directory.shared.ldap.model.schema.registries
A MatchingRule registry's service default implementation.
DefaultMatchingRuleRegistry() - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.DefaultMatchingRuleRegistry
Creates a new default MatchingRuleRegistry instance.
DefaultMatchingRuleUseRegistry - Class in org.apache.directory.shared.ldap.model.schema.registries
A MatchingRuleUse registry service default implementation.
DefaultMatchingRuleUseRegistry() - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.DefaultMatchingRuleUseRegistry
Creates a new default MatchingRuleUseRegistry instance.
DefaultModification - Class in org.apache.directory.shared.ldap.model.entry
An internal implementation for a ModificationItem.
DefaultModification() - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultModification
Creates a new instance of DefaultModification.
DefaultModification(ModificationOperation, Attribute) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultModification
Creates a new instance of DefaultModification.
DefaultModification(ModificationOperation, String, String...) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultModification
Creates a new instance of DefaultModification.
DefaultModification(ModificationOperation, String, byte[]...) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultModification
Creates a new instance of DefaultModification.
DefaultModification(ModificationOperation, String, Value<?>...) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultModification
Creates a new instance of DefaultModification.
DefaultModification(ModificationOperation, String) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultModification
Creates a new instance of DefaultModification with no value
DefaultModification(ModificationOperation, AttributeType, String...) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultModification
Creates a new instance of DefaultModification.
DefaultModification(ModificationOperation, AttributeType, byte[]...) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultModification
Creates a new instance of DefaultModification.
DefaultModification(ModificationOperation, AttributeType, Value<?>...) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultModification
Creates a new instance of DefaultModification.
DefaultModification(ModificationOperation, AttributeType) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultModification
Creates a new instance of DefaultModification with no value.
DefaultModification(SchemaManager, Modification) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultModification
Creates a new instance of DefaultModification.
DefaultNameFormRegistry - Class in org.apache.directory.shared.ldap.model.schema.registries
An NameForm registry's service default implementation.
DefaultNameFormRegistry() - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.DefaultNameFormRegistry
Creates a new default NameFormRegistry instance.
DefaultNormalizerRegistry - Class in org.apache.directory.shared.ldap.model.schema.registries
A Normalizer registry's service default implementation.
DefaultNormalizerRegistry() - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.DefaultNormalizerRegistry
Creates a new default NormalizerRegistry instance.
DefaultObjectClassRegistry - Class in org.apache.directory.shared.ldap.model.schema.registries
An ObjectClass registry's service default implementation.
DefaultObjectClassRegistry() - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.DefaultObjectClassRegistry
Creates a new default ObjectClassRegistry instance.
DefaultSchema - Class in org.apache.directory.shared.ldap.model.schema.registries
The default Schema interface implementation.
DefaultSchema(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchema
Creates a new instance of DefaultSchema.
DefaultSchema(String, String) - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchema
Creates a new instance of DefaultSchema.
DefaultSchema(String, String, String[]) - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchema
Creates a new instance of DefaultSchema.
DefaultSchema(String, String, String[], boolean) - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchema
Creates a new instance of DefaultSchema.
DefaultSchemaLdifExtractor - Class in org.apache.directory.shared.ldap.schemaextractor.impl
Extracts LDIF files for the schema repository onto a destination directory.
DefaultSchemaLdifExtractor(File) - Constructor for class org.apache.directory.shared.ldap.schemaextractor.impl.DefaultSchemaLdifExtractor
Creates an extractor which deposits files into the specified output directory.
DefaultSchemaManager - Class in org.apache.directory.shared.ldap.schemamanager.impl
The SchemaManager class : it handles all the schema operations (addition, removal, modification).
DefaultSchemaManager() - Constructor for class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Creates a new instance of DefaultSchemaManager with the default schema schemaLoader
DefaultSchemaManager(SchemaLoader) - Constructor for class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Creates a new instance of DefaultSchemaManager with the default schema schemaLoader
DefaultSchemaManager(SchemaLoader, Dn) - Constructor for class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Creates a new instance of DefaultSchemaManager, for a specific naming context
DefaultSchemaObjectRegistry<T extends SchemaObject> - Class in org.apache.directory.shared.ldap.model.schema.registries
Common schema object registry interface.
DefaultSchemaObjectRegistry(SchemaObjectType, OidRegistry<T>) - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchemaObjectRegistry
Creates a new DefaultSchemaObjectRegistry instance.
DefaultStringNormalizer - Class in org.apache.directory.shared.ldap.model.schema.normalizers
A normalizer which transforms an escape sequence into an internal canonical form: into UTF-8 characters presuming the escape sequence fits that range.
DefaultStringNormalizer() - Constructor for class org.apache.directory.shared.ldap.model.schema.normalizers.DefaultStringNormalizer
 
DefaultSyntaxCheckerRegistry - Class in org.apache.directory.shared.ldap.model.schema.registries
SyntaxChecker registry component's service interface.
DefaultSyntaxCheckerRegistry() - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.DefaultSyntaxCheckerRegistry
Creates a new default SyntaxCheckerRegistry instance.
defineTriggerExecutionSpecificPoint(LdapContext) - Static method in class org.apache.directory.shared.ldap.trigger.TriggerUtils
 
DEL_REQUEST_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
DEL_RESPONSE_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
delay - Variable in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulAction
Delay before disconnection
delCrossReferences(AttributeType) - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
Add the SchemaObjectReferences.
delCrossReferences(MatchingRule) - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
Delete the MR references (using and usedBy) : MR -> C MR -> N MR -> S
delete(String) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Deletes the entry with the given Dn.
delete(Dn) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Deletes the entry with the given Dn.
delete(DeleteRequest) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Performs a delete operation based on the delete request object.
delete(String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Deletes the entry with the given Dn.
delete(Dn) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Deletes the entry with the given Dn.
delete(DeleteRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Performs a delete operation based on the delete request object.
delete(List<Throwable>, SchemaObject) - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
Remove the given SchemaObject from the registries
delete(SchemaObject) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Unregisters a new SchemaObject.
delete(SchemaObject) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Unregisters a new SchemaObject.
DELETE_OLD_RDN - Static variable in class org.apache.directory.shared.ldap.model.ldif.LdifRevertor
Flag used when we want to delete the old Rdn
DELETE_ORDINAL - Static variable in enum org.apache.directory.shared.ldap.model.ldif.ChangeType
Delete ordinal value
deleteAsync(DeleteRequest) - Method in interface org.apache.directory.ldap.client.api.LdapAsyncConnection
Performs an asynchronous delete operation based on the delete request object.
deleteAsync(DeleteRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Performs an asynchronous delete operation based on the delete request object.
DeleteFuture - Class in org.apache.directory.ldap.client.api.future
A Future to manage DeleteRequests.
DeleteFuture(LdapConnection, int) - Constructor for class org.apache.directory.ldap.client.api.future.DeleteFuture
Creates a new instance of DeleteFuture.
DeleteNoDResponse - Class in org.apache.directory.shared.ldap.model.message.extended
An extended operation intended for notifying clients of upcoming disconnection for the Delete response.
deleteOperationAndStoredProcedureCalls() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
DeleteRequest - Interface in org.apache.directory.shared.ldap.model.message
Delete request protocol message used to remove an existing leaf entry from the directory.
DeleteRequestDecorator - Class in org.apache.directory.shared.ldap.codec.decorators
A decorator for the DeleteRequest message
DeleteRequestDecorator(LdapApiService, DeleteRequest) - Constructor for class org.apache.directory.shared.ldap.codec.decorators.DeleteRequestDecorator
Makes a DeleteRequest a MessageDecorator.
DeleteRequestImpl - Class in org.apache.directory.shared.ldap.model.message
Delete request implementation.
DeleteRequestImpl() - Constructor for class org.apache.directory.shared.ldap.model.message.DeleteRequestImpl
Creates a DeleteRequest implementing object used to delete a leaf entry from the DIT.
DeleteResponse - Interface in org.apache.directory.shared.ldap.model.message
Delete protocol response message used to confirm the results of a delete request message.
DeleteResponseDecorator - Class in org.apache.directory.shared.ldap.codec.decorators
A decorator for the DeleteRequest message
DeleteResponseDecorator(LdapApiService, DeleteResponse) - Constructor for class org.apache.directory.shared.ldap.codec.decorators.DeleteResponseDecorator
Makes a DeleteResponse a MessageDecorator.
DeleteResponseImpl - Class in org.apache.directory.shared.ldap.model.message
DeleteResponse implementation
DeleteResponseImpl() - Constructor for class org.apache.directory.shared.ldap.model.message.DeleteResponseImpl
Creates a DeleteResponse as a reply to an DeleteRequest.
DeleteResponseImpl(int) - Constructor for class org.apache.directory.shared.ldap.model.message.DeleteResponseImpl
Creates a DeleteResponse as a reply to an DeleteRequest.
deleteStoredProcedureParameter() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
deleteStoredProcedureParameterList() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
deleteTree(Dn) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
deletes the entry with the given Dn, and all its children
deleteTree(String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
deletes the entry with the given Dn, and all its children
DELIVERY_METHOD_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
DeliveryMethodSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a delivery method according to RFC 4517.
DeliveryMethodSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.DeliveryMethodSyntaxChecker
Creates a new instance of DeliveryMethodSyntaxChecker.
delReference(SchemaObject, SchemaObject) - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
Delete an association between a SchemaObject an the SchemaObject it refers
DelRequestDsml - Class in org.apache.directory.shared.dsmlv2.request
DSML Decorator for DeleteRequest
DelRequestDsml(LdapApiService) - Constructor for class org.apache.directory.shared.dsmlv2.request.DelRequestDsml
Creates a new getDecoratedMessage() of DelRequestDsml.
DelRequestDsml(LdapApiService, DeleteRequest) - Constructor for class org.apache.directory.shared.dsmlv2.request.DelRequestDsml
Creates a new getDecoratedMessage() of DelRequestDsml.
DelResponseDsml - Class in org.apache.directory.shared.dsmlv2.reponse
DSML Decorator for DelResponse
DelResponseDsml(LdapApiService) - Constructor for class org.apache.directory.shared.dsmlv2.reponse.DelResponseDsml
Creates a new getDecoratedMessage() of DelResponseDsml.
DelResponseDsml(LdapApiService, DeleteResponse) - Constructor for class org.apache.directory.shared.dsmlv2.reponse.DelResponseDsml
Creates a new getDecoratedMessage() of DelResponseDsml.
dependencies - Variable in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchema
Contains the list of schema it depends on
DEREF_ALIAS_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
DEREF_ALWAYS - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
DEREF_FINDING_BASE_OBJ - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
DEREF_IN_SEARCHING - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
DerefAliasSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a valid DerefAlias.
DerefAliasSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.DerefAliasSyntaxChecker
Creates a new instance of DerefAliasSyntaxChecker.
desc(AttributeTypeHolder) - Method in class org.apache.directory.shared.converter.schema.antlrSchemaConverterParser
 
DESC - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
 
DESC - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
descendants(String) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.AttributeTypeRegistry
Get's an iterator over the set of descendant attributeTypes for some ancestor's name alias or their OID.
descendants(AttributeType) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.AttributeTypeRegistry
Get's an iterator over the set of descendant attributeTypes for some ancestor's name alias or their OID.
descendants(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultAttributeTypeRegistry
Get's an iterator over the set of descendant attributeTypes for some ancestor's name alias or their OID.
descendants(AttributeType) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultAttributeTypeRegistry
Get's an iterator over the set of descendant attributeTypes for some ancestor's name alias or their OID.
descendants(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultObjectClassRegistry
Get's an iterator over the set of descendant ObjectClasses for some ancestor's name alias or their OID.
descendants(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
Get's an iterator over the set of descendant attributeTypes for some ancestor's name alias or their OID.
descendants(AttributeType) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
Get's an iterator over the set of descendant attributeTypes for some ancestor's name alias or their OID.
descendants(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableObjectClassRegistry
Get's an iterator over the set of descendant ObjectClasses for some ancestor's name alias or their OID.
descendants(String) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.ObjectClassRegistry
Get's an iterator over the set of descendant ObjectClasses for some ancestor's name alias or their OID.
DESCR - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
DESCR - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
descr() - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnParser
RFC 4512 Section 1.4 descr = keystring keystring = leadkeychar *keychar leadkeychar = ALPHA keychar = ALPHA / DIGIT / HYPHEN
DESCR - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueTokenTypes
 
DESCR - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
DESCR - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
DESCR_OR_QUIRKS_DESCR - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueTokenTypes
 
description - Variable in class org.apache.directory.shared.converter.schema.SchemaElementImpl
The schema element description
description - Variable in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
A short description of this SchemaObject
descriptionsMatch(SchemaObject, SchemaObject) - Static method in class org.apache.directory.shared.ldap.model.schema.parsers.ParserDescriptionUtils
Checks if two base schema descriptions match for the common components in every schema description.
DescriptionUtils - Class in org.apache.directory.shared.ldap.model.schema
Utility class used to generate schema object specifications.
deserialize(ObjectInput) - Static method in class org.apache.directory.shared.ldap.model.entry.BinaryValue
Deserialize a BinaryValue.
deserialize(AttributeType, ObjectInput) - Static method in class org.apache.directory.shared.ldap.model.entry.BinaryValue
Deserialize a schema aware BinaryValue.
deserialize(ObjectInput) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Deserialize an entry.
deserialize(ObjectInput) - Static method in class org.apache.directory.shared.ldap.model.entry.StringValue
Deserialize a StringValue.
deserialize(AttributeType, ObjectInput) - Static method in class org.apache.directory.shared.ldap.model.entry.StringValue
Deserialize a schemaAware StringValue.
destroyObject(Object) - Method in class org.apache.directory.ldap.client.api.PoolableLdapConnectionFactory
DIGEST_MD5 - Static variable in class org.apache.directory.shared.ldap.model.constants.SupportedSaslMechanisms
DIGEST_MD5-MD5 mechanism
DigestMd5Request - Class in org.apache.directory.ldap.client.api
Holds the data required to complete the DIGEST-MD5 SASL operation
DigestMd5Request() - Constructor for class org.apache.directory.ldap.client.api.DigestMd5Request
Creates a new instance of DigestMd5Request.
DIGIT - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
 
DIGIT - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
DIGIT - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
DIGIT - Static variable in interface org.apache.directory.shared.ldap.model.name.AntlrDnTokenTypes
 
DIGIT - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueTokenTypes
 
DIGIT - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
DIGIT - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
DIGIT - Static variable in class org.apache.directory.shared.util.Chars
'0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9'
DIRECTORY_OPERATION - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
DIRECTORY_STRING_FIRST_COMPONENT_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
DIRECTORY_STRING_FIRST_COMPONENT_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
DIRECTORY_STRING_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
DirectoryStringSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a Directory String according to RFC 4517.
DirectoryStringSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.DirectoryStringSyntaxChecker
Creates a new instance of DirectoryStringSyntaxChecker.
disable() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchema
Disable the schema
disable() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.Schema
Disable the schema
disable(Schema...) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Disables a set of Schemas, and returns true if all the schema have been disabled, with all the dependent schemas, and if the registries is still consistent.
disable(String...) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Disables a set of Schemas, and returns true if all the schema have been disabled, with all the dependent schemas, and if the registries is still consistent.
disable(Schema...) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Disables a set of Schemas, and returns true if all the schema have been disabled, with all the dependent schemas, and if the registries is still consistent.
disable(String...) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Disables a set of Schemas, and returns true if all the schema have been disabled, with all the dependent schemas, and if the registries is still consistent.
disabled - Variable in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchema
Tells if this schema is disabled
disabledRelaxed(Schema...) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Disables a set of Schemas, and returns true if all the schema have been disabled, with all the dependent schemas.
disabledRelaxed(String...) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Disables a set of Schemas, and returns true if all the schema have been disabled, with all the dependent schemas.
disabledRelaxed(Schema...) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Disables a set of Schemas, and returns true if all the schema have been disabled, with all the dependent schemas.
disabledRelaxed(String...) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Disables a set of Schemas, and returns true if all the schema have been disabled, with all the dependent schemas.
disallowIndefiniteLength() - Method in class org.apache.directory.shared.asn1.ber.Asn1Decoder
Disallow indefinite length.
disallowIndefiniteLength() - Method in interface org.apache.directory.shared.asn1.ber.tlv.TLVBerDecoderMBean
Disallow indefinite length.
discover(String, Properties[], boolean) - Static method in class org.apache.directory.shared.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.util.PropertiesUtils
Merges a set of properties from source Properties into a target properties instance containing keys.
DISPLAY_NAME_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
DISPLAY_NAME_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
dispose(IoSession) - Method in class org.apache.directory.shared.ldap.codec.protocol.mina.LdapProtocolDecoder
dispose(IoSession) - Method in class org.apache.directory.shared.ldap.codec.protocol.mina.LdapProtocolEncoder
dissociateFromSchema(List<Throwable>, SchemaObject) - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
Store the given SchemaObject in the Map associating SchemaObjetcs to their related Schema.
dissociateFromSchema(SchemaObject) - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
Remove the given SchemaObject from the Map associating SchemaObjetcs to their related Schema.
DISTINGUISHED_NAME_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
DISTINGUISHED_NAME_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
distinguishedName() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
distinguishedName() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
distinguishedName(Dn) - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnParser
Parses an Dn string.
distinguishedName() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
distinguishedName() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
distinguishedName() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
DISTRIBUTED_OPERATION - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
DIT_CONTENT_RULE - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
DIT_CONTENT_RULE_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
DIT_CONTENT_RULES_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
DIT_CONTENT_RULES_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
DIT_CONTENT_RULES_PATH - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
DIT_STRUCTURE_RULE - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
DIT_STRUCTURE_RULE_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
DIT_STRUCTURE_RULES_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
DIT_STRUCTURE_RULES_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
DIT_STRUCTURE_RULES_PATH - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
DITContentRule - Class in org.apache.directory.shared.ldap.model.schema
A ditContentRule specification.
DITContentRule(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.DITContentRule
Creates a DITContentRule object using a unique OID.
ditContentRuleDescription() - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaParser
Production for DIT content rule descriptions.
DITContentRuleDescriptionSchemaParser - Class in org.apache.directory.shared.ldap.model.schema.parsers
A parser for RFC 4512 DIT content rule descriptons
DITContentRuleDescriptionSchemaParser() - Constructor for class org.apache.directory.shared.ldap.model.schema.parsers.DITContentRuleDescriptionSchemaParser
Creates a schema parser instance.
DITContentRuleDescriptionSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value follows the DIT content rule descripton syntax according to RFC 4512, par 4.2.6:
DITContentRuleDescriptionSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.DITContentRuleDescriptionSyntaxChecker
Creates a new instance of DITContentRuleDescriptionSyntaxChecker.
DITContentRuleRegistry - Interface in org.apache.directory.shared.ldap.model.schema.registries
An DITContentRule registry's service interface.
ditContentRuleRegistry - Variable in class org.apache.directory.shared.ldap.model.schema.registries.Registries
The DitContentRule registry
DITStructureRule - Class in org.apache.directory.shared.ldap.model.schema
A dITStructureRule definition.
DITStructureRule(int) - Constructor for class org.apache.directory.shared.ldap.model.schema.DITStructureRule
Creates a new instance of DITStructureRule
ditStructureRuleDescription() - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaParser
Production for DIT structure rules descriptions.
DITStructureRuleDescriptionSchemaParser - Class in org.apache.directory.shared.ldap.model.schema.parsers
A parser for RFC 4512 DIT structure rule descriptons
DITStructureRuleDescriptionSchemaParser() - Constructor for class org.apache.directory.shared.ldap.model.schema.parsers.DITStructureRuleDescriptionSchemaParser
Creates a schema parser instance.
DITStructureRuleDescriptionSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value follows the DIT structure rule descripton syntax according to RFC 4512, par 4.2.7.1:
DITStructureRuleDescriptionSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.DITStructureRuleDescriptionSyntaxChecker
Creates a new instance of DITContentRuleDescriptionSyntaxChecker.
DITStructureRuleRegistry - Interface in org.apache.directory.shared.ldap.model.schema.registries
An DITStructureRule registry service interface.
ditStructureRuleRegistry - Variable in class org.apache.directory.shared.ldap.model.schema.registries.Registries
The DitStructureRule registry
DL_SUBMIT_PERMISSION_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
DLSubmitPermissionSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a DLSubmitPermission.
DLSubmitPermissionSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.DLSubmitPermissionSyntaxChecker
Creates a new instance of DLSubmitPermissionSyntaxChecker.
Dn - Class in org.apache.directory.shared.ldap.model.name
The Dn class contains a Dn (Distinguished Name).
Dn() - Constructor for class org.apache.directory.shared.ldap.model.name.Dn
Construct an empty Dn object
Dn(SchemaManager) - Constructor for class org.apache.directory.shared.ldap.model.name.Dn
Construct an empty Schema aware Dn object
Dn(String...) - Constructor for class org.apache.directory.shared.ldap.model.name.Dn
Creates a new instance of Dn, using varargs to declare the RDNs.
Dn(SchemaManager, String...) - Constructor for class org.apache.directory.shared.ldap.model.name.Dn
Creates a new instance of schema aware Dn, using varargs to declare the RDNs.
Dn(Rdn...) - Constructor for class org.apache.directory.shared.ldap.model.name.Dn
Creates a Dn from a list of Rdns.
Dn(Rdn, Dn) - Constructor for class org.apache.directory.shared.ldap.model.name.Dn
Creates a Dn concatenating a Rdn and a Dn.
Dn(SchemaManager, Rdn...) - Constructor for class org.apache.directory.shared.ldap.model.name.Dn
Creates a Schema aware Dn from a list of Rdns.
DN_ATTRIBUTES_FILTER_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
DN_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
DnComparator - Class in org.apache.directory.shared.ldap.model.schema.comparators
Compare two DNs
DnComparator(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.comparators.DnComparator
 
DnNode<N> - Class in org.apache.directory.shared.ldap.util.tree
A class storing nodes in a tree designed to map DNs.
Branch nodes in this tree refers to child nodes.
DnNode() - Constructor for class org.apache.directory.shared.ldap.util.tree.DnNode
Creates a new instance of DnNode.
DnNode(N) - Constructor for class org.apache.directory.shared.ldap.util.tree.DnNode
Creates a new instance of DnNode.
DnNode(Dn, N) - Constructor for class org.apache.directory.shared.ldap.util.tree.DnNode
Creates a new instance of DnNode.
DnNormalizer - Class in org.apache.directory.shared.ldap.model.schema.normalizers
Normalizer a Dn
DnNormalizer() - Constructor for class org.apache.directory.shared.ldap.model.schema.normalizers.DnNormalizer
Empty constructor
DNSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a valid Dn.
DNSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.DNSyntaxChecker
Creates a new instance of DNSyntaxChecker.
dnToLdif(String) - Method in class org.apache.directory.shared.converter.schema.AttributeTypeHolder
Transform a schema name to a Dn pointing to the correct position in the DIT
dnToLdif(String) - Method in class org.apache.directory.shared.converter.schema.ObjectClassHolder
Transform a schema name to a Dn pointing to the correct position in the DIT
dnToLdif(String) - Method in class org.apache.directory.shared.converter.schema.SchemaElementImpl
Transform a Schema Element to a LDIF String
DnUtils - Class in org.apache.directory.shared.ldap.model.name
Utility class used to manipulate Dn or Rdn elements.
DnUtils() - Constructor for class org.apache.directory.shared.ldap.model.name.DnUtils
 
doesFutureExistFor(int) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Checks if there is a ResponseFuture associated with the given message ID.
doesFutureExistFor(int) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Checks if there is a ResponseFuture associated with the given message ID.
DOLLAR - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
 
DOLLAR - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
DOLLAR - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueTokenTypes
 
DOMAIN_COMPONENT_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
DOMAIN_COMPONENT_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
DOMAIN_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
DOMAIN_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
DOT - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
DOT - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
DOT - Static variable in interface org.apache.directory.shared.ldap.model.name.AntlrDnTokenTypes
 
DOT - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
DOT - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
DOT - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
DQUOTE - Static variable in interface org.apache.directory.shared.ldap.model.name.AntlrDnTokenTypes
 
DSA_OPERATION - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
DSA_QUALITY_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
DSAQualitySyntaxSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a DSAQualitySyntax according to http://tools.ietf.org/id/draft-ietf-asid-ldapv3-attributes-03.txt, par 5.2.2.2 : ::= [ '#' ] ::= 'DEFUNCT' | 'EXPERIMENTAL' | 'BEST-EFFORT' | 'PILOT-SERVICE' | 'FULL-SERVICE' ::= encoded as a PrintableString
DSAQualitySyntaxSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.DSAQualitySyntaxSyntaxChecker
Creates a new instance of DSAQualitySyntaxSyntaxChecker.
DSE_TYPE_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
DSETypeSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a DSEType according to http://tools.ietf.org/id/draft-ietf-asid-ldapv3-attributes-03.txt, par 6.2.1.5 : ::= '(' * * ')' ::= '$' * * | e ::= 'root' | 'glue' | 'cp' | 'entry' | 'alias' | 'subr' | 'nssr' | 'supr' | 'xr' | 'admPoint' | 'subentry' | 'shadow' | 'zombie' | 'immSupr' | 'rhob' | 'sa'
DSETypeSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.DSETypeSyntaxChecker
Creates a new instance of DSETypeSyntaxChecker.
DSML_NAMESPACE - Static variable in class org.apache.directory.shared.dsmlv2.ParserUtils
 
DsmlControl<E extends Control> - Class in org.apache.directory.shared.dsmlv2
A DSML decorator for a Control.
DsmlControl(LdapApiService, E) - Constructor for class org.apache.directory.shared.dsmlv2.DsmlControl
 
DsmlDecorator<E> - Interface in org.apache.directory.shared.dsmlv2
This interface defines the methods that must be implemented to define a DSML Decorator
Dsmlv2Container - Class in org.apache.directory.shared.dsmlv2
This class represents the DSML Container.
Dsmlv2Container(LdapApiService) - Constructor for class org.apache.directory.shared.dsmlv2.Dsmlv2Container
Creates a new LdapMessageContainer object.
Dsmlv2Engine - Class in org.apache.directory.shared.dsmlv2.engine
This is the DSMLv2Engine.
Dsmlv2Engine(String, int, String, String) - Constructor for class org.apache.directory.shared.dsmlv2.engine.Dsmlv2Engine
Creates a new instance of Dsmlv2Engine.
Dsmlv2Engine(LdapConnection, String, String) - Constructor for class org.apache.directory.shared.dsmlv2.engine.Dsmlv2Engine
Creates a new instance of Dsmlv2Engine.
Dsmlv2Grammar - Class in org.apache.directory.shared.dsmlv2.request
This Class represents the DSMLv2 Request Grammar
Dsmlv2Grammar() - Constructor for class org.apache.directory.shared.dsmlv2.request.Dsmlv2Grammar
Creates a new instance of Dsmlv2Grammar.
Dsmlv2Parser - Class in org.apache.directory.shared.dsmlv2
This class represents the DSMLv2 Parser.
Dsmlv2Parser() - Constructor for class org.apache.directory.shared.dsmlv2.Dsmlv2Parser
Creates a new instance of Dsmlv2Parser.
Dsmlv2Parser(boolean) - Constructor for class org.apache.directory.shared.dsmlv2.Dsmlv2Parser
Creates a new instance of Dsmlv2Parser.
Dsmlv2Parser(Dsmlv2Grammar) - Constructor for class org.apache.directory.shared.dsmlv2.Dsmlv2Parser
Creates a new instance of Dsmlv2Parser.
Dsmlv2ResponseGrammar - Class in org.apache.directory.shared.dsmlv2.reponse
This Class represents the DSMLv2 Response Grammar
Dsmlv2ResponseParser - Class in org.apache.directory.shared.dsmlv2
This class represents the DSMLv2 Parser.
Dsmlv2ResponseParser(LdapApiService) - Constructor for class org.apache.directory.shared.dsmlv2.Dsmlv2ResponseParser
Creates a new instance of Dsmlv2ResponseParser.
Dsmlv2StatesEnum - Enum in org.apache.directory.shared.dsmlv2
This class store the Dsml grammar's constants.
DummySSLSocketFactory - Class in org.apache.directory.shared.util
A SSLSocketFactory that accepts every certificat without validation.
DummySSLSocketFactory() - Constructor for class org.apache.directory.shared.util.DummySSLSocketFactory
Creates a new instance of DummySSLSocketFactory.
dumpByte(byte) - Static method in class org.apache.directory.shared.asn1.util.Asn1StringUtils
Helper function that dump a byte in hex form
dumpByte(byte) - Static method in class org.apache.directory.shared.util.Strings
Helper function that dump a byte in hex form
dumpBytes(byte[]) - Static method in class org.apache.directory.shared.asn1.util.Asn1StringUtils
Helper function that dump an array of bytes in hex form
dumpBytes(byte[]) - Static method in class org.apache.directory.shared.util.Strings
Helper function that dump an array of bytes in hex form
dumpHex(byte) - Static method in class org.apache.directory.shared.util.Strings
Helper function that returns a char from an hex
dumpHexPairs(byte[]) - Static method in class org.apache.directory.shared.util.Strings
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.dsmlv2.request.AttributeValueAssertion
Helper method to render an object which can be a String or a byte[]
dumpObject(Object) - Static method in class org.apache.directory.shared.ldap.codec.AttributeValueAssertion
Helper method to render an object which can be a String or a byte[]
dumpUsedBy() - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
Dump the UsedBy data structure as a String
dumpUsing() - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
Dump the Using data structure as a String

E

elements() - Method in class org.apache.directory.shared.util.PreferencesDictionary
 
EMPTY - Static variable in interface org.apache.directory.shared.util.StringConstants
The empty String "".
EMPTY_BYTES - Static variable in class org.apache.directory.shared.asn1.util.Asn1StringUtils
The empty byte[]
EMPTY_BYTES - Static variable in interface org.apache.directory.shared.util.StringConstants
The empty byte[]
EMPTY_DN - Static variable in class org.apache.directory.shared.ldap.model.name.Dn
A null Dn
EMPTY_MODS - Static variable in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
Used in toArray()
EMPTY_RDN - Static variable in class org.apache.directory.shared.ldap.model.name.Rdn
An empty Rdn
EMPTY_STRING - Static variable in class org.apache.directory.shared.asn1.util.BitString
A null MutableString
EMPTY_STRINGS - Static variable in interface org.apache.directory.shared.util.StringConstants
The empty String[]
EMPTY_URL - Static variable in class org.apache.directory.shared.ldap.model.url.LdapUrl
A null LdapUrl
EmptyCursor<E> - Class in org.apache.directory.shared.ldap.model.cursor
An empty Cursor implementation.
EmptyCursor() - Constructor for class org.apache.directory.shared.ldap.model.cursor.EmptyCursor
 
EmptyEnumeration<T> - Class in org.apache.directory.shared.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.util.EmptyEnumeration
 
enable() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchema
Enable the schema
enable() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.Schema
Enable the schema
enable(Schema...) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Enables a set of Schemas, and returns true if all the schema have been enabled, with all the dependent schemas, and if the registries is still consistent.
enable(String...) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Enables a set of Schemas, and returns true if all the schema have been enabled, with all the dependent schemas, and if the registries is still consistent.
enable(Schema...) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Enables a set of Schemas, and returns true if all the schema have been enabled, with all the dependent schemas, and if the registries is still consistent.
enable(String...) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Enables a set of Schemas, and returns true if all the schema have been enabled, with all the dependent schemas, and if the registries is still consistent.
enableNotification(ChangeType) - Method in class org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchDecorator
 
enableNotification(ChangeType) - Method in interface org.apache.directory.shared.ldap.model.message.controls.PersistentSearch
 
enableNotification(ChangeType) - Method in class org.apache.directory.shared.ldap.model.message.controls.PersistentSearchImpl
 
enableRelaxed(Schema...) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Enables a set of Schemas, and returns true if all the schema have been enabled, with all the dependent schemas.
enableRelaxed(String...) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Enables a set of Schemas, and returns true if all the schema have been enabled, with all the dependent schemas.
enableRelaxed(Schema...) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Enables a set of Schemas, and returns true if all the schema have been enabled, with all the dependent schemas.
enableRelaxed(String...) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Enables a set of Schemas, and returns true if all the schema have been enabled, with all the dependent schemas.
encode(ByteBuffer) - Method in class org.apache.directory.shared.asn1.AbstractAsn1Object
Encode the object to a PDU.
encode(ByteBuffer) - Method in interface org.apache.directory.shared.asn1.Asn1Object
Encode the object to a PDU.
encode(ByteBuffer, String) - Static method in class org.apache.directory.shared.asn1.ber.tlv.Value
Encode a String value
encode(ByteBuffer, BitString) - Static method in class org.apache.directory.shared.asn1.ber.tlv.Value
Encode a BIT STRING value
encode(ByteBuffer, byte[]) - Static method in class org.apache.directory.shared.asn1.ber.tlv.Value
Encode an OctetString value
encode(ByteBuffer, Oid) - Static method in class org.apache.directory.shared.asn1.ber.tlv.Value
Encode an OID value
encode(ByteBuffer, int) - Static method in class org.apache.directory.shared.asn1.ber.tlv.Value
Encode an integer value
encode(ByteBuffer, long) - Static method in class org.apache.directory.shared.asn1.ber.tlv.Value
Encode a long value
encode(ByteBuffer, byte, int) - Static method in class org.apache.directory.shared.asn1.ber.tlv.Value
Encode an integer value
encode(ByteBuffer, boolean) - Static method in class org.apache.directory.shared.asn1.ber.tlv.Value
Encode a boolean value
encode(Object) - Method in interface org.apache.directory.shared.asn1.Encoder
Encodes an "Object" and returns the encoded content as an Object.
encode(ByteBuffer) - Method in class org.apache.directory.shared.dsmlv2.request.AbstractRequestDsml
 
encode(ByteBuffer) - Method in class org.apache.directory.shared.dsmlv2.request.AbstractResultResponseRequestDsml
 
encode(ByteBuffer) - Method in interface org.apache.directory.shared.ldap.codec.api.Decorator
Encode the object to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.api.ExtendedRequestDecorator
Encode the ExtendedRequest message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.api.ExtendedResponseDecorator
Encode the ExtendedResponse message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.BasicControlDecorator
Encode the object to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.controls.cascade.CascadeDecorator
 
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.controls.manageDsaIT.ManageDsaITDecorator
 
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeDecorator
Encodes the entry change control.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsDecorator
Encodes the paged search control.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchDecorator
Encodes the persistent search control.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.controls.search.subentries.SubentriesDecorator
Encodes the Subentries control.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.decorators.AbandonRequestDecorator
Encode the Abandon protocolOp part
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.decorators.AddRequestDecorator
Encode the AddRequest message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.decorators.AddResponseDecorator
Encode the AddResponse message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.decorators.BindRequestDecorator
Encode the BindRequest message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.decorators.BindResponseDecorator
Encode the BindResponse message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.decorators.CompareRequestDecorator
Encode the CompareRequest message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.decorators.CompareResponseDecorator
Encode the CompareResponse message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.decorators.DeleteRequestDecorator
Encode the DelRequest message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.decorators.DeleteResponseDecorator
Encode the DelResponse message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.decorators.IntermediateResponseDecorator
Encode the IntermediateResponse message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.decorators.LdapResultDecorator
Encode the LdapResult message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyDnRequestDecorator
Encode the ModifyDNRequest message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyDnResponseDecorator
Encode the ModifyDnResponse message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
Encode the ModifyRequest message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyResponseDecorator
Encode the ModifyResponse message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
Encode the SearchRequest message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultDoneDecorator
Encode the SearchResultDone message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultEntryDecorator
Encode the SearchResultEntry message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultReferenceDecorator
Encode the SearchResultReference message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.decorators.UnbindRequestDecorator
Encode the Unbind protocolOp part
encode(IoSession, Object, ProtocolEncoderOutput) - Method in class org.apache.directory.shared.ldap.codec.protocol.mina.LdapProtocolEncoder
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.ExtensibleMatchFilter
Encode the ExtensibleMatch Filters to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.search.Filter
Encode the Filter message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.search.NotFilter
Encode the NotFilter message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.search.OrFilter
Encode the OrFilter message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.search.PresentFilter
Encode the PresentFilter message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.search.SubstringFilter
Encode the Substrings Filter to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyDecorator
 
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncDoneValueDecorator
Encode the SyncDoneValue control
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueDecorator
Encode the SyncInfoValue control
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncModifyDnDecorator
Encode the SyncStateValue control
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueDecorator
Encode the SyncRequestValue control
encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueDecorator
Encode the SyncStateValue control
encode() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.Cancel
Encodes the cancel extended operation.
encode() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationObject
 
encode() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnect
Encodes the gracefulDisconnect extended operation.
encode() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdown
Encodes the gracefulShutdown extended operation.
encode() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureRequestDecorator
Encode the StoredProcedure message to a PDU.
encode(String) - Static method in class org.apache.directory.shared.util.Base32
Encodes a string to a Base64 encoded String.
encode(byte[]) - Static method in class org.apache.directory.shared.util.Base64
Encodes binary data to a Base64 encoded characters.
encodeEnumerated(ByteBuffer, int) - Static method in class org.apache.directory.shared.asn1.ber.tlv.Value
Encode an enumerated value
encodeHex(byte[]) - Static method in class org.apache.directory.shared.util.Hex
Converts an array of bytes into an array of characters representing the hexidecimal values of each byte in order.
encodeMessage(Message) - Method in class org.apache.directory.shared.ldap.codec.api.LdapEncoder
Generate the PDU which contains the encoded object.
Encoder - Interface in org.apache.directory.shared.asn1
Provides the highest level of abstraction for Encoders.
encodeReferral(ByteBuffer, Referral) - Static method in class org.apache.directory.shared.ldap.codec.api.LdapEncoder
Encode the Referral message to a PDU.
EncoderException - Exception in org.apache.directory.shared.asn1
Thrown when there is a failure condition during the encoding process.
EncoderException(String) - Constructor for exception org.apache.directory.shared.asn1.EncoderException
Creates a new instance of this exception with an useful message.
END - Static variable in class org.apache.directory.shared.dsmlv2.Tag
This int represents a END tag
end - Variable in class org.apache.directory.shared.util.Position
The token end position in the string
ENHANCED_GUIDE_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
EnhancedGuideSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is an EnhancedGuide according to RFC 4517.
EnhancedGuideSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.EnhancedGuideSyntaxChecker
Creates a new instance of EnhancedGuideSyntaxChecker.
EntityFactory - Interface in org.apache.directory.shared.ldap.model.schema
 
entry() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
entry() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
ENTRY - Static variable in class org.apache.directory.shared.ldap.aci.ProtectedItem
The entry contents as a whole.
Entry - Interface in org.apache.directory.shared.ldap.model.entry
This interface represent a LDAP entry.
ENTRY_ACI_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ENTRY_ACI_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ENTRY_CSN_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ENTRY_CSN_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ENTRY_DN_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ENTRY_DN_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ENTRY_PARENT_ID_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ENTRY_PARENT_ID_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ENTRY_TRIGGER_SPECIFICATION_ATTR - Static variable in class org.apache.directory.shared.ldap.trigger.TriggerUtils
 
ENTRY_UUID_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ENTRY_UUID_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
EntryChange - Interface in org.apache.directory.shared.ldap.model.message.controls
A response control that may be returned by Persistent Search entry responses.
EntryChangeContainer - Class in org.apache.directory.shared.ldap.codec.controls.search.entryChange
 
EntryChangeContainer(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeContainer
Creates a new EntryChangeContainer object.
EntryChangeContainer(LdapApiService, EntryChange) - Constructor for class org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeContainer
Creates a container with decorator, optionally decorating the supplied Control if it is not a decorator implementation.
EntryChangeDecorator - Class in org.apache.directory.shared.ldap.codec.controls.search.entryChange
An EntryChange implementation, that wraps and decorates the Control with codec specific functionality.
EntryChangeDecorator(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeDecorator
Creates a new instance of EntryChangeDecoder wrapping a newly created EntryChange Control object.
EntryChangeDecorator(LdapApiService, EntryChange) - Constructor for class org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeDecorator
Creates a new instance of EntryChangeDecorator wrapping the supplied EntryChange Control.
EntryChangeFactory - Class in org.apache.directory.shared.ldap.codec.controls.search.entryChange
A ControlFactory for EntryChange controls.
EntryChangeFactory(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeFactory
Creates a new instance of EntryChangeFactory.
EntryChangeGrammar - Class in org.apache.directory.shared.ldap.codec.controls.search.entryChange
This class implements the EntryChangeControl.
EntryChangeImpl - Class in org.apache.directory.shared.ldap.model.message.controls
A simple implementation of the EntryChange response control.
EntryChangeImpl() - Constructor for class org.apache.directory.shared.ldap.model.message.controls.EntryChangeImpl
Creates a new instance of EntryChangeControl.
EntryChangeStates - Enum in org.apache.directory.shared.ldap.codec.controls.search.entryChange
This class store the EntryChangeControl's grammar constants.
EntryCursor - Interface in org.apache.directory.shared.ldap.model.cursor
An extension of Cursor which returns only Entry objects and includes the retrieval of the SearchResultDone.
EntryCursorImpl - Class in org.apache.directory.ldap.client.api
An implementation of Cursor based on the underlying SearchFuture instance.
EntryCursorImpl(SearchCursor) - Constructor for class org.apache.directory.ldap.client.api.EntryCursorImpl
Instantiates a new search cursor, embedding a SearchCursor.
EntryItem - Class in org.apache.directory.shared.ldap.aci.protectedItem
The entry contents as a whole.
EntryItem() - Constructor for class org.apache.directory.shared.ldap.aci.protectedItem.EntryItem
Creates a new instance of EntryItem.
entrySet() - Method in class org.apache.directory.shared.util.SequencedHashMap
Implements Map.entrySet().
EOF - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
 
EOF - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
EOF - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
EOF - Static variable in interface org.apache.directory.shared.ldap.model.name.AntlrDnTokenTypes
 
EOF - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaExtensionTokenTypes
 
EOF - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaQdstringTokenTypes
 
EOF - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
EOF - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueTokenTypes
 
EOF - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
EOF - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
EOF - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
EQUAL - Static variable in class org.apache.directory.shared.ldap.model.name.Dn
Value returned by the compareTo method if values are equals
EQUAL - Static variable in class org.apache.directory.shared.ldap.model.name.Rdn
Constant used in comparisons
equality(AttributeTypeHolder) - Method in class org.apache.directory.shared.converter.schema.antlrSchemaConverterParser
 
EQUALITY - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
EQUALITY_MATCH_FILTER - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
The filters
EQUALITY_MATCH_FILTER_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
EqualityNode<T> - Class in org.apache.directory.shared.ldap.model.filter
A assertion value node for Equality.
EqualityNode(AttributeType, Value<T>) - Constructor for class org.apache.directory.shared.ldap.model.filter.EqualityNode
Creates a new Equality object.
EqualityNode(String, Value<T>) - Constructor for class org.apache.directory.shared.ldap.model.filter.EqualityNode
Creates a new Equality object.
equals(Object) - Method in class org.apache.directory.shared.asn1.util.Oid
equals(Object) - Method in class org.apache.directory.shared.dsmlv2.Tag
 
equals(Object) - Method in class org.apache.directory.shared.ldap.aci.protectedItem.AbstractAttributeTypeProtectedItem
equals(Object) - Method in class org.apache.directory.shared.ldap.aci.protectedItem.AttributeValueItem
equals(Object) - Method in class org.apache.directory.shared.ldap.aci.protectedItem.ClassesItem
equals(Object) - Method in class org.apache.directory.shared.ldap.aci.protectedItem.MaxImmSubItem
equals(Object) - Method in class org.apache.directory.shared.ldap.aci.protectedItem.MaxValueCountElem
equals(Object) - Method in class org.apache.directory.shared.ldap.aci.protectedItem.MaxValueCountItem
equals(Object) - Method in class org.apache.directory.shared.ldap.aci.protectedItem.RangeOfValuesItem
equals(Object) - Method in class org.apache.directory.shared.ldap.aci.protectedItem.RestrictedByElem
equals(Object) - Method in class org.apache.directory.shared.ldap.aci.protectedItem.RestrictedByItem
equals(Object) - Method in class org.apache.directory.shared.ldap.aci.UserClass.Subtree
equals(Object) - Method in class org.apache.directory.shared.ldap.codec.api.ControlDecorator
 
equals(Object) - Method in class org.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsDecorator
 
equals(Object) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
 
equals(Object) - Method in class org.apache.directory.shared.ldap.extras.controls.SyncDoneValueImpl
 
equals(Object) - Method in class org.apache.directory.shared.ldap.extras.controls.SyncInfoValueImpl
 
equals(Object) - Method in class org.apache.directory.shared.ldap.extras.controls.SyncModifyDnImpl
 
equals(Object) - Method in class org.apache.directory.shared.ldap.extras.controls.SyncRequestValueImpl
 
equals(Object) - Method in class org.apache.directory.shared.ldap.extras.controls.SyncStateValueImpl
 
equals(Object) - Method in class org.apache.directory.shared.ldap.extras.extended.CancelResponseImpl
 
equals(Object) - Method in class org.apache.directory.shared.ldap.extras.extended.CertGenerationResponseImpl
Checks to see if an object equals this ExtendedRequest.
equals(Object) - Method in class org.apache.directory.shared.ldap.extras.extended.GracefulShutdownResponseImpl
Checks to see if an object equals this ExtendedRequest.
equals(Object) - Method in class org.apache.directory.shared.ldap.model.csn.Csn
Indicates whether some other object is "equal to" this one
equals(Object) - Method in class org.apache.directory.shared.ldap.model.cursor.Tuple
equals(Object) - Method in class org.apache.directory.shared.ldap.model.entry.BinaryValue
Checks to see if this BinaryValue equals the supplied object.
equals(Object) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
 
equals(Object) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
 
equals(Object) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultModification
 
equals(Object) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
 
equals(Object) - Method in class org.apache.directory.shared.ldap.model.entry.StringValue
Two StringValue are equals if their normalized values are equal
equals(Object) - Method in class org.apache.directory.shared.ldap.model.filter.AbstractExprNode
 
equals(Object) - Method in class org.apache.directory.shared.ldap.model.filter.AndNode
 
equals(Object) - Method in class org.apache.directory.shared.ldap.model.filter.AssertionNode
equals(Object) - Method in class org.apache.directory.shared.ldap.model.filter.BranchNode
 
equals(Object) - Method in class org.apache.directory.shared.ldap.model.filter.ExtensibleNode
equals(Object) - Method in class org.apache.directory.shared.ldap.model.filter.LeafNode
 
equals(Object) - Method in class org.apache.directory.shared.ldap.model.filter.OrNode
 
equals(Object) - Method in class org.apache.directory.shared.ldap.model.filter.ScopeNode
equals(Object) - Method in class org.apache.directory.shared.ldap.model.filter.SimpleNode
 
equals(Object) - Method in class org.apache.directory.shared.ldap.model.filter.SubstringNode
equals(Object) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifControl
 
equals(Object) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
equals(Object) - Method in class org.apache.directory.shared.ldap.model.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.model.message.AbstractExtendedRequest
Checks to see if an object equals this ExtendedRequest.
equals(Object) - Method in class org.apache.directory.shared.ldap.model.message.AbstractMessage
Checks to see if two messages are equivalent.
equals(Object) - Method in class org.apache.directory.shared.ldap.model.message.AbstractRequest
Checks to see if two messages are equivalent.
equals(Object) - Method in class org.apache.directory.shared.ldap.model.message.AbstractResultResponse
Checks to see if an object is equal to this AbstractResultResponse.
equals(Object) - Method in class org.apache.directory.shared.ldap.model.message.AddRequestImpl
Checks to see if an object is equivalent to this AddRequest.
equals(Object) - Method in class org.apache.directory.shared.ldap.model.message.BindRequestImpl
Checks to see if two messages are equivalent.
equals(Object) - Method in class org.apache.directory.shared.ldap.model.message.BindResponseImpl
Checks to see if this BindResponse is equal to another BindResponse.
equals(Object) - Method in class org.apache.directory.shared.ldap.model.message.CompareRequestImpl
Checks to see if an object is equivalent to this CompareRequest.
equals(Object) - Method in class org.apache.directory.shared.ldap.model.message.controls.AbstractControl
 
equals(Object) - Method in class org.apache.directory.shared.ldap.model.message.controls.EntryChangeImpl
equals(Object) - Method in class org.apache.directory.shared.ldap.model.message.controls.PagedResultsImpl
 
equals(Object) - Method in class org.apache.directory.shared.ldap.model.message.controls.SubentriesImpl
 
equals(Object) - Method in class org.apache.directory.shared.ldap.model.message.DeleteRequestImpl
Checks to see if an object is equivalent to this DeleteRequest.
equals(Object) - Method in class org.apache.directory.shared.ldap.model.message.extended.NoticeOfDisconnect
Checks to see if an object equals this ExtendedRequest.
equals(Object) - Method in class org.apache.directory.shared.ldap.model.message.ExtendedRequestImpl
Checks to see if an object equals this ExtendedRequest.
equals(Object) - Method in class org.apache.directory.shared.ldap.model.message.ExtendedResponseImpl
Checks to see if an object equals this ExtendedRequest.
equals(Object) - Method in class org.apache.directory.shared.ldap.model.message.IntermediateResponseImpl
Checks to see if an object equals this IntemediateResponse.
equals(Object) - Method in class org.apache.directory.shared.ldap.model.message.LdapResultImpl
 
equals(Object) - Method in class org.apache.directory.shared.ldap.model.message.ModifyDnRequestImpl
Checks to see of an object equals this ModifyDnRequest stub.
equals(Object) - Method in class org.apache.directory.shared.ldap.model.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.model.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.model.message.SearchRequestImpl
Checks to see if two search requests are equal.
equals(Object) - Method in class org.apache.directory.shared.ldap.model.message.SearchResultDoneImpl
Checks for equality by using the underlying LdapResult objects of this SearchResponseDone stub.
equals(Object) - Method in class org.apache.directory.shared.ldap.model.message.SearchResultEntryImpl
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.model.message.SearchResultReferenceImpl
Checks to see if an object is equal to this SearchResponseReference stub.
EQUALS - Static variable in interface org.apache.directory.shared.ldap.model.name.AntlrDnTokenTypes
 
equals(Object) - Method in class org.apache.directory.shared.ldap.model.name.Ava
 
equals(Object) - Method in class org.apache.directory.shared.ldap.model.name.Dn
 
equals(Object) - Method in class org.apache.directory.shared.ldap.model.name.Rdn
Compares the specified Object with this Rdn for equality.
equals(Object) - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
 
equals(Object) - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
equals(Object) - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
 
equals(Object) - Method in class org.apache.directory.shared.ldap.model.schema.DITStructureRule
equals(Object) - Method in class org.apache.directory.shared.ldap.model.schema.LdapComparator
equals(Object) - Method in class org.apache.directory.shared.ldap.model.schema.LdapSyntax
equals(Object) - Method in class org.apache.directory.shared.ldap.model.schema.LoadableSchemaObject
equals(Object) - Method in class org.apache.directory.shared.ldap.model.schema.MatchingRule
 
equals(Object) - Method in class org.apache.directory.shared.ldap.model.schema.MatchingRuleUse
 
equals(Object) - Method in class org.apache.directory.shared.ldap.model.schema.NameForm
 
equals(Object) - Method in class org.apache.directory.shared.ldap.model.schema.Normalizer
equals(Object) - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
 
equals(Object) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
equals(Object) - Method in class org.apache.directory.shared.ldap.model.schema.SchemaObjectWrapper
 
equals(Object) - Method in class org.apache.directory.shared.ldap.model.schema.SyntaxChecker
equals(Object) - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl
equals(Object) - Method in class org.apache.directory.shared.ldap.trigger.ActionTime
equals(Object) - Method in class org.apache.directory.shared.ldap.trigger.StoredProcedureLanguageSchemeOption
equals(Object) - Method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter
 
equals(Object) - Method in class org.apache.directory.shared.ldap.trigger.StoredProcedureSearchContextOption
equals(Object) - Method in class org.apache.directory.shared.ldap.trigger.TriggerSpecification.SPSpec
equals(Object) - Method in class org.apache.directory.shared.util.GeneralizedTime
 
equals(Object) - Method in class org.apache.directory.shared.util.SequencedHashMap
Implements Map.equals(Object).
equals(String, String) - Static method in class org.apache.directory.shared.util.Strings
Compares two Strings, returning true if they are equal.
err(I18n, Object...) - Static method in enum org.apache.directory.shared.i18n.I18n
Translate an error code with argument(s)
error - Variable in class org.apache.directory.shared.ldap.model.ldif.LdifReader
An Exception to handle error message, has Iterator.next() can't throw exceptions
ErrorResponse - Class in org.apache.directory.shared.dsmlv2.reponse
Class representing Error Response.
ErrorResponse(int, MessageTypeEnum) - Constructor for class org.apache.directory.shared.dsmlv2.reponse.ErrorResponse
Creates a new instance of ErrorResponse.
ErrorResponse(int, ErrorResponse.ErrorResponseType, String) - Constructor for class org.apache.directory.shared.dsmlv2.reponse.ErrorResponse
Creates a new instance of ErrorResponse.
ErrorResponse.ErrorResponseType - Enum in org.apache.directory.shared.dsmlv2.reponse
This enum represents the different types of error response
ESC - Static variable in interface org.apache.directory.shared.ldap.model.name.AntlrDnTokenTypes
 
escapeFilterValue(Value<?>) - Static method in class org.apache.directory.shared.ldap.model.filter.AbstractExprNode
Handles the escaping of special characters in LDAP search filter assertion values using the <valueencoding> rule as described in RFC 4515.
escapeValue(String) - Static method in class org.apache.directory.shared.ldap.model.name.Rdn
Transform a value in a String, accordingly to RFC 2253
escapeValue(byte[]) - Static method in class org.apache.directory.shared.ldap.model.name.Rdn
Transform a value in a String, accordingly to RFC 2253
ESCESC - Static variable in interface org.apache.directory.shared.ldap.model.name.AntlrDnTokenTypes
 
ESCSHARP - Static variable in interface org.apache.directory.shared.ldap.model.name.AntlrDnTokenTypes
 
EVAL_GREATER - Static variable in class org.apache.directory.shared.ldap.model.filter.SimpleNode
Constants for comparisons : >
EVAL_LESSER - Static variable in class org.apache.directory.shared.ldap.model.filter.SimpleNode
Constants for comparisons : <
EXACT_DN_AS_STRING_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
EXACT_DN_AS_STRING_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
exceptionCaught(IoSession, Throwable) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Handle the exception we got.
Exceptions - Class in org.apache.directory.shared.util.exception
Provides utilities for manipulating and examining Throwable objects.
EXCLUDE_ALL_COLLECTIVE_ATTRIBUTES_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
EXCLUDE_ALL_COLLECTIVE_ATTRIBUTES_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
executeAction(E) - Method in class org.apache.directory.shared.asn1.ber.grammar.AbstractGrammar
The main function.
executeAction(E) - Method in interface org.apache.directory.shared.asn1.ber.grammar.Grammar
This method, when called, execute an action on the current data stored in the container.
executeAction(Dsmlv2Container) - Method in class org.apache.directory.shared.dsmlv2.AbstractGrammar
This method, when called, executes an action on the current data stored in the container.
executeAction(Dsmlv2Container) - Method in interface org.apache.directory.shared.dsmlv2.Grammar
This method, when called, executes an action on the current data stored in the container.
exists(String) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Tells if an Entry exists in the server.
exists(Dn) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Tells if an Entry exists in the server.
exists(String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Tells if an Entry exists in the server.
exists(Dn) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Tells if an Entry exists in the server.
exit - Variable in class org.apache.directory.shared.dsmlv2.engine.Dsmlv2Engine
The exit flag.
ExprNode - Interface in org.apache.directory.shared.ldap.model.filter
Root expression node interface which all expression nodes in the filter expression tree implement.
extended(String) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Sends a extended operation request to the server with the given OID and no value.
extended(String, byte[]) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Sends a extended operation request to the server with the given OID and value.
extended(Oid) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Sends a extended operation request to the server with the given OID and no value.
extended(Oid, byte[]) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Sends a extended operation request to the server with the given OID and value.
extended(ExtendedRequest) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Performs an extended operation based on the Extended request object.
extended(String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Sends a extended operation request to the server with the given OID and no value.
extended(String, byte[]) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Sends a extended operation request to the server with the given OID and value.
extended(Oid) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Sends a extended operation request to the server with the given OID and no value.
extended(Oid, byte[]) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Sends a extended operation request to the server with the given OID and value.
extended(ExtendedRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Performs an extended operation based on the Extended request object.
EXTENDED_REQUEST_NAME_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
EXTENDED_REQUEST_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
EXTENDED_REQUEST_VALUE_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
EXTENDED_RESPONSE_RESPONSE_NAME_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
EXTENDED_RESPONSE_RESPONSE_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
EXTENDED_RESPONSE_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
extendedAsync(ExtendedRequest) - Method in interface org.apache.directory.ldap.client.api.LdapAsyncConnection
Asynchronously requests the server to perform an extended operation based on the given request.
extendedAsync(ExtendedRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Asynchronously requests the server to perform an extended operation based on the given request.
ExtendedFuture - Class in org.apache.directory.ldap.client.api.future
A Future to manage ExtendedRequests.
ExtendedFuture(LdapConnection, int) - Constructor for class org.apache.directory.ldap.client.api.future.ExtendedFuture
Creates a new instance of ExtendedFuture.
ExtendedNoDResponse - Class in org.apache.directory.shared.ldap.model.message.extended
An extended operation intended for notifying clients of upcoming disconnection for the Extended response.
ExtendedRequest<R extends ExtendedResponse> - Interface in org.apache.directory.shared.ldap.model.message
Extended protocol request message used to add to more operations to the protocol.
ExtendedRequestDecorator<Q extends ExtendedRequest<P>,P extends ExtendedResponse> - Class in org.apache.directory.shared.ldap.codec.api
A decorator for the ExtendedRequest message
ExtendedRequestDecorator(LdapApiService, Q) - Constructor for class org.apache.directory.shared.ldap.codec.api.ExtendedRequestDecorator
Makes a ExtendedRequest a MessageDecorator.
ExtendedRequestDsml<Q extends ExtendedRequest<P>,P extends ExtendedResponse> - Class in org.apache.directory.shared.dsmlv2.request
DSML Decorator for ExtendedRequest
ExtendedRequestDsml(LdapApiService, Q) - Constructor for class org.apache.directory.shared.dsmlv2.request.ExtendedRequestDsml
Creates a new getDecoratedMessage() of ExtendedRequestDsml.
ExtendedRequestFactory<Q extends ExtendedRequest<P>,P extends ExtendedResponse> - Interface in org.apache.directory.shared.ldap.codec.api
The factor interface, defined by the codec API for creating new ExtendedRequests.
ExtendedRequestImpl - Class in org.apache.directory.shared.ldap.model.message
ExtendedRequest implementation.
ExtendedRequestImpl() - Constructor for class org.apache.directory.shared.ldap.model.message.ExtendedRequestImpl
Creates an ExtendedRequest implementing object used to perform extended protocol operation on the server.
ExtendedResponse - Interface in org.apache.directory.shared.ldap.model.message
Extended protocol response message used to confirm the results of a extended request message.
ExtendedResponseDecorator<R extends ExtendedResponse> - Class in org.apache.directory.shared.ldap.codec.api
A decorator for the ExtendedResponse message
ExtendedResponseDecorator(LdapApiService, R) - Constructor for class org.apache.directory.shared.ldap.codec.api.ExtendedResponseDecorator
Makes a ExtendedResponse encodable.
ExtendedResponseDsml - Class in org.apache.directory.shared.dsmlv2.reponse
DSML Decorator for ExtendedResponse
ExtendedResponseDsml(LdapApiService) - Constructor for class org.apache.directory.shared.dsmlv2.reponse.ExtendedResponseDsml
Creates a new getDecoratedMessage() of ExtendedResponseDsml.
ExtendedResponseDsml(LdapApiService, ExtendedResponse) - Constructor for class org.apache.directory.shared.dsmlv2.reponse.ExtendedResponseDsml
Creates a new getDecoratedMessage() of ExtendedResponseDsml.
ExtendedResponseImpl - Class in org.apache.directory.shared.ldap.model.message
A simple ExtendedResponse implementation.
ExtendedResponseImpl(String) - Constructor for class org.apache.directory.shared.ldap.model.message.ExtendedResponseImpl
Creates an ExtendedResponse as a reply to an ExtendedRequest.
ExtendedResponseImpl(int, String) - Constructor for class org.apache.directory.shared.ldap.model.message.ExtendedResponseImpl
Creates an ExtendedResponse as a reply to an ExtendedRequest.
ExtendedResponseImpl(int) - Constructor for class org.apache.directory.shared.ldap.model.message.ExtendedResponseImpl
Creates an ExtendedResponse as a reply to an ExtendedRequest.
EXTENSIBLE_MATCH_FILTER_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
EXTENSIBLE_OBJECT_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
EXTENSIBLE_OBJECT_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ExtensibleMatchFilter - Class in org.apache.directory.shared.dsmlv2.request
The search request filter Matching Rule assertion
ExtensibleMatchFilter() - Constructor for class org.apache.directory.shared.dsmlv2.request.ExtensibleMatchFilter
 
ExtensibleMatchFilter - Class in org.apache.directory.shared.ldap.codec.search
The search request filter Matching Rule assertion
ExtensibleMatchFilter(int) - Constructor for class org.apache.directory.shared.ldap.codec.search.ExtensibleMatchFilter
Creates a new ExtensibleMatchFilter object.
ExtensibleMatchFilter() - Constructor for class org.apache.directory.shared.ldap.codec.search.ExtensibleMatchFilter
Creates a new ExtensibleMatchFilter object.
ExtensibleNode - Class in org.apache.directory.shared.ldap.model.filter
Filter expression tree node for extensible assertions.
ExtensibleNode(AttributeType) - Constructor for class org.apache.directory.shared.ldap.model.filter.ExtensibleNode
Creates a new emptyExtensibleNode object.
ExtensibleNode(String) - Constructor for class org.apache.directory.shared.ldap.model.filter.ExtensibleNode
Creates a new emptyExtensibleNode object.
ExtensibleNode(AttributeType, Value<?>, String, boolean) - Constructor for class org.apache.directory.shared.ldap.model.filter.ExtensibleNode
Creates a new ExtensibleNode object.
ExtensibleNode(String, Value<?>, String, boolean) - Constructor for class org.apache.directory.shared.ldap.model.filter.ExtensibleNode
Creates a new ExtensibleNode object.
extension() - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaExtensionParser
extensions = *( SP xstring SP qdstrings ) xstring = "X" HYPHEN 1*( ALPHA / HYPHEN / USCORE )
extension(String) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaParser
 
EXTENSION - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
EXTENSION_OID - Static variable in interface org.apache.directory.shared.ldap.extras.extended.CancelRequest
The requestName for this extended request
EXTENSION_OID - Static variable in interface org.apache.directory.shared.ldap.extras.extended.CertGenerationRequest
 
EXTENSION_OID - Static variable in interface org.apache.directory.shared.ldap.extras.extended.CertGenerationResponse
The CertGenerationResponse OID
EXTENSION_OID - Static variable in interface org.apache.directory.shared.ldap.extras.extended.GracefulDisconnectResponse
The OID for the graceful disconnect extended operation response.
EXTENSION_OID - Static variable in interface org.apache.directory.shared.ldap.extras.extended.GracefulShutdownRequest
The OID for the graceful shutdown extended operation request.
EXTENSION_OID - Static variable in interface org.apache.directory.shared.ldap.extras.extended.GracefulShutdownResponse
The OID for the graceful shutdown extended operation response.
EXTENSION_OID - Static variable in interface org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequest
The OID for the stored procedure extended operation request.
EXTENSION_OID - Static variable in interface org.apache.directory.shared.ldap.extras.extended.StoredProcedureResponse
The OID for the stored procedure extended operation response.
EXTENSION_OID - Static variable in class org.apache.directory.shared.ldap.model.message.extended.AddNoDResponse
The OID of the NotiveOfDisconnect extended operation.
EXTENSION_OID - Static variable in class org.apache.directory.shared.ldap.model.message.extended.BindNoDResponse
The OID of the NotiveOfDisconnect extended operation.
EXTENSION_OID - Static variable in class org.apache.directory.shared.ldap.model.message.extended.CompareNoDResponse
The OID of the NotiveOfDisconnect extended operation.
EXTENSION_OID - Static variable in class org.apache.directory.shared.ldap.model.message.extended.DeleteNoDResponse
The OID of the NotiveOfDisconnect extended operation.
EXTENSION_OID - Static variable in class org.apache.directory.shared.ldap.model.message.extended.ExtendedNoDResponse
The OID of the NotiveOfDisconnect extended operation.
EXTENSION_OID - Static variable in class org.apache.directory.shared.ldap.model.message.extended.ModifyDnNoDResponse
The OID of the NotiveOfDisconnect extended operation.
EXTENSION_OID - Static variable in class org.apache.directory.shared.ldap.model.message.extended.ModifyNoDResponse
The OID of the NotiveOfDisconnect extended operation.
EXTENSION_OID - Static variable in class org.apache.directory.shared.ldap.model.message.extended.NoticeOfDisconnect
The OID of the NotiveOfDisconnect extended operation.
EXTENSION_OID - Static variable in class org.apache.directory.shared.ldap.model.message.extended.SearchNoDResponse
The OID of the NotiveOfDisconnect extended operation.
extensions - Variable in class org.apache.directory.shared.converter.schema.SchemaElementImpl
The optional list of extensions
extensions - Variable in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
A map containing the list of supported extensions
extensionsMatch(SchemaObject, SchemaObject) - Static method in class org.apache.directory.shared.ldap.model.schema.parsers.ParserDescriptionUtils
Checks to see if the extensions of a schema description match another description.
extensionsToLdif(String) - Method in class org.apache.directory.shared.converter.schema.SchemaElementImpl
Return the extensions formated as Ldif lines
EXTRA_CONTROLS_LIST - Static variable in class org.apache.directory.shared.ldap.codec.standalone.StandaloneLdapApiService
The list of extra controls to load at startup
EXTRA_EXTENDED_OPERATION_LIST - Static variable in class org.apache.directory.shared.ldap.codec.standalone.StandaloneLdapApiService
The list of extra controls to load at startup
extractOrCopy(boolean) - Method in class org.apache.directory.shared.ldap.schemaextractor.impl.DefaultSchemaLdifExtractor
Extracts the LDIF files from a Jar file or copies exploded LDIF resources.
extractOrCopy() - Method in class org.apache.directory.shared.ldap.schemaextractor.impl.DefaultSchemaLdifExtractor
Extracts the LDIF files from a Jar file or copies exploded LDIF resources without overwriting the resources if the schema has already been extracted.
extractOrCopy(boolean) - Method in interface org.apache.directory.shared.ldap.schemaextractor.SchemaLdifExtractor
Extracts the LDIF files from a Jar file or copies exploded LDIF resources.
extractOrCopy() - Method in interface org.apache.directory.shared.ldap.schemaextractor.SchemaLdifExtractor
Extracts the LDIF files from a Jar file or copies exploded LDIF resources without overwriting the resources if the schema has already been extracted.
ExtrasBundleActivator - Class in org.apache.directory.shared.ldap.extras
A BundleActivator for the ldap codec extras extension: extra ApacheDS and Apache Directory Studio specific controls and extended operations.
ExtrasBundleActivator() - Constructor for class org.apache.directory.shared.ldap.extras.ExtrasBundleActivator
 

F

FACSIMILE_TELEPHONE_NUMBER_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
FacsimileTelephoneNumberSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a facsimile TelephoneNumber according to ITU recommendation E.123 for the Telephone number part, and from RFC 4517, par.
FacsimileTelephoneNumberSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.FacsimileTelephoneNumberSyntaxChecker
Creates a new instance of TelephoneNumberSyntaxChecker.
FALSE_VALUE - Static variable in class org.apache.directory.shared.asn1.ber.tlv.Value
The encoded byte for a FALSE value
FAX_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
FaxSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a Fax according to RFC 4517.
FaxSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.FaxSyntaxChecker
Private default constructor to prevent unnecessary instantiation.
FEATURE_ALL_OPERATIONAL_ATTRIBUTES - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
Filter - Class in org.apache.directory.shared.dsmlv2.request
An abstract Asn1Object used to store the filter.
Filter() - Constructor for class org.apache.directory.shared.dsmlv2.request.Filter
 
FILTER - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
FILTER - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
Filter - Class in org.apache.directory.shared.ldap.codec.search
An abstract Asn1Object used to store the filter.
Filter(int) - Constructor for class org.apache.directory.shared.ldap.codec.search.Filter
The constructor.
Filter() - Constructor for class org.apache.directory.shared.ldap.codec.search.Filter
The constructor.
filter() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
FILTER - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
filter() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
FILTER - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
FILTER_VALUE - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
FILTER_VALUE - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
FILTER_VALUE - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
FILTER_VALUE - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
FilterParser - Class in org.apache.directory.shared.ldap.model.filter
This class parse a Ldap filter.
FilterParser() - Constructor for class org.apache.directory.shared.ldap.model.filter.FilterParser
Creates a filter parser implementation.
filterSet - Variable in class org.apache.directory.shared.dsmlv2.request.ConnectorFilter
The set of filters used by And/Or filters
filterSet - Variable in class org.apache.directory.shared.ldap.codec.search.ConnectorFilter
The set of filters used by And/Or filters
filtersLength - Variable in class org.apache.directory.shared.ldap.codec.search.ConnectorFilter
The filters length
FilterVisitor - Interface in org.apache.directory.shared.ldap.model.filter
Filter expression tree node visitor interface.
finalStateValid() - Method in interface org.apache.directory.shared.util.ComponentsMonitor
Checks if the final state is valid.
finalStateValid() - Method in class org.apache.directory.shared.util.MandatoryAndOptionalComponentsMonitor
Checks if the final state is valid.
finalStateValid() - Method in class org.apache.directory.shared.util.MandatoryComponentsMonitor
Checks if the final state is valid.
finalStateValid() - Method in class org.apache.directory.shared.util.OptionalComponentsMonitor
Checks if the final state is valid.
findClass(String) - Method in class org.apache.directory.shared.ldap.schemaloader.AttributeClassLoader
findProperties(File, String) - Static method in class org.apache.directory.shared.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.util.PropertiesUtils
Loads a properties object in a properties file if it exists relative to the filename ${user.home}.
finishDecode(IoSession, ProtocolDecoderOutput) - Method in class org.apache.directory.shared.ldap.codec.protocol.mina.LdapProtocolDecoder
finishedParse(String) - Method in class org.apache.directory.shared.ldap.model.schema.parsers.ConsoleParserMonitor
 
finishedParse(String) - Method in interface org.apache.directory.shared.ldap.model.schema.parsers.ParserMonitor
Called when parsing is finished.
finishedParse(String) - Method in class org.apache.directory.shared.ldap.model.schema.parsers.ParserMonitorAdapter
Called when parsing is finished.
first() - Method in class org.apache.directory.ldap.client.api.EntryCursorImpl
This operation is not supported in SearchCursor.
first() - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
This operation is not supported in SearchCursor.
first() - Method in interface org.apache.directory.shared.ldap.model.cursor.Cursor
Positions this Cursor at the first element.
first() - Method in class org.apache.directory.shared.ldap.model.cursor.EmptyCursor
Positions this Cursor at the first element.
first() - Method in class org.apache.directory.shared.ldap.model.cursor.ListCursor
Positions this Cursor at the first element.
first() - Method in class org.apache.directory.shared.ldap.model.cursor.SingletonCursor
Positions this Cursor at the first element.
FORM - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
formatHtml(String, boolean, boolean, boolean) - Static method in class org.apache.directory.shared.util.Strings
This method is used to insert HTML block dynamically
FQCN - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
FQCN_IDENTIFIER - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
FQCN_LETTER - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
FQCN_LETTERORDIGIT - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
FQCN_VALUE - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
fromJndi(ExtendedResponse) - Method in interface org.apache.directory.shared.ldap.codec.api.LdapApiService
Creates a model ExtendedResponse from the JNDI ExtendedResponse.
fromJndi(ExtendedRequest) - Method in interface org.apache.directory.shared.ldap.codec.api.LdapApiService
Creates a model ExtendedResponse from the JNDI ExtendedResponse.
fromJndi(ExtendedResponse) - Method in class org.apache.directory.shared.ldap.codec.osgi.DefaultLdapCodecService
Creates a model ExtendedResponse from the JNDI ExtendedResponse.
fromJndi(ExtendedRequest) - Method in class org.apache.directory.shared.ldap.codec.osgi.DefaultLdapCodecService
Creates a model ExtendedResponse from the JNDI ExtendedResponse.
fromJndi(ExtendedResponse) - Method in class org.apache.directory.shared.ldap.codec.standalone.StandaloneLdapApiService
Creates a model ExtendedResponse from the JNDI ExtendedResponse.
fromJndi(ExtendedRequest) - Method in class org.apache.directory.shared.ldap.codec.standalone.StandaloneLdapApiService
Creates a model ExtendedResponse from the JNDI ExtendedResponse.
fromJndiControl(Control) - Method in interface org.apache.directory.shared.ldap.codec.api.LdapApiService
Creates a model control from the JNDI control.
fromJndiControl(Control) - Method in class org.apache.directory.shared.ldap.codec.osgi.DefaultLdapCodecService
Creates a model control from the JNDI control.
fromJndiControl(Control) - Method in class org.apache.directory.shared.ldap.codec.standalone.StandaloneLdapApiService
Creates a model control from the JNDI control.
fromJndiControl(LdapApiService, Control) - Static method in class org.apache.directory.shared.ldap.util.JndiUtils
 
fromJndiControls(LdapApiService, Control...) - Static method in class org.apache.directory.shared.ldap.util.JndiUtils
 
fromName(Name) - Static method in class org.apache.directory.shared.ldap.util.JndiUtils
Convert a Name to a Dn
fullyQualifiedStoredProcedureName() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 

G

GENERALIZED_TIME_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
GENERALIZED_TIME_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
GENERALIZED_TIME_ORDERING_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
GENERALIZED_TIME_ORDERING_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
GENERALIZED_TIME_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
GeneralizedTime - Class in org.apache.directory.shared.util
This class represents the generalized time syntax as defined in RFC 4517 section 3.3.13.
GeneralizedTime(Calendar) - Constructor for class org.apache.directory.shared.util.GeneralizedTime
Creates a new instance of GeneralizedTime, based on the given Calendar object.
GeneralizedTime(String) - Constructor for class org.apache.directory.shared.util.GeneralizedTime
Creates a new instance of GeneralizedTime, based on the given generalized time string.
GeneralizedTime.Format - Enum in org.apache.directory.shared.util
The format of the generalized time.
GeneralizedTime.FractionDelimiter - Enum in org.apache.directory.shared.util
The fraction delimiter of the generalized time.
GeneralizedTime.TimeZoneFormat - Enum in org.apache.directory.shared.util
The time zone format of the generalized time.
GeneralizedTimeComparator - Class in org.apache.directory.shared.ldap.model.schema.comparators
A class for the generalizedTimeOrderingMatch matchingRule (RFC 4517, par.
GeneralizedTimeComparator(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.comparators.GeneralizedTimeComparator
The GeneralizedTimeComparator constructor.
GeneralizedTimeNormalizer - Class in org.apache.directory.shared.ldap.model.schema.normalizers
Normalizer which normalize a time following those rules : if minutes are ommited, then they are replaced by 00 if seconds are ommited, then they are replaced by 00 if fraction is 0 or omitted, it is replaced by 000 the time is supposed to be expressed in Zulu (GMT), so increment is applied to hours/days/yeah, and a Z is added at the end
GeneralizedTimeNormalizer() - Constructor for class org.apache.directory.shared.ldap.model.schema.normalizers.GeneralizedTimeNormalizer
Creates a new instance of GeneralizedTimeNormalizer.
GeneralizedTimeSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a generalized time according to RFC 4517.
GeneralizedTimeSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.GeneralizedTimeSyntaxChecker
Creates a new instance of GeneralizedTimeSyntaxChecker.
generateSoapResp - Variable in class org.apache.directory.shared.dsmlv2.engine.Dsmlv2Engine
flag to indicate to generate the response in a SOAP envelope
genericStoredProcedureOption() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
genericStoredProcedureOptionList() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
genericStoredProcedureParameter() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
get() - Method in class org.apache.directory.ldap.client.api.EntryCursorImpl
Gets the object at the current position.
get() - Method in class org.apache.directory.ldap.client.api.future.AddFuture
Get the AddResponse, blocking until one is received.
get(long, TimeUnit) - Method in class org.apache.directory.ldap.client.api.future.AddFuture
Get the AddResponse, blocking until one is received, or until the given timeout is reached.
get() - Method in class org.apache.directory.ldap.client.api.future.BindFuture
Get the BindResponse, blocking until one is received.
get(long, TimeUnit) - Method in class org.apache.directory.ldap.client.api.future.BindFuture
Get the BindResponse, blocking until one is received, or until the given timeout is reached.
get() - Method in class org.apache.directory.ldap.client.api.future.CompareFuture
Get the CompareResponse, blocking until one is received.
get(long, TimeUnit) - Method in class org.apache.directory.ldap.client.api.future.CompareFuture
Get the CompareResponse, blocking until one is received, or until the given timeout is reached.
get() - Method in class org.apache.directory.ldap.client.api.future.DeleteFuture
Get the DeleteResponse, blocking until one is received.
get(long, TimeUnit) - Method in class org.apache.directory.ldap.client.api.future.DeleteFuture
Get the DeleteResponse, blocking until one is received, or until the given timeout is reached.
get() - Method in class org.apache.directory.ldap.client.api.future.ExtendedFuture
Get the ExtendedResponse, blocking until one is received.
get(long, TimeUnit) - Method in class org.apache.directory.ldap.client.api.future.ExtendedFuture
Get the ExtendedResponse, blocking until one is received, or until the given timeout is reached.
get() - Method in class org.apache.directory.ldap.client.api.future.ModifyDnFuture
Get the ModifyDnResponse, blocking until one is received.
get(long, TimeUnit) - Method in class org.apache.directory.ldap.client.api.future.ModifyDnFuture
Get the ModifyDnResponse, blocking until one is received, or until the given timeout is reached.
get() - Method in class org.apache.directory.ldap.client.api.future.ModifyFuture
Get the ModifyResponse, blocking until one is received.
get(long, TimeUnit) - Method in class org.apache.directory.ldap.client.api.future.ModifyFuture
Get the ModifyResponse, blocking until one is received, or until the given timeout is reached.
get() - Method in class org.apache.directory.ldap.client.api.future.ResponseFuture
get(long, TimeUnit) - Method in class org.apache.directory.ldap.client.api.future.ResponseFuture
get() - Method in class org.apache.directory.ldap.client.api.future.SearchFuture
Get the SearchResponse, blocking until one is received.
get(long, TimeUnit) - Method in class org.apache.directory.ldap.client.api.future.SearchFuture
Get the SearchResponse, blocking until one is received, or until the given timeout is reached.
get() - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
Gets the object at the current position.
get(Object) - Method in class org.apache.directory.shared.dsmlv2.AbstractDsmlMessageDecorator
Gets a message scope parameter.
get(Object) - Method in class org.apache.directory.shared.ldap.codec.api.MessageDecorator
Gets a message scope parameter.
get(int) - Static method in enum org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyErrorEnum
 
get() - Method in interface org.apache.directory.shared.ldap.model.cursor.Cursor
Gets the object at the current position.
get() - Method in class org.apache.directory.shared.ldap.model.cursor.EmptyCursor
Gets the object at the current position.
get() - Method in class org.apache.directory.shared.ldap.model.cursor.ListCursor
Gets the object at the current position.
get() - Method in class org.apache.directory.shared.ldap.model.cursor.SingletonCursor
Gets the object at the current position.
get() - Method in interface org.apache.directory.shared.ldap.model.entry.Attribute
Get the first value of this attribute.
get() - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
Get the first value of this attribute.
get(String) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Returns the attribute with the specified alias.
get(AttributeType) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Returns the attribute associated with an AttributeType
get(String) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
Returns the attribute with the specified alias.
get(AttributeType) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
Returns the attribute associated with an AttributeType
get(String) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Returns the attribute with the specified alias.
get(AttributeType) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Returns the attribute associated with an AttributeType
get(Object) - Method in class org.apache.directory.shared.ldap.model.filter.AbstractExprNode
 
get(Object) - Method in interface org.apache.directory.shared.ldap.model.filter.ExprNode
Gets an annotation on the tree by key.
get(String) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
Returns a attribute given it's id
get(Object) - Method in class org.apache.directory.shared.ldap.model.message.AbstractMessage
Gets a message scope parameter.
get(Object) - Method in interface org.apache.directory.shared.ldap.model.message.Message
Gets a message scope parameter.
get(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchemaObjectRegistry
Gets the SchemaObject associated with a given OID.
get(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
Gets the SchemaObject associated with a given OID.
get(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableComparatorRegistry
Gets the SchemaObject associated with a given OID.
get(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITContentRuleRegistry
Gets the SchemaObject associated with a given OID.
get(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITStructureRuleRegistry
Gets the SchemaObject associated with a given OID.
get(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
Gets the SchemaObject associated with a given OID.
get(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
Gets the SchemaObject associated with a given OID.
get(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
Gets the SchemaObject associated with a given OID.
get(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNameFormRegistry
Gets the SchemaObject associated with a given OID.
get(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNormalizerRegistry
Gets the SchemaObject associated with a given OID.
get(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableObjectClassRegistry
Gets the SchemaObject associated with a given OID.
get(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
Gets the SchemaObject associated with a given OID.
get(String) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaObjectRegistry
Gets the SchemaObject associated with a given OID.
get() - Method in class org.apache.directory.shared.ldap.model.schema.SchemaObjectWrapper
 
get(int) - Method in class org.apache.directory.shared.util.ByteBuffer
 
get(Object) - Method in class org.apache.directory.shared.util.PreferencesDictionary
 
get(Properties, String, boolean) - Static method in class org.apache.directory.shared.util.PropertiesUtils
Gets a String property as a boolean returning a defualt if the key is not present.
get(Hashtable<String, Object>, Object, int) - Static method in class org.apache.directory.shared.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.util.PropertiesUtils
 
get(Properties, String, byte) - Static method in class org.apache.directory.shared.util.PropertiesUtils
 
get(Properties, String, char) - Static method in class org.apache.directory.shared.util.PropertiesUtils
 
get(Object) - Method in class org.apache.directory.shared.util.SequencedHashMap
Implements Map.get(Object).
get(int) - Method in class org.apache.directory.shared.util.SequencedHashMap
Gets the key at the specified index.
get(Object) - Method in class org.apache.directory.shared.util.SynchronizedLRUMap
Get the value for a key from the Map.
getAbandonableRequest() - Method in class org.apache.directory.shared.ldap.codec.decorators.AbandonableRequestDecorator
Gets the decorated AbandonableRequest.
getAbandoned() - Method in class org.apache.directory.shared.dsmlv2.request.AbandonRequestDsml
Gets the id of the request operation to terminate.
getAbandoned() - Method in class org.apache.directory.shared.ldap.codec.decorators.AbandonRequestDecorator
Gets the id of the request operation to terminate.
getAbandoned() - Method in interface org.apache.directory.shared.ldap.model.message.AbandonRequest
Gets the id of the request operation to terminate.
getAbandoned() - Method in class org.apache.directory.shared.ldap.model.message.AbandonRequestImpl
Gets the id of the request operation to terminate.
getAbandonedMessageId() - Method in class org.apache.directory.shared.dsmlv2.request.AbandonRequestDsml
Get the abandoned message ID
getAcceptedIssuers() - Method in class org.apache.directory.ldap.client.api.NoVerificationTrustManager
getAction() - Method in class org.apache.directory.shared.asn1.ber.grammar.GrammarTransition
 
getAction() - Method in class org.apache.directory.shared.dsmlv2.GrammarTransition
Gets the action associated with the transition
getActionTime() - Method in class org.apache.directory.shared.ldap.trigger.TriggerSpecification
Gets the action time.
getAddRequestLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.AddRequestDecorator
 
getAddResponse() - Method in class org.apache.directory.shared.ldap.codec.decorators.AddResponseDecorator
 
getAddResponseLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.AddResponseDecorator
 
getAlgorithm(String) - Static method in enum org.apache.directory.shared.ldap.model.constants.LdapSecurityConstants
Get the associated constant from a string
getAliasDerefMode() - Method in class org.apache.directory.shared.ldap.model.message.SearchParams
 
getAllBundleExports(FileFilter, Set<String>) - Static method in class org.apache.directory.shared.util.OsgiUtils
All the packages that are exported from all bundles found on the system classpath.
getAllEnabled() - Method in class org.apache.directory.shared.ldap.model.schema.registries.AbstractSchemaLoader
getAllEnabled() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
 
getAllSchemas() - Method in class org.apache.directory.shared.ldap.model.schema.registries.AbstractSchemaLoader
getAllSchemas() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
 
getAncestorOf(String) - Method in class org.apache.directory.shared.ldap.model.name.Dn
Get the ancestor of a given DN, using the descendant DN.
getAncestorOf(Dn) - Method in class org.apache.directory.shared.ldap.model.name.Dn
Get the ancestor of a given DN, using the descendant DN.
getAndFilter() - Method in class org.apache.directory.shared.dsmlv2.request.AndFilter
Get the AndFilter.
getAndFilter() - Method in class org.apache.directory.shared.ldap.codec.search.AndFilter
Get the AndFilter.
getAnnotations() - Method in class org.apache.directory.shared.ldap.model.filter.AbstractExprNode
Gets the annotations as a Map.
getAny() - Method in class org.apache.directory.shared.ldap.model.filter.SubstringNode
Gets the list of wildcard surrounded any fragments.
getAnySubstrings() - Method in class org.apache.directory.shared.dsmlv2.request.SubstringFilter
Get the internal substrings
getAnySubstrings() - Method in class org.apache.directory.shared.ldap.codec.search.SubstringFilter
Get the internal substrings
getAppConfigurationEntry(String) - Method in class org.apache.directory.ldap.client.api.Krb5LoginConfiguration
Interface method requiring us to return all the LoginModules we know about.
getApplicableAttributeOids() - Method in class org.apache.directory.shared.ldap.model.schema.MatchingRuleUse
 
getApplicableAttributes() - Method in class org.apache.directory.shared.ldap.model.schema.MatchingRuleUse
 
getAssertion() - Method in class org.apache.directory.shared.dsmlv2.request.AttributeValueAssertionFilter
Get the assertion
getAssertion() - Method in class org.apache.directory.shared.ldap.codec.search.AttributeValueAssertionFilter
Get the assertion
getAssertion() - Method in class org.apache.directory.shared.ldap.model.filter.AssertionNode
Gets the Assertion used by this assertion node.
getAssertionType() - Method in class org.apache.directory.shared.ldap.model.filter.AbstractExprNode
 
getAssertionType() - Method in interface org.apache.directory.shared.ldap.model.filter.ExprNode
Gets the assertion type of this node.
getAssertionValue() - Method in class org.apache.directory.shared.dsmlv2.request.AttributeValueAssertion
Get the assertion value
getAssertionValue() - Method in class org.apache.directory.shared.dsmlv2.request.CompareRequestDsml
Gets the attribute value to use in making the comparison.
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.decorators.CompareRequestDecorator
Gets the attribute value to use in making the comparison.
getAssertionValue() - Method in interface org.apache.directory.shared.ldap.model.message.CompareRequest
Gets the attribute value to use in making the comparison.
getAssertionValue() - Method in class org.apache.directory.shared.ldap.model.message.CompareRequestImpl
Gets the attribute value to use in making the comparison.
getAssignmentCompatibleMethod(Class<?>, String, Class<?>[]) - Static method in class org.apache.directory.shared.util.MethodUtils
A replacement for Class.getMethod(java.lang.String, java.lang.Class<?>...) with extended capability.
getAttribute() - Method in class org.apache.directory.shared.ldap.model.entry.DefaultModification
getAttribute() - Method in interface org.apache.directory.shared.ldap.model.entry.Modification
 
getAttribute() - Method in class org.apache.directory.shared.ldap.model.filter.LeafNode
Gets the attribute this leaf node is based on.
getAttributeDesc() - Method in class org.apache.directory.shared.dsmlv2.request.AttributeValueAssertion
Get the attribute description
getAttributeDesc() - Method in class org.apache.directory.shared.dsmlv2.request.CompareRequestDsml
Get the attribute description
getAttributeDesc() - Method in class org.apache.directory.shared.ldap.codec.AttributeValueAssertion
Get the attribute description
getAttributeDescription() - Method in class org.apache.directory.shared.dsmlv2.request.PresentFilter
Get the attribute
getAttributeDescription() - Method in class org.apache.directory.shared.ldap.codec.search.PresentFilter
Get the attribute
getAttributeDescriptionListLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
 
getAttributeId() - Method in class org.apache.directory.shared.dsmlv2.request.CompareRequestDsml
Gets the attribute id use in making the comparison.
getAttributeId() - Method in class org.apache.directory.shared.ldap.codec.decorators.CompareRequestDecorator
Gets the attribute id use in making the comparison.
getAttributeId() - Method in interface org.apache.directory.shared.ldap.model.message.CompareRequest
Gets the attribute id use in making the comparison.
getAttributeId() - Method in class org.apache.directory.shared.ldap.model.message.CompareRequestImpl
Gets the attribute id use in making the comparison.
getAttributeLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultEntryDecorator
 
getAttributes() - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
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.codec.decorators.SearchRequestDecorator
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.model.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.model.message.SearchRequestImpl
Gets a list of the attributes to be returned from each entry which matches the search filter.
getAttributes() - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl
 
getAttributesLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.AddRequestDecorator
 
getAttributesLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultEntryDecorator
 
getAttributeType() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.MaxValueCountElem
Gets the attribute to limit the maximum count.
getAttributeType() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.RestrictedByElem
Gets the attribute type to restrict.
getAttributeType() - Method in class org.apache.directory.shared.ldap.model.entry.AbstractValue
Get the associated AttributeType
getAttributeType() - Method in interface org.apache.directory.shared.ldap.model.entry.Attribute
Get the attribute type associated with this EntryAttribute.
getAttributeType() - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
Get the attribute type associated with this EntryAttribute.
getAttributeType(String) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Returns the attributeType from an Attribute ID.
getAttributeType() - Method in class org.apache.directory.shared.ldap.model.entry.DefaultModification
getAttributeType() - Method in interface org.apache.directory.shared.ldap.model.entry.Value
Get the associated AttributeType
getAttributeType() - Method in class org.apache.directory.shared.ldap.model.filter.LeafNode
Gets the attributeType this leaf node is based on.
getAttributeType() - Method in class org.apache.directory.shared.ldap.model.name.Ava
 
getAttributeType() - Method in class org.apache.directory.shared.ldap.model.schema.AttributeTypeOptions
 
getAttributeType(SchemaManager, Entry, Registries, String) - Method in interface org.apache.directory.shared.ldap.model.schema.EntityFactory
Construct an AttributeType from an entry representing an AttributeType.
getAttributeType(String) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Get an AttributeType in the AttributeType registry.
getAttributeType(SchemaManager, Entry, Registries, String) - Method in class org.apache.directory.shared.ldap.schemaloader.SchemaEntityFactory
Construct an AttributeType from an entry representing an AttributeType.
getAttributeType(String) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Get an AttributeType in the AttributeType registry.
getAttributeTypeOid() - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.OidNormalizer
Get the current name
getAttributeTypeRegistry() - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
 
getAttributeTypeRegistry() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Get an immutable reference on the AttributeType registry
getAttributeTypeRegistry() - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Get an immutable reference on the AttributeType registry
getAttributeTypes() - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Gets all the attributes type
getAttributeTypes() - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
Gets all the attributes type
getAttributeTypes() - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Gets all the attributes type
getAttributeTypes() - Method in class org.apache.directory.shared.ldap.model.schema.parsers.OpenLdapSchemaParser
Gets the attribute types.
getAttrIdBytes() - Method in class org.apache.directory.shared.ldap.codec.decorators.CompareRequestDecorator
Gets the attribute id bytes use in making the comparison.
getAttrValBytes() - Method in class org.apache.directory.shared.ldap.codec.decorators.CompareRequestDecorator
Gets the attribute value bytes use in making the comparison.
getAuthenticationLevel() - Method in class org.apache.directory.shared.ldap.aci.ACIItem
Gets the level of authentication required to this item.
getAuthenticationLevel() - Method in class org.apache.directory.shared.ldap.aci.ACITuple
Gets the level of authentication required.
getAuthorizationId() - Method in class org.apache.directory.ldap.client.api.SaslRequest
Gets the authorization ID.
getAuxObjectClasses() - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
 
getAuxObjectClassOids() - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
 
getAva(String) - Method in class org.apache.directory.shared.ldap.model.name.Rdn
Get the Ava which type is given as an argument.
getAva() - Method in class org.apache.directory.shared.ldap.model.name.Rdn
Return the unique Ava, or the first one of we have more than one
getAvaLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.CompareRequestDecorator
 
getBase() - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
Gets the search base as a distinguished name.
getBase() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
Gets the search base as a distinguished name.
getBase() - Method in interface org.apache.directory.shared.ldap.model.message.SearchRequest
Gets the search base as a distinguished name.
getBase() - Method in class org.apache.directory.shared.ldap.model.message.SearchRequestImpl
Gets the search base as a distinguished name.
getBase() - Method in class org.apache.directory.shared.ldap.model.subtree.BaseSubtreeSpecification
 
getBase() - Method in interface org.apache.directory.shared.ldap.model.subtree.SubtreeSpecification
Gets an Rdn relative to the administrative context where the subtree scope begins.
getBaseDn() - Method in class org.apache.directory.shared.ldap.model.filter.ScopeNode
Gets the base dn.
getBaseObject() - Method in class org.apache.directory.shared.ldap.trigger.StoredProcedureSearchContextOption
Gets the base object.
getBatchRequest() - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2Container
Gets the DSML Batch Request
getBatchRequest() - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2Parser
Gets the Batch Request or null if the it has not been parsed yet
getBatchResponse() - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2Container
Gets the DSML Batch Response
getBatchResponse() - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2ResponseParser
Gets the Batch Response or null if the it has not been parsed yet
getBatchResponse() - Method in class org.apache.directory.shared.dsmlv2.engine.Dsmlv2Engine
 
getBestEstimate(Throwable, MessageTypeEnum) - Static method in enum org.apache.directory.shared.ldap.model.message.ResultCodeEnum
Takes a guess at the result code to use if it cannot figure it out from known Throwable to result code mappings.
getBindRequestLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.BindRequestDecorator
 
getBindResponseLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.BindResponseDecorator
 
getBit(int) - Method in class org.apache.directory.shared.asn1.util.BitString
Get the bit stored into the BitString at a specific position.
getBundleExports(File) - Static method in class org.apache.directory.shared.util.OsgiUtils
Gets the attribute value for the Export-Bundle OSGi Manifest Attribute.
getBundles() - Method in class org.apache.directory.shared.ldap.codec.standalone.LdapCodecActivator
Gets the Bundles installed.
getBytecode() - Method in class org.apache.directory.shared.ldap.model.schema.LoadableSchemaObject
 
getBytes(int) - Static method in class org.apache.directory.shared.asn1.ber.tlv.TLV
Utility function that return a byte array representing the length
getBytes(int) - Static method in class org.apache.directory.shared.asn1.ber.tlv.Value
Utility function that return a byte array representing the Value We must respect the ASN.1 BER encoding scheme :
getBytes(long) - Static method in class org.apache.directory.shared.asn1.ber.tlv.Value
Utility function that return a byte array representing the Value.
getBytes() - Method in class org.apache.directory.shared.ldap.model.csn.Csn
Get the CSN as a byte array.
getBytes() - Method in class org.apache.directory.shared.ldap.model.entry.AbstractValue
Get the wrapped value as a byte[].
getBytes() - Method in interface org.apache.directory.shared.ldap.model.entry.Attribute
Get the byte[] value, if and only if the value is known to be Binary, otherwise a InvalidAttributeValueException will be thrown
getBytes() - Method in class org.apache.directory.shared.ldap.model.entry.BinaryValue
Get the wrapped value as a byte[].
getBytes() - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
Get the byte[] value, if and only if the value is known to be Binary, otherwise a InvalidAttributeValueException will be thrown
getBytes() - Method in class org.apache.directory.shared.ldap.model.entry.StringValue
Get the wrapped value as a byte[].
getBytes() - Method in interface org.apache.directory.shared.ldap.model.entry.Value
Get the wrapped value as a byte[].
getBytes(Dn) - Static method in class org.apache.directory.shared.ldap.model.name.Dn
Get an UTF-8 representation of the normalized form of the Dn
getBytesCopy() - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl
 
getBytesReference() - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl
 
getBytesUtf8(String) - Static method in class org.apache.directory.shared.asn1.util.Asn1StringUtils
Return UTF-8 encoded byte[] representation of a String
getBytesUtf8(String) - Static method in class org.apache.directory.shared.util.Strings
Return UTF-8 encoded byte[] representation of a String
getCalendar() - Method in class org.apache.directory.shared.util.GeneralizedTime
Gets the calendar.
getCancel() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.CancelContainer
 
getCancelId() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.Cancel
Get the message Id of the request to cancel
getCancelId() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.CancelRequestDecorator
 
getCancelId() - Method in interface org.apache.directory.shared.ldap.extras.extended.CancelRequest
 
getCancelId() - Method in class org.apache.directory.shared.ldap.extras.extended.CancelRequestImpl
 
getCause() - Method in class org.apache.directory.ldap.client.api.future.ResponseFuture
 
getCause() - Method in interface org.apache.directory.shared.ldap.model.cursor.ClosureMonitor
Gets the cause of the closure.
getCause() - Method in class org.apache.directory.shared.ldap.model.cursor.DefaultClosureMonitor
Gets the cause of the closure.
getCause() - Method in exception org.apache.directory.shared.ldap.model.exception.LdapConfigurationException
 
getCertGenerationObject() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationContainer
 
getCertGenerationObject() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationRequestDecorator
 
getChangeCount() - Method in class org.apache.directory.shared.ldap.model.csn.Csn
 
getChangeLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
 
getChangeNumber() - Method in class org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeDecorator
getChangeNumber() - Method in interface org.apache.directory.shared.ldap.model.message.controls.EntryChange
 
getChangeNumber() - Method in class org.apache.directory.shared.ldap.model.message.controls.EntryChangeImpl
 
getChangesLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
 
getChangeType() - Method in class org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeDecorator
getChangeType() - Method in enum org.apache.directory.shared.ldap.model.ldif.ChangeType
Get's the ordinal value for a ChangeType.
getChangeType(int) - Static method in enum org.apache.directory.shared.ldap.model.ldif.ChangeType
Get the ChangeType instance from an integer value
getChangeType() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
Get the change type
getChangeType(int) - Static method in enum org.apache.directory.shared.ldap.model.message.controls.ChangeType
Gets the changeType enumeration type for an integer value.
getChangeType() - Method in interface org.apache.directory.shared.ldap.model.message.controls.EntryChange
 
getChangeType() - Method in class org.apache.directory.shared.ldap.model.message.controls.EntryChangeImpl
 
getChangeTypes() - Method in class org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchDecorator
 
getChangeTypes() - Method in interface org.apache.directory.shared.ldap.model.message.controls.PersistentSearch
 
getChangeTypes() - Method in class org.apache.directory.shared.ldap.model.message.controls.PersistentSearchImpl
 
getChild(Rdn) - Method in class org.apache.directory.shared.ldap.util.tree.DnNode
Get's a child using an rdn string.
getChildren() - Method in class org.apache.directory.shared.ldap.model.filter.BranchNode
Gets the children below this BranchNode.
getChildren() - Method in class org.apache.directory.shared.ldap.util.tree.DnNode
 
getChopAfterExclusions() - Method in class org.apache.directory.shared.ldap.model.subtree.BaseSubtreeSpecification
 
getChopAfterExclusions() - Method in interface org.apache.directory.shared.ldap.model.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.model.subtree.BaseSubtreeSpecification
 
getChopBeforeExclusions() - Method in interface org.apache.directory.shared.ldap.model.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.ClassesItem
Gets the classes refinement.
getClassFileAsStream(Class<?>) - Static method in class org.apache.directory.shared.ldap.sp.JavaStoredProcUtils
Returns the stream data of a Java class.
getClasspathCandidates(FileFilter) - Static method in class org.apache.directory.shared.util.OsgiUtils
 
getClassType() - Method in class org.apache.directory.shared.converter.schema.ObjectClassHolder
 
getClassType(String) - Static method in enum org.apache.directory.shared.ldap.model.schema.ObjectClassTypeEnum
Gets the objectClass type enumeration of AUXILIARY, STRUCTURAL, or, ABSTRACT.
getCode() - Method in enum org.apache.directory.shared.ldap.aci.GrantAndDenial
Gets the code number of this grant or denial.
getCode() - Method in exception org.apache.directory.shared.ldap.model.exception.LdapSchemaException
Gets the code of the exception.
getCodecFilter() - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
Gets the search filter associated with this search request.
getCodecFilter() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
Gets the search filter associated with this search request.
getCodecService() - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Gets the LDAP CODEC service responsible for encoding and decoding messages.
getCodecService() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Gets the LDAP CODEC service responsible for encoding and decoding messages.
getCodecService() - Method in class org.apache.directory.shared.dsmlv2.AbstractDsmlMessageDecorator
 
getCodecService() - Method in class org.apache.directory.shared.dsmlv2.DsmlControl
Gets the LDAP codec service.
getCodecService() - Method in class org.apache.directory.shared.dsmlv2.reponse.ErrorResponse
 
getCodecService() - Method in class org.apache.directory.shared.ldap.codec.api.ControlDecorator
Gets the codec service responsible for managing the encoding and decoding of the decorated objects.
getCodecService() - Method in interface org.apache.directory.shared.ldap.codec.api.Decorator
Gets the codec service responsible for managing the encoding and decoding of the decorated objects.
getCodecService() - Method in class org.apache.directory.shared.ldap.codec.api.MessageDecorator
Gets the codec service responsible for managing the encoding and decoding of the decorated objects.
getCodecService() - Method in class org.apache.directory.shared.ldap.codec.decorators.LdapResultDecorator
Gets the codec service responsible for managing the encoding and decoding of the decorated objects.
getCodecService() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncDoneValueContainer
 
getCodecService() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueContainer
 
getComparatorRegistry() - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
 
getComparatorRegistry() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Get an immutable reference on the Comparator registry
getComparatorRegistry() - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Get an immutable reference on the Comparator registry
getCompareRequestLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.CompareRequestDecorator
 
getCompareResponseLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.CompareResponseDecorator
 
getConfig() - Method in interface org.apache.directory.ldap.client.api.LdapAsyncConnection
Configuration of LdapNetworkConnection
getConfig() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
gives the configuration information of the connection
getConnection() - Method in class org.apache.directory.ldap.client.api.LdapConnectionPool
Gives a LdapConnection fetched from the pool.
getConnection() - Method in class org.apache.directory.shared.dsmlv2.engine.Dsmlv2Engine
 
getContent() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchema
Gets the set of SchemaObject elements declared in this schema
getContent() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.Schema
Gets the set of SchemaObject elements declared in this schema
getControl(String) - Method in class org.apache.directory.shared.dsmlv2.AbstractDsmlMessageDecorator
Gets the control associated with the given OID.
getControl(String) - Method in class org.apache.directory.shared.ldap.codec.api.MessageDecorator
Gets the control associated with the given OID.
getControl(String) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
 
getControl(String) - Method in class org.apache.directory.shared.ldap.model.message.AbstractMessage
Gets the control associated with the given OID.
getControl(String) - Method in interface org.apache.directory.shared.ldap.model.message.Message
Gets the control associated with the given OID.
getControls() - Method in class org.apache.directory.ldap.client.api.SaslRequest
Gets the controls.
getControls() - Method in class org.apache.directory.shared.dsmlv2.AbstractDsmlMessageDecorator
Gets the controls associated with this message mapped by OID.
getControls() - Method in class org.apache.directory.shared.ldap.codec.api.MessageDecorator
Gets the controls associated with this message mapped by OID.
getControls() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
 
getControls() - Method in class org.apache.directory.shared.ldap.model.message.AbstractMessage
Gets the controls associated with this message mapped by OID.
getControls() - Method in interface org.apache.directory.shared.ldap.model.message.Message
Gets the controls associated with this message mapped by OID.
getControls() - Method in class org.apache.directory.shared.ldap.model.message.SearchParams
 
getControlsLength() - Method in class org.apache.directory.shared.ldap.codec.api.MessageDecorator
 
getCookie() - Method in class org.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsDecorator
 
getCookie() - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncDoneValue
 
getCookie() - Method in class org.apache.directory.shared.ldap.extras.controls.SyncDoneValueImpl
getCookie() - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncInfoValue
 
getCookie() - Method in class org.apache.directory.shared.ldap.extras.controls.SyncInfoValueImpl
getCookie() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncDoneValueDecorator
getCookie() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueDecorator
getCookie() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueDecorator
getCookie() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueDecorator
getCookie() - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncRequestValue
 
getCookie() - Method in class org.apache.directory.shared.ldap.extras.controls.SyncRequestValueImpl
getCookie() - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncStateValue
 
getCookie() - Method in class org.apache.directory.shared.ldap.extras.controls.SyncStateValueImpl
getCookie() - Method in interface org.apache.directory.shared.ldap.model.message.controls.PagedResults
 
getCookie() - Method in class org.apache.directory.shared.ldap.model.message.controls.PagedResultsImpl
 
getCookieValue() - Method in class org.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsDecorator
 
getCookieValue() - Method in interface org.apache.directory.shared.ldap.model.message.controls.PagedResults
 
getCookieValue() - Method in class org.apache.directory.shared.ldap.model.message.controls.PagedResultsImpl
 
getCoreSessionConnection() - Static method in class org.apache.directory.ldap.client.api.LdapConnectionFactory
Gets the core session connection.
getCredentials() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
Gets the credentials.
getCredentials() - Method in class org.apache.directory.ldap.client.api.SaslRequest
Gets the crendentials
getCredentials() - Method in class org.apache.directory.shared.dsmlv2.request.BindRequestDsml
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.codec.decorators.BindRequestDecorator
Gets the simple credentials associated with a simple authentication attempt or null if this request uses SASL authentication mechanisms.
getCredentials() - Method in interface org.apache.directory.shared.ldap.model.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.model.message.BindRequestImpl
Gets the simple credentials associated with a simple authentication attempt or null if this request uses SASL authentication mechanisms.
getCtxName() - Method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.Generic_LDAP_CONTEXT
 
getCurrentAttribute() - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResultEntryDsml
 
getCurrentAttribute() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultEntryDecorator
 
getCurrentAttributeType() - Method in class org.apache.directory.shared.dsmlv2.request.AddRequestDsml
 
getCurrentAttributeType() - Method in class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
Return the current attribute's type
getCurrentAttributeType() - Method in class org.apache.directory.shared.ldap.codec.decorators.AddRequestDecorator
 
getCurrentAttributeType() - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
Return the current attribute's type
getCurrentAttributeType() - Method in class org.apache.directory.shared.ldap.model.message.AddRequestImpl
 
getCurrentControl() - Method in class org.apache.directory.shared.dsmlv2.AbstractDsmlMessageDecorator
Get the current Control Object
getCurrentControl() - Method in class org.apache.directory.shared.ldap.codec.api.LdapMessageContainer
 
getCurrentControl() - Method in class org.apache.directory.shared.ldap.codec.api.MessageDecorator
Get the current Control Object
getCurrentFilter() - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
 
getCurrentFilter() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
 
getCurrentLength() - Method in class org.apache.directory.shared.asn1.AbstractAsn1Object
Get the current object length, which is the sum of all inner length already decoded.
getCurrentLength() - Method in interface org.apache.directory.shared.asn1.Asn1Object
Get the current object length, which is the sum of all inner length already decoded.
getCurrentLength() - Method in class org.apache.directory.shared.asn1.ber.tlv.Value
 
getCurrentParameter() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureRequestDecorator
 
getCurrentRequest() - Method in class org.apache.directory.shared.dsmlv2.request.BatchRequestDsml
Gets the current request
getCurrentResponse() - Method in class org.apache.directory.shared.dsmlv2.reponse.BatchResponseDsml
Gets the current response
getCurrentSearchResultEntry() - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResponse
Gets the Current Search Result Entry
getCurrentSearchResultReference() - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResponse
Gets the current Search Result Reference
getCurrentState() - Method in class org.apache.directory.shared.asn1.ber.grammar.GrammarTransition
 
getCurrentTLV() - Method in class org.apache.directory.shared.asn1.ber.AbstractContainer
Get the current TLV
getCurrentTLV() - Method in interface org.apache.directory.shared.asn1.ber.Asn1Container
Get the currentTLV
getDao() - Method in class org.apache.directory.shared.ldap.model.schema.registries.AbstractSchemaLoader
 
getData() - Method in class org.apache.directory.shared.asn1.ber.tlv.Value
Get the Values'data
getData() - Method in class org.apache.directory.shared.asn1.util.BitString
Get the representation of a BitString.
getDate(String) - Static method in class org.apache.directory.shared.util.DateUtils
 
getDay(String) - Static method in class org.apache.directory.shared.util.DateUtils
 
getDecodeBytes() - Method in class org.apache.directory.shared.asn1.ber.AbstractContainer
 
getDecodeBytes() - Method in interface org.apache.directory.shared.asn1.ber.Asn1Container
 
getDecoder(IoSession) - Method in class org.apache.directory.shared.ldap.codec.protocol.mina.LdapProtocolCodecFactory
Get the LDAP decoder.
getDecorated() - Method in class org.apache.directory.shared.dsmlv2.AbstractDsmlMessageDecorator
Gets the Message this DsmlDecorator decorates.
getDecorated() - Method in class org.apache.directory.shared.dsmlv2.DsmlControl
Gets the Message this DsmlDecorator decorates.
getDecorated() - Method in interface org.apache.directory.shared.dsmlv2.DsmlDecorator
Gets the Message this DsmlDecorator decorates.
getDecorated() - Method in class org.apache.directory.shared.dsmlv2.reponse.ErrorResponse
 
getDecorated() - Method in class org.apache.directory.shared.dsmlv2.reponse.LdapResultDsml
Gets the Message this DsmlDecorator decorates.
getDecorated() - Method in class org.apache.directory.shared.ldap.codec.api.ControlDecorator
Gets the object being decorated by this IDecorator.
getDecorated() - Method in interface org.apache.directory.shared.ldap.codec.api.Decorator
Gets the object being decorated by this IDecorator.
getDecorated() - Method in class org.apache.directory.shared.ldap.codec.api.MessageDecorator
Gets the object being decorated by this IDecorator.
getDecorated() - Method in class org.apache.directory.shared.ldap.codec.decorators.LdapResultDecorator
Gets the object being decorated by this IDecorator.
getDecorator(LdapApiService, Message) - Static method in class org.apache.directory.shared.ldap.codec.api.MessageDecorator
 
getDecorator() - Method in class org.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsContainer
 
getDefault() - Static method in class org.apache.directory.shared.util.DummySSLSocketFactory
Gets the default instance.
getDefaultCharsetName() - Static method in class org.apache.directory.shared.util.Strings
Get the default charset
getDefaultCipherSuites() - Method in class org.apache.directory.shared.util.DummySSLSocketFactory
 
getDefaultLdapHost() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
Gets the default LDAP host.
getDefaultLdapPort() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
Gets the default LDAP port.
getDefaultLdapsPort() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
Gets the default LDAPS port.
getDefaultTimeout() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
Gets the default timeout.
getDelay() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulAction
 
getDelay() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectResponseDecorator
Gets the delay before disconnection, in seconds.
getDelay() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownRequestDecorator
Gets the delay before disconnection, in seconds.
getDelay() - Method in interface org.apache.directory.shared.ldap.extras.extended.GracefulDisconnectResponse
Gets the delay before disconnection, in seconds.
getDelay() - Method in class org.apache.directory.shared.ldap.extras.extended.GracefulDisconnectResponseImpl
 
getDelay() - Method in interface org.apache.directory.shared.ldap.extras.extended.GracefulShutdownRequest
Gets the delay before disconnection, in seconds.
getDelay() - Method in class org.apache.directory.shared.ldap.extras.extended.GracefulShutdownRequestImpl
Gets the delay before disconnection, in seconds.
getDeleteOldRdn() - Method in class org.apache.directory.shared.dsmlv2.request.ModifyDNRequestDsml
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.codec.decorators.ModifyDnRequestDecorator
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 interface org.apache.directory.shared.ldap.model.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.model.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.
getDeleteResponseLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.DeleteResponseDecorator
 
getDenials() - Method in class org.apache.directory.shared.ldap.aci.Permission
Gets the set of denials only.
getDependencies() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchema
Gets the names of other schemas that the objects within this Schema depends upon.
getDependencies() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.Schema
Gets the names of other schemas that the objects within this Schema depends upon.
getDerefAliases() - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
Gets the alias handling parameter.
getDerefAliases() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
Gets the alias handling parameter.
getDerefAliases() - Method in class org.apache.directory.shared.ldap.model.filter.ScopeNode
Gets the alias dereferencing mode type safe enumeration.
getDerefAliases() - Method in interface org.apache.directory.shared.ldap.model.message.SearchRequest
Gets the alias handling parameter.
getDerefAliases() - Method in class org.apache.directory.shared.ldap.model.message.SearchRequestImpl
Gets the alias handling parameter.
getDerefMode(int) - Static method in enum org.apache.directory.shared.ldap.model.message.AliasDerefMode
get the AliasDerefMode corresponding to the integer value passed
getDerefMode(String) - Static method in enum org.apache.directory.shared.ldap.model.message.AliasDerefMode
get the AliasDerefMode corresponding to the string value AliasDerefMode.jndiValue passed
getDescendantElements(Dn) - Method in class org.apache.directory.shared.ldap.util.tree.DnNode
 
getDescendantOf(String) - Method in class org.apache.directory.shared.ldap.model.name.Dn
Get the descendant of a given DN, using the ancestr DN.
getDescendantOf(Dn) - Method in class org.apache.directory.shared.ldap.model.name.Dn
Get the descendant of a given DN, using the ancestr DN.
getDescription() - Method in interface org.apache.directory.shared.converter.schema.SchemaElement
 
getDescription() - Method in class org.apache.directory.shared.converter.schema.SchemaElementImpl
getDescription() - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
Gets a short description about this SchemaObject.
getDescription(AttributeType) - Static method in class org.apache.directory.shared.ldap.model.schema.DescriptionUtils
Generates the description using the AttributeTypeDescription as defined by the syntax: 1.3.6.1.4.1.1466.115.121.1.3.
getDescription(LdapComparator<?>) - Static method in class org.apache.directory.shared.ldap.model.schema.DescriptionUtils
Generates the ComparatorDescription for a LdapComparator.
getDescription(DITContentRule) - Static method in class org.apache.directory.shared.ldap.model.schema.DescriptionUtils
Generates the DITContentRuleDescription for a DITContentRule as defined by the syntax: 1.3.6.1.4.1.1466.115.121.1.16.
getDescription(DITStructureRule) - Static method in class org.apache.directory.shared.ldap.model.schema.DescriptionUtils
Generates the DITStructureRuleDescription for a DITStructureRule as defined by the syntax: 1.3.6.1.4.1.1466.115.121.1.17.
getDescription(MatchingRule) - Static method in class org.apache.directory.shared.ldap.model.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.model.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.model.schema.DescriptionUtils
Generates the NameFormDescription for a NameForm as defined by the syntax: 1.3.6.1.4.1.1466.115.121.1.35.
getDescription(Normalizer) - Static method in class org.apache.directory.shared.ldap.model.schema.DescriptionUtils
Generates the NormalizerDescription for a Normalizer.
getDescription(ObjectClass) - Static method in class org.apache.directory.shared.ldap.model.schema.DescriptionUtils
Generates the ObjectClassDescription for an ObjectClass as defined by the syntax: 1.3.6.1.4.1.1466.115.121.1.37.
getDescription(LdapSyntax) - Static method in class org.apache.directory.shared.ldap.model.schema.DescriptionUtils
Generates the SyntaxDescription for a Syntax as defined by the syntax: 1.3.6.1.4.1.1466.115.121.1.54.
getDescription(SyntaxChecker) - Static method in class org.apache.directory.shared.ldap.model.schema.DescriptionUtils
Generates the SyntaxCheckerDescription for a SyntaxChecker.
getDescription() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
Gets a short description about this SchemaObject.
getDiagnosticMessage() - Method in class org.apache.directory.shared.dsmlv2.reponse.LdapResultDsml
Gets the descriptive diagnostic message associated with the error code.
getDiagnosticMessage() - Method in class org.apache.directory.shared.ldap.codec.decorators.LdapResultDecorator
Gets the descriptive diagnostic message associated with the error code.
getDiagnosticMessage() - Method in interface org.apache.directory.shared.ldap.model.message.LdapResult
Gets the descriptive diagnostic message associated with the error code.
getDiagnosticMessage() - Method in class org.apache.directory.shared.ldap.model.message.LdapResultImpl
Gets the descriptive diagnostic message associated with the error code.
getDisabled() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
 
getDisabled() - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
getDitContentRuleRegistry() - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
 
getDITContentRuleRegistry() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Get an immutable reference on the DITContentRule registry
getDITContentRuleRegistry() - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Get an immutable reference on the DITContentRule registry
getDitStructureRuleRegistry() - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
 
getDITStructureRuleRegistry() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Get an immutable reference on the DITStructureRule registry
getDITStructureRuleRegistry() - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Get an immutable reference on the DITStructureRule registry
getDn() - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Get this entry's Dn.
getDn() - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
Get this entry's Dn.
getDn() - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Get this entry's Dn.
getDn() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
 
getDn(Object) - Method in class org.apache.directory.shared.ldap.model.schema.comparators.UniqueMemberComparator
 
getDn() - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl
 
getDn() - Method in class org.apache.directory.shared.ldap.util.tree.DnNode
 
getElement() - Method in class org.apache.directory.shared.ldap.util.tree.DnNode
 
getElement(Dn) - Method in class org.apache.directory.shared.ldap.util.tree.DnNode
 
getEnabled() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
 
getEnabled() - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
getEnabledCipherSuites() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
Gets the cipher suites which are enabled.
getEncodedValue() - Method in class org.apache.directory.shared.ldap.model.message.controls.OpaqueControl
 
getEncoder(IoSession) - Method in class org.apache.directory.shared.ldap.codec.protocol.mina.LdapProtocolCodecFactory
Get the LDAP encoder.
getEntry() - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
getEntry() - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResultEntryDsml
Get the entry.
getEntry() - Method in class org.apache.directory.shared.dsmlv2.request.AddRequestDsml
Get the entry with its attributes.
getEntry() - Method in class org.apache.directory.shared.dsmlv2.request.DelRequestDsml
Get the entry to be deleted
getEntry() - Method in class org.apache.directory.shared.ldap.codec.decorators.AddRequestDecorator
Gets the entry to add.
getEntry() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultEntryDecorator
Gets the entry.
getEntry() - Method in interface org.apache.directory.shared.ldap.model.cursor.SearchCursor
 
getEntry() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
Get the entry's entry
getEntry() - Method in interface org.apache.directory.shared.ldap.model.message.AddRequest
Gets the entry to add.
getEntry() - Method in class org.apache.directory.shared.ldap.model.message.AddRequestImpl
Gets the entry to add.
getEntry() - Method in interface org.apache.directory.shared.ldap.model.message.SearchResultEntry
Gets the entry.
getEntry() - Method in class org.apache.directory.shared.ldap.model.message.SearchResultEntryImpl
Gets the entry
getEntryChangeDecorator() - Method in class org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeContainer
 
getEntryDn() - Method in class org.apache.directory.shared.dsmlv2.request.AddRequestDsml
Get the added Dn
getEntryDn() - Method in class org.apache.directory.shared.ldap.codec.decorators.AddRequestDecorator
Gets the distinguished name of the entry to add.
getEntryDn() - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncModifyDn
 
getEntryDn() - Method in class org.apache.directory.shared.ldap.extras.controls.SyncModifyDnImpl
getEntryDn() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncModifyDnDecorator
getEntryDn() - Method in interface org.apache.directory.shared.ldap.model.message.AddRequest
Gets the distinguished name of the entry to add.
getEntryDn() - Method in class org.apache.directory.shared.ldap.model.message.AddRequestImpl
Gets the distinguished name of the entry to add.
getEntryLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.AddRequestDecorator
 
getEntryUUID() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueDecorator
getEntryUUID() - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncStateValue
 
getEntryUUID() - Method in class org.apache.directory.shared.ldap.extras.controls.SyncStateValueImpl
getEnum(Map<String, Object>) - Static method in enum org.apache.directory.shared.ldap.model.message.AliasDerefMode
Gets the enumeration from by extracting the value for the JNDI LDAP specific environment property, java.naming.ldap.derefAliases, from the environment.
getEquality() - Method in class org.apache.directory.shared.converter.schema.AttributeTypeHolder
Get the equality Matching Rule
getEquality() - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
Gets the MatchingRule for this AttributeType used for equality matching.
getEqualityName() - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
Gets the Equality Name for this AttributeType's values.
getEqualityOid() - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
Gets the Equality OID for this AttributeType's values.
getError() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifReader
 
getErrorCode() - Method in enum org.apache.directory.shared.i18n.I18n
Getter for the field errorCode.
getErrorMessageBytes() - Method in class org.apache.directory.shared.ldap.codec.decorators.LdapResultDecorator
 
getErrors() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
 
getErrors() - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
getErrorType() - Method in class org.apache.directory.shared.dsmlv2.reponse.ErrorResponse
Gets the type of error response
getEscapedValue() - Method in class org.apache.directory.shared.ldap.model.filter.ExtensibleNode
 
getEscapedValue() - Method in class org.apache.directory.shared.ldap.model.filter.SimpleNode
 
getExpectedLength() - Method in class org.apache.directory.shared.asn1.AbstractAsn1Object
Get the expected object length.
getExpectedLength() - Method in interface org.apache.directory.shared.asn1.Asn1Object
Get the expected object length.
getExpectedLength() - Method in class org.apache.directory.shared.asn1.ber.tlv.TLV
Get the TLV expected length.
getExpectedMatchingRuleLength() - Method in class org.apache.directory.shared.ldap.codec.search.ExtensibleMatchFilter
get the expectedMatchingRuleLength
getExpressions() - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.RegexSyntaxChecker
Get the list of regexp stored into this SyntaxChecker
getExtendedRequestLength() - Method in class org.apache.directory.shared.ldap.codec.api.ExtendedRequestDecorator
 
getExtendedResponseLength() - Method in class org.apache.directory.shared.ldap.codec.api.ExtendedResponseDecorator
 
getExtension(String) - Method in interface org.apache.directory.shared.converter.schema.SchemaElement
 
getExtension(String) - Method in class org.apache.directory.shared.converter.schema.SchemaElementImpl
getExtension(String) - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl
Gets the extension.
getExtensions() - Method in interface org.apache.directory.shared.converter.schema.SchemaElement
 
getExtensions() - Method in class org.apache.directory.shared.converter.schema.SchemaElementImpl
getExtensions() - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
 
getExtensions() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
 
getExtensions() - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl
 
getExtensionValue(String) - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl
Gets the extension value.
getFilter() - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
Gets the search filter associated with this search request.
getFilter() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
Gets the search filter associated with this search request.
getFilter() - Method in interface org.apache.directory.shared.ldap.model.message.SearchRequest
Gets the search filter associated with this search request.
getFilter() - Method in class org.apache.directory.shared.ldap.model.message.SearchRequestImpl
Gets the search filter associated with this search request.
getFilter() - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl
 
getFilterNode() - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
Gets the search filter associated with this search request.
getFilterNode() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
Gets the search filter associated with this search request.
getFilterSet() - Method in class org.apache.directory.shared.dsmlv2.request.ConnectorFilter
Get the list of filters stored in the composite filter
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.dsmlv2.request.AttributeValueAssertionFilter
Get the filter type
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.model.filter.SubstringNode
Gets the final fragment or suffix.
getFinalSubstrings() - Method in class org.apache.directory.shared.dsmlv2.request.SubstringFilter
Get the final substring
getFinalSubstrings() - Method in class org.apache.directory.shared.ldap.codec.search.SubstringFilter
Get the final substring
getFirst() - Method in class org.apache.directory.shared.util.SequencedHashMap
Return the entry for the "oldest" mapping.
getFirstChild() - Method in class org.apache.directory.shared.ldap.model.filter.BranchNode
Convenience method that gets the first child in the children array.
getFirstKey() - Method in class org.apache.directory.shared.util.SequencedHashMap
Return the key for the "oldest" mapping.
getFirstValue() - Method in class org.apache.directory.shared.util.SequencedHashMap
Return the value for the "oldest" mapping.
getForm() - Method in class org.apache.directory.shared.ldap.model.schema.DITStructureRule
 
getFqcn() - Method in class org.apache.directory.shared.ldap.model.schema.LoadableSchemaObject
 
getGeneralizedTime() - Static method in class org.apache.directory.shared.util.DateUtils
Gets the generalized time using the "Z" form of the g-time-zone described by [ SYNTAXES] section 3.3.13, included below:
getGeneralizedTime(Date) - Static method in class org.apache.directory.shared.util.DateUtils
 
getGeneralizedTime(long) - Static method in class org.apache.directory.shared.util.DateUtils
 
getGlobalOidRegistry() - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
 
getGlobalOidRegistry() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Returns a reference to the global OidRegistry
getGlobalOidRegistry() - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Returns a reference to the global OidRegistry
getGraceAuthNsRemaining() - Method in interface org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyResponse
 
getGraceAuthNsRemaining() - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyResponseImpl
getGracefulDisconnect() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectContainer
 
getGracefulShutdown() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownContainer
 
getGrammar() - Method in class org.apache.directory.shared.asn1.ber.AbstractContainer
Get the current grammar
getGrammar() - Method in interface org.apache.directory.shared.asn1.ber.Asn1Container
Get the grammar
getGrammar() - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2Container
Gets the grammar
getGrammarName() - Method in enum org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeStates
Get the grammar name
getGrammarName(Grammar<?>) - Method in enum org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeStates
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsStates
Get the grammar name
getGrammarName(Grammar<?>) - Method in enum org.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsStates
Get the grammar name
getGrammarName() - Method in enum org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchStates
Get the grammar name
getGrammarName(Grammar<?>) - Method in enum org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchStates
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.ldap.codec.controls.search.subentries.SubentriesStates
Get the grammar name
getGrammarName(Grammar<SubentriesContainer>) - Method in enum org.apache.directory.shared.ldap.codec.controls.search.subentries.SubentriesStates
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.ldap.codec.LdapStatesEnum
Get the grammar name
getGrammarName(Grammar<Asn1Container>) - Method in enum org.apache.directory.shared.ldap.codec.LdapStatesEnum
Get the grammar name
getGrammarName(Grammar<?>) - Method in enum org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyStates
getGrammarName(int) - Method in enum org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyStates
getGrammarName(int) - Method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncDoneValueStatesEnum
Get the grammar name
getGrammarName(Grammar) - Method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncDoneValueStatesEnum
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueStatesEnum
Get the grammar name
getGrammarName(Grammar) - Method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueStatesEnum
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncModifyDnStatesEnum
Get the grammar name
getGrammarName(Grammar) - Method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncModifyDnStatesEnum
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueStatesEnum
Get the grammar name
getGrammarName(Grammar) - Method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueStatesEnum
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueStatesEnum
Get the grammar name
getGrammarName(Grammar) - Method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueStatesEnum
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.CancelStatesEnum
Get the grammar name
getGrammarName(Grammar<CancelContainer>) - Method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.CancelStatesEnum
Get the grammar name
getGrammarName(Grammar<CertGenerationContainer>) - Method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationStatesEnum
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationStatesEnum
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectStatesEnum
Get the grammar name
getGrammarName(Grammar<GracefulDisconnectContainer>) - Method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectStatesEnum
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownStatesEnum
Get the grammar name
getGrammarName(Grammar<GracefulShutdownContainer>) - Method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownStatesEnum
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureStatesEnum
Get the grammar name
getGrammarName(Grammar<StoredProcedureContainer>) - Method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureStatesEnum
Get the grammar name
getGrants() - Method in class org.apache.directory.shared.ldap.aci.Permission
Gets the set of grants only.
getGrantsAndDenials() - Method in class org.apache.directory.shared.ldap.aci.Permission
Gets the set of GrantAndDenials.
getHexValue(char, char) - Static method in class org.apache.directory.shared.util.Hex
Translate two chars to an hex value.
getHexValue(byte, byte) - Static method in class org.apache.directory.shared.util.Hex
Translate two bytes to an hex value.
getHexValue(char) - Static method in class org.apache.directory.shared.util.Hex
Return an hex value from a sinle char The char must be in [0-9a-fA-F]
getHost() - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl
 
getHour(String) - Static method in class org.apache.directory.shared.util.DateUtils
 
getId() - Method in class org.apache.directory.shared.asn1.ber.tlv.TLV
 
getId() - Method in interface org.apache.directory.shared.ldap.model.entry.Attribute
Get's the attribute identifier for this entry.
getId() - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
Get's the attribute identifier for this entry.
getIdentificationTag() - Method in class org.apache.directory.shared.ldap.aci.ACIItem
Gets the id string of this item.
getInitial() - Method in class org.apache.directory.shared.ldap.model.filter.SubstringNode
Gets the initial fragment.
getInitialSubstrings() - Method in class org.apache.directory.shared.dsmlv2.request.SubstringFilter
Get the initial substring
getInitialSubstrings() - Method in class org.apache.directory.shared.ldap.codec.search.SubstringFilter
Get the initial substring
getInput() - Method in class org.apache.directory.shared.converter.schema.Schema
 
getInstance() - Static method in class org.apache.directory.shared.dsmlv2.reponse.Dsmlv2ResponseGrammar
Get the instance of this grammar
getInstance() - Static method in class org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeGrammar
This class is a singleton.
getInstance() - Static method in class org.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsGrammar
This class is a singleton.
getInstance() - Static method in class org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchGrammar
This class is a singleton.
getInstance() - Static method in class org.apache.directory.shared.ldap.codec.controls.search.subentries.SubentriesGrammar
This class is a singleton.
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.extras.controls.ppolicy.PasswordPolicyGrammar
 
getInstance() - Static method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncDoneValueGrammar
 
getInstance() - Static method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueGrammar
This class is a singleton.
getInstance() - Static method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncModifyDnGrammar
This class is a singleton.
getInstance() - Static method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueGrammar
This class is a singleton.
getInstance() - Static method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueGrammar
This class is a singleton.
getInstance() - Static method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.CancelGrammar
This class is a singleton.
getInstance() - Static method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationGrammar
This class is a singleton.
getInstance() - Static method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectGrammar
This class is a singleton.
getInstance() - Static method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownGrammar
This class is a singleton.
getInstance() - Static method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureGrammar
Get the instance of this grammar
getIntermediate() - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
getIntermediate() - Method in interface org.apache.directory.shared.ldap.model.cursor.SearchCursor
 
getIntermediateResponseLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.IntermediateResponseDecorator
 
getIssuerDN() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationRequestDecorator
getIssuerDN() - Method in interface org.apache.directory.shared.ldap.extras.extended.CertGenerationRequest
 
getIssuerDN() - Method in class org.apache.directory.shared.ldap.extras.extended.CertGenerationRequestImpl
getItem() - Method in class org.apache.directory.shared.ldap.model.subtree.ItemRefinement
 
getItemPermissions() - Method in class org.apache.directory.shared.ldap.aci.ItemFirstACIItem
Gets the collection of ItemPermissions.
getJavaParameterType(int) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureRequestDecorator
Gets the java parameter type.
getJavaParameterType(int) - Method in interface org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequest
Gets the java parameter type.
getJavaParameterType(int) - Method in class org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequestImpl
Gets the java parameter type.
getJavaParameterValue(int) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureRequestDecorator
Gets the java parameter value.
getJavaParameterValue(int) - Method in interface org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequest
Gets the java parameter value.
getJavaParameterValue(int) - Method in class org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequestImpl
Gets the java parameter value.
getJndiAttributesFromLdif(String) - Static method in class org.apache.directory.shared.ldap.model.ldif.LdifUtils
Convert a LDIF String to a JNDI attributes.
getJndiValue() - Method in enum org.apache.directory.shared.ldap.model.message.AliasDerefMode
 
getKdcHost() - Method in class org.apache.directory.ldap.client.api.GssApiRequest
Gets the KDC host.
getKdcPort() - Method in class org.apache.directory.ldap.client.api.GssApiRequest
Gets the KDC port.
getKey() - Method in class org.apache.directory.shared.ldap.model.cursor.Tuple
Gets the key for this Tuple.
getKey() - Method in interface org.apache.directory.shared.util.KeyValue
Gets the key from the pair.
getKeyAlgorithm() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationRequestDecorator
getKeyAlgorithm() - Method in interface org.apache.directory.shared.ldap.extras.extended.CertGenerationRequest
 
getKeyAlgorithm() - Method in class org.apache.directory.shared.ldap.extras.extended.CertGenerationRequestImpl
getKeyManagers() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
Gets the key managers.
getKeyString(Object) - Method in interface org.apache.directory.shared.ldap.model.cursor.TupleRenderer
Gets the key Object rendered as a String.
getKrb5ConfFilePath() - Method in class org.apache.directory.ldap.client.api.GssApiRequest
Gets the (absolute) path to the 'krb5.conf' file.
getLanguage() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureRequestDecorator
Gets the language.
getLanguage() - Method in interface org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequest
Gets the language.
getLanguage() - Method in class org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequestImpl
Gets the language.
getLanguage() - Method in class org.apache.directory.shared.ldap.trigger.StoredProcedureLanguageSchemeOption
Gets the language.
getLast() - Method in class org.apache.directory.shared.util.SequencedHashMap
Return the entry for the "newest" mapping.
getLastKey() - Method in class org.apache.directory.shared.util.SequencedHashMap
Return the key for the "newest" mapping.
getLastValue() - Method in class org.apache.directory.shared.util.SequencedHashMap
Return the value for the "newest" mapping.
getLdapCodecService() - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2Container
Gets the LdapApiService associated with this Asn1Container.
getLdapCodecService() - Method in class org.apache.directory.shared.dsmlv2.request.Dsmlv2Grammar
 
getLdapCodecService() - Method in class org.apache.directory.shared.ldap.codec.api.LdapMessageContainer
Gets the LdapApiService associated with this Asn1Container.
getLdapComparator() - Method in class org.apache.directory.shared.ldap.model.entry.AbstractValue
Gets a comparator using getMatchingRule() to resolve the matching that the comparator is extracted from.
getLdapComparator(SchemaManager, LdapComparatorDescription, Registries, String) - Method in interface org.apache.directory.shared.ldap.model.schema.EntityFactory
Construct a LdapComparator from a description of a comparator.
getLdapComparator(SchemaManager, Entry, Registries, String) - Method in interface org.apache.directory.shared.ldap.model.schema.EntityFactory
Retrieve and load a Comparator class from the DIT.
getLdapComparator() - Method in class org.apache.directory.shared.ldap.model.schema.MatchingRule
Gets the LdapComparator enabling the use of this MatchingRule for ORDERING and sorted indexing.
getLdapComparator(SchemaManager, LdapComparatorDescription, Registries, String) - Method in class org.apache.directory.shared.ldap.schemaloader.SchemaEntityFactory
Construct a LdapComparator from a description of a comparator.
getLdapComparator(SchemaManager, Entry, Registries, String) - Method in class org.apache.directory.shared.ldap.schemaloader.SchemaEntityFactory
Retrieve and load a Comparator class from the DIT.
getLdapHost() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
Gets the LDAP host.
getLdapOperation() - Method in class org.apache.directory.shared.ldap.trigger.TriggerSpecification
Gets the LDAP operation.
getLdapPort() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
Gets the LDAP port.
getLdapResult() - Method in class org.apache.directory.shared.dsmlv2.reponse.AbstractResultResponseDsml
Gets the LdapResult components of this Response.
getLdapResult() - Method in class org.apache.directory.shared.ldap.codec.decorators.ResponseDecorator
 
getLdapResult() - Method in class org.apache.directory.shared.ldap.model.message.AbstractResultResponse
Gets the LdapResult components of this Response.
getLdapResult() - Method in interface org.apache.directory.shared.ldap.model.message.ResultResponse
Gets the LdapResult components of this Response.
getLdapSyntaxRegistry() - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
 
getLdapSyntaxRegistry() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Get an immutable reference on the LdapSyntax registry
getLdapSyntaxRegistry() - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Get an immutable reference on the LdapSyntax registry
getLdapUrls() - Method in interface org.apache.directory.shared.ldap.model.message.Referral
Gets an unmodifiable set of alternative referral urls.
getLdapUrls() - Method in class org.apache.directory.shared.ldap.model.message.ReferralImpl
Gets an unmodifiable set of alternative referral urls.
getLdapUrlsBytes() - Method in interface org.apache.directory.shared.ldap.model.message.Referral
Gets an unmodifiable set of encoded referral urls.
getLdapUrlsBytes() - Method in class org.apache.directory.shared.ldap.model.message.ReferralImpl
Gets an unmodifiable set of encoded referral urls.
getLdapUrlValue() - Method in enum org.apache.directory.shared.ldap.model.message.SearchScope
Gets the LDAP URL value for the scope: according to RFC 2255 this is either base, one, or sub.
getLength() - Method in class org.apache.directory.shared.asn1.ber.tlv.TLV
 
getLengthBytesRead() - Method in class org.apache.directory.shared.asn1.ber.tlv.TLV
 
getLengthNbBytes() - Method in class org.apache.directory.shared.asn1.ber.tlv.TLV
 
getLevel() - Method in enum org.apache.directory.shared.ldap.model.constants.AuthenticationLevel
 
getLevel(int) - Static method in enum org.apache.directory.shared.ldap.model.constants.AuthenticationLevel
Return the AuthenticationLevel associated with the given numeric level.
getLine() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifReader
gets a line from the underlying data store
getLoadedSchema(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
Gets a schema that has been loaded into these Registries.
getLoadedSchema(String) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Gets a schema that has been loaded into these Registries.
getLoadedSchema(String) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Gets a schema that has been loaded into these Registries.
getLoadedSchemas() - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
Gets an unmodifiable Map of schema names to loaded Schema objects.
getLoader() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
 
getLoader() - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
getLoginContextName() - Method in class org.apache.directory.ldap.client.api.GssApiRequest
Gets the name for the LoginContext object.
getLoginModuleConfiguration() - Method in class org.apache.directory.ldap.client.api.GssApiRequest
Gets the Configuration object for Login Module.
getMatchedDn() - Method in class org.apache.directory.shared.dsmlv2.reponse.LdapResultDsml
Get the matched Dn
getMatchedDn() - Method in class org.apache.directory.shared.ldap.codec.decorators.LdapResultDecorator
Gets the lowest entry in the directory that was matched.
getMatchedDn() - Method in interface org.apache.directory.shared.ldap.model.message.LdapResult
Gets the lowest entry in the directory that was matched.
getMatchedDn() - Method in class org.apache.directory.shared.ldap.model.message.LdapResultImpl
Gets the lowest entry in the directory that was matched.
getMatchedDnBytes() - Method in class org.apache.directory.shared.ldap.codec.decorators.LdapResultDecorator
 
getMatchingRule() - Method in class org.apache.directory.shared.dsmlv2.request.ExtensibleMatchFilter
Get the matchingRule
getMatchingRule() - Method in class org.apache.directory.shared.ldap.codec.search.ExtensibleMatchFilter
Get the matchingRule
getMatchingRule(SchemaManager, Entry, Registries, String) - Method in interface org.apache.directory.shared.ldap.model.schema.EntityFactory
Construct an MatchingRule from an entry get from the Dit
getMatchingRule(SchemaManager, Entry, Registries, String) - Method in class org.apache.directory.shared.ldap.schemaloader.SchemaEntityFactory
Construct an MatchingRule from an entry get from the Dit
getMatchingRuleId() - Method in class org.apache.directory.shared.ldap.model.filter.ExtensibleNode
Gets the matching rule id as an OID string.
getMatchingRuleRegistry() - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
 
getMatchingRuleRegistry() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Get an immutable reference on the MatchingRule registry
getMatchingRuleRegistry() - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Get an immutable reference on the MatchingRule registry
getMatchingRuleUseRegistry() - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
 
getMatchingRuleUseRegistry() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Get an immutable reference on the MatchingRuleUse registry
getMatchingRuleUseRegistry() - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Get an immutable reference on the MatchingRuleUse registry
getMatchValue() - Method in class org.apache.directory.shared.dsmlv2.request.ExtensibleMatchFilter
Get the matchValue
getMatchValue() - Method in class org.apache.directory.shared.ldap.codec.search.ExtensibleMatchFilter
Get the matchValue
getMaxBaseDistance() - Method in class org.apache.directory.shared.ldap.model.subtree.BaseSubtreeSpecification
 
getMaxBaseDistance() - Method in interface org.apache.directory.shared.ldap.model.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.MaxValueCountElem
Gets the maximum count of the attribute allowed.
getMaximumSize() - Method in class org.apache.directory.shared.util.SynchronizedLRUMap
Getter for property maximumSize.
getMaxLengthLength() - Method in class org.apache.directory.shared.asn1.ber.Asn1Decoder
Get the length's Length.
getMaxLengthLength() - Method in interface org.apache.directory.shared.asn1.ber.tlv.TLVBerDecoderMBean
Get the actual maximum number of bytes that can be used to encode the Length
getMaxPDUSize() - Method in class org.apache.directory.shared.asn1.ber.AbstractContainer
 
getMaxPDUSize() - Method in interface org.apache.directory.shared.asn1.ber.Asn1Container
 
getMaxTagLength() - Method in class org.apache.directory.shared.asn1.ber.Asn1Decoder
Get the maximum Tag's length
getMaxTagLength() - Method in interface org.apache.directory.shared.asn1.ber.tlv.TLVBerDecoderMBean
Get the actual maximum number of bytes that can be used to encode the Tag
getMay() - Method in class org.apache.directory.shared.converter.schema.ObjectClassHolder
 
getMayAttributeTypeOids() - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
 
getMayAttributeTypeOids() - Method in class org.apache.directory.shared.ldap.model.schema.NameForm
Gets all the AttributeTypes OIDs of the attribute this NameForm specifies as being usable without requirement in the given objectClass for naming: as part of the Rdn.
getMayAttributeTypeOids() - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
 
getMayAttributeTypes() - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
 
getMayAttributeTypes() - Method in class org.apache.directory.shared.ldap.model.schema.NameForm
Gets all the AttributeTypes of the attribute this NameForm specifies as being useable without requirement in the given objectClass for naming: as part of the Rdn.
getMayAttributeTypes() - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
 
getMessage() - Method in class org.apache.directory.shared.dsmlv2.reponse.ErrorResponse
Gets the message
getMessage() - Method in class org.apache.directory.shared.ldap.codec.api.LdapMessageContainer
 
getMessage() - Method in enum org.apache.directory.shared.ldap.model.message.ResultCodeEnum
 
getMessage() - Method in exception org.apache.directory.shared.ldap.schemaextractor.UniqueResourceException
getMessage() - Method in exception org.apache.directory.shared.util.exception.InvalidCharacterException
 
getMessageId() - Method in class org.apache.directory.ldap.client.api.EntryCursorImpl
getMessageId() - Method in class org.apache.directory.shared.dsmlv2.AbstractDsmlMessageDecorator
Gets the session unique message sequence id for this message.
getMessageId() - Method in class org.apache.directory.shared.ldap.codec.api.LdapMessageContainer
 
getMessageId() - Method in class org.apache.directory.shared.ldap.codec.api.MessageDecorator
Gets the session unique message sequence id for this message.
getMessageId() - Method in exception org.apache.directory.shared.ldap.codec.api.MessageEncoderException
 
getMessageId() - Method in interface org.apache.directory.shared.ldap.model.cursor.EntryCursor
 
getMessageId() - Method in class org.apache.directory.shared.ldap.model.message.AbstractMessage
Gets the session unique message sequence id for this message.
getMessageId() - Method in interface org.apache.directory.shared.ldap.model.message.Message
Gets the session unique message sequence id for this message.
getMessageLength() - Method in class org.apache.directory.shared.ldap.codec.api.MessageDecorator
 
getMicroOperation() - Method in enum org.apache.directory.shared.ldap.aci.GrantAndDenial
Gets the MicroOperation related with this grant or denial.
getMicroOperations() - Method in class org.apache.directory.shared.ldap.aci.ACITuple
Gets the collection of MicroOperations this tuple relates.
getMinBaseDistance() - Method in class org.apache.directory.shared.ldap.model.subtree.BaseSubtreeSpecification
 
getMinBaseDistance() - Method in interface org.apache.directory.shared.ldap.model.subtree.SubtreeSpecification
Gets the distance at which to start including entries in the subtree.
getMinutes(String) - Static method in class org.apache.directory.shared.util.DateUtils
 
getModDnType() - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncModifyDn
 
getModDnType() - Method in class org.apache.directory.shared.ldap.extras.controls.SyncModifyDnImpl
getModDnType() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncModifyDnDecorator
getMode() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueDecorator
getMode() - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncRequestValue
 
getMode() - Method in class org.apache.directory.shared.ldap.extras.controls.SyncRequestValueImpl
getModificationArray() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
Gets the modification items as an array.
getModificationLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
 
getModifications() - Method in class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
Gets an immutable Collection of modification items representing the atomic changes to perform on the candidate entry to modify.
getModifications() - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
Gets an immutable Collection of modification items representing the atomic changes to perform on the candidate entry to modify.
getModifications() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
 
getModifications() - Method in interface org.apache.directory.shared.ldap.model.message.ModifyRequest
Gets an immutable Collection of modification items representing the atomic changes to perform on the candidate entry to modify.
getModifications() - Method in class org.apache.directory.shared.ldap.model.message.ModifyRequestImpl
Gets an immutable Collection of modification items representing the atomic changes to perform on the candidate entry to modify.
getModifyDnResponseLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyDnRequestDecorator
Stores the encoded length for the ModifyDnRequest
getModifyDnResponseLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyDnResponseDecorator
Stores the encoded length for the ModifyDnResponse
getModifyDnType(int) - Static method in enum org.apache.directory.shared.ldap.extras.controls.SyncModifyDnType
 
getModifyRequestLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
 
getModifyResponseLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyResponseDecorator
 
getMonth(String) - Static method in class org.apache.directory.shared.util.DateUtils
 
getMust() - Method in class org.apache.directory.shared.converter.schema.ObjectClassHolder
 
getMustAttributeTypeOids() - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
 
getMustAttributeTypeOids() - Method in class org.apache.directory.shared.ldap.model.schema.NameForm
Gets all the AttributeTypes OIDs of the attributes this NameForm specifies as having to be used in the given objectClass for naming: as part of the Rdn.
getMustAttributeTypeOids() - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
 
getMustAttributeTypes() - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
 
getMustAttributeTypes() - Method in class org.apache.directory.shared.ldap.model.schema.NameForm
Gets all the AttributeTypes of the attributes this NameForm specifies as having to be used in the given objectClass for naming: as part of the Rdn.
getMustAttributeTypes() - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
 
getName() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
Gets the name that is used to authenticate the user.
getName() - Method in class org.apache.directory.shared.asn1.ber.grammar.AbstractGrammar
Return the grammar's name
getName() - Method in interface org.apache.directory.shared.asn1.ber.grammar.Grammar
Get the grammar name
getName() - Method in class org.apache.directory.shared.converter.schema.Schema
 
getName() - Method in class org.apache.directory.shared.dsmlv2.AbstractGrammar
Return the grammar's name
getName() - Method in interface org.apache.directory.shared.dsmlv2.Grammar
Get the grammar name
getName() - Method in class org.apache.directory.shared.dsmlv2.request.BindRequestDsml
Gets the distinguished name of the subject in this authentication request.
getName() - Method in class org.apache.directory.shared.dsmlv2.request.CompareRequestDsml
Get the entry to be compared
getName() - Method in class org.apache.directory.shared.dsmlv2.request.DelRequestDsml
Gets the distinguished name of the leaf entry to be deleted by this request.
getName() - Method in class org.apache.directory.shared.dsmlv2.request.ModifyDNRequestDsml
Get the modification's Dn
getName() - Method in class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
Gets the distinguished name of the entry to be modified by this request.
getName() - Method in class org.apache.directory.shared.dsmlv2.Tag
Gets the name of the tag
getName() - Method in enum org.apache.directory.shared.ldap.aci.GrantAndDenial
Gets the name of this grant or denial.
getName() - Method in enum org.apache.directory.shared.ldap.aci.MicroOperation
Gets the name of this micro-operation.
getName() - Method in class org.apache.directory.shared.ldap.codec.decorators.BindRequestDecorator
Gets the distinguished name of the subject in this authentication request.
getName() - Method in class org.apache.directory.shared.ldap.codec.decorators.CompareRequestDecorator
Gets the distinguished name of the entry to be compared using the attribute value assertion.
getName() - Method in class org.apache.directory.shared.ldap.codec.decorators.DeleteRequestDecorator
Gets the distinguished name of the leaf entry to be deleted by this request.
getName() - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyDnRequestDecorator
Gets the entry's distinguished name representing the entry PDU field.
getName() - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
Gets the distinguished name of the entry to be modified by this request.
getName() - Method in enum org.apache.directory.shared.ldap.model.constants.AuthenticationLevel
 
getName() - Method in enum org.apache.directory.shared.ldap.model.constants.LdapSecurityConstants
 
getName() - Method in enum org.apache.directory.shared.ldap.model.constants.Loggers
 
getName() - Method in interface org.apache.directory.shared.ldap.model.message.BindRequest
Gets the distinguished name of the subject in this authentication request.
getName() - Method in class org.apache.directory.shared.ldap.model.message.BindRequestImpl
Gets the distinguished name of the subject in this authentication request.
getName() - Method in interface org.apache.directory.shared.ldap.model.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.model.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.model.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.model.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.model.message.ModifyDnRequest
Gets the entry's distinguished name representing the entry PDU field.
getName() - Method in class org.apache.directory.shared.ldap.model.message.ModifyDnRequestImpl
Gets the entry's distinguished name representing the entry PDU field.
getName() - Method in interface org.apache.directory.shared.ldap.model.message.ModifyRequest
Gets the distinguished name of the entry to be modified by this request.
getName() - Method in class org.apache.directory.shared.ldap.model.message.ModifyRequestImpl
Gets the distinguished name of the entry to be modified by this request.
getName() - Method in class org.apache.directory.shared.ldap.model.name.Dn
Get the user provided Dn
getName() - Method in class org.apache.directory.shared.ldap.model.name.Rdn
 
getName() - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
Gets the first name in the set of short names for this SchemaObject if any exists for it.
getName() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
Gets the first name in the set of short names for this SchemaObject if any exists for it.
getName() - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.OpenLdapObjectIdentifierMacro
Gets the name.
getName() - Method in class org.apache.directory.shared.ldap.trigger.ActionTime
Returns the name of this action time.
getName() - Method in enum org.apache.directory.shared.ldap.trigger.LdapOperation
 
getName() - Method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter
Returns the name of this Stored Procedure Parameter.
getName() - Method in class org.apache.directory.shared.ldap.trigger.TriggerSpecification.SPSpec
Gets the name.
getNameFormRegistry() - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
 
getNameFormRegistry() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Get an immutable reference on the NameForm registry
getNameFormRegistry() - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Get an immutable reference on the NameForm registry
getNames() - Method in interface org.apache.directory.shared.converter.schema.SchemaElement
 
getNames() - Method in class org.apache.directory.shared.converter.schema.SchemaElementImpl
 
getNames() - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
Gets short names for this SchemaObject if any exists for it, otherwise, returns an empty list.
getNames() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
Gets short names for this SchemaObject if any exists for it, otherwise, returns an empty list.
getNameSet(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.OidRegistry
Gets the names associated with an OID.
getNamingContext() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
 
getNamingContext() - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
 
getNbBytes(int) - Static method in class org.apache.directory.shared.asn1.ber.tlv.TLV
Utility function that return the number of bytes necessary to store the length
getNbBytes(int) - Static method in class org.apache.directory.shared.asn1.ber.tlv.Value
Utility function that return the number of bytes necessary to store an integer value.
getNbBytes(long) - Static method in class org.apache.directory.shared.asn1.ber.tlv.Value
Utility function that return the number of bytes necessary to store a long value.
getNbBytes(Dn) - Static method in class org.apache.directory.shared.ldap.model.name.Dn
Get the number of bytes necessary to store this Dn
getNbBytes() - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl
 
getNetworkConnection(String, int) - Static method in class org.apache.directory.ldap.client.api.LdapConnectionFactory
Gets the network connection.
getNewRDN() - Method in class org.apache.directory.shared.dsmlv2.request.ModifyDNRequestDsml
Get the new Rdn
getNewRdn() - Method in class org.apache.directory.shared.dsmlv2.request.ModifyDNRequestDsml
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.codec.decorators.ModifyDnRequestDecorator
Gets the new relative distinguished name for the entry which represents the PDU's newrdn field.
getNewRdn() - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncModifyDn
 
getNewRdn() - Method in class org.apache.directory.shared.ldap.extras.controls.SyncModifyDnImpl
getNewRdn() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncModifyDnDecorator
getNewRdn() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
 
getNewRdn() - Method in interface org.apache.directory.shared.ldap.model.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.model.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.dsmlv2.request.ModifyDNRequestDsml
Get the newSuperior
getNewSuperior() - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyDnRequestDecorator
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.model.ldif.LdifEntry
 
getNewSuperior() - Method in interface org.apache.directory.shared.ldap.model.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.model.message.ModifyDnRequestImpl
Gets the optional distinguished name of the new superior entry where the candidate entry is to be moved.
getNewSuperiorDn() - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncModifyDn
 
getNewSuperiorDn() - Method in class org.apache.directory.shared.ldap.extras.controls.SyncModifyDnImpl
getNewSuperiorDn() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncModifyDnDecorator
getNewTlvId() - Method in class org.apache.directory.shared.asn1.ber.AbstractContainer
Return a new ID and increment the counter
getNewTlvId() - Method in interface org.apache.directory.shared.asn1.ber.Asn1Container
Get a new TLV id
getNextRequest() - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2Parser
Gets the next Request or null if there's no more request
getNextResponse() - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2ResponseParser
Returns the next Request or null if there's no more request
getNextState() - Method in class org.apache.directory.shared.dsmlv2.GrammarTransition
Gets the target state
getNode(Dn) - Method in class org.apache.directory.shared.ldap.util.tree.DnNode
Get the Node for a given Dn, if present in the tree.
For instance, if we have stored dc=acme, dc=org into the tree, the Dn: ou=example, dc=acme, dc=org will have a parent, and dc=acme, dc=org will be returned.
getNormalizedFilter(SchemaManager, String) - Static method in class org.apache.directory.shared.ldap.model.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.model.filter.BranchNormalizedVisitor
Normalizes a filter expression to a canonical representation while retaining logical meaning of the expression.
getNormalizer(SchemaManager, NormalizerDescription, Registries, String) - Method in interface org.apache.directory.shared.ldap.model.schema.EntityFactory
Create a new instance of a Normalizer
getNormalizer(SchemaManager, Entry, Registries, String) - Method in interface org.apache.directory.shared.ldap.model.schema.EntityFactory
Retrieve and load a Normalizer class from the DIT.
getNormalizer() - Method in class org.apache.directory.shared.ldap.model.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.model.schema.normalizers.OidNormalizer
Get the normalizer
getNormalizer(SchemaManager, NormalizerDescription, Registries, String) - Method in class org.apache.directory.shared.ldap.schemaloader.SchemaEntityFactory
Create a new instance of a Normalizer
getNormalizer(SchemaManager, Entry, Registries, String) - Method in class org.apache.directory.shared.ldap.schemaloader.SchemaEntityFactory
Retrieve and load a Normalizer class from the DIT.
getNormalizerMapping() - Method in interface org.apache.directory.shared.ldap.model.schema.NormalizerMappingResolver
 
getNormalizerMapping() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.AttributeTypeRegistry
Gets an oid/name to normalizer mapping used to normalize distinguished names.
getNormalizerMapping() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultAttributeTypeRegistry
Gets an oid/name to normalizer mapping used to normalize distinguished names.
getNormalizerMapping() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
Gets an oid/name to normalizer mapping used to normalize distinguished names.
getNormalizerMapping() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Get an immutable reference on the Normalizer mapping
getNormalizerMapping() - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Get an immutable reference on the Normalizer mapping
getNormalizerRegistry() - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
 
getNormalizerRegistry() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Get an immutable reference on the Normalizer registry
getNormalizerRegistry() - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Get an immutable reference on the Normalizer registry
getNormName() - Method in class org.apache.directory.shared.ldap.model.name.Ava
Get the normalized Name of a Ava
getNormName() - Method in class org.apache.directory.shared.ldap.model.name.Dn
Get the normalized Dn.
getNormName() - Method in class org.apache.directory.shared.ldap.model.name.Rdn
 
getNormReference() - Method in class org.apache.directory.shared.ldap.model.entry.AbstractValue
Gets a reference to the the normalized (canonical) representation for the wrapped value.
getNormReference() - Method in interface org.apache.directory.shared.ldap.model.entry.Value
Gets a reference to the the normalized (canonical) representation for the wrapped value.
getNormType() - Method in class org.apache.directory.shared.ldap.model.name.Ava
Get the normalized type of a Ava
getNormType() - Method in class org.apache.directory.shared.ldap.model.name.Rdn
Return the normalized type, or the first one of we have more than one (the lowest)
getNormValue() - Method in class org.apache.directory.shared.ldap.model.entry.BinaryValue
Gets a direct reference to the normalized representation for the wrapped value of this ServerValue wrapper.
getNormValue() - Method in class org.apache.directory.shared.ldap.model.entry.StringValue
Gets the normalized (canonical) representation for the wrapped string.
getNormValue() - Method in interface org.apache.directory.shared.ldap.model.entry.Value
Gets the normalized (canonical) representation for the wrapped string.
getNormValue() - Method in class org.apache.directory.shared.ldap.model.name.Ava
Get the Value of a Ava
getNormValue() - Method in class org.apache.directory.shared.ldap.model.name.Rdn
Return the normalized value, or the first one of we have more than one (the lowest)
getNotAttributeTypeOids() - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
 
getNotAttributeTypes() - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
 
getNotFilter() - Method in class org.apache.directory.shared.dsmlv2.request.NotFilter
Get the NotFilter
getNotFilter() - Method in class org.apache.directory.shared.ldap.codec.search.NotFilter
Get the NotFilter
getObjectBySchemaName() - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
 
getObjectClass(SchemaManager, Entry, Registries, String) - Method in interface org.apache.directory.shared.ldap.model.schema.EntityFactory
 
getObjectClass(SchemaManager, Entry, Registries, String) - Method in class org.apache.directory.shared.ldap.schemaloader.SchemaEntityFactory
getObjectClassRegistry() - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
 
getObjectClassRegistry() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Get an immutable reference on the ObjectClass registry
getObjectClassRegistry() - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Get an immutable reference on the ObjectClass registry
getObjectClassTypes() - Method in class org.apache.directory.shared.ldap.model.schema.parsers.OpenLdapSchemaParser
Gets the object class types.
getObjectIdentifierMacros() - Method in class org.apache.directory.shared.ldap.model.schema.parsers.OpenLdapSchemaParser
Gets the object identifier macros.
getObjectName() - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResultEntryDsml
Get the entry Dn
getObjectName() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultEntryDecorator
Gets the distinguished name of the entry object returned.
getObjectName() - Method in interface org.apache.directory.shared.ldap.model.message.SearchResultEntry
Gets the distinguished name of the entry object returned.
getObjectName() - Method in class org.apache.directory.shared.ldap.model.message.SearchResultEntryImpl
Gets the distinguished name of the entry object returned.
getObjectNameBytes() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultEntryDecorator
Gets the distinguished name bytes of the entry object returned.
getObjectType() - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
The SchemaObject type : AttributeType DitCOntentRule DitStructureRule LdapComparator (specific to ADS) LdapSyntaxe MatchingRule MatchingRuleUse NameForm Normalizer (specific to ADS) ObjectClass SyntaxChecker (specific to ADS)
getObjectType() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
The SchemaObject type : AttributeType DitCOntentRule DitStructureRule LdapComparator (specific to ADS) LdapSyntaxe MatchingRule MatchingRuleUse NameForm Normalizer (specific to ADS) ObjectClass SyntaxChecker (specific to ADS)
getOid() - Method in class org.apache.directory.shared.asn1.util.Oid
Get an array of bytes from the Oid
getOid() - Method in interface org.apache.directory.shared.converter.schema.SchemaElement
Returns the schema element's OID
getOid() - Method in class org.apache.directory.shared.converter.schema.SchemaElementImpl
Returns the schema element's OID
getOid() - Method in class org.apache.directory.shared.dsmlv2.DsmlControl
getOid() - Method in class org.apache.directory.shared.ldap.codec.api.ControlDecorator
Get the OID
getOid() - Method in interface org.apache.directory.shared.ldap.codec.api.ControlFactory
 
getOid() - Method in interface org.apache.directory.shared.ldap.codec.api.ExtendedRequestFactory
Gets the OID of the extended requests this factory generates.
getOid() - Method in interface org.apache.directory.shared.ldap.codec.api.UnsolicitedResponseFactory
Gets the OID of the ExtendedResponse this factory generates.
getOid() - Method in class org.apache.directory.shared.ldap.codec.controls.cascade.CascadeFactory
getOid() - Method in class org.apache.directory.shared.ldap.codec.controls.manageDsaIT.ManageDsaITFactory
getOid() - Method in class org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeFactory
getOid() - Method in class org.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsFactory
getOid() - Method in class org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchFactory
getOid() - Method in class org.apache.directory.shared.ldap.codec.controls.search.subentries.SubentriesFactory
getOid() - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyFactory
getOid() - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyImpl
getOid() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncDoneValueFactory
getOid() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueFactory
getOid() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncModifyDnFactory
getOid() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueFactory
getOid() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueFactory
getOid() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.CancelFactory
Gets the OID of the extended requests this factory generates.
getOid() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationFactory
Gets the OID of the extended requests this factory generates.
getOid() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectFactory
Gets the OID of the ExtendedResponse this factory generates.
getOid() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownFactory
Gets the OID of the extended requests this factory generates.
getOid() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureFactory
Gets the OID of the extended requests this factory generates.
getOid() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifControl
getOid() - Method in interface org.apache.directory.shared.ldap.model.message.Control
 
getOid() - Method in class org.apache.directory.shared.ldap.model.message.controls.AbstractControl
Get the OID
getOid() - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
Gets usually what is the numeric object identifier assigned to this SchemaObject.
getOid() - Method in class org.apache.directory.shared.ldap.model.schema.DITStructureRule
The DIT structure rule does not have an OID, so this implementations always throws an exception.
getOid() - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.CachingNormalizer
Overrides default behavior by returning the OID of the wrapped Normalizer.
getOid(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
Get an OID from a name.
getOid() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
Gets usually what is the numeric object identifier assigned to this SchemaObject.
getOidByName(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchemaObjectRegistry
Gets the numericOid for a name/alias if one is associated.
getOidByName(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
Gets the numericOid for a name/alias if one is associated.
getOidByName(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableComparatorRegistry
Gets the numericOid for a name/alias if one is associated.
getOidByName(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITContentRuleRegistry
Gets the numericOid for a name/alias if one is associated.
getOidByName(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITStructureRuleRegistry
Gets the numericOid for a name/alias if one is associated.
getOidByName(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
Gets the numericOid for a name/alias if one is associated.
getOidByName(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
Gets the numericOid for a name/alias if one is associated.
getOidByName(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
Gets the numericOid for a name/alias if one is associated.
getOidByName(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNameFormRegistry
Gets the numericOid for a name/alias if one is associated.
getOidByName(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNormalizerRegistry
Gets the numericOid for a name/alias if one is associated.
getOidByName(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableObjectClassRegistry
Gets the numericOid for a name/alias if one is associated.
getOidByName(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
Gets the numericOid for a name/alias if one is associated.
getOidByName(String) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaObjectRegistry
Gets the numericOid for a name/alias if one is associated.
getOidLen() - Method in class org.apache.directory.shared.converter.schema.AttributeTypeHolder
Get the attributeType's syntax length
getOidLength() - Method in class org.apache.directory.shared.asn1.util.Oid
Get the number of bytes necessary to store the Oid
getOidValues() - Method in class org.apache.directory.shared.asn1.util.Oid
Get an array of long from the Oid
getOnError() - Method in class org.apache.directory.shared.dsmlv2.request.BatchRequestDsml
Gets the on error handling type of the request
getOperation() - Method in class org.apache.directory.shared.ldap.model.entry.DefaultModification
getOperation() - Method in interface org.apache.directory.shared.ldap.model.entry.Modification
 
getOperation(int) - Static method in enum org.apache.directory.shared.ldap.model.entry.ModificationOperation
Get the ModificationOperation from an int value
getOperationNumber() - Method in class org.apache.directory.shared.ldap.model.csn.Csn
 
getOperator() - Method in class org.apache.directory.shared.ldap.model.filter.AndNode
Gets the operator for this branch node.
getOperator() - Method in class org.apache.directory.shared.ldap.model.filter.NotNode
Gets the operator for this branch node.
getOperator() - Method in class org.apache.directory.shared.ldap.model.filter.OrNode
Gets the operator for this branch node.
getOptions() - Method in class org.apache.directory.shared.ldap.model.schema.AttributeTypeOptions
 
getOptions(String) - Static method in class org.apache.directory.shared.ldap.model.schema.SchemaUtils
Get the options from the attributeType.
getOptions() - Method in class org.apache.directory.shared.ldap.trigger.TriggerSpecification.SPSpec
Gets the options.
getOrder(BranchNode, List<ExprNode>) - Method in class org.apache.directory.shared.ldap.model.filter.BranchNormalizedVisitor
 
getOrder(BranchNode, List<ExprNode>) - Method in interface org.apache.directory.shared.ldap.model.filter.FilterVisitor
Get the array of children to visit sequentially to determine the order of child visitations.
getOrdering() - Method in class org.apache.directory.shared.converter.schema.AttributeTypeHolder
Get the ordering Matching Rule
getOrdering() - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
Gets the MatchingRule for this AttributeType used for Ordering matching.
getOrderingName() - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
Gets the MatchingRule name for this AttributeType used for Ordering matching.
getOrderingOid() - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
Gets the Ordering OID for this AttributeType's values.
getOrFilter() - Method in class org.apache.directory.shared.dsmlv2.request.OrFilter
Get the OrFilter
getOrFilter() - Method in class org.apache.directory.shared.ldap.codec.search.OrFilter
Get the OrFilter
getOtherObject() - Method in exception org.apache.directory.shared.ldap.model.exception.LdapSchemaException
Gets the 'other' schema object.
getOutput() - Method in class org.apache.directory.shared.converter.schema.Schema
 
getOwner() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchema
Gets the name of the owner of the schema objects within this Schema.
getOwner() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.Schema
Gets the name of the owner of the schema objects within this Schema.
getParameters() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureRequestDecorator
getParameters() - Method in interface org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequest
 
getParameters() - Method in class org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequestImpl
 
getParameters() - Method in class org.apache.directory.shared.ldap.trigger.TriggerSpecification.SPSpec
Gets the parameters.
getParameterType(int) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureRequestDecorator
Gets the parameter type.
getParameterType(int) - Method in interface org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequest
Gets the parameter type.
getParameterType(int) - Method in class org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequestImpl
Gets the parameter type.
getParameterTypeString(int) - Method in class org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequestImpl
getParameterValue(int) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureRequestDecorator
Gets the parameter value.
getParameterValue(int) - Method in interface org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequest
Gets the parameter value.
getParameterValue(int) - Method in class org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequestImpl
Gets the parameter value.
getParameterValueString(int) - Method in class org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequestImpl
getParent() - Method in class org.apache.directory.shared.asn1.AbstractAsn1Object
Get the parent
getParent() - Method in interface org.apache.directory.shared.asn1.Asn1Object
Get the parent
getParent() - Method in class org.apache.directory.shared.asn1.ber.tlv.TLV
 
getParent() - Method in class org.apache.directory.shared.dsmlv2.request.Filter
Get the parent
getParent() - Method in class org.apache.directory.shared.ldap.codec.search.Filter
Get the parent
getParent() - Method in class org.apache.directory.shared.ldap.model.name.Dn
Gets the parent Dn of this Dn.
getParent() - Method in class org.apache.directory.shared.ldap.util.tree.DnNode
 
getParentTLV() - Method in class org.apache.directory.shared.asn1.ber.AbstractContainer
Get the parent TLV;
getParentTLV() - Method in interface org.apache.directory.shared.asn1.ber.Asn1Container
 
getParentTlvId() - Method in class org.apache.directory.shared.ldap.codec.search.Filter
Get the parent
getParentWithElement(Dn) - Method in class org.apache.directory.shared.ldap.util.tree.DnNode
Get the closest Node for a given Dn which has an element, if present in the tree.
For instance, if we have stored dc=acme, dc=org into the tree, the Dn: ou=example, dc=acme, dc=org will have a parent, and dc=acme, dc=org will be returned if it has an associated element.
getParentWithElement() - Method in class org.apache.directory.shared.ldap.util.tree.DnNode
Get the closest Node for a given Dn which has an element, if present in the tree.
For instance, if we have stored dc=acme, dc=org into the tree, the Dn: ou=example, dc=acme, dc=org will have a parent, and dc=acme, dc=org will be returned if it has an associated element.
getParser() - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2Container
Gets the parser
getPasswordPolicyError() - Method in interface org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyResponse
 
getPasswordPolicyError() - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyResponseImpl
getPasswordPolicyResponseControl() - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyContainer
 
getPersistentSearchDecorator() - Method in class org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchContainer
 
getPort() - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl
 
getPrecedence() - Method in class org.apache.directory.shared.ldap.aci.ACIItem
Gets the precedence of this item.
getPrecedence() - Method in class org.apache.directory.shared.ldap.aci.ACITuple
Gets the precedence of this tuple (0-255).
getPrecedence() - Method in class org.apache.directory.shared.ldap.aci.Permission
Gets the precedence of this permission.
getPreferences() - Method in class org.apache.directory.shared.util.PreferencesDictionary
Gets the Preferences used as the backing store for this Dictionary.
getPreviousDn() - Method in class org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeDecorator
getPreviousDn() - Method in interface org.apache.directory.shared.ldap.model.message.controls.EntryChange
 
getPreviousDn() - Method in class org.apache.directory.shared.ldap.model.message.controls.EntryChangeImpl
 
getPreviousState() - Method in class org.apache.directory.shared.asn1.ber.grammar.GrammarTransition
 
getPrimaryName(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.OidRegistry
Gets the primary name associated with an OID.
getProcedure() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureRequestDecorator
getProcedure() - Method in interface org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequest
 
getProcedure() - Method in class org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequestImpl
 
getProcedureSpecification() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureRequestDecorator
Gets the procedure specification.
getProcedureSpecification() - Method in interface org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequest
Gets the procedure specification.
getProcedureSpecification() - Method in class org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequestImpl
Gets the procedure specification.
getProcessing() - Method in class org.apache.directory.shared.dsmlv2.request.BatchRequestDsml
Gets the processing type of the request
getProperties(File) - Static method in class org.apache.directory.shared.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.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.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
Gets the collection of ProtectedItems this tuple relates.
getProtectedItems() - Method in class org.apache.directory.shared.ldap.aci.ItemFirstACIItem
Gets the collection of ProtectedItems.
getProtectedItems() - Method in class org.apache.directory.shared.ldap.aci.UserPermission
Gets the collection of ProtectedItems.
getProtocolCodecFactory() - Method in interface org.apache.directory.shared.ldap.codec.api.LdapApiService
Creates a new LDAP ProtocolCodecFactory.
getProtocolCodecFactory() - Method in class org.apache.directory.shared.ldap.codec.osgi.DefaultLdapCodecService
Creates a new LDAP ProtocolCodecFactory.
getProtocolCodecFactory() - Method in class org.apache.directory.shared.ldap.codec.standalone.StandaloneLdapApiService
Creates a new LDAP ProtocolCodecFactory.
getQualityOfProtection() - Method in class org.apache.directory.ldap.client.api.SaslRequest
Gets the quality of protection.
getRawOidOrNameSuffix() - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.OpenLdapObjectIdentifierMacro
Gets the raw OID or name plus suffix.
getRdn(int) - Method in class org.apache.directory.shared.ldap.model.name.Dn
Retrieves a component of this name.
getRdn() - Method in class org.apache.directory.shared.ldap.model.name.Dn
Retrieves the last (leaf) component of this name.
getRdn() - Method in enum org.apache.directory.shared.ldap.model.schema.SchemaObjectType
Get the Rdn associated with a schemaObjectType
getRdn() - Method in class org.apache.directory.shared.ldap.util.tree.DnNode
 
getRdnAttributeType(String) - Static method in class org.apache.directory.shared.ldap.model.name.DnUtils
Gets the attributeType of a RDN (the left part of the RDN).
getRdns() - Method in class org.apache.directory.shared.ldap.model.name.Dn
Retrieves all the components of this name.
getRdnValue(String) - Static method in class org.apache.directory.shared.ldap.model.name.DnUtils
Gets the value of a RDN ( the right part of the RDN).
getRealmName() - Method in class org.apache.directory.ldap.client.api.SaslRequest
Gets realm name.
getReasonCode() - Method in exception org.apache.directory.shared.ldap.model.exception.LdapUriException
Get the reason code.
getReference() - Method in class org.apache.directory.shared.ldap.model.entry.AbstractValue
Gets a reference to the wrapped value.
getReference() - Method in interface org.apache.directory.shared.ldap.model.entry.Value
Gets a reference to the wrapped value.
getReferencing(SchemaObject) - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
Check that we can remove a given SchemaObject without breaking some of its references.
getReferral() - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
getReferral() - Method in class org.apache.directory.shared.dsmlv2.reponse.LdapResultDsml
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.dsmlv2.reponse.SearchResultReferenceDsml
Gets the sequence of LdapUrls as a Referral instance.
getReferral() - Method in class org.apache.directory.shared.ldap.codec.decorators.LdapResultDecorator
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.codec.decorators.SearchResultReferenceDecorator
Gets the sequence of LdapUrls as a Referral instance.
getReferral() - Method in interface org.apache.directory.shared.ldap.model.cursor.SearchCursor
 
getReferral() - Method in interface org.apache.directory.shared.ldap.model.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.model.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.model.message.SearchResultReference
Gets the sequence of LdapUrls as a Referral instance.
getReferral() - Method in class org.apache.directory.shared.ldap.model.message.SearchResultReferenceImpl
Gets the sequence of LdapUrls as a Referral instance.
getReferralContext() - Method in exception org.apache.directory.shared.ldap.model.exception.AbstractLdapReferralException
 
getReferralContext(Hashtable<?, ?>) - Method in exception org.apache.directory.shared.ldap.model.exception.AbstractLdapReferralException
 
getReferralContext() - Method in exception org.apache.directory.shared.ldap.model.exception.LdapReferralException
 
getReferralContext(Hashtable<?, ?>) - Method in exception org.apache.directory.shared.ldap.model.exception.LdapReferralException
 
getReferralInfo() - Method in exception org.apache.directory.shared.ldap.model.exception.LdapReferralException
 
getReferralLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultReferenceDecorator
 
getReferralLength() - Method in interface org.apache.directory.shared.ldap.model.message.Referral
 
getReferralLength() - Method in class org.apache.directory.shared.ldap.model.message.ReferralImpl
getReferrals() - Method in class org.apache.directory.shared.dsmlv2.reponse.LdapResultDsml
Get the referrals
getRefinement() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.RangeOfValuesItem
Gets the filter.
getRefinement() - Method in class org.apache.directory.shared.ldap.model.subtree.BaseSubtreeSpecification
 
getRefinement() - Method in class org.apache.directory.shared.ldap.model.subtree.NotRefinement
 
getRefinement() - Method in interface org.apache.directory.shared.ldap.model.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.
getRefinements() - Method in class org.apache.directory.shared.ldap.model.subtree.AndRefinement
 
getRefinements() - Method in class org.apache.directory.shared.ldap.model.subtree.OrRefinement
 
getRegex(String, String[], String) - Static method in class org.apache.directory.shared.ldap.model.filter.SubstringNode
Creates a regular expression from an LDAP substring assertion filter specification.
getRegex(Normalizer) - Method in class org.apache.directory.shared.ldap.model.filter.SubstringNode
Gets the compiled regular expression for the substring expression.
getRegistries() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
 
getRegistries() - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
getRelatedId() - Method in exception org.apache.directory.shared.ldap.model.exception.LdapSchemaException
Gets the related ID (name or OID) of the exception.
getRemainingComponents() - Method in class org.apache.directory.shared.util.AbstractSimpleComponentsMonitor
Gets the remaining components.
getRemainingComponents() - Method in interface org.apache.directory.shared.util.ComponentsMonitor
Gets the remaining components.
getRemainingComponents() - Method in class org.apache.directory.shared.util.MandatoryAndOptionalComponentsMonitor
Gets the remaining components.
getRemainingDn() - Method in exception org.apache.directory.shared.ldap.model.exception.AbstractLdapReferralException
 
getRemainingDn() - Method in exception org.apache.directory.shared.ldap.model.exception.LdapReferralException
 
getReplicaId() - Method in class org.apache.directory.shared.ldap.model.csn.Csn
 
getReplicatedContexts() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnect
Get the list of replicated servers
getReplicatedContexts() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectResponseDecorator
Gets the replicated contexts.
getReplicatedContexts() - Method in interface org.apache.directory.shared.ldap.extras.extended.GracefulDisconnectResponse
Gets the replicated contexts.
getReplicatedContexts() - Method in class org.apache.directory.shared.ldap.extras.extended.GracefulDisconnectResponseImpl
 
getRequestID() - Method in class org.apache.directory.shared.dsmlv2.reponse.BatchResponseDsml
Gets the ID of the response
getRequestID() - Method in class org.apache.directory.shared.dsmlv2.reponse.ErrorResponse
Gets the request ID
getRequestID() - Method in class org.apache.directory.shared.dsmlv2.request.BatchRequestDsml
Gets the ID of the request
getRequestName() - Method in class org.apache.directory.shared.dsmlv2.request.ExtendedRequestDsml
Get the extended request name
getRequestName() - Method in class org.apache.directory.shared.ldap.codec.api.ExtendedRequestDecorator
Gets the Object Identifier corresponding to the extended request type.
getRequestName() - Method in class org.apache.directory.shared.ldap.model.message.AbstractExtendedRequest
Gets the Object Identifier corresponding to the extended request type.
getRequestName() - Method in interface org.apache.directory.shared.ldap.model.message.ExtendedRequest
Gets the Object Identifier corresponding to the extended request type.
getRequestName() - Method in class org.apache.directory.shared.ldap.model.message.ExtendedRequestImpl
Gets the Object Identifier corresponding to the extended request type.
getRequestNameBytes() - Method in class org.apache.directory.shared.ldap.codec.api.ExtendedRequestDecorator
Gets the requestName bytes.
getRequests() - Method in class org.apache.directory.shared.dsmlv2.request.BatchRequestDsml
Gets the List of all the requests in the Batch Request
getRequestValue() - Method in class org.apache.directory.shared.dsmlv2.request.ExtendedRequestDsml
Get the extended request value
getRequestValue() - Method in class org.apache.directory.shared.ldap.codec.api.ExtendedRequestDecorator
getRequestValue() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.CancelRequestDecorator
getRequestValue() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationRequestDecorator
getRequestValue() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownRequestDecorator
getRequestValue() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureRequestDecorator
getResolvedDn() - Method in exception org.apache.directory.shared.ldap.model.exception.LdapOperationException
 
getResolvedObject() - Method in exception org.apache.directory.shared.ldap.model.exception.AbstractLdapReferralException
 
getResolvedObject() - Method in exception org.apache.directory.shared.ldap.model.exception.LdapReferralException
 
getResolvedOid() - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.OpenLdapObjectIdentifierMacro
Gets the resolved OID, null if not yet resolved.
getResourceName() - Method in exception org.apache.directory.shared.ldap.schemaextractor.UniqueResourceException
Gets the resource name.
getResources(Pattern) - Static method in class org.apache.directory.shared.ldap.schemaextractor.impl.ResourceMap
For all elements of java.class.path OR from the resource name set in the system property 'schema.resource.location' get a Map of resources Pattern pattern = Pattern.compile(".*").
getResponse() - Method in exception org.apache.directory.shared.ldap.codec.api.ResponseCarryingException
Get the constructed response
getResponse() - Method in interface org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicy
Get's the response component of this control if this control carries a response.
getResponse() - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyDecorator
Get's the response component of this control if this control carries a response.
getResponse() - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyImpl
Get's the response component of this control if this control carries a response.
getResponse() - Method in exception org.apache.directory.shared.ldap.model.exception.ResponseCarryingMessageException
Get the constructed response
getResponse() - Method in class org.apache.directory.shared.ldap.model.message.extended.AddNoDResponse
Gets the reponse OID specific encoded response values.
getResponse() - Method in class org.apache.directory.shared.ldap.model.message.extended.BindNoDResponse
Gets the reponse OID specific encoded response values.
getResponse() - Method in class org.apache.directory.shared.ldap.model.message.extended.CompareNoDResponse
Gets the reponse OID specific encoded response values.
getResponse() - Method in class org.apache.directory.shared.ldap.model.message.extended.DeleteNoDResponse
Gets the reponse OID specific encoded response values.
getResponse() - Method in class org.apache.directory.shared.ldap.model.message.extended.ExtendedNoDResponse
Gets the reponse OID specific encoded response values.
getResponse() - Method in class org.apache.directory.shared.ldap.model.message.extended.ModifyDnNoDResponse
Gets the reponse OID specific encoded response values.
getResponse() - Method in class org.apache.directory.shared.ldap.model.message.extended.ModifyNoDResponse
Gets the reponse OID specific encoded response values.
getResponse() - Method in class org.apache.directory.shared.ldap.model.message.extended.NoticeOfDisconnect
Gets the reponse OID specific encoded response values.
getResponse() - Method in class org.apache.directory.shared.ldap.model.message.extended.SearchNoDResponse
Gets the reponse OID specific encoded response values.
getResponseName() - Method in class org.apache.directory.shared.dsmlv2.reponse.ExtendedResponseDsml
Get the extended response name
getResponseName() - Method in class org.apache.directory.shared.ldap.codec.api.ExtendedResponseDecorator
Gets the OID uniquely identifying this extended response (a.k.a.
getResponseName() - Method in class org.apache.directory.shared.ldap.codec.decorators.IntermediateResponseDecorator
Gets the response name
getResponseName() - Method in class org.apache.directory.shared.ldap.extras.extended.CancelResponseImpl
Gets the OID uniquely identifying this extended response (a.k.a.
getResponseName() - Method in class org.apache.directory.shared.ldap.extras.extended.CertGenerationResponseImpl
Gets the OID uniquely identifying this extended response (a.k.a.
getResponseName() - Method in class org.apache.directory.shared.ldap.extras.extended.GracefulDisconnectResponseImpl
Gets the OID uniquely identifying this extended response (a.k.a.
getResponseName() - Method in class org.apache.directory.shared.ldap.extras.extended.GracefulShutdownResponseImpl
Gets the OID uniquely identifying this extended response (a.k.a.
getResponseName() - Method in class org.apache.directory.shared.ldap.model.message.extended.AddNoDResponse
Gets the OID uniquely identifying this extended response (a.k.a.
getResponseName() - Method in class org.apache.directory.shared.ldap.model.message.extended.BindNoDResponse
Gets the OID uniquely identifying this extended response (a.k.a.
getResponseName() - Method in class org.apache.directory.shared.ldap.model.message.extended.CompareNoDResponse
Gets the OID uniquely identifying this extended response (a.k.a.
getResponseName() - Method in class org.apache.directory.shared.ldap.model.message.extended.DeleteNoDResponse
Gets the OID uniquely identifying this extended response (a.k.a.
getResponseName() - Method in class org.apache.directory.shared.ldap.model.message.extended.ExtendedNoDResponse
Gets the OID uniquely identifying this extended response (a.k.a.
getResponseName() - Method in class org.apache.directory.shared.ldap.model.message.extended.ModifyDnNoDResponse
Gets the OID uniquely identifying this extended response (a.k.a.
getResponseName() - Method in class org.apache.directory.shared.ldap.model.message.extended.ModifyNoDResponse
Gets the OID uniquely identifying this extended response (a.k.a.
getResponseName() - Method in class org.apache.directory.shared.ldap.model.message.extended.NoticeOfDisconnect
Gets the OID uniquely identifying this extended response (a.k.a.
getResponseName() - Method in class org.apache.directory.shared.ldap.model.message.extended.SearchNoDResponse
Gets the OID uniquely identifying this extended response (a.k.a.
getResponseName() - Method in interface org.apache.directory.shared.ldap.model.message.ExtendedResponse
Gets the OID uniquely identifying this extended response (a.k.a.
getResponseName() - Method in class org.apache.directory.shared.ldap.model.message.ExtendedResponseImpl
Gets the OID uniquely identifying this extended response (a.k.a.
getResponseName() - Method in interface org.apache.directory.shared.ldap.model.message.IntermediateResponse
Gets the response name
getResponseName() - Method in class org.apache.directory.shared.ldap.model.message.IntermediateResponseImpl
Gets the OID uniquely identifying this Intermediate response (a.k.a.
getResponseNameBytes() - Method in class org.apache.directory.shared.ldap.codec.api.ExtendedResponseDecorator
Gets the responseName bytes.
getResponseNameBytes() - Method in class org.apache.directory.shared.ldap.codec.decorators.IntermediateResponseDecorator
Gets the ResponseName bytes
getResponseOrder() - Method in class org.apache.directory.shared.dsmlv2.request.BatchRequestDsml
Gets the response order type of the request
getResponses() - Method in class org.apache.directory.shared.dsmlv2.reponse.BatchResponseDsml
Gets the List of all the responses
getResponseType() - Method in class org.apache.directory.shared.dsmlv2.request.AddRequestDsml
Gets the protocol response message type for this request which produces at least one response.
getResponseType() - Method in class org.apache.directory.shared.dsmlv2.request.BindRequestDsml
Gets the protocol response message type for this request which produces at least one response.
getResponseType() - Method in class org.apache.directory.shared.dsmlv2.request.CompareRequestDsml
Gets the protocol response message type for this request which produces at least one response.
getResponseType() - Method in class org.apache.directory.shared.dsmlv2.request.DelRequestDsml
Gets the protocol response message type for this request which produces at least one response.
getResponseType() - Method in class org.apache.directory.shared.dsmlv2.request.ExtendedRequestDsml
Gets the protocol response message type for this request which produces at least one response.
getResponseType() - Method in class org.apache.directory.shared.dsmlv2.request.ModifyDNRequestDsml
Gets the protocol response message type for this request which produces at least one response.
getResponseType() - Method in class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
Gets the protocol response message type for this request which produces at least one response.
getResponseType() - Method in class org.apache.directory.shared.ldap.codec.decorators.SingleReplyRequestDecorator
Gets the protocol response message type for this request which produces at least one response.
getResponseType() - Method in class org.apache.directory.shared.ldap.model.message.AbstractExtendedRequest
Gets the protocol response message type for this request which produces at least one response.
getResponseType() - Method in class org.apache.directory.shared.ldap.model.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.model.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.model.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.model.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.model.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.model.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.model.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.model.message.SingleReplyRequest
Gets the protocol response message type for this request which produces at least one response.
getResponseTypes() - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
Gets the different response types generated by a search request.
getResponseTypes() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
Gets the different response types generated by a search request.
getResponseTypes() - Method in interface org.apache.directory.shared.ldap.model.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.model.message.SearchRequest
Gets the different response types generated by a search request.
getResponseTypes() - Method in class org.apache.directory.shared.ldap.model.message.SearchRequestImpl
Gets the different response types generated by a search request.
getResponseValue() - Method in class org.apache.directory.shared.dsmlv2.reponse.ExtendedResponseDsml
Get the extended response
getResponseValue() - Method in class org.apache.directory.shared.ldap.codec.api.ExtendedResponseDecorator
getResponseValue() - Method in class org.apache.directory.shared.ldap.codec.decorators.IntermediateResponseDecorator
Gets the ResponseValue.
getResponseValue() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectResponseDecorator
Gets the response OID specific encoded response values.
getResponseValue() - Method in interface org.apache.directory.shared.ldap.model.message.IntermediateResponse
Gets the ResponseValue.
getResponseValue() - Method in class org.apache.directory.shared.ldap.model.message.IntermediateResponseImpl
Gets the reponseName specific encoded
getResultCode() - Method in class org.apache.directory.shared.dsmlv2.reponse.LdapResultDsml
Get the result code
getResultCode() - Method in class org.apache.directory.shared.ldap.codec.decorators.LdapResultDecorator
Gets the result code enumeration associated with the response.
getResultCode() - Method in exception org.apache.directory.shared.ldap.model.exception.AbstractLdapReferralException
getResultCode() - Method in exception org.apache.directory.shared.ldap.model.exception.LdapOperationException
Gets the LDAP result code that would be associated with this exception.
getResultCode() - Method in exception org.apache.directory.shared.ldap.model.exception.LdapReferralException
getResultCode() - Method in interface org.apache.directory.shared.ldap.model.message.LdapResult
Gets the result code enumeration associated with the response.
getResultCode() - Method in class org.apache.directory.shared.ldap.model.message.LdapResultImpl
Gets the result code enumeration associated with the response.
getResultCode() - Method in enum org.apache.directory.shared.ldap.model.message.ResultCodeEnum
 
getResultCode(int) - Static method in enum org.apache.directory.shared.ldap.model.message.ResultCodeEnum
 
getResultCode(Throwable) - Static method in enum org.apache.directory.shared.ldap.model.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.
getResultResponse() - Method in class org.apache.directory.shared.dsmlv2.request.AbstractResultResponseRequestDsml
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.codec.decorators.AbandonableResultResponseRequestDecorator
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.codec.decorators.ResultResponseRequestDecorator
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.codec.decorators.SearchRequestDecorator
 
getResultResponse() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationRequestDecorator
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.extras.extended.CancelRequestImpl
 
getResultResponse() - Method in class org.apache.directory.shared.ldap.extras.extended.CertGenerationRequestImpl
 
getResultResponse() - Method in class org.apache.directory.shared.ldap.extras.extended.GracefulShutdownRequestImpl
 
getResultResponse() - Method in class org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequestImpl
 
getResultResponse() - Method in class org.apache.directory.shared.ldap.model.message.AbstractExtendedRequest
The result containing response for this request.
getResultResponse() - Method in class org.apache.directory.shared.ldap.model.message.AddRequestImpl
The result containing response for this request.
getResultResponse() - Method in class org.apache.directory.shared.ldap.model.message.BindRequestImpl
The result containing response for this request.
getResultResponse() - Method in class org.apache.directory.shared.ldap.model.message.CompareRequestImpl
The result containing response for this request.
getResultResponse() - Method in class org.apache.directory.shared.ldap.model.message.DeleteRequestImpl
The result containing response for this request.
getResultResponse() - Method in class org.apache.directory.shared.ldap.model.message.ExtendedRequestImpl
The result containing response for this request.
getResultResponse() - Method in class org.apache.directory.shared.ldap.model.message.ModifyDnRequestImpl
The result containing response for this request.
getResultResponse() - Method in class org.apache.directory.shared.ldap.model.message.ModifyRequestImpl
The result containing response for this request.
getResultResponse() - Method in interface org.apache.directory.shared.ldap.model.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.model.message.SearchRequestImpl
If called for the first time, this methohd creates a result containing response object for this request.
getReturningAttributes() - Method in class org.apache.directory.shared.ldap.model.message.SearchParams
 
getReturningAttributesStr() - Method in class org.apache.directory.shared.ldap.model.message.SearchParams
 
getRole() - Method in enum org.apache.directory.shared.ldap.model.subtree.AdministrativeRole
 
getRuleId() - Method in class org.apache.directory.shared.ldap.model.schema.DITStructureRule
 
getSaslCredentialsLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.BindRequestDecorator
 
getSaslMechanism() - Method in class org.apache.directory.ldap.client.api.SaslRequest
Gets the SASL mechanism.
getSaslMechanism() - Method in class org.apache.directory.shared.dsmlv2.request.BindRequestDsml
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.codec.decorators.BindRequestDecorator
Gets the SASL mechanism String associated with this BindRequest if the bind operation is using SASL.
getSaslMechanism() - Method in interface org.apache.directory.shared.ldap.model.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.model.message.BindRequestImpl
Gets the SASL mechanism String associated with this BindRequest if the bind operation is using SASL.
getSaslMechanismLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.BindRequestDecorator
 
getSchema(Entry) - Method in interface org.apache.directory.shared.ldap.model.schema.EntityFactory
Return an instance of the Schema associated to the entry
getSchema(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.AbstractSchemaLoader
Gets a schema object based on it's name.
getSchema(Entry) - Method in class org.apache.directory.shared.ldap.model.schema.registries.AbstractSchemaLoader
Gets the schema.
getSchema(String) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
Gets a schema object based on it's name.
getSchema(Entry) - Method in class org.apache.directory.shared.ldap.schemaloader.SchemaEntityFactory
Return an instance of the Schema associated to the entry
getSchemaElements() - Method in class org.apache.directory.shared.converter.schema.antlrSchemaConverterParser
 
getSchemaManager() - Method in interface org.apache.directory.ldap.client.api.LdapConnection
 
getSchemaManager() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
getSchemaManager() - Method in class org.apache.directory.shared.ldap.model.name.Dn
Get the associated SchemaManager if any.
getSchemaName() - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
Gets the name of the schema this SchemaObject is associated with.
getSchemaName(int) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultDITStructureRuleRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchema
Gets the name of the logical schema the objects of this Schema belong to: e.g.
getSchemaName(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchemaObjectRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName(int) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.DITStructureRuleRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableComparatorRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITContentRuleRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName(int) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITStructureRuleRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITStructureRuleRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNameFormRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNormalizerRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableObjectClassRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.Schema
Gets the name of the logical schema the objects of this Schema belong to: e.g.
getSchemaName(String) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaObjectRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
Gets the name of the schema this SchemaObject is associated with.
getSchemaObject(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.OidRegistry
Gets the SchemaObject associated with an OID.
getScheme() - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl
 
getScope() - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
Gets the search scope parameter enumeration.
getScope() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
Gets the search scope parameter enumeration.
getScope() - Method in class org.apache.directory.shared.ldap.model.filter.ScopeNode
Gets the search scope.
getScope() - Method in class org.apache.directory.shared.ldap.model.message.SearchParams
 
getScope() - Method in interface org.apache.directory.shared.ldap.model.message.SearchRequest
Gets the search scope parameter enumeration.
getScope() - Method in class org.apache.directory.shared.ldap.model.message.SearchRequestImpl
Gets the search scope parameter enumeration.
getScope() - Method in enum org.apache.directory.shared.ldap.model.message.SearchScope
Gets the corresponding scope constant value as defined in RFC 4511.
getScope() - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl
getSearchRequestLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
 
getSearchResultDone() - Method in class org.apache.directory.ldap.client.api.EntryCursorImpl
gives the SearchResultDone message received at the end of search results
getSearchResultDone() - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
gives the SearchResultDone message received at the end of search results
getSearchResultDone() - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResponse
Gets the Search Result Entry
getSearchResultDone() - Method in interface org.apache.directory.shared.ldap.model.cursor.EntryCursor
gives the SearchResultDone message received at the end of search results
getSearchResultDone() - Method in interface org.apache.directory.shared.ldap.model.cursor.SearchCursor
gives the SearchResultDone message received at the end of search results
getSearchResultDoneLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultDoneDecorator
 
getSearchResultEntryLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultEntryDecorator
 
getSearchResultEntryList() - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResponse
Gets the Search Result Entry List
getSearchResultReferenceLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultReferenceDecorator
 
getSearchResultReferenceList() - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResponse
Gets the Search Result Reference List
getSearchResultReferences() - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResultReferenceDsml
Get the list of references
getSearchScope(int) - Static method in enum org.apache.directory.shared.ldap.model.message.SearchScope
Gets the SearchScope enumerated type for the corresponding scope numeric value.
getSearchScope(String) - Static method in enum org.apache.directory.shared.ldap.model.message.SearchScope
Gets the SearchScope enumerated type for the corresponding LDAP URL scope value of either base, one or sub.
getSearchScope() - Method in class org.apache.directory.shared.ldap.trigger.StoredProcedureSearchContextOption
Gets the search scope.
getSeconds(String) - Static method in class org.apache.directory.shared.util.DateUtils
 
getSecureRandom() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
Gets the secure random.
getSecurityStrength() - Method in class org.apache.directory.ldap.client.api.SaslRequest
Gets the security strength.
getServerSaslCreds() - Method in class org.apache.directory.shared.dsmlv2.reponse.BindResponseDsml
Gets the optional property holding SASL authentication response parameters that are SASL mechanism specific.
getServerSaslCreds() - Method in class org.apache.directory.shared.ldap.codec.decorators.BindResponseDecorator
Gets the optional property holding SASL authentication response parameters that are SASL mechanism specific.
getServerSaslCreds() - Method in interface org.apache.directory.shared.ldap.model.message.BindResponse
Gets the optional property holding SASL authentication response parameters that are SASL mechanism specific.
getServerSaslCreds() - Method in class org.apache.directory.shared.ldap.model.message.BindResponseImpl
Gets the optional property holding SASL authentication response paramters that are SASL mechanism specific.
getSimple() - Method in class org.apache.directory.shared.dsmlv2.request.BindRequestDsml
Checks to see if the authentication mechanism is simple and not SASL based.
getSimple() - Method in class org.apache.directory.shared.ldap.codec.decorators.BindRequestDecorator
Checks to see if the authentication mechanism is simple and not SASL based.
getSimple() - Method in interface org.apache.directory.shared.ldap.model.message.BindRequest
Checks to see if the authentication mechanism is simple and not SASL based.
getSimple() - Method in class org.apache.directory.shared.ldap.model.message.BindRequestImpl
Checks to see if the authentication mechanism is simple and not SASL based.
getSingleton() - Static method in class org.apache.directory.shared.ldap.codec.api.LdapApiServiceFactory
Gets the singleton instance of the LdapCodecService.
getSize() - Method in class org.apache.directory.shared.asn1.ber.tlv.TLV
The TLV size is calculated by adding the Tag's size, the Length's size and the Value's length, if any.
getSize() - Method in class org.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsDecorator
 
getSize() - Method in interface org.apache.directory.shared.ldap.model.message.controls.PagedResults
 
getSize() - Method in class org.apache.directory.shared.ldap.model.message.controls.PagedResultsImpl
 
getSizeLimit() - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
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.codec.decorators.SearchRequestDecorator
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.model.ldif.LdifReader
 
getSizeLimit() - Method in class org.apache.directory.shared.ldap.model.message.SearchParams
 
getSizeLimit() - Method in interface org.apache.directory.shared.ldap.model.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.model.message.SearchRequestImpl
A sizelimit that restricts the maximum number of entries to be returned as a result of the search.
getSourceObject() - Method in exception org.apache.directory.shared.ldap.model.exception.LdapSchemaException
Gets the 'source' schema object.
getSpecification() - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
Gets the SchemaObject specification.
getSpecification() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
Gets the SchemaObject specification.
getSPSpecs() - Method in class org.apache.directory.shared.ldap.trigger.TriggerSpecification
Gets the stored procedure specs.
getSslProtocol() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
Gets the SSL protocol.
getStartState() - Method in interface org.apache.directory.shared.asn1.ber.grammar.States
 
getStartState() - Method in enum org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeStates
getStartState() - Method in enum org.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsStates
getStartState() - Method in enum org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchStates
getStartState() - Method in enum org.apache.directory.shared.ldap.codec.controls.search.subentries.SubentriesStates
getStartState() - Method in enum org.apache.directory.shared.ldap.codec.LdapStatesEnum
getStartState() - Method in enum org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyStates
getStartState() - Method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncDoneValueStatesEnum
getStartState() - Method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueStatesEnum
getStartState() - Method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncModifyDnStatesEnum
getStartState() - Method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueStatesEnum
getStartState() - Method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueStatesEnum
getStartState() - Method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.CancelStatesEnum
getStartState() - Method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationStatesEnum
getStartState() - Method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectStatesEnum
getStartState() - Method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownStatesEnum
getStartState() - Method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureStatesEnum
getState() - Method in class org.apache.directory.shared.asn1.ber.AbstractContainer
Get the current grammar state
getState() - Method in interface org.apache.directory.shared.asn1.ber.Asn1Container
Get the current grammar state
getState() - Method in interface org.apache.directory.shared.dsmlv2.Container
Get the current grammar state
getState() - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2Container
Get the current grammar state
getState(int) - Method in enum org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeStates
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsStates
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchStates
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.ldap.codec.controls.search.subentries.SubentriesStates
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.ldap.codec.LdapStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyStates
getState(int) - Method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncDoneValueStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncModifyDnStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.CancelStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureStatesEnum
Get the string representing the state
getStates() - Method in interface org.apache.directory.shared.dsmlv2.Container
 
getStates() - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2Container
Get the states for this container's grammars
getStatesEnum() - Method in class org.apache.directory.shared.dsmlv2.AbstractGrammar
Get the states of the current grammar
getStatesEnum() - Method in interface org.apache.directory.shared.dsmlv2.Grammar
Get the statesEnum for the current grammar
getStaticProperties(Class<?>) - Static method in class org.apache.directory.shared.util.PropertiesUtils
Load a properties from a resource relative to a supplied class.
getStaticProperties(Class<?>, String) - Static method in class org.apache.directory.shared.util.PropertiesUtils
Load properties from a resource relative to a supplied class and path.
getStoredProcedure() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureContainer
 
getStream() - Method in class org.apache.directory.shared.asn1.ber.AbstractContainer
Gets the current stream containing the bytes to decode
getStream() - Method in interface org.apache.directory.shared.asn1.ber.Asn1Container
Gets the current stream containing the bytes to decode
getString() - Method in class org.apache.directory.shared.ldap.model.entry.AbstractValue
Get the wrapped value as a String.
getString() - Method in interface org.apache.directory.shared.ldap.model.entry.Attribute
Get the String value, if and only if the value is known to be a String, otherwise a InvalidAttributeValueException will be thrown
getString() - Method in class org.apache.directory.shared.ldap.model.entry.BinaryValue
Get the wrapped value as a String.
getString() - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
Get the String value, if and only if the value is known to be a String, otherwise a InvalidAttributeValueException will be thrown
getString() - Method in class org.apache.directory.shared.ldap.model.entry.StringValue
Get the wrapped value as a String.
getString() - Method in interface org.apache.directory.shared.ldap.model.entry.Value
Get the wrapped value as a String.
getString() - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl
 
getString(byte[], int, int, String) - Static method in class org.apache.directory.shared.util.Strings
From commons-httpclients.
getString(byte[], String) - Static method in class org.apache.directory.shared.util.Strings
From commons-httpclients.
getStructuralObjectClass() - Method in class org.apache.directory.shared.ldap.model.schema.NameForm
Gets the STRUCTURAL ObjectClass this name form specifies naming attributes for.
getStructuralObjectClassOid() - Method in class org.apache.directory.shared.ldap.model.schema.NameForm
Gets the STRUCTURAL ObjectClass this name form specifies naming attributes for.
getSubentriesControl() - Method in class org.apache.directory.shared.ldap.codec.controls.search.subentries.SubentriesContainer
 
getSubjectDN() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationRequestDecorator
getSubjectDN() - Method in interface org.apache.directory.shared.ldap.extras.extended.CertGenerationRequest
 
getSubjectDN() - Method in class org.apache.directory.shared.ldap.extras.extended.CertGenerationRequestImpl
getSubstr() - Method in class org.apache.directory.shared.converter.schema.AttributeTypeHolder
Get the substring Matching Rule
getSubstring() - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
Gets the MatchingRule for this AttributeType used for Substr matching.
getSubstringName() - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
Gets the MatchingRule name for this AttributeType used for Substring matching.
getSubstringOid() - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
Gets the Substr OID for this AttributeType's values.
getSubstringsLength() - Method in class org.apache.directory.shared.ldap.codec.search.SubstringFilter
 
getSubtreeSpecification() - Method in class org.apache.directory.shared.ldap.model.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.
getSuperior() - Method in class org.apache.directory.shared.converter.schema.AttributeTypeHolder
Get the optional attributeType's superior
getSuperior() - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
Gets the the superior AttributeType of this AttributeType.
getSuperiorName() - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
Gets the Name of the superior AttributeType for this AttributeType.
getSuperiorOid() - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
Gets the OID of the superior AttributeType for this AttributeType.
getSuperiorOids() - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
Gets the superclasses OIDsof this ObjectClass.
getSuperiors() - Method in class org.apache.directory.shared.converter.schema.ObjectClassHolder
Get the list of superior for this objectClass
getSuperiors() - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
Gets the superclasses of this ObjectClass.
getSuperRules() - Method in class org.apache.directory.shared.ldap.model.schema.DITStructureRule
 
getSupportedCipherSuites() - Method in class org.apache.directory.shared.util.DummySSLSocketFactory
 
getSupportedControls() - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Get the Controls supported by server.
getSupportedControls() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Get the Controls supported by server.
getSupportedLdapVersion() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
Gets the supported LDAP version.
getSyncDoneValueControl() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncDoneValueContainer
 
getSyncInfoValueControl() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueContainer
 
getSyncMode(int) - Static method in enum org.apache.directory.shared.ldap.extras.controls.SynchronizationInfoEnum
Get the SynchronizationInfoEnum instance from an integer value.
getSyncMode(int) - Static method in enum org.apache.directory.shared.ldap.extras.controls.SynchronizationModeEnum
Get the SynchronizationModeEnum instance from an integer value.
getSyncModifyDnControl() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncModifyDnContainer
 
getSyncRequestValueControl() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueContainer
 
getSyncStateType() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueDecorator
getSyncStateType(int) - Static method in enum org.apache.directory.shared.ldap.extras.controls.SyncStateTypeEnum
Get the SyncStateTypeEnum instance from an integer value.
getSyncStateType() - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncStateValue
 
getSyncStateType() - Method in class org.apache.directory.shared.ldap.extras.controls.SyncStateValueImpl
getSyncStateValueControl() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueContainer
 
getSyncUUIDs() - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncInfoValue
 
getSyncUUIDs() - Method in class org.apache.directory.shared.ldap.extras.controls.SyncInfoValueImpl
getSyncUUIDs() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueDecorator
getSyntax() - Method in class org.apache.directory.shared.converter.schema.AttributeTypeHolder
Get the attributeType's syntax
getSyntax() - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
Gets the Syntax for this AttributeType's values.
getSyntax(SchemaManager, Entry, Registries, String) - Method in interface org.apache.directory.shared.ldap.model.schema.EntityFactory
 
getSyntax() - Method in class org.apache.directory.shared.ldap.model.schema.MatchingRule
Gets the LdapSyntax used by this MatchingRule.
getSyntax(SchemaManager, Entry, Registries, String) - Method in class org.apache.directory.shared.ldap.schemaloader.SchemaEntityFactory
getSyntaxChecker(SchemaManager, Entry, Registries, String) - Method in interface org.apache.directory.shared.ldap.model.schema.EntityFactory
Retrieve and load a syntaxChecker class from the DIT.
getSyntaxChecker(SchemaManager, SyntaxCheckerDescription, Registries, String) - Method in interface org.apache.directory.shared.ldap.model.schema.EntityFactory
Create a new instance of a SyntaxChecker
getSyntaxChecker() - Method in class org.apache.directory.shared.ldap.model.schema.LdapSyntax
Gets the SyntaxChecker used to validate values in accordance with this Syntax.
getSyntaxChecker(SchemaManager, Entry, Registries, String) - Method in class org.apache.directory.shared.ldap.schemaloader.SchemaEntityFactory
Retrieve and load a syntaxChecker class from the DIT.
getSyntaxChecker(SchemaManager, SyntaxCheckerDescription, Registries, String) - Method in class org.apache.directory.shared.ldap.schemaloader.SchemaEntityFactory
Create a new instance of a SyntaxChecker
getSyntaxCheckerRegistry() - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
 
getSyntaxCheckerRegistry() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Get an immutable reference on the SyntaxChecker registry
getSyntaxCheckerRegistry() - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Get an immutable reference on the SyntaxChecker registry
getSyntaxLength() - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
Gets a length limit for this AttributeType.
getSyntaxName() - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
Gets the Syntax name for this AttributeType's values.
getSyntaxOid() - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
Gets the Syntax OID for this AttributeType's values.
getSyntaxOid() - Method in class org.apache.directory.shared.ldap.model.schema.MatchingRule
Gets the LdapSyntax OID used by this MatchingRule.
getTag() - Method in class org.apache.directory.shared.asn1.ber.tlv.TLV
 
getTargetDN() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationRequestDecorator
getTargetDN() - Method in interface org.apache.directory.shared.ldap.extras.extended.CertGenerationRequest
 
getTargetDN() - Method in class org.apache.directory.shared.ldap.extras.extended.CertGenerationRequestImpl
getTargetEntry(List<? extends Modification>, Entry) - Static method in class org.apache.directory.shared.ldap.model.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.dsmlv2.request.SearchRequestDsml
Get the terminal filter
getTerminalFilter() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
Get the terminal filter
getTimeBeforeExpiration() - Method in interface org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyResponse
 
getTimeBeforeExpiration() - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyResponseImpl
getTimeLimit() - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
Gets the timelimit that restricts the maximum time (in seconds) allowed for a search.
getTimeLimit() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
Gets the timelimit that restricts the maximum time (in seconds) allowed for a search.
getTimeLimit() - Method in class org.apache.directory.shared.ldap.model.message.SearchParams
 
getTimeLimit() - Method in interface org.apache.directory.shared.ldap.model.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.model.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.extras.extended.ads_impl.gracefulDisconnect.GracefulAction
 
getTimeOffline() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectResponseDecorator
Gets the offline time after disconnection, in minutes.
getTimeOffline() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownRequestDecorator
Gets the offline time after disconnection, in minutes.
getTimeOffline() - Method in interface org.apache.directory.shared.ldap.extras.extended.GracefulDisconnectResponse
Gets the offline time after disconnection, in minutes.
getTimeOffline() - Method in class org.apache.directory.shared.ldap.extras.extended.GracefulDisconnectResponseImpl
 
getTimeOffline() - Method in interface org.apache.directory.shared.ldap.extras.extended.GracefulShutdownRequest
Gets the offline time after disconnection, in minutes.
getTimeOffline() - Method in class org.apache.directory.shared.ldap.extras.extended.GracefulShutdownRequestImpl
Gets the offline time after disconnection, in minutes.
getTimestamp() - Method in class org.apache.directory.shared.ldap.model.csn.Csn
 
getTlvId() - Method in class org.apache.directory.shared.asn1.AbstractAsn1Object
 
getTlvId() - Method in class org.apache.directory.shared.asn1.ber.AbstractContainer
 
getTlvId() - Method in interface org.apache.directory.shared.asn1.ber.Asn1Container
Get the current TLV id
getTlvId() - Method in class org.apache.directory.shared.ldap.codec.search.Filter
 
getTransition() - Method in class org.apache.directory.shared.asn1.ber.AbstractContainer
Get the transition
getTransition() - Method in interface org.apache.directory.shared.asn1.ber.Asn1Container
Get the transition
getTransition(Enum<?>, int) - Method in class org.apache.directory.shared.asn1.ber.grammar.AbstractGrammar
Get the transition associated with the state and tag
getTransition(Enum<Dsmlv2StatesEnum>, Tag) - Method in class org.apache.directory.shared.dsmlv2.AbstractGrammar
Get the transition associated with the state and tag
getTransition() - Method in interface org.apache.directory.shared.dsmlv2.Container
Get the transition
getTransition() - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2Container
Get the transition
getTransition(Enum<Dsmlv2StatesEnum>, Tag) - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2Container
Get the transition associated with the state and tag
getTrustManagers() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
Gets the trust managers.
getType() - Method in class org.apache.directory.shared.dsmlv2.AbstractDsmlMessageDecorator
Gets the LDAP message type code associated with this Message.
getType() - Method in class org.apache.directory.shared.dsmlv2.reponse.AddResponseDsml
Gets the LDAP message type code associated with this Message.
getType() - Method in class org.apache.directory.shared.dsmlv2.reponse.CompareResponseDsml
Gets the LDAP message type code associated with this Message.
getType() - Method in class org.apache.directory.shared.dsmlv2.reponse.DelResponseDsml
Gets the LDAP message type code associated with this Message.
getType() - Method in class org.apache.directory.shared.dsmlv2.reponse.ExtendedResponseDsml
Gets the LDAP message type code associated with this Message.
getType() - Method in class org.apache.directory.shared.dsmlv2.reponse.ModDNResponseDsml
Gets the LDAP message type code associated with this Message.
getType() - Method in class org.apache.directory.shared.dsmlv2.reponse.ModifyResponseDsml
Gets the LDAP message type code associated with this Message.
getType() - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResponse
 
getType() - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResultDoneDsml
Gets the LDAP message type code associated with this Message.
getType() - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResultEntryDsml
Gets the LDAP message type code associated with this Message.
getType() - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResultReferenceDsml
Gets the LDAP message type code associated with this Message.
getType() - Method in class org.apache.directory.shared.dsmlv2.request.AbandonRequestDsml
Gets the LDAP message type code associated with this Message.
getType() - Method in class org.apache.directory.shared.dsmlv2.request.AddRequestDsml
Gets the LDAP message type code associated with this Message.
getType() - Method in class org.apache.directory.shared.dsmlv2.request.BindRequestDsml
Gets the LDAP message type code associated with this Message.
getType() - Method in class org.apache.directory.shared.dsmlv2.request.CompareRequestDsml
Gets the LDAP message type code associated with this Message.
getType() - Method in class org.apache.directory.shared.dsmlv2.request.DelRequestDsml
Gets the LDAP message type code associated with this Message.
getType() - Method in class org.apache.directory.shared.dsmlv2.request.ExtendedRequestDsml
Gets the LDAP message type code associated with this Message.
getType() - Method in class org.apache.directory.shared.dsmlv2.request.ExtensibleMatchFilter
Get the type
getType() - Method in class org.apache.directory.shared.dsmlv2.request.ModifyDNRequestDsml
Gets the LDAP message type code associated with this Message.
getType() - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
Gets the LDAP message type code associated with this Message.
getType() - Method in class org.apache.directory.shared.dsmlv2.request.SubstringFilter
Get the attribute
getType() - Method in class org.apache.directory.shared.dsmlv2.Tag
Gets the type of the tag
getType() - Method in class org.apache.directory.shared.ldap.codec.api.MessageDecorator
Gets the LDAP message type code associated with this Message.
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 interface org.apache.directory.shared.ldap.extras.controls.SyncInfoValue
Get the control type.
getType() - Method in class org.apache.directory.shared.ldap.extras.controls.SyncInfoValueImpl
Get the control type.
getType() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueDecorator
Get the control type.
getType() - Method in class org.apache.directory.shared.ldap.extras.extended.StoredProcedureParameter
Gets the type as a byte[].
getType() - Method in class org.apache.directory.shared.ldap.model.message.AbstractMessage
Gets the LDAP message type code associated with this Message.
getType() - Method in interface org.apache.directory.shared.ldap.model.message.Message
Gets the LDAP message type code associated with this Message.
getType() - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
Gets the type of this ObjectClass as a type safe enum.
getType() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchemaObjectRegistry
getType() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
getType() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableComparatorRegistry
getType() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITContentRuleRegistry
getType() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITStructureRuleRegistry
getType() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
getType() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
getType() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
getType() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNameFormRegistry
getType() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNormalizerRegistry
getType() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableObjectClassRegistry
getType() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
getType() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaObjectRegistry
 
getType() - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl.Extension
Gets the type.
getTypeDescr(ErrorResponse.ErrorResponseType) - Method in class org.apache.directory.shared.dsmlv2.reponse.ErrorResponse
Returns the String associated to the error response type
getTypesOnly() - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
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.codec.decorators.SearchRequestDecorator
An indicator as to whether search results will contain both attribute types and values, or just attribute types.
getTypesOnly() - Method in interface org.apache.directory.shared.ldap.model.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.model.message.SearchRequestImpl
An indicator as to whether search results will contain both attribute types and values, or just attribute types.
getTypeString() - Method in class org.apache.directory.shared.ldap.extras.extended.StoredProcedureParameter
Gets the type as a UTF8 String.
getUniqueResource(String, String) - Static method in class org.apache.directory.shared.ldap.schemaextractor.impl.DefaultSchemaLdifExtractor
Gets a unique resource from the class loader.
getUniqueResourceAsStream(String, String) - Static method in class org.apache.directory.shared.ldap.schemaextractor.impl.DefaultSchemaLdifExtractor
Gets the unique schema file resource from the class loader off the base path.
getUnusedBits() - Method in class org.apache.directory.shared.asn1.util.BitString
Get the number of unused bits
getUpId() - Method in interface org.apache.directory.shared.ldap.model.entry.Attribute
Get's the user provided identifier for this entry.
getUpId() - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
Get's the user provided identifier for this entry.
getUpName() - Method in class org.apache.directory.shared.ldap.model.name.Ava
Get the user provided form of this attribute type and value
getUpType() - Method in class org.apache.directory.shared.ldap.model.name.Ava
Get the user provided type of a Ava
getUpType() - Method in class org.apache.directory.shared.ldap.model.name.Rdn
Return the user provided type, or the first one of we have more than one (the lowest)
getUpValue() - Method in class org.apache.directory.shared.ldap.model.name.Ava
Get the User Provided Value of a Ava
getUpValue() - Method in class org.apache.directory.shared.ldap.model.name.Rdn
Return the User Provided value
getUrls() - Method in exception org.apache.directory.shared.ldap.schemaextractor.UniqueResourceException
Gets the URLs.
getUsage() - Method in class org.apache.directory.shared.converter.schema.AttributeTypeHolder
Get the attributeType's usage
getUsage() - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
Determines the usage for this AttributeType.
getUsage(String) - Static method in enum org.apache.directory.shared.ldap.model.schema.MatchingRuleEnum
Gets the enumeration type for the usage string regardless of case.
getUsage(String) - Static method in enum org.apache.directory.shared.ldap.model.schema.UsageEnum
Gets the enumeration type for the attributeType usage string regardless of case.
getUsedBy(SchemaObject) - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
Gets the Set of SchemaObjects referencing the given SchemaObject
getUserClasses() - Method in class org.apache.directory.shared.ldap.aci.ACITuple
Gets the collection of UserClasses this tuple relates to.
getUserClasses() - Method in class org.apache.directory.shared.ldap.aci.ItemPermission
Gets the collection of UserClasses.
getUserClasses() - Method in class org.apache.directory.shared.ldap.aci.UserFirstACIItem
Gets the collection of UserClasses.
getUsername() - Method in class org.apache.directory.ldap.client.api.SaslRequest
Gets the username.
getUserPermission() - Method in class org.apache.directory.shared.ldap.aci.UserFirstACIItem
Gets the collection of UserPermissions.
getUsing(SchemaObject) - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
Gets the Set of SchemaObjects referenced by the given SchemaObject
getValsLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultEntryDecorator
 
getValue() - Method in class org.apache.directory.shared.asn1.ber.tlv.TLV
 
getValue() - Method in enum org.apache.directory.shared.asn1.ber.tlv.UniversalTag
 
getValue() - Method in class org.apache.directory.shared.dsmlv2.DsmlControl
Get the control value
getValue() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.MaxImmSubItem
Gets the maximum number of immediate subordinates.
getValue() - Method in interface org.apache.directory.shared.ldap.codec.api.CodecControl
Gets the binary ASN.1 BER encoded representation of the control.
getValue() - Method in class org.apache.directory.shared.ldap.codec.api.ControlDecorator
Get the control value
getValue() - Method in class org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeDecorator
Get the control value
getValue() - Method in class org.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsDecorator
Get the control value
getValue() - Method in class org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchDecorator
Get the control value
getValue() - Method in class org.apache.directory.shared.ldap.codec.controls.search.subentries.SubentriesDecorator
Get the control value
getValue() - Method in enum org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyErrorEnum
 
getValue() - Method in enum org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyTags
 
getValue() - Method in enum org.apache.directory.shared.ldap.extras.controls.SynchronizationInfoEnum
 
getValue() - Method in enum org.apache.directory.shared.ldap.extras.controls.SynchronizationModeEnum
 
getValue() - Method in enum org.apache.directory.shared.ldap.extras.controls.SyncModifyDnType
 
getValue() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncDoneValueDecorator
Get the control value
getValue() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueDecorator
Get the control value
getValue() - Method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueTags
 
getValue() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncModifyDnDecorator
Get the control value
getValue() - Method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncModifyDnTags
 
getValue() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueDecorator
Get the control value
getValue() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueDecorator
Get the control value
getValue() - Method in enum org.apache.directory.shared.ldap.extras.controls.SyncStateTypeEnum
 
getValue() - Method in class org.apache.directory.shared.ldap.extras.extended.StoredProcedureParameter
Gets the value as a byte[].
getValue() - Method in enum org.apache.directory.shared.ldap.model.constants.SaslQoP
Gets the equivalent string value.
getValue() - Method in enum org.apache.directory.shared.ldap.model.constants.SaslSecurityStrength
Gets the equivalent string value.
getValue() - Method in class org.apache.directory.shared.ldap.model.cursor.Tuple
Gets the value for this Tuple.
getValue() - Method in class org.apache.directory.shared.ldap.model.entry.BinaryValue
Get the wrapped value.
getValue() - Method in enum org.apache.directory.shared.ldap.model.entry.ModificationOperation
 
getValue() - Method in class org.apache.directory.shared.ldap.model.entry.StringValue
Get the wrapped value.
getValue() - Method in interface org.apache.directory.shared.ldap.model.entry.Value
Get the wrapped value.
getValue() - Method in class org.apache.directory.shared.ldap.model.filter.ExtensibleNode
Gets the value.
getValue() - Method in class org.apache.directory.shared.ldap.model.filter.SimpleNode
Gets the value.
getValue() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifControl
getValue() - Method in enum org.apache.directory.shared.ldap.model.message.AliasDerefMode
 
getValue() - Method in enum org.apache.directory.shared.ldap.model.message.controls.ChangeType
 
getValue() - Method in enum org.apache.directory.shared.ldap.model.message.ResultCodeEnum
 
getValue(String) - Method in class org.apache.directory.shared.ldap.model.name.Rdn
Get the Value of the Ava which type is given as an argument.
getValue() - Method in enum org.apache.directory.shared.ldap.model.schema.MatchingRuleEnum
 
getValue() - Method in enum org.apache.directory.shared.ldap.model.schema.ObjectClassTypeEnum
 
getValue() - Method in enum org.apache.directory.shared.ldap.model.schema.SchemaObjectType
 
getValue() - Method in enum org.apache.directory.shared.ldap.model.schema.UsageEnum
 
getValue() - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl.Extension
Gets the value.
getValue() - Method in class org.apache.directory.shared.ldap.sp.LdapContextParameter
 
getValue() - Method in interface org.apache.directory.shared.util.KeyValue
Gets the value from the pair.
getValue(int) - Method in class org.apache.directory.shared.util.SequencedHashMap
Gets the value at the specified index.
getValuesIn() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.RestrictedByElem
Gets the attribute type only whose values are allowed in attributeType.
getValuesLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.AddRequestDecorator
 
getValuesLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
 
getValueString() - Method in class org.apache.directory.shared.ldap.extras.extended.StoredProcedureParameter
Gets the value as a UTF8 String.
getValueString(Object) - Method in interface org.apache.directory.shared.ldap.model.cursor.TupleRenderer
Gets the value Object rendered as a String.
getVersion() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifReader
 
getVersion3() - Method in class org.apache.directory.shared.dsmlv2.request.BindRequestDsml
Gets whether or not the Ldap v3 protocol is used.
getVersion3() - Method in class org.apache.directory.shared.ldap.codec.decorators.BindRequestDecorator
Gets whether or not the Ldap v3 protocol is used.
getVersion3() - Method in interface org.apache.directory.shared.ldap.model.message.BindRequest
Gets whether or not the Ldap v3 protocol is used.
getVersion3() - Method in class org.apache.directory.shared.ldap.model.message.BindRequestImpl
Gets whether or not the Ldap v3 protocol is used.
getXsiTypeAttributeValue(XmlPullParser) - Static method in class org.apache.directory.shared.dsmlv2.ParserUtils
Returns the value of the attribute 'type' of the "XMLSchema-instance' namespace if it exists
getYear(String) - Static method in class org.apache.directory.shared.util.DateUtils
 
globalOidRegistry - Variable in class org.apache.directory.shared.ldap.model.schema.registries.Registries
The global OID registry
GOVERNING_STRUCTURE_RULE_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
GOVERNING_STRUCTURE_RULE_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
GRACEFUL_ACTION_DELAY_TAG - Static variable in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulActionConstants
This is the TAG used for the delay.
GracefulAction - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect
A common class for graceful Disconnect and Shutdown extended operations.
GracefulAction() - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulAction
Default constructor.
GracefulAction(int, int) - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulAction
Create a GracefulAction object, with a timeOffline and a delay
GracefulActionConstants - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect
Graceful Disconnect and Shutdown extended operation constants
GracefulDisconnect - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect
An extended operation to proceed a graceful disconnect
GracefulDisconnect(int, int) - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnect
Create a GracefulDisconnect object, with a timeOffline and a delay
GracefulDisconnect() - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnect
Default constructor.
GracefulDisconnectContainer - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect
A container for the GracefulDisconnect codec.
GracefulDisconnectContainer() - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectContainer
Creates a new GracefulDisconnectContainer object.
GracefulDisconnectDecoder - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect
A decoder for GracefulDisconnects.
GracefulDisconnectDecoder() - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectDecoder
 
GracefulDisconnectFactory - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect
An ExtendedRequestFactory for creating cancel extended request response pairs.
GracefulDisconnectFactory(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectFactory
 
GracefulDisconnectGrammar - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect
This class implements the Graceful Disconnect.
GracefulDisconnectResponse - Interface in org.apache.directory.shared.ldap.extras.extended
An unsolicited notification, extended response, intended for notifying clients of upcoming disconnection due to intended service windows.
GracefulDisconnectResponseDecorator - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect
A Decorator for CancelResponses.
GracefulDisconnectResponseDecorator(LdapApiService, GracefulDisconnectResponse) - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectResponseDecorator
Creates a new instance of CancelResponseDecorator.
GracefulDisconnectResponseDecorator(LdapApiService, byte[]) - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectResponseDecorator
Creates a new instance of CancelResponseDecorator.
GracefulDisconnectResponseImpl - Class in org.apache.directory.shared.ldap.extras.extended
An unsolicited notification, extended response, intended for notifying clients of up coming disconnection due to intended service windows.
GracefulDisconnectResponseImpl() - Constructor for class org.apache.directory.shared.ldap.extras.extended.GracefulDisconnectResponseImpl
Instantiates a new graceful disconnect.
GracefulDisconnectResponseImpl(int, int) - Constructor for class org.apache.directory.shared.ldap.extras.extended.GracefulDisconnectResponseImpl
Instantiates a new graceful disconnect.
GracefulDisconnectStatesEnum - Enum in org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect
This class store the GracefulDisconnect's grammar constants.
GracefulShutdown - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown
An extended operation to proceed a graceful shutdown
GracefulShutdown() - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdown
Creates a new instance of GracefulShutdown.
GracefulShutdownContainer - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown
A container for the GracefulShutdown codec.
GracefulShutdownContainer() - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownContainer
Creates a new GracefulShutdownContainer object.
GracefulShutdownDecoder - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown
A decoder for GracefulShutdowns.
GracefulShutdownDecoder() - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownDecoder
 
GracefulShutdownFactory - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown
An ExtendedRequestFactory for creating cancel extended request response pairs.
GracefulShutdownFactory(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownFactory
 
GracefulShutdownGrammar - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown
This class implements the Graceful shutdown.
GracefulShutdownRequest - Interface in org.apache.directory.shared.ldap.extras.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.
GracefulShutdownRequestDecorator - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown
A Decorator for GracefulShutdownRequests.
GracefulShutdownRequestDecorator(LdapApiService, GracefulShutdownRequest) - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownRequestDecorator
Creates a new instance of GracefulShutdownRequestDecorator.
GracefulShutdownRequestImpl - Class in org.apache.directory.shared.ldap.extras.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.
GracefulShutdownRequestImpl(int) - Constructor for class org.apache.directory.shared.ldap.extras.extended.GracefulShutdownRequestImpl
Instantiates a new graceful shutdown request.
GracefulShutdownRequestImpl() - Constructor for class org.apache.directory.shared.ldap.extras.extended.GracefulShutdownRequestImpl
Instantiates a new graceful shutdown request.
GracefulShutdownRequestImpl(int, int, int) - Constructor for class org.apache.directory.shared.ldap.extras.extended.GracefulShutdownRequestImpl
Instantiates a new graceful shutdown request.
GracefulShutdownResponse - Interface in org.apache.directory.shared.ldap.extras.extended
The response sent back from the server when a GracefulShutdownRequestImpl extended operation is sent.
GracefulShutdownResponseDecorator - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown
A Decorator for CancelResponses.
GracefulShutdownResponseDecorator(LdapApiService, GracefulShutdownResponse) - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownResponseDecorator
Creates a new instance of GracefulShutdownResponseDecorator.
GracefulShutdownResponseImpl - Class in org.apache.directory.shared.ldap.extras.extended
The response sent back from the server when a GracefulShutdownRequestImpl extended operation is sent.
GracefulShutdownResponseImpl(int, ResultCodeEnum) - Constructor for class org.apache.directory.shared.ldap.extras.extended.GracefulShutdownResponseImpl
Instantiates a new graceful shutdown response.
GracefulShutdownResponseImpl(int) - Constructor for class org.apache.directory.shared.ldap.extras.extended.GracefulShutdownResponseImpl
Instantiates a new graceful shutdown response.
GracefulShutdownResponseImpl() - Constructor for class org.apache.directory.shared.ldap.extras.extended.GracefulShutdownResponseImpl
Instantiates a new graceful shutdown response.
GracefulShutdownStatesEnum - Enum in org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown
This class store the GracefulShutdown's grammar constants.
grammar - Variable in class org.apache.directory.shared.asn1.ber.AbstractContainer
All the possible grammars
Grammar<E extends Asn1Container> - Interface in org.apache.directory.shared.asn1.ber.grammar
The interface which expose common behavior of a Grammar implementer.
grammar - Variable in class org.apache.directory.shared.dsmlv2.engine.Dsmlv2Engine
 
Grammar - Interface in org.apache.directory.shared.dsmlv2
The interface which expose common behavior of a Grammar implementer.
GrammarAction<E extends Asn1Container> - Class in org.apache.directory.shared.asn1.ber.grammar
A top level grammar class that store meta informations about the actions.
GrammarAction() - Constructor for class org.apache.directory.shared.asn1.ber.grammar.GrammarAction
A default constructor
GrammarAction(String) - Constructor for class org.apache.directory.shared.asn1.ber.grammar.GrammarAction
Creates a new GrammarAction object.
GrammarAction - Class in org.apache.directory.shared.dsmlv2
A top level grammar class that store meta informations about the actions.
GrammarAction(String) - Constructor for class org.apache.directory.shared.dsmlv2.GrammarAction
Creates a new GrammarAction object.
GrammarTransition<E extends Asn1Container> - Class in org.apache.directory.shared.asn1.ber.grammar
Define a transition between two states of a grammar.
GrammarTransition(Enum<?>, Enum<?>, int, Action<E>) - Constructor for class org.apache.directory.shared.asn1.ber.grammar.GrammarTransition
Creates a new GrammarTransition object.
GrammarTransition(Enum<?>, Enum<?>, int) - Constructor for class org.apache.directory.shared.asn1.ber.grammar.GrammarTransition
Creates a new GrammarTransition object.
GrammarTransition(Enum<?>, Enum<?>, UniversalTag, Action<E>) - Constructor for class org.apache.directory.shared.asn1.ber.grammar.GrammarTransition
Creates a new GrammarTransition object.
GrammarTransition(Enum<?>, Enum<?>, UniversalTag) - Constructor for class org.apache.directory.shared.asn1.ber.grammar.GrammarTransition
Creates a new GrammarTransition object.
GrammarTransition - Class in org.apache.directory.shared.dsmlv2
Define a transition between two states of a grammar.
GrammarTransition(Enum<Dsmlv2StatesEnum>, Enum<Dsmlv2StatesEnum>, GrammarAction) - Constructor for class org.apache.directory.shared.dsmlv2.GrammarTransition
Creates a new GrammarTransition object.
grantAndDenial() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
grantAndDenial() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
GrantAndDenial - Enum in org.apache.directory.shared.ldap.aci
An enumeration that represents grants or denials of MicroOperations.
grantsAndDenials() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
grantsAndDenials() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
GREATER_OR_EQUAL_FILTER - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
GREATER_OR_EQUAL_FILTER_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
GreaterEqNode<T> - Class in org.apache.directory.shared.ldap.model.filter
A assertion value node for GreaterOrEqual.
GreaterEqNode(AttributeType, Value<T>) - Constructor for class org.apache.directory.shared.ldap.model.filter.GreaterEqNode
Creates a new GreaterOrEqual object.
GreaterEqNode(String, Value<T>) - Constructor for class org.apache.directory.shared.ldap.model.filter.GreaterEqNode
Creates a new GreaterOrEqual object.
GROUP_OF_NAMES_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
GROUP_OF_NAMES_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
GROUP_OF_UNIQUE_NAMES_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
GROUP_OF_UNIQUE_NAMES_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
GSS_SPNEGO - Static variable in class org.apache.directory.shared.ldap.model.constants.SupportedSaslMechanisms
Not a SASL JDK supported mechanism
GSSAPI - Static variable in class org.apache.directory.shared.ldap.model.constants.SupportedSaslMechanisms
GSSAPI mechanism
GssApiRequest - Class in org.apache.directory.ldap.client.api
Holds the data required to complete the GSS-API SASL operation
GssApiRequest() - Constructor for class org.apache.directory.ldap.client.api.GssApiRequest
Creates a new instance of GssApiRequest.
GUIDE_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
GuideSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a Guide according to RFC 4517.
GuideSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.GuideSyntaxChecker
Creates a new instance of GuideSyntaxChecker

H

h - Variable in class org.apache.directory.shared.ldap.model.entry.AbstractValue
The computed hashcode.
handle(Callback[]) - Method in class org.apache.directory.ldap.client.api.callback.SaslCallbackHandler
HAS_SUBORDINATES_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
HAS_SUBORDINATES_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
hasAction() - Method in class org.apache.directory.shared.asn1.ber.grammar.GrammarTransition
Tells if the transition has an associated action.
hasAction() - Method in class org.apache.directory.shared.dsmlv2.GrammarTransition
Tells if the transition has an associated action.
hasChildren() - Method in class org.apache.directory.shared.ldap.util.tree.DnNode
Tells if the current DnNode has some children or not
hasChildren(Dn) - Method in class org.apache.directory.shared.ldap.util.tree.DnNode
Tells if a node has some children or not.
hasControl(String) - Method in class org.apache.directory.shared.dsmlv2.AbstractDsmlMessageDecorator
Checks whether or not this message has the specified control.
hasControl(String) - Method in class org.apache.directory.shared.ldap.codec.api.MessageDecorator
Checks whether or not this message has the specified control.
hasControl(String) - Method in class org.apache.directory.shared.ldap.model.message.AbstractMessage
Checks whether or not this message has the specified control.
hasControl(String) - Method in interface org.apache.directory.shared.ldap.model.message.Message
Checks whether or not this message has the specified control.
hasControls() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
 
hasDescendantElement(Dn) - Method in class org.apache.directory.shared.ldap.util.tree.DnNode
 
hasDescendants(String) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.AttributeTypeRegistry
Quick lookup to see if an attribute has descendants.
hasDescendants(AttributeType) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.AttributeTypeRegistry
Quick lookup to see if an attribute has descendants.
hasDescendants(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultAttributeTypeRegistry
Quick lookup to see if an attribute has descendants.
hasDescendants(AttributeType) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultAttributeTypeRegistry
Quick lookup to see if an attribute has descendants.
hasDescendants(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultObjectClassRegistry
Quick lookup to see if an objectClass has descendants.
hasDescendants(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
Quick lookup to see if an attribute has descendants.
hasDescendants(AttributeType) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
Quick lookup to see if an attribute has descendants.
hasDescendants(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableObjectClassRegistry
Quick lookup to see if an objectClass has descendants.
hasDescendants(String) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.ObjectClassRegistry
Quick lookup to see if an objectClass has descendants.
hasDnAttributes() - Method in class org.apache.directory.shared.ldap.model.filter.ExtensibleNode
Gets the Dn attributes.
hasElement() - Method in class org.apache.directory.shared.ldap.util.tree.DnNode
 
hasElement(Dn) - Method in class org.apache.directory.shared.ldap.util.tree.DnNode
 
hasEncodedValue() - Method in class org.apache.directory.shared.ldap.model.message.controls.OpaqueControl
Tells if the control has a stored value.
hasError() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifReader
 
hashCode() - Method in class org.apache.directory.shared.asn1.util.Oid
hashCode() - Method in class org.apache.directory.shared.dsmlv2.Tag
 
hashCode() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.AbstractAttributeTypeProtectedItem
hashCode() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.AttributeValueItem
hashCode() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.ClassesItem
hashCode() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.MaxImmSubItem
hashCode() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.MaxValueCountElem
hashCode() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.MaxValueCountItem
hashCode() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.RangeOfValuesItem
hashCode() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.RestrictedByElem
hashCode() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.RestrictedByItem
hashCode() - Method in class org.apache.directory.shared.ldap.aci.UserClass.Subtree
hashCode() - Method in class org.apache.directory.shared.ldap.codec.api.ControlDecorator
 
hashCode() - Method in class org.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsDecorator
 
hashCode() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
 
hashCode() - Method in class org.apache.directory.shared.ldap.extras.controls.SyncDoneValueImpl
 
hashCode() - Method in class org.apache.directory.shared.ldap.extras.controls.SyncInfoValueImpl
 
hashCode() - Method in class org.apache.directory.shared.ldap.extras.controls.SyncModifyDnImpl
 
hashCode() - Method in class org.apache.directory.shared.ldap.extras.controls.SyncRequestValueImpl
 
hashCode() - Method in class org.apache.directory.shared.ldap.extras.controls.SyncStateValueImpl
 
hashCode() - Method in class org.apache.directory.shared.ldap.extras.extended.CancelResponseImpl
hashCode() - Method in class org.apache.directory.shared.ldap.extras.extended.CertGenerationResponseImpl
hashCode() - Method in class org.apache.directory.shared.ldap.extras.extended.GracefulShutdownResponseImpl
hashCode() - Method in class org.apache.directory.shared.ldap.model.csn.Csn
Returns a hash code value for the object.
hashCode() - Method in class org.apache.directory.shared.ldap.model.cursor.Tuple
hashCode() - Method in class org.apache.directory.shared.ldap.model.entry.BinaryValue
 
hashCode() - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
The hashCode is based on the id, the isHR flag and on the internal values.
hashCode() - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Get the hash code of this ClientEntry.
hashCode() - Method in class org.apache.directory.shared.ldap.model.entry.DefaultModification
Compute the modification @see Object#hashCode
hashCode() - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Get the hash code of this ClientEntry.
hashCode() - Method in class org.apache.directory.shared.ldap.model.entry.StringValue
 
hashCode() - Method in class org.apache.directory.shared.ldap.model.filter.AbstractExprNode
 
hashCode() - Method in class org.apache.directory.shared.ldap.model.filter.AndNode
 
hashCode() - Method in class org.apache.directory.shared.ldap.model.filter.AssertionNode
 
hashCode() - Method in class org.apache.directory.shared.ldap.model.filter.BranchNode
 
hashCode() - Method in class org.apache.directory.shared.ldap.model.filter.ExtensibleNode
 
hashCode() - Method in class org.apache.directory.shared.ldap.model.filter.LeafNode
 
hashCode() - Method in class org.apache.directory.shared.ldap.model.filter.OrNode
 
hashCode() - Method in class org.apache.directory.shared.ldap.model.filter.ScopeNode
 
hashCode() - Method in class org.apache.directory.shared.ldap.model.filter.SimpleNode
 
hashCode() - Method in class org.apache.directory.shared.ldap.model.filter.SubstringNode
 
hashCode() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifControl
 
hashCode() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
 
hashCode() - Method in class org.apache.directory.shared.ldap.model.message.AbandonRequestImpl
 
hashCode() - Method in class org.apache.directory.shared.ldap.model.message.AbstractExtendedRequest
hashCode() - Method in class org.apache.directory.shared.ldap.model.message.AbstractMessage
 
hashCode() - Method in class org.apache.directory.shared.ldap.model.message.AbstractRequest
 
hashCode() - Method in class org.apache.directory.shared.ldap.model.message.AbstractResultResponse
hashCode() - Method in class org.apache.directory.shared.ldap.model.message.AddRequestImpl
 
hashCode() - Method in class org.apache.directory.shared.ldap.model.message.BindRequestImpl
hashCode() - Method in class org.apache.directory.shared.ldap.model.message.BindResponseImpl
hashCode() - Method in class org.apache.directory.shared.ldap.model.message.CompareRequestImpl
hashCode() - Method in class org.apache.directory.shared.ldap.model.message.controls.AbstractControl
 
hashCode() - Method in class org.apache.directory.shared.ldap.model.message.controls.EntryChangeImpl
 
hashCode() - Method in class org.apache.directory.shared.ldap.model.message.controls.PagedResultsImpl
 
hashCode() - Method in class org.apache.directory.shared.ldap.model.message.controls.SubentriesImpl
 
hashCode() - Method in class org.apache.directory.shared.ldap.model.message.DeleteRequestImpl
hashCode() - Method in class org.apache.directory.shared.ldap.model.message.extended.NoticeOfDisconnect
hashCode() - Method in class org.apache.directory.shared.ldap.model.message.ExtendedRequestImpl
hashCode() - Method in class org.apache.directory.shared.ldap.model.message.ExtendedResponseImpl
hashCode() - Method in class org.apache.directory.shared.ldap.model.message.IntermediateResponseImpl
hashCode() - Method in class org.apache.directory.shared.ldap.model.message.LdapResultImpl
 
hashCode() - Method in class org.apache.directory.shared.ldap.model.message.ModifyDnRequestImpl
hashCode() - Method in class org.apache.directory.shared.ldap.model.message.ModifyRequestImpl
hashCode() - Method in class org.apache.directory.shared.ldap.model.message.ReferralImpl
 
hashCode() - Method in class org.apache.directory.shared.ldap.model.message.SearchRequestImpl
hashCode() - Method in class org.apache.directory.shared.ldap.model.message.SearchResultDoneImpl
hashCode() - Method in class org.apache.directory.shared.ldap.model.message.SearchResultEntryImpl
hashCode() - Method in class org.apache.directory.shared.ldap.model.message.SearchResultReferenceImpl
hashCode() - Method in class org.apache.directory.shared.ldap.model.name.Ava
Gets the hashcode of this object.
hashCode() - Method in class org.apache.directory.shared.ldap.model.name.Dn
Gets the hash code of this Dn.
hashCode() - Method in class org.apache.directory.shared.ldap.model.name.Rdn
Gets the hashcode of this rdn.
hashCode() - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
This method is final to forbid the inherited classes to implement it.
hashCode() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
hashCode() - Method in class org.apache.directory.shared.ldap.model.schema.SchemaObjectWrapper
Compute the hash code for this wrapper.
hashCode() - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl
hashCode() - Method in class org.apache.directory.shared.ldap.trigger.ActionTime
hashCode() - Method in class org.apache.directory.shared.ldap.trigger.StoredProcedureLanguageSchemeOption
hashCode() - Method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter
 
hashCode() - Method in class org.apache.directory.shared.ldap.trigger.StoredProcedureSearchContextOption
hashCode() - Method in class org.apache.directory.shared.ldap.trigger.TriggerSpecification.SPSpec
hashCode() - Method in class org.apache.directory.shared.util.GeneralizedTime
 
hashCode() - Method in class org.apache.directory.shared.util.SequencedHashMap
Implements Map.hashCode().
hasMore() - Method in class org.apache.directory.shared.util.ArrayNamingEnumeration
 
hasMore() - Method in class org.apache.directory.shared.util.EmptyEnumeration
Always returns false.
hasMore() - Method in class org.apache.directory.shared.util.IteratorNamingEnumeration
 
hasMore() - Method in class org.apache.directory.shared.util.SingletonEnumeration
 
hasMoreElements() - Method in class org.apache.directory.shared.util.ArrayEnumeration
 
hasMoreElements() - Method in class org.apache.directory.shared.util.ArrayNamingEnumeration
 
hasMoreElements() - Method in class org.apache.directory.shared.util.EmptyEnumeration
Always return false.
hasMoreElements() - Method in class org.apache.directory.shared.util.IteratorNamingEnumeration
 
hasMoreElements() - Method in class org.apache.directory.shared.util.SingletonEnumeration
 
hasNext() - Method in class org.apache.directory.shared.ldap.model.cursor.CursorIterator
hasNext() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifReader
Tests to see if another LDIF is on the input channel.
hasNext() - Method in class org.apache.directory.shared.util.JoinIterator
 
hasObjectClass(String...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Tells if an entry as some specific ObjectClasses values
hasObjectClass(Attribute...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Tells if an entry has some specific ObjectClasses Attributes
hasObjectClass(String...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
Tells if an entry as some specific ObjectClasses values
hasObjectClass(Attribute...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
Tells if an entry has some specific ObjectClasses Attributes
hasObjectClass(String...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Tells if an entry as some specific ObjectClasses values
hasObjectClass(Attribute...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Tells if an entry has some specific ObjectClasses Attributes
hasOption() - Method in class org.apache.directory.shared.ldap.model.schema.AttributeTypeOptions
 
hasOption(String) - Method in class org.apache.directory.shared.ldap.model.schema.AttributeTypeOptions
 
hasParent() - Method in class org.apache.directory.shared.ldap.util.tree.DnNode
 
hasParent(Dn) - Method in class org.apache.directory.shared.ldap.util.tree.DnNode
Tells if there is a parent for a given Dn,.
hasParentElement(Dn) - Method in class org.apache.directory.shared.ldap.util.tree.DnNode
Get the closest Node for a given Dn which has an element, if present in the tree.
For instance, if we have stored dc=acme, dc=org into the tree, the Dn: ou=example, dc=acme, dc=org will have a parent, and dc=acme, dc=org will be returned if it has an associated element.
hasResponse() - Method in class org.apache.directory.shared.dsmlv2.request.AbstractRequestDsml
Tests to see if this Request produces one or more response types.
hasResponse() - Method in class org.apache.directory.shared.ldap.codec.decorators.AbandonableResultResponseRequestDecorator
Tests to see if this Request produces one or more response types.
hasResponse() - Method in class org.apache.directory.shared.ldap.codec.decorators.RequestDecorator
Tests to see if this Request produces one or more response types.
hasResponse() - Method in class org.apache.directory.shared.ldap.codec.decorators.ResultResponseRequestDecorator
Tests to see if this Request produces one or more response types.
hasResponse() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
 
hasResponse() - Method in interface org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicy
Checks whether this Control is the password policy request or the response by carrying with it an IPasswordPolicyResponse object.
hasResponse() - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyDecorator
Checks whether this Control is the password policy request or the response by carrying with it an IPasswordPolicyResponse object.
hasResponse() - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyImpl
Checks whether this Control is the password policy request or the response by carrying with it an IPasswordPolicyResponse object.
hasResponse() - Method in class org.apache.directory.shared.ldap.model.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.model.message.Request
Tests to see if this Request produces one or more response types.
hasValue() - Method in class org.apache.directory.shared.dsmlv2.DsmlControl
Checks to see if this DSML control decorator has a value.
hasValue() - Method in interface org.apache.directory.shared.ldap.codec.api.CodecControl
Checks to see if a value is set for this CodecControl.
hasValue() - Method in class org.apache.directory.shared.ldap.codec.api.ControlDecorator
Checks to see if a value is set for this CodecControl.
hasValue() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifControl
hasValue() - Method in class org.apache.directory.shared.ldap.model.message.controls.CascadeImpl
 
HEX - Static variable in interface org.apache.directory.shared.ldap.model.name.AntlrDnTokenTypes
 
HEX - Static variable in class org.apache.directory.shared.util.Chars
<hex> ::= [0x30-0x39] | [0x41-0x46] | [0x61-0x66]
Hex - Class in org.apache.directory.shared.util
Various hex and string manipulation methods that are more efficient then chaining operations: all is done in the same buffer without creating a bunch of intermediate String objects.
Hex() - Constructor for class org.apache.directory.shared.util.Hex
 
HEX_CHAR - Static variable in class org.apache.directory.shared.util.Hex
Used to build output as Hex
HEX_VALUE - Static variable in class org.apache.directory.shared.util.Hex
<hex> ::= [0x30-0x39] | [0x41-0x46] | [0x61-0x66]
HEXPAIR - Static variable in interface org.apache.directory.shared.ldap.model.name.AntlrDnTokenTypes
 
HEXPAIR_OR_ESCESC_ESCSHARP_OR_ESC - Static variable in interface org.apache.directory.shared.ldap.model.name.AntlrDnTokenTypes
 
hexstring(AntlrDnParser.UpAndNormValue) - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnParser
RFC 4514 Section 3 hexstring = SHARP 1*hexpair If in form, a BER representation can be obtained from converting each of the to the octet indicated by the .
HEXVALUE - Static variable in interface org.apache.directory.shared.ldap.model.name.AntlrDnTokenTypes
 
HEXVALUE_OR_SHARP - Static variable in interface org.apache.directory.shared.ldap.model.name.AntlrDnTokenTypes
 
HYPEN - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueTokenTypes
 
HYPHEN - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
HYPHEN - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
HYPHEN - Static variable in interface org.apache.directory.shared.ldap.model.name.AntlrDnTokenTypes
 

I

I18n - Enum in org.apache.directory.shared.i18n
Provides i18n handling of error codes.
IA5_STRING_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
Ia5StringSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a IA5 String according to RFC 4517.
Ia5StringSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.Ia5StringSyntaxChecker
Creates a new instance of Ia5StringSyntaxChecker.
ID_add - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_AFTER - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_allAttributeValues - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_allAttributeValues - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_allUserAttributeTypes - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_allUserAttributeTypes - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_allUserAttributeTypesAndValues - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_allUserAttributeTypesAndValues - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_allUsers - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_allUsers - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_and - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_and - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_and - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
ID_and - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
ID_attributes - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_attributeType - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_attributeType - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_authenticationLevel - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_authenticationLevel - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_base - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_base - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_base - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
ID_base - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
ID_basicLevels - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_basicLevels - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_CALL - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_chopAfter - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_chopAfter - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_chopAfter - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
ID_chopAfter - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
ID_chopBefore - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_chopBefore - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_chopBefore - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
ID_chopBefore - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
ID_classes - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_classes - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_delete - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_deletedEntry - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_deleteoldrdn - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_denyAdd - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_denyAdd - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_denyBrowse - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_denyBrowse - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_denyCompare - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_denyCompare - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_denyDiscloseOnError - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_denyDiscloseOnError - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_denyExport - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_denyExport - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_denyFilterMatch - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_denyFilterMatch - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_denyImport - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_denyImport - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_denyInvoke - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_denyInvoke - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_denyModify - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_denyModify - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_denyRead - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_denyRead - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_denyRemove - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_denyRemove - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_denyRename - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_denyRename - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_denyReturnDN - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_denyReturnDN - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_entry - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_entry - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_entry - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_FALSE - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_FALSE - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_grantAdd - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_grantAdd - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_grantBrowse - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_grantBrowse - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_grantCompare - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_grantCompare - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_grantDiscloseOnError - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_grantDiscloseOnError - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_grantExport - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_grantExport - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_grantFilterMatch - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_grantFilterMatch - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_grantImport - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_grantImport - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_grantInvoke - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_grantInvoke - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_grantModify - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_grantModify - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_grantRead - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_grantRead - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_grantRemove - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_grantRemove - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_grantRename - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_grantRename - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_grantReturnDN - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_grantReturnDN - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_grantsAndDenials - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_grantsAndDenials - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_identificationTag - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_identificationTag - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_item - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_item - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_item - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
ID_item - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
ID_itemFirst - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_itemFirst - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_itemOrUserFirst - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_itemOrUserFirst - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_itemPermissions - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_itemPermissions - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_languageScheme - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_ldapContext - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_level - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_level - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_localQualifier - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_localQualifier - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_maxCount - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_maxCount - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_maxImmSub - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_maxImmSub - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_maximum - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_maximum - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_maximum - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
ID_maximum - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
ID_maxValueCount - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_maxValueCount - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_minimum - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_minimum - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_minimum - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
ID_minimum - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
ID_modification - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_modify - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_modifyDN - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_modifyDNExport - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_modifyDNImport - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_modifyDNRename - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_name - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_name - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_name - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_newDN - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_newEntry - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_newrdn - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_newSuperior - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_none - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_none - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_not - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_not - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_not - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
ID_not - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
ID_object - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_oldEntry - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_oldRDN - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_oldSuperiorDN - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_operationPrincipal - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_or - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_or - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_or - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
ID_or - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
ID_parentOfEntry - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_parentOfEntry - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_precedence - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_precedence - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_protectedItems - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_protectedItems - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_rangeOfValues - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_rangeOfValues - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_restrictedBy - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_restrictedBy - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_scope_base - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_scope_one - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_scope_subtree - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_search_scope - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_searchContext - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_selfValue - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_selfValue - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_signed - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_signed - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_simple - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_simple - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_specificationFilter - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_specificationFilter - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_specificationFilter - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
ID_specificationFilter - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
ID_specificExclusions - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_specificExclusions - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_specificExclusions - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
ID_specificExclusions - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
ID_strong - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_strong - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_subtree - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_subtree - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_thisEntry - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_thisEntry - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_TRUE - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_TRUE - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_type - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_type - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_userClasses - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_userClasses - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_userFirst - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_userFirst - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_userGroup - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_userGroup - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_userPermissions - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_userPermissions - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_valuesIn - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_valuesIn - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
IDENTIFIER - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
 
IDENTIFIER - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ImmutableAttributeTypeRegistry - Class in org.apache.directory.shared.ldap.model.schema.registries
An immutable wrapper of the AttributeType registry.
ImmutableAttributeTypeRegistry(AttributeTypeRegistry) - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
Creates a new instance of ImmutableAttributeTypeRegistry.
ImmutableComparatorRegistry - Class in org.apache.directory.shared.ldap.model.schema.registries
An immutable wrapper of the Comparator registry.
ImmutableComparatorRegistry(ComparatorRegistry) - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.ImmutableComparatorRegistry
Creates a new immutable ComparatorRegistry instance.
ImmutableDITContentRuleRegistry - Class in org.apache.directory.shared.ldap.model.schema.registries
An immutable wrapper of the DITContentRule registry.
ImmutableDITContentRuleRegistry(DITContentRuleRegistry) - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITContentRuleRegistry
Creates a new instance of ImmutableDITContentRuleRegistry.
ImmutableDITStructureRuleRegistry - Class in org.apache.directory.shared.ldap.model.schema.registries
An immutable wrapper of the DITStructureRule registry.
ImmutableDITStructureRuleRegistry(DITStructureRuleRegistry) - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITStructureRuleRegistry
Creates a new instance of ImmutableDITStructureRuleRegistry.
ImmutableEntry - Class in org.apache.directory.shared.ldap.model.entry
A default implementation of a ServerEntry which should suite most use cases.
ImmutableEntry(Entry) - Constructor for class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Creates a new instance of DefaultEntry.
ImmutableLdapSyntaxRegistry - Class in org.apache.directory.shared.ldap.model.schema.registries
An immutable wrapper of the Syntax registry.
ImmutableLdapSyntaxRegistry(LdapSyntaxRegistry) - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
Creates a new instance of ImmutableLdapSyntaxRegistry.
ImmutableMatchingRuleRegistry - Class in org.apache.directory.shared.ldap.model.schema.registries
An immutable wrapper of the MatchingRule registry.
ImmutableMatchingRuleRegistry(MatchingRuleRegistry) - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
Creates a new instance of ImmutableMatchingRuleRegistry.
ImmutableMatchingRuleUseRegistry - Class in org.apache.directory.shared.ldap.model.schema.registries
An immutable wrapper of the MatchingRuleUse registry.
ImmutableMatchingRuleUseRegistry(MatchingRuleUseRegistry) - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
Creates a new instance of ImmutableMatchingRuleUseRegistry.
ImmutableNameFormRegistry - Class in org.apache.directory.shared.ldap.model.schema.registries
An immutable wrapper of the NameForm registry.
ImmutableNameFormRegistry(NameFormRegistry) - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNameFormRegistry
Creates a new instance of ImmutableNameFormRegistry.
ImmutableNormalizerRegistry - Class in org.apache.directory.shared.ldap.model.schema.registries
An immutable wrapper of the Normalizer registry.
ImmutableNormalizerRegistry(NormalizerRegistry) - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNormalizerRegistry
Creates a new immutable NormalizerRegistry instance.
ImmutableObjectClassRegistry - Class in org.apache.directory.shared.ldap.model.schema.registries
An immutable wrapper of the ObjectClass registry.
ImmutableObjectClassRegistry(ObjectClassRegistry) - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.ImmutableObjectClassRegistry
Creates a new instance of ImmutableAttributeTypeRegistry.
ImmutableSyntaxCheckerRegistry - Class in org.apache.directory.shared.ldap.model.schema.registries
An immutable wrapper of the SyntaxChecker registry.
ImmutableSyntaxCheckerRegistry(SyntaxCheckerRegistry) - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
Creates a new instance of ImmutableSyntaxCheckerRegistry.
incLengthBytesRead() - Method in class org.apache.directory.shared.asn1.ber.tlv.TLV
Increment the number of bytes read for this TLV
InconsistentCursorStateException - Exception in org.apache.directory.shared.ldap.model.cursor
Thrown to indicate a condition in the Cursor where the state seems inconsistent based on internal accounting.
InconsistentCursorStateException() - Constructor for exception org.apache.directory.shared.ldap.model.cursor.InconsistentCursorStateException
Creates a new instance of InconsistentCursorStateException.
InconsistentCursorStateException(String) - Constructor for exception org.apache.directory.shared.ldap.model.cursor.InconsistentCursorStateException
Creates a new instance of CursorClosedException.
incrementDecodeBytes(int) - Method in class org.apache.directory.shared.asn1.ber.AbstractContainer
Increment the decodedBytes by the latest received buffer's size.
incrementDecodeBytes(int) - Method in interface org.apache.directory.shared.asn1.ber.Asn1Container
Increment the decodedBytes by the latest received buffer's size.
indexOf(Object) - Method in class org.apache.directory.shared.util.SequencedHashMap
Gets the index of the specified key.
INET_ORG_PERSON_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
INET_ORG_PERSON_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
INFERIOR - Static variable in class org.apache.directory.shared.ldap.model.name.Rdn
Constant used in comparisons
init(int) - Method in class org.apache.directory.shared.asn1.ber.tlv.Value
Initialize the Value
init() - Method in class org.apache.directory.shared.converter.schema.SchemaParser
Initializes a parser and its plumbing.
init() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
Creates a (normalizing) subordinate DnParser for parsing Names.
init(SchemaManager) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
Creates a (normalizing) subordinate DnParser for parsing Names.
init() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifReader
 
init(SchemaManager) - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationChecker
Initiaize the checker
init(SchemaManager) - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParser
Does nothing.
init() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
InitAbandonRequest - Class in org.apache.directory.shared.ldap.codec.actions.abandonRequest
The action used to initialize the AbandonRequest
InitAbandonRequest() - Constructor for class org.apache.directory.shared.ldap.codec.actions.abandonRequest.InitAbandonRequest
Instantiates a new action.
InitAddRequest - Class in org.apache.directory.shared.ldap.codec.actions.addRequest
The action used to initialize the AddRequest response
InitAddRequest() - Constructor for class org.apache.directory.shared.ldap.codec.actions.addRequest.InitAddRequest
Instantiates a new action.
InitAddResponse - Class in org.apache.directory.shared.ldap.codec.actions.addResponse
The action used to initialize the AddResponse response
InitAddResponse() - Constructor for class org.apache.directory.shared.ldap.codec.actions.addResponse.InitAddResponse
Instantiates a new action.
InitAndFilter - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest.filter
The action used to initialize the AND filter
InitAndFilter() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.InitAndFilter
Instantiates a new init AND filter action.
InitApproxMatchFilter - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest.filter
The action used to initialize the Approx Match filter
InitApproxMatchFilter() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.InitApproxMatchFilter
Instantiates a new init approx match filter action.
InitAssertionValueFilter - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest.filter
The action used to initialize the Assertion Value filter
InitAssertionValueFilter() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.InitAssertionValueFilter
Instantiates a new init assertion value filter action.
InitAttributeDescFilter - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest.filter
The action used to initialize the AttributeDesc filter
InitAttributeDescFilter() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.InitAttributeDescFilter
Instantiates a new init attribute desc filter action.
InitAttributeVals - Class in org.apache.directory.shared.ldap.codec.actions.modifyRequest
The action used to initialize the set of ModificationRequest AVAs
InitAttributeVals() - Constructor for class org.apache.directory.shared.ldap.codec.actions.modifyRequest.InitAttributeVals
Instantiates a new action.
InitBindRequest - Class in org.apache.directory.shared.ldap.codec.actions.bindRequest
The action used to initialize the BindRequest
InitBindRequest() - Constructor for class org.apache.directory.shared.ldap.codec.actions.bindRequest.InitBindRequest
Instantiates a new action.
InitBindResponse - Class in org.apache.directory.shared.ldap.codec.actions.bindResponse
The action used to initialize the BindResponse
InitBindResponse() - Constructor for class org.apache.directory.shared.ldap.codec.actions.bindResponse.InitBindResponse
Instantiates a new action.
InitCompareRequest - Class in org.apache.directory.shared.ldap.codec.actions.compareRequest
The action used to initialize the CompareRequest.
InitCompareRequest() - Constructor for class org.apache.directory.shared.ldap.codec.actions.compareRequest.InitCompareRequest
Instantiates a new action.
InitCompareResponse - Class in org.apache.directory.shared.ldap.codec.actions.compareResponse
The action used to initialize the CompareResponse
InitCompareResponse() - Constructor for class org.apache.directory.shared.ldap.codec.actions.compareResponse.InitCompareResponse
Instantiates a new action.
InitControls - Class in org.apache.directory.shared.ldap.codec.actions.controls
The action used to initialize a control.
InitControls() - Constructor for class org.apache.directory.shared.ldap.codec.actions.controls.InitControls
Instantiates a new controls init action.
InitDelRequest - Class in org.apache.directory.shared.ldap.codec.actions.delRequest
The action used to initialize the DelRequest.
InitDelRequest() - Constructor for class org.apache.directory.shared.ldap.codec.actions.delRequest.InitDelRequest
Instantiates a new action.
InitDelResponse - Class in org.apache.directory.shared.ldap.codec.actions.delResponse
The action used to initialize the DelResponse response
InitDelResponse() - Constructor for class org.apache.directory.shared.ldap.codec.actions.delResponse.InitDelResponse
Instantiates a new action.
initEntry() - Method in class org.apache.directory.shared.dsmlv2.request.AddRequestDsml
Initialize the Entry.
InitEqualityMatchFilter - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest.filter
The action used to initialize the Equality Match filter
InitEqualityMatchFilter() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.InitEqualityMatchFilter
Instantiates a new init equality match filter action.
InitExtendedRequest - Class in org.apache.directory.shared.ldap.codec.actions.extendedRequest
The action used to initialize the ExtendedRequest message
InitExtendedRequest() - Constructor for class org.apache.directory.shared.ldap.codec.actions.extendedRequest.InitExtendedRequest
Instantiates a new action.
InitExtendedResponse - Class in org.apache.directory.shared.ldap.codec.actions.extendedResponse
The action used to initialize the ExtendedResponse message
InitExtendedResponse() - Constructor for class org.apache.directory.shared.ldap.codec.actions.extendedResponse.InitExtendedResponse
Instantiates a new action.
InitExtensibleMatchFilter - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest.filter
The action used to initialize the Extensible Match filter
InitExtensibleMatchFilter() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.InitExtensibleMatchFilter
Instantiates a new init extensible match filter action.
InitGreaterOrEqualFilter - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest.filter
The action used to initialize the Greater Or Equal filter
InitGreaterOrEqualFilter() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.InitGreaterOrEqualFilter
Instantiates a new init greater or equal filter action.
initialize(LdapApiService) - Static method in class org.apache.directory.shared.ldap.codec.api.LdapApiServiceFactory
Initialization can only take place once.
initialize() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Initializes the SchemaService
initialize() - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Initializes the SchemaService
InitIntermediateResponse - Class in org.apache.directory.shared.ldap.codec.actions.intermediateResponse
The action used to initialize the IntermediateResponse message
InitIntermediateResponse() - Constructor for class org.apache.directory.shared.ldap.codec.actions.intermediateResponse.InitIntermediateResponse
Instantiates a new action.
InitLdapMessage - Class in org.apache.directory.shared.ldap.codec.actions.ldapMessage
The action used to initialize an LdapMessage
InitLdapMessage() - Constructor for class org.apache.directory.shared.ldap.codec.actions.ldapMessage.InitLdapMessage
Instantiates a new action.
InitLessOrEqualFilter - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest.filter
The action used to initialize the Less Or Equal filter
InitLessOrEqualFilter() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.InitLessOrEqualFilter
Instantiates a new init less or equal filter action.
InitModifyDnRequest - Class in org.apache.directory.shared.ldap.codec.actions.modifyDnRequest
The action used to initialize the ModifyDnRequest message
InitModifyDnRequest() - Constructor for class org.apache.directory.shared.ldap.codec.actions.modifyDnRequest.InitModifyDnRequest
Instantiates a new action.
InitModifyDnResponse - Class in org.apache.directory.shared.ldap.codec.actions.modifyDnResponse
The action used to initialize the ModifyDnResponse message
InitModifyDnResponse() - Constructor for class org.apache.directory.shared.ldap.codec.actions.modifyDnResponse.InitModifyDnResponse
Instantiates a new action.
InitModifyRequest - Class in org.apache.directory.shared.ldap.codec.actions.modifyRequest
The action used to initialize the ModifyRequest message
InitModifyRequest() - Constructor for class org.apache.directory.shared.ldap.codec.actions.modifyRequest.InitModifyRequest
Instantiates a new action.
InitModifyResponse - Class in org.apache.directory.shared.ldap.codec.actions.modifyResponse
The action used to initialize the ModifyResponse message
InitModifyResponse() - Constructor for class org.apache.directory.shared.ldap.codec.actions.modifyResponse.InitModifyResponse
Instantiates a new action.
InitNotFilter - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest.filter
The action used to initialize the NOT filter
InitNotFilter() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.InitNotFilter
Instantiates a new init NOT filter action.
InitOrFilter - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest.filter
The action used to initialize the OR filter
InitOrFilter() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.InitOrFilter
Instantiates a new init OR filter action.
InitPresentFilter - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest.filter
The action used to initialize the Present filter
InitPresentFilter() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.InitPresentFilter
Instantiates a new init present filter action.
InitReferrals - Class in org.apache.directory.shared.ldap.codec.actions.ldapResult
The action used to init referrals to a LdapResult :
InitReferrals() - Constructor for class org.apache.directory.shared.ldap.codec.actions.ldapResult.InitReferrals
Instantiates a new init referrals action.
InitSaslBind - Class in org.apache.directory.shared.ldap.codec.actions.bindRequest
The action used to store the BindRequest version MessageID.
InitSaslBind() - Constructor for class org.apache.directory.shared.ldap.codec.actions.bindRequest.InitSaslBind
Instantiates a new action.
InitSearchRequest - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest
The action used to initialize the SearchRequest message
InitSearchRequest() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.InitSearchRequest
Instantiates a new action.
InitSearchRequestAttributeDescList - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest
The action used to initialize the AttributeDesc list
InitSearchRequestAttributeDescList() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.InitSearchRequestAttributeDescList
Instantiates a new init attribute desc list action.
InitSearchResultDone - Class in org.apache.directory.shared.ldap.codec.actions.searchResultDone
The action used to initialize the SearchResultDone response
InitSearchResultDone() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchResultDone.InitSearchResultDone
Instantiates a new action.
InitSearchResultEntry - Class in org.apache.directory.shared.ldap.codec.actions.searchResultEntry
The action used to initialize the SearchResultEntry response
InitSearchResultEntry() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchResultEntry.InitSearchResultEntry
Instantiates a new action.
InitSearchResultReference - Class in org.apache.directory.shared.ldap.codec.actions.searchResultReference
The action used to initialize the SearchResultReference response
InitSearchResultReference() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchResultReference.InitSearchResultReference
Instantiates a new action.
InitSubstringsFilter - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest.filter
The action used to initialize the Substrings filter
InitSubstringsFilter() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.InitSubstringsFilter
Instantiates a new init substrings filter action.
InitUnbindRequest - Class in org.apache.directory.shared.ldap.codec.actions.unbindRequest
The action used to initialize the UnbindRequest :
InitUnbindRequest() - Constructor for class org.apache.directory.shared.ldap.codec.actions.unbindRequest.InitUnbindRequest
Instantiates a new action.
INSTANCE - Static variable in exception org.apache.directory.shared.ldap.model.cursor.CursorClosedException
A static exception to be used by the monitor
INSTANCE - Static variable in class org.apache.directory.shared.ldap.model.schema.normalizers.NameOrNumericIdNormalizer
A static instance of this normalizer
instance() - Static method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.Add_ATTRIBUTES
 
instance() - Static method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.Add_ENTRY
 
instance() - Static method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.Delete_DELETED_ENTRY
 
instance() - Static method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.Delete_NAME
 
instance(Dn) - Static method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.Generic_LDAP_CONTEXT
 
instance() - Static method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.Generic_OPERATION_PRINCIPAL
 
instance() - Static method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.Modify_MODIFICATION
 
instance() - Static method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.Modify_NEW_ENTRY
 
instance() - Static method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.Modify_OBJECT
 
instance() - Static method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.Modify_OLD_ENTRY
 
instance() - Static method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.ModifyDN_DELETE_OLD_RDN
 
instance() - Static method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.ModifyDN_ENTRY
 
instance() - Static method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.ModifyDN_NEW_DN
 
instance() - Static method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.ModifyDN_NEW_RDN
 
instance() - Static method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.ModifyDN_NEW_SUPERIOR
 
instance() - Static method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.ModifyDN_OLD_RDN
 
instance() - Static method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.ModifyDN_OLD_SUPERIOR_DN
 
INTEGER - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
INTEGER - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
INTEGER - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
INTEGER - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
INTEGER_FIRST_COMPONENT_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
INTEGER_FIRST_COMPONENT_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
INTEGER_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
INTEGER_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
INTEGER_OR_NUMERICOID - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
INTEGER_OR_NUMERICOID - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
INTEGER_OR_NUMERICOID - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
INTEGER_OR_NUMERICOID - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
INTEGER_ORDERING_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
INTEGER_ORDERING_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
INTEGER_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
IntegerComparator - Class in org.apache.directory.shared.ldap.model.schema.comparators
A class for the integerOrderingMatch matchingRule (RFC 4517, par.
IntegerComparator(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.comparators.IntegerComparator
The IntegerComparator constructor.
IntegerDecoder - Class in org.apache.directory.shared.asn1.ber.tlv
Parse and decode an Integer value.
IntegerDecoder() - Constructor for class org.apache.directory.shared.asn1.ber.tlv.IntegerDecoder
 
IntegerDecoderException - Exception in org.apache.directory.shared.asn1.ber.tlv
Thrown when a IntegerDecoder has encountered a failure condition during a decode.
IntegerDecoderException(String) - Constructor for exception org.apache.directory.shared.asn1.ber.tlv.IntegerDecoderException
Creates a IntegerDecoderException
IntegerSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is an Integer according to RFC 4517.
IntegerSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.IntegerSyntaxChecker
Creates a new instance of IntegerSyntaxChecker.
INTERMEDIATE_RESPONSE_NAME_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
INTERMEDIATE_RESPONSE_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
INTERMEDIATE_RESPONSE_VALUE_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
IntermediateResponse - Interface in org.apache.directory.shared.ldap.model.message
Intermediate response message used to return multiple response messages for a single search request (ExtendedRequest or Control).
IntermediateResponseDecorator - Class in org.apache.directory.shared.ldap.codec.decorators
A decorator for the IntermediateResponse message
IntermediateResponseDecorator(LdapApiService, IntermediateResponse) - Constructor for class org.apache.directory.shared.ldap.codec.decorators.IntermediateResponseDecorator
Makes a IntermediateResponse encodable.
IntermediateResponseImpl - Class in org.apache.directory.shared.ldap.model.message
IntermediateResponse implementation
IntermediateResponseImpl(int) - Constructor for class org.apache.directory.shared.ldap.model.message.IntermediateResponseImpl
 
InvalidCharacterException - Exception in org.apache.directory.shared.util.exception
Exception thrown when a Character is invalid
InvalidCharacterException(int) - Constructor for exception org.apache.directory.shared.util.exception.InvalidCharacterException
 
InvalidConnectionException - Exception in org.apache.directory.ldap.client.api.exception
A InvalidConnectionException is thrown if one tries to apply an operation on a closed connection
InvalidConnectionException() - Constructor for exception org.apache.directory.ldap.client.api.exception.InvalidConnectionException
Instantiates a new invalid connection exception.
InvalidConnectionException(String) - Constructor for exception org.apache.directory.ldap.client.api.exception.InvalidConnectionException
Instantiates a new invalid connection exception.
InvalidConnectionException(String, Throwable) - Constructor for exception org.apache.directory.ldap.client.api.exception.InvalidConnectionException
Instantiates a new invalid connection exception.
InvalidCSNException - Exception in org.apache.directory.shared.ldap.model.csn
A RuntimeException which is thrown when a wrong string representation is specified to create a new Csn.
InvalidCSNException() - Constructor for exception org.apache.directory.shared.ldap.model.csn.InvalidCSNException
Creates a new instance.
InvalidCSNException(String, Throwable) - Constructor for exception org.apache.directory.shared.ldap.model.csn.InvalidCSNException
Creates a new instance with the specified message and cause.
InvalidCSNException(String) - Constructor for exception org.apache.directory.shared.ldap.model.csn.InvalidCSNException
Creates a new instance with the specified message.
InvalidCSNException(Throwable) - Constructor for exception org.apache.directory.shared.ldap.model.csn.InvalidCSNException
Creates a new instance with the specified cause.
InvalidCursorPositionException - Exception in org.apache.directory.shared.ldap.model.cursor
Thrown to indicate an illegal position state for a Cursor when a call to get is made.
InvalidCursorPositionException() - Constructor for exception org.apache.directory.shared.ldap.model.cursor.InvalidCursorPositionException
Creates a new instance of InvalidCursorPositionException.
InvalidCursorPositionException(String) - Constructor for exception org.apache.directory.shared.ldap.model.cursor.InvalidCursorPositionException
Creates a new instance of InvalidCursorPositionException.
IS_PRINTABLE_CHAR - Static variable in class org.apache.directory.shared.util.Strings
A table containing booleans when the corresponding char is printable
isAbandoned() - Method in class org.apache.directory.shared.dsmlv2.request.AbstractResultResponseRequestDsml
Checks to see if this request has been abandoned.
isAbandoned() - Method in class org.apache.directory.shared.ldap.codec.decorators.AbandonableRequestDecorator
Checks to see if this request has been abandoned.
isAbandoned() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
 
isAbandoned() - Method in class org.apache.directory.shared.ldap.codec.decorators.SingleReplyRequestDecorator
 
isAbandoned() - Method in interface org.apache.directory.shared.ldap.model.message.AbandonableRequest
Checks to see if this request has been abandoned.
isAbandoned() - Method in class org.apache.directory.shared.ldap.model.message.AbstractAbandonableRequest
 
isAbstract() - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
Tells if the current ObjectClass is ABSTRACT
isAfterLast() - Method in class org.apache.directory.shared.ldap.model.cursor.AbstractCursor
Is this Cursor positioned after the last element.
isAfterLast() - Method in class org.apache.directory.shared.ldap.model.cursor.AbstractTupleCursor
Is this Cursor positioned after the last element.
isAfterLast() - Method in interface org.apache.directory.shared.ldap.model.cursor.Cursor
Is this Cursor positioned after the last element.
isAfterLast() - Method in class org.apache.directory.shared.ldap.model.cursor.ListCursor
Is this Cursor positioned after the last element.
isAfterLast() - Method in class org.apache.directory.shared.ldap.model.cursor.SingletonCursor
Is this Cursor positioned after the last element.
isAlpha(byte) - Static method in class org.apache.directory.shared.util.Chars
Test if the current byte is an Alpha character : <alpha> ::= [0x41-0x5A] | [0x61-0x7A]
isAlpha(char) - Static method in class org.apache.directory.shared.util.Chars
Test if the current character is an Alpha character : <alpha> ::= [0x41-0x5A] | [0x61-0x7A]
isAlphaASCII(byte[], int) - Static method in class org.apache.directory.shared.util.Chars
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.util.Chars
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.util.Chars
Test if the current character is an Alpha character : <alpha> ::= [0x41-0x5A] | [0x61-0x7A]
isAlphaDigit(String, int) - Static method in class org.apache.directory.shared.util.Chars
Check if the current character is an 7 bits ASCII CHAR (between 0 and 127).
isAlphaDigitMinus(byte[], int) - Static method in class org.apache.directory.shared.util.Chars
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.util.Chars
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.util.Chars
Check if the current character is an 7 bits ASCII CHAR (between 0 and 127).
isAlphaLowercaseASCII(String, int) - Static method in class org.apache.directory.shared.util.Chars
Test if the current character is a lowercased Alpha character :
<alpha> ::= [0x61-0x7A]
isAlphaUppercaseASCII(String, int) - Static method in class org.apache.directory.shared.util.Chars
Test if the current character is a uppercased Alpha character :
<alpha> ::= [0x61-0x7A]
isAncestorOf(String) - Method in class org.apache.directory.shared.ldap.model.name.Dn
Tells if the current Dn is a parent of another Dn.
For instance, dc=com is a ancestor of dc=example, dc=com
isAncestorOf(Dn) - Method in class org.apache.directory.shared.ldap.model.name.Dn
Tells if the current Dn is a parent of another Dn.
For instance, dc=com is a ancestor of dc=example, dc=com
isAncestorOf(AttributeType) - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
Checks to see if this AttributeType is the ancestor of another attributeType.
isAuthenticated() - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Check if we are authenticated
isAuthenticated() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Check if we are authenticated
isAuxiliary() - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
Tells if the current ObjectClass is AUXILIARY
isBase64BinaryValue(XmlPullParser, String) - Static method in class org.apache.directory.shared.dsmlv2.ParserUtils
Tells is the given value is a Base64 binary value
isBeforeFirst() - Method in class org.apache.directory.shared.ldap.model.cursor.AbstractCursor
Is this Cursor positioned before the first element.
isBeforeFirst() - Method in class org.apache.directory.shared.ldap.model.cursor.AbstractTupleCursor
Is this Cursor positioned before the first element.
isBeforeFirst() - Method in interface org.apache.directory.shared.ldap.model.cursor.Cursor
Is this Cursor positioned before the first element.
isBeforeFirst() - Method in class org.apache.directory.shared.ldap.model.cursor.ListCursor
Is this Cursor positioned before the first element.
isBeforeFirst() - Method in class org.apache.directory.shared.ldap.model.cursor.SingletonCursor
Is this Cursor positioned before the first element.
isBinary(String) - Method in interface org.apache.directory.shared.ldap.codec.api.BinaryAttributeDetector
Returns true if the attribute specified is not human readible.
isBinary(String) - Method in class org.apache.directory.shared.ldap.codec.api.LdapMessageContainer
 
isBit(String, int) - Static method in class org.apache.directory.shared.util.Chars
Test if the current character is a bit, ie 0 or 1.
isCancelled() - Method in class org.apache.directory.ldap.client.api.future.ResponseFuture
isChangeAdd() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
 
isChangeDelete() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
 
isChangeModDn() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
 
isChangeModify() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
 
isChangeModRdn() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
 
isChangesOnly() - Method in class org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchDecorator
 
isChangesOnly() - Method in interface org.apache.directory.shared.ldap.model.message.controls.PersistentSearch
 
isChangesOnly() - Method in class org.apache.directory.shared.ldap.model.message.controls.PersistentSearchImpl
 
isCharASCII(char[], int, char) - Static method in class org.apache.directory.shared.util.Chars
 
isCharASCII(String, int, char) - Static method in class org.apache.directory.shared.util.Chars
Test if the current character is equal to a specific character.
isCharASCII(byte[], int, char) - Static method in class org.apache.directory.shared.util.Strings
Test if the current character is equal to a specific character.
isCharASCII(String, int, char) - Static method in class org.apache.directory.shared.util.Strings
Test if the current character is equal to a specific character.
isClosed() - Method in class org.apache.directory.shared.ldap.model.cursor.AbstractCursor
Checks if this Cursor is closed.
isClosed() - Method in class org.apache.directory.shared.ldap.model.cursor.AbstractTupleCursor
Checks if this Cursor is closed.
isClosed() - Method in interface org.apache.directory.shared.ldap.model.cursor.ClosureMonitor
Gets whether the state of this ClosureMonitor is set to closed.
isClosed() - Method in interface org.apache.directory.shared.ldap.model.cursor.Cursor
Checks if this Cursor is closed.
isClosed() - Method in class org.apache.directory.shared.ldap.model.cursor.DefaultClosureMonitor
Gets whether the state of this ClosureMonitor is set to closed.
isCollective() - Method in class org.apache.directory.shared.converter.schema.AttributeTypeHolder
Tells if the attributeType is collectove or not
isCollective() - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
Gets whether or not this AttributeType is a collective attribute.
isConjunction() - Method in class org.apache.directory.shared.ldap.model.filter.AndNode
Tests whether or not this node is a conjunction (a AND'ed branch).
isConjunction() - Method in class org.apache.directory.shared.ldap.model.filter.NotNode
Tests whether or not this node is a conjunction (a AND'ed branch).
isConjunction() - Method in class org.apache.directory.shared.ldap.model.filter.OrNode
Tests whether or not this node is a conjunction (a AND'ed branch).
isConnected() - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Check if we are connected
isConnected() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Check if we are connected
isConstructed(byte) - Static method in class org.apache.directory.shared.asn1.ber.tlv.TLV
Checks to see if the tag is constructed.
isConstructed() - Method in class org.apache.directory.shared.asn1.ber.tlv.TLV
Checks to see if the current tlv's tag is constructed.
isControlRegistered(String) - Method in interface org.apache.directory.shared.ldap.codec.api.LdapApiService
Checks if a control has been registered.
isControlRegistered(String) - Method in class org.apache.directory.shared.ldap.codec.osgi.DefaultLdapCodecService
Checks if a control has been registered.
isControlRegistered(String) - Method in class org.apache.directory.shared.ldap.codec.standalone.StandaloneLdapApiService
Checks if a control has been registered.
isControlSupported(String) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Checks if a control with the given OID is supported.
isControlSupported(String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Checks if a control with the given OID is supported.
isCritical() - Method in class org.apache.directory.shared.dsmlv2.DsmlControl
Tells if the control is critical or not.
isCritical() - Method in class org.apache.directory.shared.ldap.codec.api.ControlDecorator
Get the criticality
isCritical() - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyImpl
Tells if the control is critical or not.
isCritical() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifControl
Tells if the control is critical or not.
isCritical() - Method in interface org.apache.directory.shared.ldap.model.message.Control
Tells if the control is critical or not.
isCritical() - Method in class org.apache.directory.shared.ldap.model.message.controls.AbstractControl
Get the criticality
isCritical() - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl.Extension
Checks if is critical.
isDefined(String) - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.ConcreteNameComponentNormalizer
 
isDefined(String) - Method in interface org.apache.directory.shared.ldap.model.schema.normalizers.NameComponentNormalizer
Checks to see if an attribute name/oid is defined.
isDeleteOldRDN() - Method in class org.apache.directory.shared.dsmlv2.request.ModifyDNRequestDsml
Tells if the old Rdn is to be deleted
isDeleteOldRdn() - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncModifyDn
 
isDeleteOldRdn() - Method in class org.apache.directory.shared.ldap.extras.controls.SyncModifyDnImpl
isDeleteOldRdn() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncModifyDnDecorator
isDeleteOldRdn() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
 
isDerefAlways() - Method in enum org.apache.directory.shared.ldap.model.message.AliasDerefMode
Checks to see if we dereference while searching and finding the base.
isDerefFindingBase() - Method in enum org.apache.directory.shared.ldap.model.message.AliasDerefMode
Checks to see if we dereference while finding the base.
isDerefInSearching() - Method in enum org.apache.directory.shared.ldap.model.message.AliasDerefMode
Checks to see if we dereference while searching.
isDescendantOf(String) - Method in class org.apache.directory.shared.ldap.model.name.Dn
Tells if a Dn is a child of another Dn.
For instance, dc=example, dc=com is a descendant of dc=com
isDescendantOf(Dn) - Method in class org.apache.directory.shared.ldap.model.name.Dn
Tells if a Dn is a child of another Dn.
For instance, dc=example, dc=apache, dc=com is a descendant of dc=com
isDescendantOf(AttributeType) - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
Checks to see if this AttributeType is the descendant of another attributeType.
isDigit(byte[]) - Static method in class org.apache.directory.shared.util.Chars
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.util.Chars
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.util.Chars
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.util.Chars
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.util.Chars
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.util.Chars
Test if the current character is a digit <digit> ::= '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9'
isDisabled() - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
Tells if this SchemaObject is disabled.
isDisabled() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchema
Checks whether or not this schema is enabled or disabled.
isDisabled() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.Schema
Checks whether or not this schema is enabled or disabled.
isDisabled(String) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Tells if the given Schema is disabled
isDisabled(Schema) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Tells if the given Schema is disabled
isDisabled() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
Tells if this SchemaObject is disabled.
isDisabled(String) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Tells if the given Schema is disabled
isDisabled(Schema) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Tells if the given Schema is disabled
isDisabledAccepted() - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
Tells if the Registries accept disabled elements.
isDisabledAccepted() - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
isDisjunction() - Method in class org.apache.directory.shared.ldap.model.filter.AndNode
Tests whether or not this node is a disjunction (a OR'ed branch).
isDisjunction() - Method in class org.apache.directory.shared.ldap.model.filter.NotNode
Tests whether or not this node is a disjunction (a OR'ed branch).
isDisjunction() - Method in class org.apache.directory.shared.ldap.model.filter.OrNode
Tests whether or not this node is a disjunction (a OR'ed branch).
isDnAttributes() - Method in class org.apache.directory.shared.dsmlv2.request.ExtensibleMatchFilter
Get the dnAttributes flag
isDnAttributes() - Method in class org.apache.directory.shared.ldap.codec.search.ExtensibleMatchFilter
Get the dnAttributes flag
isDone() - Method in class org.apache.directory.ldap.client.api.future.ResponseFuture
This operation is not supported in this implementation of Future.
isDone() - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
isDone() - Method in interface org.apache.directory.shared.ldap.model.cursor.SearchCursor
 
isEmpty() - Method in class org.apache.directory.shared.ldap.model.name.Dn
Tells if the Dn contains no Rdn
isEmpty() - Method in exception org.apache.directory.shared.util.exception.MultiException
Tests to see if there are any nested exceptions within this MultiException.
isEmpty() - Method in exception org.apache.directory.shared.util.exception.RuntimeMultiException
Tests to see if exceptions are nested within this exception.
isEmpty() - Method in class org.apache.directory.shared.util.PreferencesDictionary
 
isEmpty() - Method in class org.apache.directory.shared.util.SequencedHashMap
Implements Map.isEmpty().
isEmpty(String) - Static method in class org.apache.directory.shared.util.Strings
Checks if a String is empty ("") or null.
isEmpty(byte[]) - Static method in class org.apache.directory.shared.util.Strings
Checks if a bytes array is empty or null.
isEnabled - Variable in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
Whether or not this SchemaObject is enabled
isEnabled() - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
Tells if this SchemaObject is enabled.
isEnabled() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchema
Checks whether or not this schema is enabled or disabled.
isEnabled() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.Schema
Checks whether or not this schema is enabled or disabled.
isEnabled(String) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Tells if the given Schema is enabled
isEnabled(Schema) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Tells if the given Schema is enabled
isEnabled() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
Tells if this SchemaObject is enabled.
isEnabled(String) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Tells if the given Schema is enabled
isEnabled(Schema) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Tells if the given Schema is enabled
isEndState() - Method in interface org.apache.directory.shared.asn1.ber.grammar.States
 
isEndState() - Method in enum org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeStates
isEndState() - Method in enum org.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsStates
isEndState() - Method in enum org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchStates
isEndState() - Method in enum org.apache.directory.shared.ldap.codec.controls.search.subentries.SubentriesStates
isEndState() - Method in enum org.apache.directory.shared.ldap.codec.LdapStatesEnum
isEndState() - Method in enum org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyStates
isEndState() - Method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncDoneValueStatesEnum
isEndState() - Method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueStatesEnum
isEndState() - Method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncModifyDnStatesEnum
isEndState() - Method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueStatesEnum
isEndState() - Method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueStatesEnum
isEndState() - Method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.CancelStatesEnum
isEndState() - Method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationStatesEnum
isEndState() - Method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectStatesEnum
isEndState() - Method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownStatesEnum
isEndState() - Method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureStatesEnum
isEntry() - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
isEntry() - Method in interface org.apache.directory.shared.ldap.model.cursor.SearchCursor
 
isEntry() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
Tells if the current entry is a added one
isExtendedOperationRegistered(String) - Method in interface org.apache.directory.shared.ldap.codec.api.LdapApiService
Checks to see if an extended operation, either a standard request response, pair or just an unsolicited response is registered.
isExtendedOperationRegistered(String) - Method in class org.apache.directory.shared.ldap.codec.osgi.DefaultLdapCodecService
Checks to see if an extended operation, either a standard request response, pair or just an unsolicited response is registered.
isExtendedOperationRegistered(String) - Method in class org.apache.directory.shared.ldap.codec.standalone.StandaloneLdapApiService
Checks to see if an extended operation, either a standard request response, pair or just an unsolicited response is registered.
isExtracted() - Method in class org.apache.directory.shared.ldap.schemaextractor.impl.DefaultSchemaLdifExtractor
Gets whether or not schema folder has been created or not.
isExtracted() - Method in interface org.apache.directory.shared.ldap.schemaextractor.SchemaLdifExtractor
Gets whether or not the content has been extracted previously by this extractor or another into the directory file structure.
isFirst() - Method in class org.apache.directory.shared.ldap.model.cursor.AbstractCursor
Is this Cursor positioned at the first element.
isFirst() - Method in class org.apache.directory.shared.ldap.model.cursor.AbstractTupleCursor
Is this Cursor positioned at the first element.
isFirst() - Method in interface org.apache.directory.shared.ldap.model.cursor.Cursor
Is this Cursor positioned at the first element.
isFirst() - Method in class org.apache.directory.shared.ldap.model.cursor.ListCursor
Is this Cursor positioned at the first element.
isFirst() - Method in class org.apache.directory.shared.ldap.model.cursor.SingletonCursor
Is this Cursor positioned at the first element.
isGathering() - Method in class org.apache.directory.shared.asn1.ber.AbstractContainer
isGathering() - Method in interface org.apache.directory.shared.asn1.ber.Asn1Container
 
isGenerateSoapResp() - Method in class org.apache.directory.shared.dsmlv2.engine.Dsmlv2Engine
 
isGrammarEndAllowed() - Method in class org.apache.directory.shared.asn1.ber.AbstractContainer
Check that we can have a end state after this transition
isGrammarEndAllowed() - Method in interface org.apache.directory.shared.asn1.ber.Asn1Container
Check that we can have a end state after this transition
isGrant() - Method in class org.apache.directory.shared.ldap.aci.ACITuple
Gets true if and only if this tuple grants an access.
isGrant() - Method in enum org.apache.directory.shared.ldap.aci.GrantAndDenial
Returns true if and only if this is grant.
isHex(byte) - Static method in class org.apache.directory.shared.util.Chars
Check if the current byte is an Hex Char <hex> ::= [0x30-0x39] | [0x41-0x46] | [0x61-0x66]
isHex(byte[], int) - Static method in class org.apache.directory.shared.util.Chars
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.util.Chars
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.util.Chars
Check if the current character is an Hex Char <hex> ::= [0x30-0x39] | [0x41-0x46] | [0x61-0x66]
isHumanReadable() - Method in interface org.apache.directory.shared.ldap.model.entry.Attribute
Tells if the attribute is human readable.
isHumanReadable() - Method in class org.apache.directory.shared.ldap.model.entry.BinaryValue
Tells if the current value is Human Readable
isHumanReadable() - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
Tells if the attribute is human readable.
isHumanReadable() - Method in class org.apache.directory.shared.ldap.model.entry.StringValue
Tells if the current value is Human Readable
isHumanReadable() - Method in interface org.apache.directory.shared.ldap.model.entry.Value
Tells if the current value is Human Readable
isHumanReadable - Variable in class org.apache.directory.shared.ldap.model.schema.LdapSyntax
the human readable flag
isHumanReadable() - Method in class org.apache.directory.shared.ldap.model.schema.LdapSyntax
Gets whether or not the Syntax is human readable.
isIA5String(String) - Static method in class org.apache.directory.shared.util.Strings
Check that a String is a valid IA5String.
isICharASCII(String, int, char) - Static method in class org.apache.directory.shared.util.Chars
Test if the current character is equal to a specific character.
isICharASCII(byte[], int, char) - Static method in class org.apache.directory.shared.util.Chars
Test if the current character is equal to a specific character.
isIndefiniteLengthAllowed() - Method in class org.apache.directory.shared.asn1.ber.Asn1Decoder
Tells if indefinite length form could be used for Length
isIndefiniteLengthAllowed() - Method in interface org.apache.directory.shared.asn1.ber.tlv.TLVBerDecoderMBean
Tell if indefinite length form could be used for Length
isInitialized() - Static method in class org.apache.directory.shared.ldap.codec.api.LdapApiServiceFactory
Checks to see if the factory is initialized.
isInstanceOf(AttributeType) - Method in class org.apache.directory.shared.ldap.model.entry.AbstractValue
Check if the value is stored into an instance of the given AttributeType, or one of its ascendant.
isInstanceOf(AttributeType) - Method in interface org.apache.directory.shared.ldap.model.entry.Attribute
Check if the current attribute type has the same type (or is a descendant of) than the given attributeType
isInstanceOf(AttributeType) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
Check if the current attribute type has the same type (or is a descendant of) than the given attributeType
isInstanceOf(AttributeType) - Method in interface org.apache.directory.shared.ldap.model.entry.Value
Check if the value is stored into an instance of the given AttributeType, or one of its ascendant.
isIntermediate() - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
isIntermediate() - Method in interface org.apache.directory.shared.ldap.model.cursor.SearchCursor
 
isLast() - Method in class org.apache.directory.shared.ldap.model.cursor.AbstractCursor
Is this Cursor positioned at the last element.
isLast() - Method in class org.apache.directory.shared.ldap.model.cursor.AbstractTupleCursor
Is this Cursor positioned at the last element.
isLast() - Method in interface org.apache.directory.shared.ldap.model.cursor.Cursor
Is this Cursor positioned at the last element.
isLast() - Method in class org.apache.directory.shared.ldap.model.cursor.ListCursor
Is this Cursor positioned at the last element.
isLast() - Method in class org.apache.directory.shared.ldap.model.cursor.SingletonCursor
Is this Cursor positioned at the last element.
isLdifChange() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
 
isLdifContent() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
 
isLDIFSafe(String) - Static method in class org.apache.directory.shared.ldap.model.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.model.filter.AssertionNode
Always returns true since an AssertionNode has no children.
isLeaf() - Method in class org.apache.directory.shared.ldap.model.filter.BranchNode
 
isLeaf() - Method in interface org.apache.directory.shared.ldap.model.filter.ExprNode
Tests to see if this node is a leaf or branch node.
isLeaf() - Method in class org.apache.directory.shared.ldap.model.filter.LeafNode
Gets whether this node is a leaf - the answer is always true here.
isLeaf() - Method in class org.apache.directory.shared.ldap.model.filter.ScopeNode
Always returns true since a scope node has no children.
isLeaf() - Method in class org.apache.directory.shared.ldap.model.filter.UndefinedNode
Tests to see if this node is a leaf or branch node.
isLeaf() - Method in class org.apache.directory.shared.ldap.util.tree.DnNode
Tells if the implementation is a leaf node.
isLeaf(Dn) - Method in class org.apache.directory.shared.ldap.util.tree.DnNode
Tells if the implementation is a leaf node.
isMove() - Method in class org.apache.directory.shared.dsmlv2.request.ModifyDNRequestDsml
Gets whether or not this request is a Dn change resulting in a move operation.
isMove() - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyDnRequestDecorator
Gets whether or not this request is a Dn change resulting in a move operation.
isMove() - Method in interface org.apache.directory.shared.ldap.model.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.model.message.ModifyDnRequestImpl
Gets whether or not this request is a Dn change resulting in a move operation.
isMutualAuthentication() - Method in class org.apache.directory.ldap.client.api.SaslRequest
Indicates if mutual authentication is required.
isNegation() - Method in class org.apache.directory.shared.ldap.model.filter.AndNode
Tests whether or not this node is a negation (a NOT'ed branch).
isNegation() - Method in class org.apache.directory.shared.ldap.model.filter.NotNode
Tests whether or not this node is a negation (a NOT'ed branch).
isNegation() - Method in class org.apache.directory.shared.ldap.model.filter.OrNode
Tests whether or not this node is a negation (a NOT'ed branch).
isNeverDeref() - Method in enum org.apache.directory.shared.ldap.model.message.AliasDerefMode
Checks to see if we never dereference aliases.
isNormalizing() - Method in class org.apache.directory.shared.ldap.model.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.model.subtree.SubtreeSpecificationParser
Tests to see if this parser is normalizing.
isNormizing() - Method in class org.apache.directory.shared.ldap.trigger.TriggerSpecificationParser
Tests to see if this parser is normalizing.
isNotEmpty(String) - Static method in class org.apache.directory.shared.util.Strings
Checks if a String is not empty ("") and not null.
isNotificationEnabled(ChangeType) - Method in class org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchDecorator
 
isNotificationEnabled(ChangeType) - Method in interface org.apache.directory.shared.ldap.model.message.controls.PersistentSearch
 
isNotificationEnabled(ChangeType) - Method in class org.apache.directory.shared.ldap.model.message.controls.PersistentSearchImpl
 
isNoUserModification() - Method in class org.apache.directory.shared.converter.schema.AttributeTypeHolder
Tells if the attributeType is mutable or not
isNull() - Method in class org.apache.directory.shared.ldap.model.entry.AbstractValue
Check if the contained value is null or not
isNull() - Method in interface org.apache.directory.shared.ldap.model.entry.Value
Check if the contained value is null or not
isNullOrEmpty(Dn) - Static method in class org.apache.directory.shared.ldap.model.name.Dn
Check if a DistinguishedName is null or empty.
isObsolete() - Method in interface org.apache.directory.shared.converter.schema.SchemaElement
Tells if the attributeType is obsolete
isObsolete() - Method in class org.apache.directory.shared.converter.schema.SchemaElementImpl
Tells if the attributeType is obsolete
isObsolete - Variable in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
Whether or not this SchemaObject is obsolete
isObsolete() - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
Gets whether or not this SchemaObject has been inactivated.
isObsolete() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
Gets whether or not this SchemaObject has been inactivated.
isOid(String) - Static method in class org.apache.directory.shared.asn1.util.Oid
Check that an Oid is valid
isPrefix() - Method in class org.apache.directory.shared.ldap.model.filter.BranchNormalizedVisitor
 
isPrefix() - Method in interface org.apache.directory.shared.ldap.model.filter.FilterVisitor
Determines whether the visitation order is prefix or postfix.
isPrimitive(byte) - Static method in class org.apache.directory.shared.asn1.ber.tlv.TLV
Checks to see if the tag represented by this Tag is primitive or constructed.
isPrintableString(String) - Static method in class org.apache.directory.shared.util.Strings
Check that a String is a valid PrintableString.
isQuirksMode() - Method in class org.apache.directory.shared.ldap.model.schema.parsers.AbstractSchemaParser
Checks if quirks mode is enabled.
isQuirksMode() - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaParser
 
isReadOnly - Variable in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
Whether or not this SchemaObject can be modified
isReadOnly() - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
Tells if this SchemaObject is ReadOnly.
isReadOnly() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
Tells if this SchemaObject is ReadOnly.
isReferenced(SchemaObject) - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
Checks if a specific SchemaObject is referenced by any other SchemaObject.
isReferral() - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
isReferral() - Method in class org.apache.directory.shared.dsmlv2.reponse.LdapResultDsml
Gets whether or not this result represents a Referral.
isReferral() - Method in class org.apache.directory.shared.ldap.codec.decorators.LdapResultDecorator
Gets whether or not this result represents a Referral.
isReferral() - Method in interface org.apache.directory.shared.ldap.model.cursor.SearchCursor
 
isReferral() - Method in interface org.apache.directory.shared.ldap.model.message.LdapResult
Gets whether or not this result represents a Referral.
isReferral() - Method in class org.apache.directory.shared.ldap.model.message.LdapResultImpl
Gets whether or not this result represents a Referral.
isRefreshDeletes() - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncDoneValue
 
isRefreshDeletes() - Method in class org.apache.directory.shared.ldap.extras.controls.SyncDoneValueImpl
isRefreshDeletes() - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncInfoValue
 
isRefreshDeletes() - Method in class org.apache.directory.shared.ldap.extras.controls.SyncInfoValueImpl
isRefreshDeletes() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncDoneValueDecorator
isRefreshDeletes() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueDecorator
isRefreshDone() - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncInfoValue
 
isRefreshDone() - Method in class org.apache.directory.shared.ldap.extras.controls.SyncInfoValueImpl
isRefreshDone() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueDecorator
isRelaxed() - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
Tells if the Registries is permissive or if it must be checked against inconsistencies.
isRelaxed() - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Tells if the SchemaManager is permissive or if it must be checked against inconsistencies.
isReloadHint() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueDecorator
isReloadHint() - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncRequestValue
 
isReloadHint() - Method in class org.apache.directory.shared.ldap.extras.controls.SyncRequestValueImpl
isRequestIdNeeded(Dsmlv2Container) - Static method in class org.apache.directory.shared.dsmlv2.ParserUtils
Indicates if a request ID is needed.
isResolved() - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.OpenLdapObjectIdentifierMacro
Checks if is resolved.
isResolveObjectIdentifierMacros() - Method in class org.apache.directory.shared.ldap.model.schema.parsers.OpenLdapSchemaParser
Checks if object identifier macros should be resolved.
isReturnECs() - Method in class org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchDecorator
 
isReturnECs() - Method in interface org.apache.directory.shared.ldap.model.message.controls.PersistentSearch
 
isReturnECs() - Method in class org.apache.directory.shared.ldap.model.message.controls.PersistentSearchImpl
 
isRootDSE() - Method in class org.apache.directory.shared.ldap.model.name.Dn
Tells if the Dn is the RootDSE Dn (ie, an empty Dn)
isSchemaAware() - Method in class org.apache.directory.shared.ldap.model.entry.AbstractValue
Tells if the value is schema aware or not.
isSchemaAware() - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Tells if the Entry is schema aware
isSchemaAware() - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
Tells if the Entry is schema aware
isSchemaAware() - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Tells if the Entry is schema aware
isSchemaAware() - Method in interface org.apache.directory.shared.ldap.model.entry.Value
Tells if the value is schema aware or not.
isSchemaAware - Variable in class org.apache.directory.shared.ldap.model.filter.AbstractExprNode
A flag set to true if the Node is Schema aware
isSchemaAware() - Method in class org.apache.directory.shared.ldap.model.filter.AbstractExprNode
Tells if this Node is Schema aware.
isSchemaAware() - Method in interface org.apache.directory.shared.ldap.model.filter.ExprNode
Tells if this Node is Schema aware.
isSchemaAware() - Method in class org.apache.directory.shared.ldap.model.name.Ava
Tells if the Ava is schema aware or not.
isSchemaAware() - Method in class org.apache.directory.shared.ldap.model.name.Dn
Tells if the Dn is schema aware
isSchemaAware() - Method in class org.apache.directory.shared.ldap.model.name.Rdn
Tells if the Rdn is schema aware.
isSchemaLoaded(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
Checks to see if a particular Schema is loaded.
isSchemaLoaded(String) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Tells if the specific schema is loaded
isSchemaLoaded(String) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Tells if the specific schema is loaded
isSimple() - Method in class org.apache.directory.shared.dsmlv2.request.BindRequestDsml
Checks to see if the authentication mechanism is simple and not SASL based.
isSimple() - Method in class org.apache.directory.shared.ldap.codec.decorators.BindRequestDecorator
Checks to see if the authentication mechanism is simple and not SASL based.
isSimple() - Method in interface org.apache.directory.shared.ldap.model.message.BindRequest
Checks to see if the authentication mechanism is simple and not SASL based.
isSimple() - Method in class org.apache.directory.shared.ldap.model.message.BindRequestImpl
Checks to see if the authentication mechanism is simple and not SASL based.
isSingleValue() - Method in class org.apache.directory.shared.converter.schema.AttributeTypeHolder
Tells if the attribute is single-valued
isSingleValued() - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
Gets whether or not this AttributeType is single-valued.
isStoringRequests() - Method in class org.apache.directory.shared.dsmlv2.request.BatchRequestDsml
 
isStrict() - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
Tells if the Registries is strict.
isStrict() - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Tells if the SchemaManager is strict.
isStructural() - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
Tells if the current ObjectClass is STRUCTURAL
isTrue() - Method in class org.apache.directory.shared.dsmlv2.reponse.CompareResponseDsml
isTrue() - Method in class org.apache.directory.shared.ldap.codec.decorators.CompareResponseDecorator
isTrue() - Method in interface org.apache.directory.shared.ldap.model.message.CompareResponse
 
isTrue() - Method in class org.apache.directory.shared.ldap.model.message.CompareResponseImpl
isTypesOnly() - Method in class org.apache.directory.shared.ldap.model.message.SearchParams
 
isUnicodeSubset(String, int) - Static method in class org.apache.directory.shared.util.Unicode
Check if the current char is in the unicodeSubset : all chars but '\0', '(', ')', '*' and '\'
isUnicodeSubset(char) - Static method in class org.apache.directory.shared.util.Unicode
Check if the current char is in the unicodeSubset : all chars but '\0', '(', ')', '*' and '\'
isUniversal(byte) - Static method in class org.apache.directory.shared.asn1.ber.tlv.TLV
Tells if the tag is Universal or not
isUserModifiable() - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
Gets whether or not this AttributeType can be modified by a user.
isUseSsl() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
Checks if SSL (ldaps://) is used.
isUsingStandaloneImplementation() - Static method in class org.apache.directory.shared.ldap.codec.api.LdapApiServiceFactory
Checks to see if the factory is using the standalone implementation.
isValid(String) - Static method in class org.apache.directory.shared.ldap.model.csn.Csn
Check if the given String is a valid CSN.
isValid(SyntaxChecker) - Method in class org.apache.directory.shared.ldap.model.entry.AbstractValue
Uses the syntaxChecker associated with the attributeType to check if the value is valid.
isValid(AttributeType) - Method in interface org.apache.directory.shared.ldap.model.entry.Attribute
Checks to see if this attribute is valid along with the values it contains.
isValid(AttributeType) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
Checks to see if this attribute is valid along with the values it contains.
isValid(SyntaxChecker) - Method in interface org.apache.directory.shared.ldap.model.entry.Value
Uses the syntaxChecker associated with the attributeType to check if the value is valid.
isValid(String) - Static method in class org.apache.directory.shared.ldap.model.name.Dn
Check if a DistinguishedName is syntactically valid.
isValid(String) - Static method in class org.apache.directory.shared.ldap.model.name.Rdn
Validate a NameComponent :
isValid() - Method in class org.apache.directory.shared.ldap.model.schema.LoadableSchemaObject
Test that the FQCN is equal to the instance's name.
isValid(String) - Static method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.BitStringSyntaxChecker
A shared and static method used to check that the string is a BitString.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.aci.ACIItemSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.SyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.AccessPointSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.AttributeTypeDescriptionSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.AttributeTypeUsageSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.AudioSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.BinarySyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.BitStringSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.BooleanSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.CertificateListSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.CertificatePairSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.CertificateSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.CountrySyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.CsnSidSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.CsnSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.DataQualitySyntaxSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.DeliveryMethodSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.DerefAliasSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.DirectoryStringSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.DITContentRuleDescriptionSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.DITStructureRuleDescriptionSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.DLSubmitPermissionSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.DNSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.DSAQualitySyntaxSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.DSETypeSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.EnhancedGuideSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.FacsimileTelephoneNumberSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.FaxSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.GeneralizedTimeSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.GuideSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.Ia5StringSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.IntegerSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.JavaByteSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.JavaIntegerSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.JavaLongSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.JavaShortSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.JpegSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.LdapSyntaxDescriptionSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.MailPreferenceSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.MasterAndShadowAccessPointSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.MatchingRuleDescriptionSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.MatchingRuleUseDescriptionSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.MHSORAddressSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.NameAndOptionalUIDSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.NameFormDescriptionSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.NumberSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.NumericOidSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.NumericStringSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.ObjectClassDescriptionSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.ObjectClassTypeSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.ObjectNameSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.OctetStringSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.OidLenSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.OidSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.OtherMailboxSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.PostalAddressSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.PresentationAddressSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.PrintableStringSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.ProtocolInformationSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.RegexSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.SearchScopeSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.SubstringAssertionSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.SubtreeSpecificationSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.SupplierAndConsumerSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.SupplierInformationSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.SupplierOrConsumerSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.SupportedAlgorithmSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.TelephoneNumberSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.TeletexTerminalIdentifierSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.TelexNumberSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.UtcTimeSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.UuidSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidUuid(String) - Static method in class org.apache.directory.shared.util.Strings
Checks to see if a String is a valid UUID.
isVersion3() - Method in class org.apache.directory.shared.dsmlv2.request.BindRequestDsml
Checks to see if the Ldap v3 protocol is used.
isVersion3() - Method in class org.apache.directory.shared.ldap.codec.decorators.BindRequestDecorator
Checks to see if the Ldap v3 protocol is used.
isVersion3() - Method in interface org.apache.directory.shared.ldap.model.message.BindRequest
Checks to see if the Ldap v3 protocol is used.
isVersion3() - Method in class org.apache.directory.shared.ldap.model.message.BindRequestImpl
Checks to see if the Ldap v3 protocol is used.
isVisible() - Method in class org.apache.directory.shared.ldap.codec.controls.search.subentries.SubentriesDecorator
 
isVisible() - Method in interface org.apache.directory.shared.ldap.model.message.controls.Subentries
Check if the subEntry is visible
isVisible() - Method in class org.apache.directory.shared.ldap.model.message.controls.SubentriesImpl
returns Tells if the Subentry values are visible or not
item() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
item() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
item() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
item() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
itemFirst() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
itemFirst() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
ItemFirstACIItem - Class in org.apache.directory.shared.ldap.aci
An ACIItem which specifies ProtectedItems first and then UserClasses each ProtectedItem will have.
ItemFirstACIItem(String, int, AuthenticationLevel, Collection<ProtectedItem>, Collection<ItemPermission>) - Constructor for class org.apache.directory.shared.ldap.aci.ItemFirstACIItem
Creates a new instance.
itemOrUserFirst() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
itemOrUserFirst() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
itemPermission() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
itemPermission() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
ItemPermission - Class in org.apache.directory.shared.ldap.aci
Represents permissions to be applied to all ProtectedItems in ItemFirstACIItem.
ItemPermission(Integer, Collection<GrantAndDenial>, Collection<UserClass>) - Constructor for class org.apache.directory.shared.ldap.aci.ItemPermission
Creates a new instance
itemPermissions() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
itemPermissions() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
ItemRefinement - Class in org.apache.directory.shared.ldap.model.subtree
A class holding a n ITEM refinement, as defined in RFC 3672
ItemRefinement(ObjectClass) - Constructor for class org.apache.directory.shared.ldap.model.subtree.ItemRefinement
Creates a new instance of ItemRefinement.
iterator() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.AbstractAttributeTypeProtectedItem
Gets an iterator of all attribute types.
iterator() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.AttributeValueItem
Returns an iterator of all Attributes.
iterator() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.MaxValueCountItem
Gets an iterator of all MaxValueCountElems.
iterator() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.RestrictedByItem
Gets an iterator of all RestrictedByElems.
iterator() - Method in class org.apache.directory.shared.ldap.model.cursor.AbstractCursor
iterator() - Method in class org.apache.directory.shared.ldap.model.cursor.AbstractTupleCursor
iterator() - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
An iterator on top of the stored values.
iterator() - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Returns an enumeration containing the zero or more attributes in the collection.
iterator() - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
Returns an iterator on the attributes for this entry.
iterator() - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Returns an enumeration containing the zero or more attributes in the collection.
iterator() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifReader
 
iterator() - Method in class org.apache.directory.shared.ldap.model.name.Dn
Iterate over the inner Rdn.
iterator() - Method in class org.apache.directory.shared.ldap.model.name.Rdn
Retrieves the components of this Rdn as an iterator of Avas.
iterator() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultDITStructureRuleRegistry
Gets an iterator over the registered schema objects in the registry.
iterator() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchemaObjectRegistry
Gets an iterator over the registered schema objects in the registry.
iterator() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.DITStructureRuleRegistry
Gets an iterator over the registered descriptions in the registry.
iterator() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
Gets an iterator over the registered schema objects in the registry.
iterator() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableComparatorRegistry
Gets an iterator over the registered schema objects in the registry.
iterator() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITContentRuleRegistry
Gets an iterator over the registered schema objects in the registry.
iterator() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITStructureRuleRegistry
Gets an iterator over the registered descriptions in the registry.
iterator() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
Gets an iterator over the registered schema objects in the registry.
iterator() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
Gets an iterator over the registered schema objects in the registry.
iterator() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
Gets an iterator over the registered schema objects in the registry.
iterator() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNameFormRegistry
Gets an iterator over the registered schema objects in the registry.
iterator() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNormalizerRegistry
Gets an iterator over the registered schema objects in the registry.
iterator() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableObjectClassRegistry
Gets an iterator over the registered schema objects in the registry.
iterator() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
Gets an iterator over the registered schema objects in the registry.
iterator() - Method in class org.apache.directory.shared.ldap.model.schema.registries.OidRegistry
Lists all the SchemaObjects within the registry.
iterator() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaObjectRegistry
Gets an iterator over the registered schema objects in the registry.
iterator() - Method in class org.apache.directory.shared.util.SequencedHashMap
Gets an iterator over the keys.
IteratorNamingEnumeration<T> - Class in org.apache.directory.shared.util
A NamingEnumeration over an Iterator.
IteratorNamingEnumeration(Iterator<T>) - Constructor for class org.apache.directory.shared.util.IteratorNamingEnumeration
Creates a NamingEnumeration over an Iterator.
iteratorOids() - Method in class org.apache.directory.shared.ldap.model.schema.registries.OidRegistry
Lists all the OIDs within the registry.

J

JarLdifSchemaLoader - Class in org.apache.directory.shared.ldap.schemaloader
Loads schema data from LDIF files containing entries representing schema objects, using the meta schema format.
JarLdifSchemaLoader() - Constructor for class org.apache.directory.shared.ldap.schemaloader.JarLdifSchemaLoader
Creates a new LDIF based SchemaLoader.
JAVA_BYTE_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
JAVA_CHAR_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
JAVA_INT_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
JAVA_LONG_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
JAVA_SHORT_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
JavaByteSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a valid Java primitive short or the Short wrapper.
JavaByteSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.JavaByteSyntaxChecker
Creates a new instance of JavaByteSyntaxChecker.
JavaIntegerSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a valid Java primitive int or the Integer wrapper.
JavaIntegerSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.JavaIntegerSyntaxChecker
Creates a new instance of JavaIntegerSyntaxChecker.
JavaLongSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a valid Java primitive long or the Long wrapper.
JavaLongSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.JavaLongSyntaxChecker
Creates a new instance of JavaLongSyntaxChecker.
JavaShortSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a valid Java primitive Short or the Short wrapper.
JavaShortSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.JavaShortSyntaxChecker
Creates a new instance of JavaShortSyntaxChecker.
JavaStoredProcUtils - Class in org.apache.directory.shared.ldap.sp
A utility class for working with Java Stored Procedures at the base level.
JDBM_STRING_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
JDBM_STRING_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
JNDI_BATCHSIZE - Static variable in class org.apache.directory.shared.ldap.model.constants.JndiPropertyConstants
Batch size of search results returned
JNDI_FACTORY_CONTROL - Static variable in class org.apache.directory.shared.ldap.model.constants.JndiPropertyConstants
List of FQCNs of the control factory classes
JNDI_FACTORY_INITIAL - Static variable in class org.apache.directory.shared.ldap.model.constants.JndiPropertyConstants
FQCN of the factory creating the InitialContext
JNDI_FACTORY_OBJECT - Static variable in class org.apache.directory.shared.ldap.model.constants.JndiPropertyConstants
List of FQCNs of the Object factory
JNDI_FACTORY_SOCKET - Static variable in class org.apache.directory.shared.ldap.model.constants.JndiPropertyConstants
The FQCN of the socket factory to use to connect to the server
JNDI_FACTORY_STATE - Static variable in class org.apache.directory.shared.ldap.model.constants.JndiPropertyConstants
List of FQCNs of the state factory
JNDI_LANGUAGE - Static variable in class org.apache.directory.shared.ldap.model.constants.JndiPropertyConstants
The Language to use
JNDI_LDAP_ATTRIBUTES_BINARY - Static variable in class org.apache.directory.shared.ldap.model.constants.JndiPropertyConstants
The list of binary attributes
JNDI_LDAP_CONTROL_CONNECT - Static variable in class org.apache.directory.shared.ldap.model.constants.JndiPropertyConstants
The controls to send when connectiong
JNDI_LDAP_DAP_DEREF_ALIASES - Static variable in class org.apache.directory.shared.ldap.model.constants.JndiPropertyConstants
Tells if and how we dereference aliases
JNDI_LDAP_DELETE_RDN - Static variable in class org.apache.directory.shared.ldap.model.constants.JndiPropertyConstants
Tells if the old Rdn must be deleted when doing a MODDN
JNDI_LDAP_REF_SEPARATOR - Static variable in class org.apache.directory.shared.ldap.model.constants.JndiPropertyConstants
The separator to use when dealing with RefAddr
JNDI_LDAP_REFERRAL_LIMIT - Static variable in class org.apache.directory.shared.ldap.model.constants.JndiPropertyConstants
The maximum number of referral to follow in a chain of referrals
JNDI_LDAP_TYPES_ONLY - Static variable in class org.apache.directory.shared.ldap.model.constants.JndiPropertyConstants
tells that we want the attributeTypes only to be returned
JNDI_LDAP_VERSION - Static variable in class org.apache.directory.shared.ldap.model.constants.JndiPropertyConstants
Specifies the LDAP version to use
JNDI_PROVIDER_URL - Static variable in class org.apache.directory.shared.ldap.model.constants.JndiPropertyConstants
The list of URL pointing to a LDAP server
JNDI_REFERRAL - Static variable in class org.apache.directory.shared.ldap.model.constants.JndiPropertyConstants
Tells how the referral should be handled
JNDI_SASL_AUTHENTICATION - Static variable in class org.apache.directory.shared.ldap.model.constants.JndiPropertyConstants
Tells if the the server must authenticate the client
JNDI_SASL_AUTHORIZATION_ID - Static variable in class org.apache.directory.shared.ldap.model.constants.JndiPropertyConstants
The SASL authorization ID
JNDI_SASL_CALLBACK - Static variable in class org.apache.directory.shared.ldap.model.constants.JndiPropertyConstants
An instance of CallbackHandler to use when required
JNDI_SASL_MAX_BUFFER - Static variable in class org.apache.directory.shared.ldap.model.constants.JndiPropertyConstants
The maximum size of the receive buffer
JNDI_SASL_POLICY_CREDENTIALS - Static variable in class org.apache.directory.shared.ldap.model.constants.JndiPropertyConstants
Tells if the server must require some credentials
JNDI_SASL_POLICY_FORWARD - Static variable in class org.apache.directory.shared.ldap.model.constants.JndiPropertyConstants
Tells if the server must support forward secrecy
JNDI_SASL_POLICY_NO_ACTIVE - Static variable in class org.apache.directory.shared.ldap.model.constants.JndiPropertyConstants
Tells if the SASL mechanism is protected against active attacks
JNDI_SASL_POLICY_NO_ANONYMOUS - Static variable in class org.apache.directory.shared.ldap.model.constants.JndiPropertyConstants
Tells if the SASL mechanism accept or not anonymous connections
JNDI_SASL_POLICY_NO_DICTIONARY - Static variable in class org.apache.directory.shared.ldap.model.constants.JndiPropertyConstants
Tells if the SASL mechanism is protected against dictionary attacks
JNDI_SASL_POLICY_NO_PLAIN_TEXT - Static variable in class org.apache.directory.shared.ldap.model.constants.JndiPropertyConstants
Tells if the server allow Plain text mechanism
JNDI_SASL_QOP - Static variable in class org.apache.directory.shared.ldap.model.constants.JndiPropertyConstants
The SASL Quality Of Protection value
JNDI_SASL_REALM - Static variable in class org.apache.directory.shared.ldap.model.constants.JndiPropertyConstants
The SASL Realm
JNDI_SASL_STRENGTH - Static variable in class org.apache.directory.shared.ldap.model.constants.JndiPropertyConstants
The cipher strength
JNDI_SECURITY_AUTHENTICATION - Static variable in class org.apache.directory.shared.ldap.model.constants.JndiPropertyConstants
The Authentication mechanism
JNDI_SECURITY_CREDENTIALS - Static variable in class org.apache.directory.shared.ldap.model.constants.JndiPropertyConstants
The credentials
JNDI_SECURITY_PRINCIPAL - Static variable in class org.apache.directory.shared.ldap.model.constants.JndiPropertyConstants
The Principal
JNDI_SECURITY_PROTOCOL - Static variable in class org.apache.directory.shared.ldap.model.constants.JndiPropertyConstants
The security protocol to use
JndiPropertyConstants - Class in org.apache.directory.shared.ldap.model.constants
This class contains all the Ldap specific properties described in the JNDI API.
JndiUtils - Class in org.apache.directory.shared.ldap.util
An utility class to convert back and forth JNDI classes to ADS classes.
JoinIterator - Class in org.apache.directory.shared.util
An Iterator that joins the results of many iterators.
JoinIterator(Iterator<?>[]) - Constructor for class org.apache.directory.shared.util.JoinIterator
Creates an Iterator that joins other Iterators.
JPEG_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
JpegSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a Jpeg according to RFC 4517.
JpegSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.JpegSyntaxChecker
Creates a new instance of JpegSyntaxChecker.

K

kdcHost - Variable in class org.apache.directory.ldap.client.api.GssApiRequest
The KDC host
kdcPort - Variable in class org.apache.directory.ldap.client.api.GssApiRequest
The KDC port
KEEP_OLD_RDN - Static variable in class org.apache.directory.shared.ldap.model.ldif.LdifRevertor
Flag used when we want to keep the old Rdn
keys() - Method in class org.apache.directory.shared.util.PreferencesDictionary
 
keySet() - Method in class org.apache.directory.shared.util.SequencedHashMap
Implements Map.keySet().
KeyValue - Interface in org.apache.directory.shared.util
Defines a simple key value pair.
KEYWORD_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
KEYWORD_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
KRB5_PRINCIPAL_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
KRB5_PRINCIPAL_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
krb5ConfFilePath - Variable in class org.apache.directory.ldap.client.api.GssApiRequest
The krb5.conf file absolute path
Krb5LoginConfiguration - Class in org.apache.directory.ldap.client.api
 
Krb5LoginConfiguration() - Constructor for class org.apache.directory.ldap.client.api.Krb5LoginConfiguration
Creates a new instance of Krb5LoginConfiguration.

L

LANGLE - Static variable in interface org.apache.directory.shared.ldap.model.name.AntlrDnTokenTypes
 
last() - Method in class org.apache.directory.ldap.client.api.EntryCursorImpl
This operation is not supported in SearchCursor.
last() - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
This operation is not supported in SearchCursor.
last() - Method in interface org.apache.directory.shared.ldap.model.cursor.Cursor
Positions this Cursor at the last element.
last() - Method in class org.apache.directory.shared.ldap.model.cursor.EmptyCursor
Positions this Cursor at the last element.
last() - Method in class org.apache.directory.shared.ldap.model.cursor.ListCursor
Positions this Cursor at the last element.
last() - Method in class org.apache.directory.shared.ldap.model.cursor.SingletonCursor
Positions this Cursor at the last element.
lastIndexOf(Object) - Method in class org.apache.directory.shared.util.SequencedHashMap
Gets the last index of the specified key.
lazyStart() - Static method in class org.apache.directory.shared.ldap.codec.protocol.mina.LdapProtocolCodecActivator
This class does nothing.
LBRACKET - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
LCURLY - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueTokenTypes
 
LDAP_DECODER - Static variable in class org.apache.directory.shared.ldap.codec.protocol.mina.LdapProtocolCodecFactory
The LdapDecoder key
LDAP_ENCODER - Static variable in class org.apache.directory.shared.ldap.codec.protocol.mina.LdapProtocolCodecFactory
The LdapEncoder key
LDAP_RESULT_REFERRAL_SEQUENCE_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
LDAP_SCHEMA_DEFINITION_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
LDAP_SCHEMA_DESCRIPTION_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
LDAP_SCHEME - Static variable in class org.apache.directory.shared.ldap.model.url.LdapUrl
The constant for "ldap://" scheme.
LDAP_SYNTAX_DESCRIPTION_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
LDAP_SYNTAXES_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
LDAP_SYNTAXES_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
LDAP_V3 - Static variable in class org.apache.directory.ldap.client.api.LdapConnectionConfig
The LDAP version
LdapAdminLimitExceededException - Exception in org.apache.directory.shared.ldap.model.exception
A LdapTimeLimitExceededException which associates a resultCode namely the ResultCodeEnum.ADMIN_LIMIT_EXCEEDED resultCode with the exception.
LdapAdminLimitExceededException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapAdminLimitExceededException
Creates a new instance of LdapAdminLimitExceededException.
LdapAdminLimitExceededException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapAdminLimitExceededException
Creates a new instance of LdapAdminLimitExceededException.
LdapAffectMultipleDsaException - Exception in org.apache.directory.shared.ldap.model.exception
A subclass of LdapOperationException which associates the ResultCodeEnum.AFFECTS_MULTIPLE_DSAS value with the type.
LdapAffectMultipleDsaException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapAffectMultipleDsaException
Creates a new instance of LdapAffectMultipleDsaException.
LdapAffectMultipleDsaException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapAffectMultipleDsaException
Creates a new instance of LdapAffectMultipleDsaException.
LdapAliasDereferencingException - Exception in org.apache.directory.shared.ldap.model.exception
A subclass of LdapOperationException which associates the ResultCodeEnum.ALIAS_DEREFERENCING_PROBLEM value with the type.
LdapAliasDereferencingException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapAliasDereferencingException
Creates a new instance of LdapAliasDereferencingException.
LdapAliasDereferencingException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapAliasDereferencingException
Creates a new instance of LdapAliasDereferencingException.
LdapAliasException - Exception in org.apache.directory.shared.ldap.model.exception
A subclass of LdapOperationException which associates the ResultCodeEnum.ALIAS_PROBLEM value with the type.
LdapAliasException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapAliasException
Creates a new instance of LdapAliasException.
LdapAliasException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapAliasException
Creates a new instance of LdapAliasException.
LdapApiService - Interface in org.apache.directory.shared.ldap.codec.api
The service interface for the LDAP codec.
LdapApiServiceFactory - Class in org.apache.directory.shared.ldap.codec.api
A factory that allows callers a means to get a handle on an LdapCodecService implementation regardless of the environment in which they're accessing it.
LdapApiServiceFactory() - Constructor for class org.apache.directory.shared.ldap.codec.api.LdapApiServiceFactory
 
LdapAsyncConnection - Interface in org.apache.directory.ldap.client.api
Root interface for all asynchronous LDAP connections.
LdapAttributeInUseException - Exception in org.apache.directory.shared.ldap.model.exception
A subclass of LdapOperationException which holds the LDAP resultCode associated with the exception.
LdapAttributeInUseException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapAttributeInUseException
Creates a new instance of LdapAttributeInUseException.
LdapAttributeInUseException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapAttributeInUseException
Creates a new instance of LdapAttributeInUseException.
LdapAuthenticationException - Exception in org.apache.directory.shared.ldap.model.exception
A subclass of LdapOperationException which associates the ResultCodeEnum.INVALID_CREDENTIALS value with the type.
LdapAuthenticationException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapAuthenticationException
Creates a new instance of LdapAuthenticationException.
LdapAuthenticationException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapAuthenticationException
Creates a new instance of LdapAuthenticationException.
LdapAuthenticationNotSupportedException - Exception in org.apache.directory.shared.ldap.model.exception
A subclass of the LdapOperationException carrying along an unequivocal ResultCodeEnum value.
LdapAuthenticationNotSupportedException(ResultCodeEnum, String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapAuthenticationNotSupportedException
Creates a new instance of LdapAuthenticationNotSupportedException.
LdapAuthenticationNotSupportedException(ResultCodeEnum) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapAuthenticationNotSupportedException
Creates a new instance of LdapAuthenticationNotSupportedException.
LdapCannotCancelException - Exception in org.apache.directory.shared.ldap.model.exception
A LdapCannotCancelException which associates a resultCode, namely the ResultCodeEnum.CANNOT_CANCEL resultCode with the exception.
LdapCannotCancelException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapCannotCancelException
Creates a new instance of LdapCannotCancelException.
LdapCannotCancelException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapCannotCancelException
Creates a new instance of LdapCannotCancelException.
LdapCodecActivator - Class in org.apache.directory.shared.ldap.codec.standalone
The BundleActivator for the codec.
LdapCodecActivator(StandaloneLdapApiService) - Constructor for class org.apache.directory.shared.ldap.codec.standalone.LdapCodecActivator
 
LdapComparator<T> - Class in org.apache.directory.shared.ldap.model.schema
An class used for Comparator.
LdapComparator(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.LdapComparator
Create a new instance of a Comparator
ldapComparator - Variable in class org.apache.directory.shared.ldap.model.schema.MatchingRule
The associated Comparator
ldapComparator() - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaParser
Production for comparator descriptions.
LdapComparatorDescription - Class in org.apache.directory.shared.ldap.model.schema.parsers
An ApacheDS specific schema description for a Comparator.
LdapComparatorDescription(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.parsers.LdapComparatorDescription
A constructor for a LdapComparatorDescription.
LdapComparatorDescriptionSchemaParser - Class in org.apache.directory.shared.ldap.model.schema.parsers
A parser for ApacheDS comparator descriptions.
LdapComparatorDescriptionSchemaParser() - Constructor for class org.apache.directory.shared.ldap.model.schema.parsers.LdapComparatorDescriptionSchemaParser
Creates a schema parser instance.
LdapConfigurationException - Exception in org.apache.directory.shared.ldap.model.exception
A LdapException which associates a resultCode namely the ResultCodeEnum.OTHER resultCode with the exception.
LdapConfigurationException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapConfigurationException
Creates a new instance of LdapConfigurationException.
LdapConfigurationException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapConfigurationException
Creates a new instance of LdapConfigurationException.
LdapConfigurationException(String, Throwable) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapConfigurationException
Creates a new instance of LdapConfigurationException.
LdapConnection - Interface in org.apache.directory.ldap.client.api
The root interface for all the LDAP connection implementations.
LdapConnectionConfig - Class in org.apache.directory.ldap.client.api
A class to hold the configuration for creating an LdapConnection.
LdapConnectionConfig() - Constructor for class org.apache.directory.ldap.client.api.LdapConnectionConfig
 
LdapConnectionFactory - Class in org.apache.directory.ldap.client.api
A LdapConnection factory.
LdapConnectionPool - Class in org.apache.directory.ldap.client.api
A pool implementation for LdapConnection objects.
LdapConnectionPool(PoolableLdapConnectionFactory) - Constructor for class org.apache.directory.ldap.client.api.LdapConnectionPool
Instantiates a new LDAP connection pool.
LdapConstants - Class in org.apache.directory.shared.ldap.codec.api
 
LdapContextNotEmptyException - Exception in org.apache.directory.shared.ldap.model.exception
A LdapContextNotEmptyException which contains an LDAP result code.
LdapContextNotEmptyException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapContextNotEmptyException
Creates a new instance of LdapContextNotEmptyException.
LdapContextNotEmptyException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapContextNotEmptyException
Creates a new instance of LdapContextNotEmptyException.
LdapContextParameter - Class in org.apache.directory.shared.ldap.sp
A class for representing the special SP parameter: $ldapContext.
LdapContextParameter(String) - Constructor for class org.apache.directory.shared.ldap.sp.LdapContextParameter
 
ldapContextStoredProcedureParameter() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
LdapDecoder - Class in org.apache.directory.shared.ldap.codec.api
The LdapDecoder decodes ASN.1 BER encoded PDUs into LDAP messages
LdapDecoder() - Constructor for class org.apache.directory.shared.ldap.codec.api.LdapDecoder
Creates an instance of a Ldap Decoder implementation.
LdapEncoder - Class in org.apache.directory.shared.ldap.codec.api
LDAP BER encoder.
LdapEncoder(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.codec.api.LdapEncoder
Creates an instance of Ldap message encoder
LdapEntryAlreadyExistsException - Exception in org.apache.directory.shared.ldap.model.exception
A LdapOperationException which contains LDAP specific information such as a result code.
LdapEntryAlreadyExistsException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapEntryAlreadyExistsException
Creates a new instance of LdapEntryAlreadyExistsException.
LdapEntryAlreadyExistsException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapEntryAlreadyExistsException
Creates a new instance of LdapEntryAlreadyExistsException.
LdapException - Exception in org.apache.directory.shared.ldap.model.exception
An class for exceptions which add LDAP specific information to Exceptions.
LdapException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapException
Creates a new instance of LdapException.
LdapException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapException
Creates a new instance of LdapException.
LdapException(Throwable) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapException
Creates a new instance of LdapException.
LdapException(String, Throwable) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapException
Creates a new instance of LdapException.
LdapInvalidAttributeTypeException - Exception in org.apache.directory.shared.ldap.model.exception
A subclass of LdapOperationException which holds the LDAP resultCode associated with the exception.
LdapInvalidAttributeTypeException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapInvalidAttributeTypeException
Creates a new instance of LdapInvalidAttributeTypeException.
LdapInvalidAttributeTypeException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapInvalidAttributeTypeException
Creates a new instance of LdapInvalidAttributeTypeException.
LdapInvalidAttributeTypeException(String, Throwable) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapInvalidAttributeTypeException
Creates a new instance of LdapInvalidAttributeTypeException.
LdapInvalidAttributeValueException - Exception in org.apache.directory.shared.ldap.model.exception
Makes a LdapOperationException unambiguous with respect to the result code it corresponds to by associating an LDAP specific result code with it.
LdapInvalidAttributeValueException(ResultCodeEnum, String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapInvalidAttributeValueException
Creates a new instance of LdapInvalidAttributeValueException.
LdapInvalidAttributeValueException(ResultCodeEnum) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapInvalidAttributeValueException
Creates a new instance of LdapInvalidAttributeValueException.
LdapInvalidAttributeValueException(ResultCodeEnum, String, Throwable) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapInvalidAttributeValueException
Creates a new instance of LdapInvalidAttributeValueException.
LdapInvalidDnException - Exception in org.apache.directory.shared.ldap.model.exception
A subclass of LdapOperationException designed to hold an unequivocal LDAP result code.
LdapInvalidDnException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapInvalidDnException
to be used by some special exceptions like LdapInvalidDnException
LdapInvalidDnException(String, Throwable) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapInvalidDnException
to be used by some special exceptions like LdapInvalidDnException
LdapInvalidDnException(ResultCodeEnum, String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapInvalidDnException
Creates a new instance of LdapInvalidDnException.
LdapInvalidDnException(ResultCodeEnum, String, Throwable) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapInvalidDnException
Creates a new instance of LdapInvalidDnException.
LdapInvalidDnException(ResultCodeEnum) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapInvalidDnException
Creates a new instance of LdapInvalidDnException.
LdapInvalidSearchFilterException - Exception in org.apache.directory.shared.ldap.model.exception
A subclass of LdapOperationException which associates the ResultCodeEnum.INAPPROPRIATE_MATCHING value with the type.
LdapInvalidSearchFilterException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapInvalidSearchFilterException
Creates a new instance of LdapInvalidSearchFilterException.
LdapInvalidSearchFilterException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapInvalidSearchFilterException
Creates a new instance of LdapInvalidSearchFilterException.
LdapLdifException - Exception in org.apache.directory.shared.ldap.model.ldif
An exception throws when we get an error while parsing a LDIF file.
LdapLdifException(String) - Constructor for exception org.apache.directory.shared.ldap.model.ldif.LdapLdifException
Creates a new instance of LdapLdifException.
LdapLdifException(String, Throwable) - Constructor for exception org.apache.directory.shared.ldap.model.ldif.LdapLdifException
Creates a new instance of LdapLdifException.
LdapLoopDetectedException - Exception in org.apache.directory.shared.ldap.model.exception
A subclass of LdapOperationException which associates the ResultCodeEnum.LOOP_DETECT value with the type.
LdapLoopDetectedException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapLoopDetectedException
Creates a new instance of LdapLoopDetectedException.
LdapLoopDetectedException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapLoopDetectedException
Creates a new instance of LdapLoopDetectedException.
LdapMessageContainer<E extends MessageDecorator<? extends Message>> - Class in org.apache.directory.shared.ldap.codec.api
The LdapMessage container stores all the messages decoded by the Asn1Decoder.
LdapMessageContainer(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.codec.api.LdapMessageContainer
Creates a new LdapMessageContainer object.
LdapMessageContainer(LdapApiService, BinaryAttributeDetector) - Constructor for class org.apache.directory.shared.ldap.codec.api.LdapMessageContainer
Creates a new LdapMessageContainer object.
LdapMessageGrammar<E> - Class in org.apache.directory.shared.ldap.codec
This class implements the LdapMessage message.
LdapNetworkConnection - Class in org.apache.directory.ldap.client.api
This class is the base for every operations sent or received to and from a LDAP server.
LdapNetworkConnection() - Constructor for class org.apache.directory.ldap.client.api.LdapNetworkConnection
Create a new instance of a LdapConnection on localhost, port 389.
LdapNetworkConnection(LdapConnectionConfig) - Constructor for class org.apache.directory.ldap.client.api.LdapNetworkConnection
Creates a new instance of LdapConnection with the given connection configuration.
LdapNetworkConnection(boolean) - Constructor for class org.apache.directory.ldap.client.api.LdapNetworkConnection
Create a new instance of a LdapConnection on localhost, port 389 if the SSL flag is off, or 636 otherwise.
LdapNetworkConnection(String) - Constructor for class org.apache.directory.ldap.client.api.LdapNetworkConnection
Create a new instance of a LdapConnection on a given server, using the default port (389).
LdapNetworkConnection(String, boolean) - Constructor for class org.apache.directory.ldap.client.api.LdapNetworkConnection
Create a new instance of a LdapConnection on a given server, using the default port (389) if the SSL flag is off, or 636 otherwise.
LdapNetworkConnection(String, int) - Constructor for class org.apache.directory.ldap.client.api.LdapNetworkConnection
Create a new instance of a LdapConnection on a given server and a given port.
LdapNetworkConnection(String, int, boolean) - Constructor for class org.apache.directory.ldap.client.api.LdapNetworkConnection
Create a new instance of a LdapConnection on a given server, and a give port.
LdapNoPermissionException - Exception in org.apache.directory.shared.ldap.model.exception
A LdapOperationException which associates a resultCode namely the ResultCodeEnum.INSUFFICIENT_ACCESS_RIGHTS resultCode with the exception.
LdapNoPermissionException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapNoPermissionException
Creates a new instance of LdapNoPermissionException.
LdapNoPermissionException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapNoPermissionException
Creates a new instance of LdapNoPermissionException.
LdapNoSuchAttributeException - Exception in org.apache.directory.shared.ldap.model.exception
A subclass of LdapOperationException which holds the LDAP resultCode associated with the exception.
LdapNoSuchAttributeException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapNoSuchAttributeException
Creates a new instance of LdapNoSuchAttributeException.
LdapNoSuchAttributeException(String, Throwable) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapNoSuchAttributeException
Creates a new instance of LdapNoSuchAttributeException.
LdapNoSuchAttributeException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapNoSuchAttributeException
Creates a new instance of LdapNoSuchAttributeException.
LdapNoSuchObjectException - Exception in org.apache.directory.shared.ldap.model.exception
A LdapOperationException holding LDAP specific information such as the LDAP ResultCode.
LdapNoSuchObjectException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapNoSuchObjectException
Creates a new instance of LdapNoSuchObjectException.
LdapNoSuchObjectException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapNoSuchObjectException
Creates a new instance of LdapNoSuchObjectException.
LdapNoSuchOperationException - Exception in org.apache.directory.shared.ldap.model.exception
A LdapNoSuchOperationException which associates a resultCode, namely the ResultCodeEnum.NO_SUCH_OPERATION resultCode with the exception.
LdapNoSuchOperationException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapNoSuchOperationException
Creates a new instance of LdapNoSuchOperationException.
LdapNoSuchOperationException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapNoSuchOperationException
Creates a new instance of LdapNoSuchOperationException.
LdapOperation - Enum in org.apache.directory.shared.ldap.trigger
An enumeration that represents change inducing LDAP operations.
ldapOperationAndStoredProcedureCalls() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
LdapOperationErrorException - Exception in org.apache.directory.shared.ldap.model.exception
A subclass of LdapOperationException which associates the ResultCodeEnum.OPERATIONS_ERROR value with the type.
LdapOperationErrorException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapOperationErrorException
Creates a new instance of LdapOperationErrorException.
LdapOperationErrorException(String, Throwable) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapOperationErrorException
Creates a new instance of LdapOperationErrorException.
LdapOperationErrorException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapOperationErrorException
Creates a new instance of LdapOperationErrorException.
LdapOperationException - Exception in org.apache.directory.shared.ldap.model.exception
An class for LDAP operation exceptions which add LDAP specific information to Exceptions.
LdapOperationException(ResultCodeEnum, String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapOperationException
Creates a new instance of LdapOperationException.
LdapOperationException(ResultCodeEnum, String, Throwable) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapOperationException
Creates a new instance of LdapOperationException.
LdapOperationException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapOperationException
Creates a new instance of LdapOperationException.
LdapOperationException(String, Throwable) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapOperationException
Creates a new instance of LdapOperationException.
LdapOtherException - Exception in org.apache.directory.shared.ldap.model.exception
A subclass of LdapOperationException which associates the ResultCodeEnum.OTHER value with the type.
LdapOtherException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapOtherException
Creates a new instance of LdapOtherException.
LdapOtherException(String, Throwable) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapOtherException
Creates a new instance of LdapOtherException.
LdapOtherException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapOtherException
Creates a new instance of LdapOtherException.
LdapPartialResultException - Exception in org.apache.directory.shared.ldap.model.exception
A LdapOperationException which associates a resultCode namely the ResultCodeEnum.REFERRAL resultCode with the exception.
LdapPartialResultException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapPartialResultException
Creates a new instance of LdapPartialResultException.
LdapProtocolCodecActivator - Class in org.apache.directory.shared.ldap.codec.protocol.mina
The BundleActivator for the codec.
LdapProtocolCodecActivator() - Constructor for class org.apache.directory.shared.ldap.codec.protocol.mina.LdapProtocolCodecActivator
 
LdapProtocolCodecFactory - Class in org.apache.directory.shared.ldap.codec.protocol.mina
The factory used to create the LDAP encoder and decoder.
LdapProtocolCodecFactory() - Constructor for class org.apache.directory.shared.ldap.codec.protocol.mina.LdapProtocolCodecFactory
 
LdapProtocolDecoder - Class in org.apache.directory.shared.ldap.codec.protocol.mina
A LDAP message decoder.
LdapProtocolDecoder() - Constructor for class org.apache.directory.shared.ldap.codec.protocol.mina.LdapProtocolDecoder
Creates a new instance of LdapProtocolEncoder.
LdapProtocolEncoder - Class in org.apache.directory.shared.ldap.codec.protocol.mina
A LDAP message encoder.
LdapProtocolEncoder() - Constructor for class org.apache.directory.shared.ldap.codec.protocol.mina.LdapProtocolEncoder
Creates a new instance of LdapProtocolEncoder.
LdapProtocolErrorException - Exception in org.apache.directory.shared.ldap.model.exception
A subclass of LdapOperationException which associates the ResultCodeEnum.PROTOCOL_ERROR value with the type.
LdapProtocolErrorException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapProtocolErrorException
Creates a new instance of LdapProtocolErrorException.
LdapProtocolErrorException(String, Throwable) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapProtocolErrorException
Creates a new instance of LdapProtocolErrorException.
LdapProtocolErrorException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapProtocolErrorException
Creates a new instance of LdapProtocolErrorException.
LdapReferralException - Exception in org.apache.directory.shared.ldap.model.exception
A LdapOperationException which associates a resultCode namely the ResultCodeEnum.REFERRAL resultCode with the exception.
LdapReferralException(Collection<String>) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapReferralException
Creates a new instance of LdapReferralException.
LdapReferralException(Collection<String>, String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapReferralException
Creates a new instance of LdapReferralException.
ldapResult - Variable in class org.apache.directory.shared.ldap.model.message.AbstractResultResponse
Response result components
LdapResult - Interface in org.apache.directory.shared.ldap.model.message
LDAPv3 result structure embedded into Responses.
LdapResultDecorator - Class in org.apache.directory.shared.ldap.codec.decorators
A decorator for the LdapResultResponse message
LdapResultDecorator(LdapResult) - Constructor for class org.apache.directory.shared.ldap.codec.decorators.LdapResultDecorator
Makes a LdapResult encodable.
LdapResultDsml - Class in org.apache.directory.shared.dsmlv2.reponse
DSML Decorator for the LdapResult class.
LdapResultDsml(LdapApiService, LdapResult, Message) - Constructor for class org.apache.directory.shared.dsmlv2.reponse.LdapResultDsml
Creates a new instance of LdapResultDsml.
LdapResultImpl - Class in org.apache.directory.shared.ldap.model.message
The LdapResult implementation.
LdapResultImpl() - Constructor for class org.apache.directory.shared.ldap.model.message.LdapResultImpl
 
LDAPS_SCHEME - Static variable in class org.apache.directory.shared.ldap.model.url.LdapUrl
The constant for "ldaps://" scheme.
LdapSchemaException - Exception in org.apache.directory.shared.ldap.model.exception
A subclass of LdapException which is used to report issues during the integrity check of the schema by the SchemaManager.
LdapSchemaException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapSchemaException
Creates a new instance of LdapSchemaException.
LdapSchemaException(LdapSchemaExceptionCodes) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapSchemaException
Creates a new instance of LdapSchemaException.
LdapSchemaException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapSchemaException
Creates a new instance of LdapSchemaException.
LdapSchemaException(LdapSchemaExceptionCodes, String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapSchemaException
Creates a new instance of LdapSchemaException.
LdapSchemaException(LdapSchemaExceptionCodes, Throwable) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapSchemaException
 
LdapSchemaException(LdapSchemaExceptionCodes, String, Throwable) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapSchemaException
Creates a new instance of LdapSchemaException.
LdapSchemaExceptionCodes - Enum in org.apache.directory.shared.ldap.model.exception
This enum contains all the various codes that can be used to report issues during the integrity check of the schema by the SchemaManager.
LdapSchemaViolationException - Exception in org.apache.directory.shared.ldap.model.exception
Makes a LdapOperationException unambiguous with respect to the result code it corresponds to by associating an LDAP specific result code with it.
LdapSchemaViolationException(ResultCodeEnum, String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapSchemaViolationException
Creates a new instance of LdapSchemaViolationException.
LdapSchemaViolationException(ResultCodeEnum, String, Throwable) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapSchemaViolationException
 
LdapSchemaViolationException(ResultCodeEnum) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapSchemaViolationException
Creates a new instance of LdapSchemaViolationException.
LdapSecurityConstants - Enum in org.apache.directory.shared.ldap.model.constants
An enum to store all the security constants used in the server
LdapServiceUnavailableException - Exception in org.apache.directory.shared.ldap.model.exception
LDAP specific LdapOperationException that preserves resultCode resolution.
LdapServiceUnavailableException(ResultCodeEnum, String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapServiceUnavailableException
Creates a new instance of LdapServiceUnavailableException.
LdapServiceUnavailableException(ResultCodeEnum) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapServiceUnavailableException
Creates a new instance of LdapServiceUnavailableException.
LdapSizeLimitExceededException - Exception in org.apache.directory.shared.ldap.model.exception
A LdapSizeLimitExceededException which associates a resultCode namely the ResultCodeEnum.SIZE_LIMIT_EXCEEDED resultCode with the exception.
LdapSizeLimitExceededException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapSizeLimitExceededException
Creates a new instance of LdapSizeLimitExceededException.
LdapSizeLimitExceededException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapSizeLimitExceededException
Creates a new instance of LdapSizeLimitExceededException.
LdapStatesEnum - Enum in org.apache.directory.shared.ldap.codec
This class store the Ldap grammar's constants.
LdapStrongAuthenticationRequiredException - Exception in org.apache.directory.shared.ldap.model.exception
A subclass of LdapOperationException which associates the ResultCodeEnum.STRONG_AUTH_REQUIRED value with the type.
LdapStrongAuthenticationRequiredException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapStrongAuthenticationRequiredException
Creates a new instance of LdapStrongAuthenticationRequiredException.
LdapStrongAuthenticationRequiredException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapStrongAuthenticationRequiredException
Creates a new instance of LdapStrongAuthenticationRequiredException.
LdapSyntax - Class in org.apache.directory.shared.ldap.model.schema
A syntax definition.
LdapSyntax(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.LdapSyntax
Creates a Syntax object using a unique OID.
LdapSyntax(String, String) - Constructor for class org.apache.directory.shared.ldap.model.schema.LdapSyntax
Creates a Syntax object using a unique OID.
LdapSyntax(String, String, boolean) - Constructor for class org.apache.directory.shared.ldap.model.schema.LdapSyntax
Creates a Syntax object using a unique OID.
ldapSyntax - Variable in class org.apache.directory.shared.ldap.model.schema.MatchingRule
The associated LdapSyntax
ldapSyntaxDescription() - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaParser
Production for matching ldap syntax descriptions.
LdapSyntaxDescriptionSchemaParser - Class in org.apache.directory.shared.ldap.model.schema.parsers
A parser for RFC 4512 LDAP syntx descriptions.
LdapSyntaxDescriptionSchemaParser() - Constructor for class org.apache.directory.shared.ldap.model.schema.parsers.LdapSyntaxDescriptionSchemaParser
Creates a schema parser instance.
LdapSyntaxDescriptionSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value follows the LDAP syntax descripton syntax according to RFC 4512, par 4.2.2:
LdapSyntaxDescriptionSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.LdapSyntaxDescriptionSyntaxChecker
Creates a new instance of LdapSyntaxDescriptionSyntaxChecker.
LdapSyntaxRegistry - Interface in org.apache.directory.shared.ldap.model.schema.registries
An LdapSyntax registry service interface.
ldapSyntaxRegistry - Variable in class org.apache.directory.shared.ldap.model.schema.registries.Registries
The LdapSyntax registry
LdapTimeLimitExceededException - Exception in org.apache.directory.shared.ldap.model.exception
A LdapTimeLimitExceededException which associates a resultCode namely the ResultCodeEnum.TIME_LIMIT_EXCEEDED resultCode with the exception.
LdapTimeLimitExceededException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapTimeLimitExceededException
Creates a new instance of LdapTimeLimitExceededException.
LdapTimeLimitExceededException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapTimeLimitExceededException
Creates a new instance of LdapTimeLimitExceededException.
LdapTooLateException - Exception in org.apache.directory.shared.ldap.model.exception
A LdapTooLateException which associates a resultCode namely the ResultCodeEnum.TOO_LATE resultCode with the exception.
LdapTooLateException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapTooLateException
Creates a new instance of LdapTooLateException.
LdapTooLateException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapTooLateException
Creates a new instance of LdapTooLateException.
LdapUnknownException - Exception in org.apache.directory.shared.ldap.model.exception
A LdapUnknownException which associates a resultCode, namely the ResultCodeEnum.UNKNOWN resultCode with the exception.
LdapUnknownException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapUnknownException
Creates a new instance of LdapUnknownException.
LdapUnknownException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapUnknownException
Creates a new instance of LdapUnknownException.
LdapUnwillingToPerformException - Exception in org.apache.directory.shared.ldap.model.exception
An LDAPException that extends the LdapOperationException carrying with it the corresponding result codes for this condition.
LdapUnwillingToPerformException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapUnwillingToPerformException
Creates a new instance of LdapUnwillingToPerformException, with a default ResultCode to UNWILING_TO_PERFORM.
LdapUnwillingToPerformException(ResultCodeEnum, String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapUnwillingToPerformException
Creates a new instance of LdapUnwillingToPerformException.
LdapUnwillingToPerformException(ResultCodeEnum, String, Throwable) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapUnwillingToPerformException
 
LdapUnwillingToPerformException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapUnwillingToPerformException
Creates a new instance of LdapUnwillingToPerformException.
LdapUnwillingToPerformException(ResultCodeEnum) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapUnwillingToPerformException
Creates a new instance of LdapUnwillingToPerformException.
LdapUriException - Exception in org.apache.directory.shared.ldap.model.exception
The URI parsing and escape encoding exception.
LdapUriException(String, Throwable) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapUriException
The constructor with a reason string argument.
LdapUrl - Class in org.apache.directory.shared.ldap.model.url
Decodes a LdapUrl, and checks that it complies with the RFC 2255.
LdapUrl() - Constructor for class org.apache.directory.shared.ldap.model.url.LdapUrl
Construct an empty LdapUrl
LdapUrl(String) - Constructor for class org.apache.directory.shared.ldap.model.url.LdapUrl
Create a new LdapUrl from a String after having parsed it.
LdapUrl.Extension - Class in org.apache.directory.shared.ldap.model.url
An inner bean to hold extension information.
LdapUrl.Extension(boolean, String, String) - Constructor for class org.apache.directory.shared.ldap.model.url.LdapUrl.Extension
Creates a new instance of Extension.
LdapURLEncodingException - Exception in org.apache.directory.shared.ldap.model.exception
Thrown when a LdapStringEncodingDecoder has encountered a failure condition during the String creation.
LdapURLEncodingException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapURLEncodingException
Creates a LdapStringEncodingException
LdapURLEncodingException(String, Throwable) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapURLEncodingException
Creates a LdapStringEncodingException
LDIF_ENTRY - Static variable in class org.apache.directory.shared.ldap.model.ldif.LdifReader
Type of element read : ENTRY
LdifAttributesReader - Class in org.apache.directory.shared.ldap.model.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.
LdifAttributesReader() - Constructor for class org.apache.directory.shared.ldap.model.ldif.LdifAttributesReader
Constructors
LdifControl - Class in org.apache.directory.shared.ldap.model.ldif
The LdifControl class stores a control defined for an entry found in a LDIF file.
LdifControl() - Constructor for class org.apache.directory.shared.ldap.model.ldif.LdifControl
Create a new Control
LdifControl(String) - Constructor for class org.apache.directory.shared.ldap.model.ldif.LdifControl
Create a new Control
LdifEntry - Class in org.apache.directory.shared.ldap.model.ldif
A entry to be populated by an ldif parser.
LdifEntry() - Constructor for class org.apache.directory.shared.ldap.model.ldif.LdifEntry
Creates a new LdifEntry object.
LdifEntry(Entry) - Constructor for class org.apache.directory.shared.ldap.model.ldif.LdifEntry
Creates a new LdifEntry object, storing an Entry
LdifEntry(Dn, Object...) - Constructor for class org.apache.directory.shared.ldap.model.ldif.LdifEntry
Creates a LdifEntry using a list of strings representing the Ldif element
LdifEntry(String, Object...) - Constructor for class org.apache.directory.shared.ldap.model.ldif.LdifEntry
Creates a LdifEntry using a list of strings representing the Ldif element
LdifReader - Class in org.apache.directory.shared.ldap.model.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.model.ldif.LdifReader
Constructors
LdifReader(String) - Constructor for class org.apache.directory.shared.ldap.model.ldif.LdifReader
A constructor which takes a file name
LdifReader(Reader) - Constructor for class org.apache.directory.shared.ldap.model.ldif.LdifReader
A constructor which takes a Reader
LdifReader(InputStream) - Constructor for class org.apache.directory.shared.ldap.model.ldif.LdifReader
A constructor which takes an InputStream
LdifReader(File) - Constructor for class org.apache.directory.shared.ldap.model.ldif.LdifReader
A constructor which takes a File
LdifRevertor - Class in org.apache.directory.shared.ldap.model.ldif
A helper class which provides methods to reverse a LDIF modification operation.
LdifSchemaLoader - Class in org.apache.directory.shared.ldap.schemaloader
Loads schema data from LDIF files containing entries representing schema objects, using the meta schema format.
LdifSchemaLoader(File) - Constructor for class org.apache.directory.shared.ldap.schemaloader.LdifSchemaLoader
Creates a new LDIF based SchemaLoader.
LdifUtils - Class in org.apache.directory.shared.ldap.model.ldif
Some LDIF helper methods.
LDIGIT - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
LDIGIT - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
LDIGIT - Static variable in interface org.apache.directory.shared.ldap.model.name.AntlrDnTokenTypes
 
LDIGIT - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueTokenTypes
 
LDIGIT - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
LDIGIT - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
LeafNode - Class in org.apache.directory.shared.ldap.model.filter
Abstract base class for leaf nodes within the expression filter tree.
LeafNode(AttributeType, AssertionType) - Constructor for class org.apache.directory.shared.ldap.model.filter.LeafNode
Creates a leaf node.
LeafNode(String, AssertionType) - Constructor for class org.apache.directory.shared.ldap.model.filter.LeafNode
Creates a leaf node.
LEN - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
LEN - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueTokenTypes
 
length() - Method in class org.apache.directory.shared.ldap.model.entry.BinaryValue
 
length() - Method in class org.apache.directory.shared.ldap.model.entry.StringValue
 
length() - Method in interface org.apache.directory.shared.ldap.model.entry.Value
 
length - Variable in class org.apache.directory.shared.util.Position
The current token length
LENGTH_EXTENSION_RESERVED - Static variable in class org.apache.directory.shared.asn1.ber.tlv.TLV
Value of the reserved extension
LENGTH_LONG_FORM - Static variable in class org.apache.directory.shared.asn1.ber.tlv.TLV
A mask to get the Length form
LENGTH_SHORT_MASK - Static variable in class org.apache.directory.shared.asn1.ber.tlv.TLV
A mask to get the long form value
LESS_OR_EQUAL_FILTER - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
LESS_OR_EQUAL_FILTER_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
LessEqNode<T> - Class in org.apache.directory.shared.ldap.model.filter
A assertion value node for LessOrEqual.
LessEqNode(AttributeType, Value<T>) - Constructor for class org.apache.directory.shared.ldap.model.filter.LessEqNode
Creates a new LessEqNode object.
LessEqNode(String, Value<T>) - Constructor for class org.apache.directory.shared.ldap.model.filter.LessEqNode
Creates a new LessEqNode object.
lexer - Variable in class org.apache.directory.shared.ldap.model.schema.parsers.AbstractSchemaParser
the antlr generated lexer being wrapped
lines - Variable in class org.apache.directory.shared.ldap.model.ldif.LdifReader
A list of read lines
ListCursor<E> - Class in org.apache.directory.shared.ldap.model.cursor
A simple implementation of a Cursor on a List.
ListCursor(Comparator<E>, int, List<E>, int) - Constructor for class org.apache.directory.shared.ldap.model.cursor.ListCursor
Creates a new ListCursor with lower (inclusive) and upper (exclusive) bounds.
ListCursor(int, List<E>, int) - Constructor for class org.apache.directory.shared.ldap.model.cursor.ListCursor
Creates a new ListCursor with lower (inclusive) and upper (exclusive) bounds.
ListCursor(List<E>, int) - Constructor for class org.apache.directory.shared.ldap.model.cursor.ListCursor
Creates a new ListCursor with a specific upper (exclusive) bound: the lower (inclusive) bound defaults to 0.
ListCursor(Comparator<E>, List<E>, int) - Constructor for class org.apache.directory.shared.ldap.model.cursor.ListCursor
Creates a new ListCursor with a specific upper (exclusive) bound: the lower (inclusive) bound defaults to 0.
ListCursor(int, List<E>) - Constructor for class org.apache.directory.shared.ldap.model.cursor.ListCursor
Creates a new ListCursor with a lower (inclusive) bound: the upper (exclusive) bound is the size of the list.
ListCursor(Comparator<E>, int, List<E>) - Constructor for class org.apache.directory.shared.ldap.model.cursor.ListCursor
Creates a new ListCursor with a lower (inclusive) bound: the upper (exclusive) bound is the size of the list.
ListCursor(List<E>) - Constructor for class org.apache.directory.shared.ldap.model.cursor.ListCursor
Creates a new ListCursor without specific bounds: the bounds are acquired from the size of the list.
ListCursor(Comparator<E>, List<E>) - Constructor for class org.apache.directory.shared.ldap.model.cursor.ListCursor
Creates a new ListCursor without specific bounds: the bounds are acquired from the size of the list.
ListCursor() - Constructor for class org.apache.directory.shared.ldap.model.cursor.ListCursor
Creates a new ListCursor without any elements.
ListCursor(Comparator<E>) - Constructor for class org.apache.directory.shared.ldap.model.cursor.ListCursor
Creates a new ListCursor without any elements.
listDependentSchemaNames(String) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Get the list of Schema names which has the given schema name as a dependence
listDependentSchemaNames(String) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Get the list of Schema names which has the given schema name as a dependence
listener - Variable in class org.apache.directory.shared.ldap.model.schema.registries.AbstractSchemaLoader
The listener.
listNestedExceptions() - Method in exception org.apache.directory.shared.util.exception.MultiException
Lists the nested exceptions that this Exception encapsulates.
listNestedExceptions() - Method in exception org.apache.directory.shared.util.exception.RuntimeMultiException
Lists the nested exceptions that this Exception encapsulates.
listToString(List<?>) - Static method in class org.apache.directory.shared.util.Strings
Utility method that return a String representation of a list
listToString(List<?>, String) - Static method in class org.apache.directory.shared.util.Strings
Utility method that return a String representation of a list
LITERAL_ABSTRACT - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
 
LITERAL_attributetype - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
 
LITERAL_AUXILIARY - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
 
LITERAL_COLLECTIVE - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
 
LITERAL_directoryOperation - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
 
LITERAL_distributedOperation - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
 
LITERAL_dSAOperation - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
 
LITERAL_END - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
 
LITERAL_end - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
LITERAL_end - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
LITERAL_EQUALITY - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
 
LITERAL_MAY - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
 
LITERAL_MUST - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
 
LITERAL_NAME - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
 
LITERAL_objectclass - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
 
LITERAL_OBSOLETE - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
 
LITERAL_ORDERING - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
 
LITERAL_STRUCTURAL - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
 
LITERAL_SUBSTR - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
 
LITERAL_SUP - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
 
LITERAL_USAGE - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
 
LITERAL_userApplications - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
 
load(Schema...) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Load some Schemas into the registries.
load(String...) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Load some Schemas into the registries.
load(Schema...) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Load some Schemas into the registries.
load(String...) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Load some Schemas into the registries.
LoadableSchemaObject - Class in org.apache.directory.shared.ldap.model.schema
An abstract class used to manage the ADS specific SchemaObject, which can contain some compiled Java class to implement the specific logic.
LoadableSchemaObject(SchemaObjectType, String) - Constructor for class org.apache.directory.shared.ldap.model.schema.LoadableSchemaObject
Constructor to use when the OID is known in advance.
LoadableSchemaObject(SchemaObjectType) - Constructor for class org.apache.directory.shared.ldap.model.schema.LoadableSchemaObject
Constructor to use when the OID is not known until after instantiation.
loadAllEnabled() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Load all the enabled schema into the Registries.
loadAllEnabled() - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Load all the enabled schema into the Registries.
loadAllEnabledRelaxed() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Load all the enabled schema into the Registries.
loadAllEnabledRelaxed() - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Load all the enabled schema into the Registries.
loadAttributeTypes(Schema...) - Method in class org.apache.directory.ldap.client.api.NetworkSchemaLoader
Build a list of AttributeTypes read from the underlying storage for a list of specified schema
loadAttributeTypes(String...) - Method in class org.apache.directory.shared.ldap.model.schema.registries.AbstractSchemaLoader
Build a list of AttributeTypes read from the underlying storage for a list of specific schema, using their name
loadAttributeTypes(Schema...) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
Build a list of AttributeTypes read from the underlying storage for a list of specified schema
loadAttributeTypes(String...) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
Build a list of AttributeTypes read from the underlying storage for a list of specific schema, using their name
loadAttributeTypes(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.JarLdifSchemaLoader
Build a list of AttributeTypes read from the underlying storage for a list of specified schema
loadAttributeTypes(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.LdifSchemaLoader
Build a list of AttributeTypes read from the underlying storage for a list of specified schema
loadAttributeTypes(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.SingleLdifSchemaLoader
Build a list of AttributeTypes read from the underlying storage for a list of specified schema
loadComparators(Schema...) - Method in class org.apache.directory.ldap.client.api.NetworkSchemaLoader
Build a list of Comparators read from the underlying storage for a list of specific schema.
loadComparators(String...) - Method in class org.apache.directory.shared.ldap.model.schema.registries.AbstractSchemaLoader
Build a list of Comparators read from the underlying storage for a list of specific schema, using their name
loadComparators(Schema...) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
Build a list of Comparators read from the underlying storage for a list of specific schema.
loadComparators(String...) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
Build a list of Comparators read from the underlying storage for a list of specific schema, using their name
loadComparators(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.JarLdifSchemaLoader
Build a list of Comparators read from the underlying storage for a list of specific schema.
loadComparators(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.LdifSchemaLoader
Build a list of Comparators read from the underlying storage for a list of specific schema.
loadComparators(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.SingleLdifSchemaLoader
Build a list of Comparators read from the underlying storage for a list of specific schema.
loadDisabled(Schema...) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Load Schemas into the Registries, even if they are disabled.
loadDisabled(String...) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Load Schemas into the Registries, even if they are disabled.
loadDisabled(Schema...) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Load Schemas into the Registries, even if they are disabled.
loadDisabled(String...) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Load Schemas into the Registries, even if they are disabled.
loadDitContentRules(Schema...) - Method in class org.apache.directory.ldap.client.api.NetworkSchemaLoader
Build a list of DitContentRules read from the underlying storage for a list of specific schema.
loadDitContentRules(String...) - Method in class org.apache.directory.shared.ldap.model.schema.registries.AbstractSchemaLoader
Build a list of DitContentRules read from the underlying storage for a list of specified schema names
loadDitContentRules(Schema...) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
Build a list of DitContentRules read from the underlying storage for a list of specific schema.
loadDitContentRules(String...) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
Build a list of DitContentRules read from the underlying storage for a list of specified schema names
loadDitContentRules(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.JarLdifSchemaLoader
Build a list of DitContentRules read from the underlying storage for a list of specific schema.
loadDitContentRules(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.LdifSchemaLoader
Build a list of DitContentRules read from the underlying storage for a list of specific schema.
loadDitContentRules(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.SingleLdifSchemaLoader
Build a list of DitContentRules read from the underlying storage for a list of specific schema.
loadDitStructureRules(Schema...) - Method in class org.apache.directory.ldap.client.api.NetworkSchemaLoader
Build a list of DitStructureRules read from the underlying storage for a list of specific schema.
loadDitStructureRules(String...) - Method in class org.apache.directory.shared.ldap.model.schema.registries.AbstractSchemaLoader
Build a list of DitStructureRules read from the underlying storage for a list of specified schema names
loadDitStructureRules(Schema...) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
Build a list of DitStructureRules read from the underlying storage for a list of specific schema.
loadDitStructureRules(String...) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
Build a list of DitStructureRules read from the underlying storage for a list of specified schema names
loadDitStructureRules(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.JarLdifSchemaLoader
Build a list of DitStructureRules read from the underlying storage for a list of specific schema.
loadDitStructureRules(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.LdifSchemaLoader
Build a list of DitStructureRules read from the underlying storage for a list of specific schema.
loadDitStructureRules(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.SingleLdifSchemaLoader
Build a list of DitStructureRules read from the underlying storage for a list of specific schema.
loadedSchemas - Variable in class org.apache.directory.shared.ldap.model.schema.registries.Registries
A String name to Schema object map for the schemas loaded into this registry.
loadEntryTriggerSpecification(LdapContext, String) - Static method in class org.apache.directory.shared.ldap.trigger.TriggerUtils
 
loadMatchingRules(Schema...) - Method in class org.apache.directory.ldap.client.api.NetworkSchemaLoader
Build a list of MatchingRules read from the underlying storage for a list of specific schema
loadMatchingRules(String...) - Method in class org.apache.directory.shared.ldap.model.schema.registries.AbstractSchemaLoader
Build a list of MatchingRules read from the underlying storage for a list of specific schema, using their name
loadMatchingRules(Schema...) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
Build a list of MatchingRules read from the underlying storage for a list of specific schema
loadMatchingRules(String...) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
Build a list of MatchingRules read from the underlying storage for a list of specific schema, using their name
loadMatchingRules(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.JarLdifSchemaLoader
Build a list of MatchingRules read from the underlying storage for a list of specific schema
loadMatchingRules(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.LdifSchemaLoader
Build a list of MatchingRules read from the underlying storage for a list of specific schema
loadMatchingRules(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.SingleLdifSchemaLoader
Build a list of MatchingRules read from the underlying storage for a list of specific schema
loadMatchingRuleUses(Schema...) - Method in class org.apache.directory.ldap.client.api.NetworkSchemaLoader
Build a list of MatchingRuleUses read from the underlying storage for a list of specific schema.
loadMatchingRuleUses(String...) - Method in class org.apache.directory.shared.ldap.model.schema.registries.AbstractSchemaLoader
Build a list of MatchingRuleUses read from the underlying storage for a list of specified schema names
loadMatchingRuleUses(Schema...) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
Build a list of MatchingRuleUses read from the underlying storage for a list of specific schema.
loadMatchingRuleUses(String...) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
Build a list of MatchingRuleUses read from the underlying storage for a list of specified schema names
loadMatchingRuleUses(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.JarLdifSchemaLoader
Build a list of MatchingRuleUses read from the underlying storage for a list of specific schema.
loadMatchingRuleUses(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.LdifSchemaLoader
Build a list of MatchingRuleUses read from the underlying storage for a list of specific schema.
loadMatchingRuleUses(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.SingleLdifSchemaLoader
Build a list of MatchingRuleUses read from the underlying storage for a list of specific schema.
loadNameForms(Schema...) - Method in class org.apache.directory.ldap.client.api.NetworkSchemaLoader
Build a list of NameForms read from the underlying storage for a list of specific schema.
loadNameForms(String...) - Method in class org.apache.directory.shared.ldap.model.schema.registries.AbstractSchemaLoader
Build a list of NameForms read from the underlying storage for a list of specified schema names
loadNameForms(Schema...) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
Build a list of NameForms read from the underlying storage for a list of specific schema.
loadNameForms(String...) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
Build a list of NameForms read from the underlying storage for a list of specified schema names
loadNameForms(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.JarLdifSchemaLoader
Build a list of NameForms read from the underlying storage for a list of specific schema.
loadNameForms(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.LdifSchemaLoader
Build a list of NameForms read from the underlying storage for a list of specific schema.
loadNameForms(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.SingleLdifSchemaLoader
Build a list of NameForms read from the underlying storage for a list of specific schema.
loadNormalizers(Schema...) - Method in class org.apache.directory.ldap.client.api.NetworkSchemaLoader
Build a list of Normalizers read from the underlying storage for a list of specified schema
loadNormalizers(String...) - Method in class org.apache.directory.shared.ldap.model.schema.registries.AbstractSchemaLoader
Build a list of Normalizers read from the underlying storage for a list of specified schema names
loadNormalizers(Schema...) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
Build a list of Normalizers read from the underlying storage for a list of specified schema
loadNormalizers(String...) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
Build a list of Normalizers read from the underlying storage for a list of specified schema names
loadNormalizers(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.JarLdifSchemaLoader
Build a list of Normalizers read from the underlying storage for a list of specified schema
loadNormalizers(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.LdifSchemaLoader
Build a list of Normalizers read from the underlying storage for a list of specified schema
loadNormalizers(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.SingleLdifSchemaLoader
Build a list of Normalizers read from the underlying storage for a list of specified schema
loadObjectClasses(Schema...) - Method in class org.apache.directory.ldap.client.api.NetworkSchemaLoader
Build a list of ObjectClasses read from the underlying storage for a list of specific schema.
loadObjectClasses(String...) - Method in class org.apache.directory.shared.ldap.model.schema.registries.AbstractSchemaLoader
Build a list of ObjectClasses read from the underlying storage for a list of specified schema names
loadObjectClasses(Schema...) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
Build a list of ObjectClasses read from the underlying storage for a list of specific schema.
loadObjectClasses(String...) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
Build a list of ObjectClasses read from the underlying storage for a list of specified schema names
loadObjectClasses(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.JarLdifSchemaLoader
Build a list of ObjectClasses read from the underlying storage for a list of specific schema.
loadObjectClasses(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.LdifSchemaLoader
Build a list of ObjectClasses read from the underlying storage for a list of specific schema.
loadObjectClasses(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.SingleLdifSchemaLoader
Build a list of ObjectClasses read from the underlying storage for a list of specific schema.
loadPrescriptiveTriggerSpecification(LdapContext, String, String) - Static method in class org.apache.directory.shared.ldap.trigger.TriggerUtils
 
loadRelaxed(Schema...) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Load Schemas into the registries, even if there are some errors in the schemas.
loadRelaxed(String...) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Load Schemas into the registries, even if there are some errors in the schemas.
loadRelaxed(Schema...) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Load Schemas into the registries, even if there are some errors in the schemas.
loadRelaxed(String...) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Load Schemas into the registries, even if there are some errors in the schemas.
loadSchema() - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Loads all the default schemas that are bundled with the API.

Note: This method enables all schemas prior to loading
loadSchema() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Loads all the default schemas that are bundled with the API.

Note: This method enables all schemas prior to loading
loadSchema(SchemaLoader) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
loads schema using the specified schema loader
loadStoredProcedureClass(LdapContext, Class<?>) - Static method in class org.apache.directory.shared.ldap.sp.JavaStoredProcUtils
Loads a Java class's stream data as a subcontext of an LdapContext given.
loadSyntaxCheckers(Schema...) - Method in class org.apache.directory.ldap.client.api.NetworkSchemaLoader
Build a list of SyntaxCheckers read from the underlying storage for a list of specified schema
loadSyntaxCheckers(String...) - Method in class org.apache.directory.shared.ldap.model.schema.registries.AbstractSchemaLoader
Build a list of SyntaxCheckers read from the underlying storage for a list of specified schema names
loadSyntaxCheckers(Schema...) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
Build a list of SyntaxCheckers read from the underlying storage for a list of specified schema
loadSyntaxCheckers(String...) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
Build a list of SyntaxCheckers read from the underlying storage for a list of specified schema names
loadSyntaxCheckers(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.JarLdifSchemaLoader
Build a list of SyntaxCheckers read from the underlying storage for a list of specified schema
loadSyntaxCheckers(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.LdifSchemaLoader
Build a list of SyntaxCheckers read from the underlying storage for a list of specified schema
loadSyntaxCheckers(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.SingleLdifSchemaLoader
Build a list of SyntaxCheckers read from the underlying storage for a list of specified schema
loadSyntaxes(Schema...) - Method in class org.apache.directory.ldap.client.api.NetworkSchemaLoader
Build a list of Syntaxes read from the underlying storage for a list of specified schema
loadSyntaxes(String...) - Method in class org.apache.directory.shared.ldap.model.schema.registries.AbstractSchemaLoader
Build a list of Syntaxes read from the underlying storage for a list of specified schema names
loadSyntaxes(Schema...) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
Build a list of Syntaxes read from the underlying storage for a list of specified schema
loadSyntaxes(String...) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
Build a list of Syntaxes read from the underlying storage for a list of specified schema names
loadSyntaxes(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.JarLdifSchemaLoader
Build a list of Syntaxes read from the underlying storage for a list of specified schema
loadSyntaxes(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.LdifSchemaLoader
Build a list of Syntaxes read from the underlying storage for a list of specified schema
loadSyntaxes(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.SingleLdifSchemaLoader
Build a list of Syntaxes read from the underlying storage for a list of specified schema
loadWithDeps(Schema...) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Load some Schemas into the registries, and loads all of the schemas they depend on.
loadWithDeps(String...) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Load some Schemas into the registries, and loads all of the schemas they depend on.
loadWithDeps(Schema...) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Load some Schemas into the registries, and loads all of the schemas they depend on.
loadWithDeps(String...) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Load some Schemas into the registries, and loads all of the schemas they depend on.
loadWithDepsRelaxed(Schema...) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Load some Schemas into the registries, and loads all of the schemas they depend on.
loadWithDepsRelaxed(String...) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Load some Schemas into the registries, and loads all of the schemas they depend on.
loadWithDepsRelaxed(Schema...) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Load some Schemas into the registries, and loads all of the schemas they depend on.
loadWithDepsRelaxed(String...) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Load some Schemas into the registries, and loads all of the schemas they depend on.
LOCALITY_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
LOCALITY_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
lock() - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
Transform the SchemaObject to an immutable object TODO locked.
lock() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
Transform the SchemaObject to an immutable object TODO locked.
locked - Variable in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
A locked to avoid modifications when set to true
LOG - Static variable in class org.apache.directory.shared.ldap.model.entry.AbstractValue
logger for reporting errors that might not be handled properly upstream
LOG - Static variable in class org.apache.directory.shared.ldap.model.entry.DefaultModification
logger for reporting errors that might not be handled properly upstream
LOG - Static variable in class org.apache.directory.shared.ldap.model.name.Dn
The LoggerFactory used by this class
LOG - Static variable in class org.apache.directory.shared.ldap.model.name.Rdn
The LoggerFactory used by this class
LOG - Static variable in class org.apache.directory.shared.ldap.model.schema.parsers.AttributeTypeDescriptionSchemaParser
The LoggerFactory used by this class
LOG - Static variable in class org.apache.directory.shared.ldap.model.schema.parsers.DITContentRuleDescriptionSchemaParser
The LoggerFactory used by this class
LOG - Static variable in class org.apache.directory.shared.ldap.model.schema.parsers.DITStructureRuleDescriptionSchemaParser
The LoggerFactory used by this class
LOG - Static variable in class org.apache.directory.shared.ldap.model.schema.parsers.LdapComparatorDescriptionSchemaParser
The LoggerFactory used by this class
LOG - Static variable in class org.apache.directory.shared.ldap.model.schema.parsers.LdapSyntaxDescriptionSchemaParser
The LoggerFactory used by this class
LOG - Static variable in class org.apache.directory.shared.ldap.model.schema.parsers.MatchingRuleDescriptionSchemaParser
The LoggerFactory used by this class
LOG - Static variable in class org.apache.directory.shared.ldap.model.schema.parsers.MatchingRuleUseDescriptionSchemaParser
The LoggerFactory used by this class
LOG - Static variable in class org.apache.directory.shared.ldap.model.schema.parsers.NameFormDescriptionSchemaParser
The LoggerFactory used by this class
LOG - Static variable in class org.apache.directory.shared.ldap.model.schema.parsers.NormalizerDescriptionSchemaParser
The LoggerFactory used by this class
LOG - Static variable in class org.apache.directory.shared.ldap.model.schema.parsers.ObjectClassDescriptionSchemaParser
The LoggerFactory used by this class
LOG - Static variable in class org.apache.directory.shared.ldap.model.schema.parsers.SyntaxCheckerDescriptionSchemaParser
The LoggerFactory used by this class
Loggers - Enum in org.apache.directory.shared.ldap.model.constants
An enum defining a list of dedicated loggers, used for debugging purpose : - ACI_LOG - (more to come)
loginContextName - Variable in class org.apache.directory.ldap.client.api.GssApiRequest
The name for the LoginContext object
loginModuleConfiguration - Variable in class org.apache.directory.ldap.client.api.GssApiRequest
The Configuration object for LoginModule
LongComparator - Class in org.apache.directory.shared.ldap.model.schema.comparators
Compares Long keys and values within a table.
LongComparator(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.comparators.LongComparator
The LongComparator constructor.
LongDecoder - Class in org.apache.directory.shared.asn1.ber.tlv
Parse and decode a Long value.
LongDecoder() - Constructor for class org.apache.directory.shared.asn1.ber.tlv.LongDecoder
 
LongDecoderException - Exception in org.apache.directory.shared.asn1.ber.tlv
Thrown when a LongDecoder has encountered a failure condition during a decode.
LongDecoderException(String) - Constructor for exception org.apache.directory.shared.asn1.ber.tlv.LongDecoderException
Creates a LongDecoderException
lookup(Dn) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Searches for an entry having the given Dn.
lookup(String) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Searches for an entry having the given Dn.
lookup(Dn, String...) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Searches for an entry having the given Dn.
lookup(Dn, Control[], String...) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Searches for an entry having the given Dn.
lookup(String, String...) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Searches for an entry having the given Dn.
lookup(String, Control[], String...) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Searches for an entry having the given Dn.
lookup(Dn) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Searches for an entry having the given Dn.
lookup(String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Searches for an entry having the given Dn.
lookup(Dn, String...) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Searches for an entry having the given Dn.
lookup(Dn, Control[], String...) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Searches for an entry having the given Dn.
lookup(String, String...) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Searches for an entry having the given Dn.
lookup(String, Control[], String...) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Searches for an entry having the given Dn.
lookup(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultAttributeTypeRegistry
Looks up a SchemaObject by its unique Object Identifier or by name.
lookup(int) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultDITStructureRuleRegistry
Looks up an dITStructureRule by its unique Object IDentifier or by its name.
lookup(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchemaObjectRegistry
Looks up a SchemaObject by its unique Object Identifier or by name.
lookup(int) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.DITStructureRuleRegistry
Looks up an dITStructureRule by its unique Object IDentifier or by its name.
lookup(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
Looks up a SchemaObject by its unique Object Identifier or by name.
lookup(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableComparatorRegistry
Looks up a SchemaObject by its unique Object Identifier or by name.
lookup(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITContentRuleRegistry
Looks up a SchemaObject by its unique Object Identifier or by name.
lookup(int) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITStructureRuleRegistry
Looks up an dITStructureRule by its unique Object IDentifier or by its name.
lookup(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITStructureRuleRegistry
Looks up a SchemaObject by its unique Object Identifier or by name.
lookup(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
Looks up a SchemaObject by its unique Object Identifier or by name.
lookup(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
Looks up a SchemaObject by its unique Object Identifier or by name.
lookup(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
Looks up a SchemaObject by its unique Object Identifier or by name.
lookup(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNameFormRegistry
Looks up a SchemaObject by its unique Object Identifier or by name.
lookup(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNormalizerRegistry
Looks up a SchemaObject by its unique Object Identifier or by name.
lookup(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableObjectClassRegistry
Looks up a SchemaObject by its unique Object Identifier or by name.
lookup(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
Looks up a SchemaObject by its unique Object Identifier or by name.
lookup(String) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaObjectRegistry
Looks up a SchemaObject by its unique Object Identifier or by name.
lookupAttributeTypeRegistry(String) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Lookup for an AttributeType in the AttributeType registry
lookupAttributeTypeRegistry(String) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Lookup for an AttributeType in the AttributeType registry
lookupComparatorRegistry(String) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Lookup for a Comparator in the Comparator registry
lookupComparatorRegistry(String) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Lookup for a Comparator in the Comparator registry
lookupLdapSyntaxRegistry(String) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Lookup for an LdapSyntax in the LdapSyntax registry
lookupLdapSyntaxRegistry(String) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Lookup for an LdapSyntax in the LdapSyntax registry
lookupMatchingRuleRegistry(String) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Lookup for a MatchingRule in the MatchingRule registry
lookupMatchingRuleRegistry(String) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Lookup for a MatchingRule in the MatchingRule registry
lookupNormalizerRegistry(String) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Lookup for a Normalizer in the Normalizer registry
lookupNormalizerRegistry(String) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Lookup for a Normalizer in the Normalizer registry
lookupObjectClassRegistry(String) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Lookup for a ObjectClass in the ObjectClass registry
lookupObjectClassRegistry(String) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Lookup for a ObjectClass in the ObjectClass registry
lookupSyntaxCheckerRegistry(String) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Lookup for a SyntaxChecker in the SyntaxChecker registry
lookupSyntaxCheckerRegistry(String) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Lookup for a SyntaxChecker in the SyntaxChecker registry
lowerCase(String) - Static method in class org.apache.directory.shared.util.Strings
Converts a String to lower case as per String.toLowerCase().
lowerCaseAscii(String) - Static method in class org.apache.directory.shared.util.Strings
Rewrote the toLowercase method to improve performances.
LPAR - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaQdstringTokenTypes
 
LPAR - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
LPAR - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueTokenTypes
 
lutf1() - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnParser
RFC 4514, Section 3: LUTF1 = %x01-1F / %x21 / %x24-2A / %x2D-3A / %x3D / %x3F-5B / %x5D-7F The rule LUTF1_REST doesn't contain the following charcters, so we must check them additionally EQUALS (0x3D) HYPHEN (0x2D) DIGIT (0x30-0x39) ALPHA (0x41-0x5A and 0x61-0x7A)
LUTF1_REST - Static variable in interface org.apache.directory.shared.ldap.model.name.AntlrDnTokenTypes
 

M

M_APPLIES_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_APPLIES_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_AUX_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_AUX_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_BYTECODE_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_BYTECODE_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_COLLECTIVE_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_COLLECTIVE_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_DEPENDENCIES_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_DEPENDENCIES_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_DESCRIPTION_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_DESCRIPTION_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_DISABLED_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_DISABLED_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_EQUALITY_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_EQUALITY_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_FORM_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_FORM_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_FQCN_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_FQCN_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_LENGTH_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_LENGTH_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_MATCHING_RULE_SYNTAX_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_MATCHING_RULE_SYNTAX_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_MAY_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_MAY_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_MUST_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_MUST_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_NAME_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_NAME_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_NO_USER_MODIFICATION_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_NO_USER_MODIFICATION_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_NOT_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_NOT_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_OBSOLETE_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_OBSOLETE_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_OC_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_OC_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_OID_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_OID_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_ORDERING_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_ORDERING_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_RULE_ID_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_RULE_ID_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_SINGLE_VALUE_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_SINGLE_VALUE_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_SUBSTR_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_SUBSTR_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_SUP_ATTRIBUTE_TYPE_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_SUP_ATTRIBUTE_TYPE_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_SUP_DIT_STRUCTURE_RULE_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_SUP_DIT_STRUCTURE_RULE_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_SUP_OBJECT_CLASS_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_SUP_OBJECT_CLASS_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_SYNTAX_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_SYNTAX_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_TYPE_OBJECT_CLASS_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_TYPE_OBJECT_CLASS_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_USAGE_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
M_USAGE_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
mABSTRACT(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
macroExpand(Properties, Properties[]) - Static method in class org.apache.directory.shared.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.
MAIL_PREFERENCE_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
MailPreferenceSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a Boolean according to RFC 1778.
MailPreferenceSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.MailPreferenceSyntaxChecker
Creates a new instance of MailPreferenceSyntaxChecker.
MailPreferenceSyntaxChecker(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.MailPreferenceSyntaxChecker
Creates a new instance of MailPreferenceSyntaxChecker.
main(String[]) - Static method in class org.apache.directory.shared.util.UnixCrypt
 
mainACIItemComponent() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
mainACIItemComponent() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
makeObject() - Method in class org.apache.directory.ldap.client.api.PoolableLdapConnectionFactory
mALPHA(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
mALPHA(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
mALPHA(boolean) - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnLexer
 
mALPHA(boolean) - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
 
mALPHA(boolean) - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationLexer
 
mALPHA(boolean) - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationLexer
 
ManageDsaIT - Interface in org.apache.directory.shared.ldap.model.message.controls
Control which allows for the management of referrals and other DSA specific entities without processing them: meaning the referrals are treated as regular entries using this control.
ManageDsaITDecorator - Class in org.apache.directory.shared.ldap.codec.controls.manageDsaIT
A decorating wrapper for a ManageDsaIT Control.
ManageDsaITDecorator(LdapApiService, ManageDsaIT) - Constructor for class org.apache.directory.shared.ldap.codec.controls.manageDsaIT.ManageDsaITDecorator
Default constructor
ManageDsaITFactory - Class in org.apache.directory.shared.ldap.codec.controls.manageDsaIT
A codec ControlFactory implementation for ManageDsaIT control.
ManageDsaITFactory(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.codec.controls.manageDsaIT.ManageDsaITFactory
Creates a new instance of CascadeFactory.
ManageDsaITImpl - Class in org.apache.directory.shared.ldap.model.message.controls
Simple ManageDsaIT implementation class.
ManageDsaITImpl() - Constructor for class org.apache.directory.shared.ldap.model.message.controls.ManageDsaITImpl
Default constructor.
ManageDsaITImpl(boolean) - Constructor for class org.apache.directory.shared.ldap.model.message.controls.ManageDsaITImpl
Creates instance and sets criticality at same time.
MandatoryAndOptionalComponentsMonitor - Class in org.apache.directory.shared.util
A monitor that tracks both, mandatory and optional components.
MandatoryAndOptionalComponentsMonitor(String[], String[]) - Constructor for class org.apache.directory.shared.util.MandatoryAndOptionalComponentsMonitor
Instantiates a new mandatory and optional components monitor.
MandatoryComponentsMonitor - Class in org.apache.directory.shared.util
A components monitor for manadatory components.
MandatoryComponentsMonitor(String[]) - Constructor for class org.apache.directory.shared.util.MandatoryComponentsMonitor
Instantiates a new mandatory components monitor.
ManyReplyRequest<R extends ResultResponse> - Interface in org.apache.directory.shared.ldap.model.message
A request that can generate zero, one, or more heterogenous responses for a single request.
mAPPLIES(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mapToString(Map<?, ?>) - Static method in class org.apache.directory.shared.util.Strings
Utility method that return a String representation of a map.
mapToString(Map<?, ?>, String) - Static method in class org.apache.directory.shared.util.Strings
Utility method that return a String representation of a map.
MASTER_AND_SHADOW_ACCESS_POINTS_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
MasterAndShadowAccessPointSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a MasterAndShadowAccessPoint.
MasterAndShadowAccessPointSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.MasterAndShadowAccessPointSyntaxChecker
Create a new instance of MasterAndShadowAccessPointSyntaxChecker
MATCH_VALUE_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
matchedProduction(String) - Method in class org.apache.directory.shared.ldap.model.schema.parsers.ConsoleParserMonitor
 
matchedProduction(String) - Method in interface org.apache.directory.shared.ldap.model.schema.parsers.ParserMonitor
Called when a production matched.
matchedProduction(String) - Method in class org.apache.directory.shared.ldap.model.schema.parsers.ParserMonitorAdapter
Called when a production matched.
MATCHING_RULE - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
MATCHING_RULE_DESCRIPTION_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
MATCHING_RULE_ID_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
MATCHING_RULE_TYPE_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
MATCHING_RULE_USE - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
MATCHING_RULE_USE_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
MATCHING_RULE_USE_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
MATCHING_RULE_USE_DESCRIPTION_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
MATCHING_RULE_USE_PATH - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
MATCHING_RULES_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
MATCHING_RULES_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
MATCHING_RULES_PATH - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
MatchingRule - Class in org.apache.directory.shared.ldap.model.schema
A matchingRule definition.
MatchingRule(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.MatchingRule
Creates a new instance of MatchingRule.
matchingRuleDescription() - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaParser
Production for matching rule descriptions.
MatchingRuleDescriptionSchemaParser - Class in org.apache.directory.shared.ldap.model.schema.parsers
A parser for RFC 4512 matching rule descriptions.
MatchingRuleDescriptionSchemaParser() - Constructor for class org.apache.directory.shared.ldap.model.schema.parsers.MatchingRuleDescriptionSchemaParser
Creates a schema parser instance.
MatchingRuleDescriptionSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value follows the matching rule descripton syntax according to RFC 4512, par 4.2.3:
MatchingRuleDescriptionSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.MatchingRuleDescriptionSyntaxChecker
Creates a new instance of MatchingRuleDescriptionSchemaParser.
MatchingRuleEnum - Enum in org.apache.directory.shared.ldap.model.schema
Type safe enum for a matching rule's comparator and normalizer component usage string.
MatchingRuleRegistry - Interface in org.apache.directory.shared.ldap.model.schema.registries
An AttributeType registry service interface.
matchingRuleRegistry - Variable in class org.apache.directory.shared.ldap.model.schema.registries.Registries
The MatchingRule registry
matchingRulesMatch(MatchingRule, MatchingRule) - Static method in class org.apache.directory.shared.ldap.model.schema.parsers.ParserDescriptionUtils
Checks to see if two matchingRule match exactly.
MatchingRuleUse - Class in org.apache.directory.shared.ldap.model.schema
Represents an LDAP MatchingRuleUseDescription defined in RFC 2252.
MatchingRuleUse(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.MatchingRuleUse
Creates a new instance of MatchingRuleUseDescription
matchingRuleUseDescription() - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaParser
Production for matching rule use descriptions.
MatchingRuleUseDescriptionSchemaParser - Class in org.apache.directory.shared.ldap.model.schema.parsers
A parser for RFC 4512 matching rule use descriptions.
MatchingRuleUseDescriptionSchemaParser() - Constructor for class org.apache.directory.shared.ldap.model.schema.parsers.MatchingRuleUseDescriptionSchemaParser
Creates a schema parser instance.
MatchingRuleUseDescriptionSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value follows the matching rule use descripton syntax according to RFC 4512, par 4.2.4:
MatchingRuleUseDescriptionSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.MatchingRuleUseDescriptionSyntaxChecker
Creates a new instance of MatchingRuleUseDescriptionSchemaParser.
MatchingRuleUseRegistry - Interface in org.apache.directory.shared.ldap.model.schema.registries
A MatchingRuleUse registry service interface.
matchingRuleUseRegistry - Variable in class org.apache.directory.shared.ldap.model.schema.registries.Registries
The MatchingRuleUse registry
mATTRIBUTETYPE(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mAUX(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mAUX_OR_AUXILIARY(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mAUXILIARY(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
MAX_PDU_SIZE - Static variable in class org.apache.directory.shared.ldap.codec.protocol.mina.LdapProtocolCodecFactory
The tag stored into the session if we want to set a max PDU size
maxImmSub() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
maxImmSub() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
MaxImmSubItem - Class in org.apache.directory.shared.ldap.aci.protectedItem
Restricts the maximum number of immediate subordinates of the superior entry to an entry being added or imported.
MaxImmSubItem(int) - Constructor for class org.apache.directory.shared.ldap.aci.protectedItem.MaxImmSubItem
Creates a new instance.
maxValueCount() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
maxValueCount() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
MaxValueCountElem - Class in org.apache.directory.shared.ldap.aci.protectedItem
An element of MaxValueCount.
MaxValueCountElem(AttributeType, int) - Constructor for class org.apache.directory.shared.ldap.aci.protectedItem.MaxValueCountElem
Creates a new instance.
MaxValueCountItem - Class in org.apache.directory.shared.ldap.aci.protectedItem
Restricts the maximum number of attribute values allowed for a specified attribute type.
MaxValueCountItem(Set<MaxValueCountElem>) - Constructor for class org.apache.directory.shared.ldap.aci.protectedItem.MaxValueCountItem
Creates a new instance.
may(ObjectClassHolder) - Method in class org.apache.directory.shared.converter.schema.antlrSchemaConverterParser
 
MAY - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
mBYTECODE(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mBYTECODE_VALUE(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mCHAR(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
mCLOSE_BRACKET(boolean) - Method in class org.apache.directory.shared.converter.schema.antlrSchemaConverterLexer
 
mCLOSE_CURLY(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
mCLOSE_CURLY(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
mCLOSE_CURLY(boolean) - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
 
mCLOSE_CURLY(boolean) - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationLexer
 
mCLOSE_CURLY(boolean) - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationLexer
 
mCLOSE_PARAN(boolean) - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationLexer
 
mCLOSE_PAREN(boolean) - Method in class org.apache.directory.shared.converter.schema.antlrSchemaConverterLexer
 
mCOLLECTIVE(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mCOLON(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
mCOLON(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
mCOLON(boolean) - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
 
mCOLON(boolean) - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationLexer
 
mCOMMA(boolean) - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnLexer
 
mCOMMENT(boolean) - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationLexer
 
mDESC(boolean) - Method in class org.apache.directory.shared.converter.schema.antlrSchemaConverterLexer
 
mDESC(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mDESCR(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
mDESCR(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
mDESCR(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
mDESCR(boolean) - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
 
mDESCR(boolean) - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationLexer
 
mDESCR_OR_QUIRKS_DESCR(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
mDIGIT(boolean) - Method in class org.apache.directory.shared.converter.schema.antlrSchemaConverterLexer
 
mDIGIT(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
mDIGIT(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
mDIGIT(boolean) - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnLexer
 
mDIGIT(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
mDIGIT(boolean) - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
 
mDIGIT(boolean) - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationLexer
 
mDIRECTORY_OPERATION(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mDISTRIBUTED_OPERATION(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mDOLLAR(boolean) - Method in class org.apache.directory.shared.converter.schema.antlrSchemaConverterLexer
 
mDOLLAR(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mDOLLAR(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
mDOT(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
mDOT(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
mDOT(boolean) - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnLexer
 
mDOT(boolean) - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
 
mDOT(boolean) - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationLexer
 
mDOT(boolean) - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationLexer
 
mDQUOTE(boolean) - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnLexer
 
mDSA_OPERATION(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
MEMBER_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
MEMBER_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
mEQUALITY(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mEQUALS(boolean) - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnLexer
 
mESC(boolean) - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnLexer
 
mESCESC(boolean) - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnLexer
 
mESCSHARP(boolean) - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnLexer
 
Message - Interface in org.apache.directory.shared.ldap.model.message
Root interface for all LDAP message type interfaces.
MessageDecorator<E extends Message> - Class in org.apache.directory.shared.ldap.codec.api
A decorator for the generic LDAP Message
MessageDecorator(LdapApiService, E) - Constructor for class org.apache.directory.shared.ldap.codec.api.MessageDecorator
Makes a Message an Decorator object.
MessageEncoderException - Exception in org.apache.directory.shared.ldap.codec.api
Create an exception containing the messageId
MessageEncoderException(int, String) - Constructor for exception org.apache.directory.shared.ldap.codec.api.MessageEncoderException
Creates a new instance of MessageEncoderException.
MessageException - Exception in org.apache.directory.shared.ldap.model.exception
This exception is thrown when a message processing error occurs.
MessageException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.MessageException
Constructs an Exception without a message.
MessageException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.MessageException
Constructs an Exception with a detailed message.
messageId - Variable in class org.apache.directory.ldap.client.api.future.ResponseFuture
The messageID for this future
messageLength - Variable in class org.apache.directory.shared.ldap.codec.api.MessageDecorator
The encoded Message length
messageReceived(IoSession, Object) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Handle the incoming LDAP messages.
MessageTypeEnum - Enum in org.apache.directory.shared.ldap.model.message
An enum to store the Ldap message type.
META_ATTRIBUTE_TYPE_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
META_ATTRIBUTE_TYPE_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
META_ATTRIBUTE_TYPE_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
META_ATTRIBUTE_TYPE_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
META_COMPARATOR_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
META_COMPARATOR_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
META_COMPARATOR_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
META_COMPARATOR_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
META_DIT_CONTENT_RULE_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
META_DIT_CONTENT_RULE_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
META_DIT_CONTENT_RULE_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
META_DIT_CONTENT_RULE_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
META_DIT_STRUCTURE_RULE_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
META_DIT_STRUCTURE_RULE_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
META_DIT_STRUCTURE_RULE_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
META_DIT_STRUCTURE_RULE_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
META_MATCHING_RULE_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
META_MATCHING_RULE_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
META_MATCHING_RULE_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
META_MATCHING_RULE_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
META_MATCHING_RULE_USE_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
META_MATCHING_RULE_USE_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
META_MATCHING_RULE_USE_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
META_MATCHING_RULE_USE_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
META_NAME_FORM_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
META_NAME_FORM_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
META_NAME_FORM_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
META_NAME_FORM_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
META_NORMALIZER_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
META_NORMALIZER_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
META_NORMALIZER_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
META_NORMALIZER_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
META_OBJECT_CLASS_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
META_OBJECT_CLASS_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
META_OBJECT_CLASS_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
META_OBJECT_CLASS_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
META_SCHEMA_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
META_SCHEMA_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
META_SCHEMA_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
META_SCHEMA_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
META_SYNTAX_CHECKER_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
META_SYNTAX_CHECKER_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
META_SYNTAX_CHECKER_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
META_SYNTAX_CHECKER_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
META_SYNTAX_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
META_SYNTAX_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
META_SYNTAX_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
META_SYNTAX_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
META_TOP_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
META_TOP_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
META_TOP_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
META_TOP_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
MetaSchemaConstants - Class in org.apache.directory.shared.ldap.model.constants
Apache meta schema specific constants used throughout the server.
MethodUtils - Class in org.apache.directory.shared.util
 
mEXTENSION(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mFILTER(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
mFILTER(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
mFILTER(boolean) - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
 
mFILTER(boolean) - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationLexer
 
mFILTER_VALUE(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
mFILTER_VALUE(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
mFILTER_VALUE(boolean) - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
 
mFILTER_VALUE(boolean) - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationLexer
 
mFORM(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mFQCN(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mFQCN_IDENTIFIER(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mFQCN_LETTER(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mFQCN_LETTERORDIGIT(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mFQCN_VALUE(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mHEX(boolean) - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnLexer
 
mHEXPAIR(boolean) - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnLexer
 
mHEXPAIR_OR_ESCESC_ESCSHARP_OR_ESC(boolean) - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnLexer
 
mHEXVALUE(boolean) - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnLexer
 
mHEXVALUE_OR_SHARP(boolean) - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnLexer
 
MHS_OR_ADDRESS_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
MHSORAddressSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a MHSORAddress.
MHSORAddressSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.MHSORAddressSyntaxChecker
Creates a new instance of MHSORAddressSyntaxChecker.
mHYPEN(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
mHYPHEN(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
mHYPHEN(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
mHYPHEN(boolean) - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnLexer
 
MicroOperation - Enum in org.apache.directory.shared.ldap.aci
An enumeration that represents all micro-operations that makes up LDAP operations.
mIDENTIFIER(boolean) - Method in class org.apache.directory.shared.converter.schema.antlrSchemaConverterLexer
 
mIDENTIFIER(boolean) - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationLexer
 
mINTEGER(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
mINTEGER(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
mINTEGER(boolean) - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
 
mINTEGER(boolean) - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationLexer
 
mINTEGER_OR_NUMERICOID(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
mINTEGER_OR_NUMERICOID(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
mINTEGER_OR_NUMERICOID(boolean) - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
 
mINTEGER_OR_NUMERICOID(boolean) - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationLexer
 
mLANGLE(boolean) - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnLexer
 
mLBRACKET(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mLCURLY(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
mLDIGIT(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
mLDIGIT(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
mLDIGIT(boolean) - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnLexer
 
mLDIGIT(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
mLDIGIT(boolean) - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
 
mLDIGIT(boolean) - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationLexer
 
mLEN(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mLEN(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
mLPAR(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mLPAR(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaQdstringLexer
 
mLPAR(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
mLUTF1_REST(boolean) - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnLexer
RFC 4514, Section 3: LUTF1 = %x01-1F / %x21 / %x24-2A / %x2D-3A / %x3D / %x3F-5B / %x5D-7F To avoid nondeterminism the following rules are excluded.
mMAY(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mMUST(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mNAME(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mNO_USER_MODIFICATION(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mNOT(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mNUMBER(boolean) - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnLexer
 
mNUMBER(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
mNUMBER2(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
mNUMERIC_STRING(boolean) - Method in class org.apache.directory.shared.converter.schema.antlrSchemaConverterLexer
 
mNUMERICOID(boolean) - Method in class org.apache.directory.shared.converter.schema.antlrSchemaConverterLexer
 
mNUMERICOID(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
mNUMERICOID(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
mNUMERICOID(boolean) - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnLexer
 
mNUMERICOID(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
mNUMERICOID(boolean) - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
 
mNUMERICOID(boolean) - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationLexer
 
mNUMERICOID_OR_ALPHA_OR_DIGIT(boolean) - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnLexer
 
mOBJECTCLASS(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mOBJECTIDENTIFIER(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mOBSOLETE(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mOC(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
MOD_SPEC - Static variable in class org.apache.directory.shared.ldap.model.ldif.LdifReader
State values for the modify operation : MOD_SPEC
MODDN_ORDINAL - Static variable in enum org.apache.directory.shared.ldap.model.ldif.ChangeType
ModDN ordinal value
ModDNResponseDsml - Class in org.apache.directory.shared.dsmlv2.reponse
DSML Decorator for ModDNResponse
ModDNResponseDsml(LdapApiService) - Constructor for class org.apache.directory.shared.dsmlv2.reponse.ModDNResponseDsml
Creates a new getDecoratedMessage() of ModDNResponseDsml.
ModDNResponseDsml(LdapApiService, ModifyDnResponse) - Constructor for class org.apache.directory.shared.dsmlv2.reponse.ModDNResponseDsml
Creates a new getDecoratedMessage() of ModDNResponseDsml.
Modification - Interface in org.apache.directory.shared.ldap.model.entry
An internal interface for a ModificationItem.
ModificationOperation - Enum in org.apache.directory.shared.ldap.model.entry
An enum storing the different modification operation which can be used in a Modification.
MODIFIERS_NAME_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
MODIFIERS_NAME_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
modify(Dn, Modification...) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Applies all the modifications to the entry specified by its Dn.
modify(String, Modification...) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Applies all the modifications to the entry specified by its Dn.
modify(Entry, ModificationOperation) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Modifies all the attributes present in the entry by applying the same operation.
modify(ModifyRequest) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Performs an modify operation based on the modifications present in the ModifyRequest.
modify(Entry, ModificationOperation) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Modifies all the attributes present in the entry by applying the same operation.
modify(Dn, Modification...) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Applies all the modifications to the entry specified by its Dn.
modify(String, Modification...) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Applies all the modifications to the entry specified by its Dn.
modify(ModifyRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Performs an modify operation based on the modifications present in the ModifyRequest.
MODIFY_DN_REQUEST_NEW_SUPERIOR_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
MODIFY_DN_REQUEST_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
MODIFY_DN_RESPONSE_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
MODIFY_ORDINAL - Static variable in enum org.apache.directory.shared.ldap.model.ldif.ChangeType
Modify ordinal value
MODIFY_REQUEST_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
MODIFY_RESPONSE_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
MODIFY_RIGHTS_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
MODIFY_TIMESTAMP_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
MODIFY_TIMESTAMP_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
modifyAsync(ModifyRequest) - Method in interface org.apache.directory.ldap.client.api.LdapAsyncConnection
Performs an asynchronous modify operation based on the modifications present in the ModifyRequest.
modifyAsync(ModifyRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Performs an asynchronous modify operation based on the modifications present in the ModifyRequest.
modifyDn(ModifyDnRequest) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Performs the modifyDn operation based on the given ModifyDnRequest.
modifyDn(ModifyDnRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Performs the modifyDn operation based on the given ModifyDnRequest.
modifyDnAsync(ModifyDnRequest) - Method in interface org.apache.directory.ldap.client.api.LdapAsyncConnection
Performs the modifyDn operation based on the given ModifyDnRequest.
modifyDnAsync(ModifyDnRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Performs the modifyDn operation based on the given ModifyDnRequest.
ModifyDnFuture - Class in org.apache.directory.ldap.client.api.future
A Future to manage ModifyDnRequest
ModifyDnFuture(LdapConnection, int) - Constructor for class org.apache.directory.ldap.client.api.future.ModifyDnFuture
Creates a new instance of ModifyDnFuture.
ModifyDnNoDResponse - Class in org.apache.directory.shared.ldap.model.message.extended
An extended operation intended for notifying clients of upcoming disconnection for the ModifyDn response.
modifyDNOperationAndStoredProcedureCalls() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
ModifyDnRequest - Interface in org.apache.directory.shared.ldap.model.message
Modify Dn request protocol message used to rename or move an existing entry in the directory.
ModifyDnRequestDecorator - Class in org.apache.directory.shared.ldap.codec.decorators
A decorator for the ModifyDnRequest message
ModifyDnRequestDecorator(LdapApiService, ModifyDnRequest) - Constructor for class org.apache.directory.shared.ldap.codec.decorators.ModifyDnRequestDecorator
Makes a ModifyDnRequest encodable.
ModifyDNRequestDsml - Class in org.apache.directory.shared.dsmlv2.request
DSML Decorator for ModifyDNRequest
ModifyDNRequestDsml(LdapApiService) - Constructor for class org.apache.directory.shared.dsmlv2.request.ModifyDNRequestDsml
Creates a new getDecoratedMessage() of ModifyDNRequestDsml.
ModifyDNRequestDsml(LdapApiService, ModifyDnRequest) - Constructor for class org.apache.directory.shared.dsmlv2.request.ModifyDNRequestDsml
Creates a new getDecoratedMessage() of ModifyDNRequestDsml.
ModifyDnRequestImpl - Class in org.apache.directory.shared.ldap.model.message
ModifyDNRequest implementation.
ModifyDnRequestImpl() - Constructor for class org.apache.directory.shared.ldap.model.message.ModifyDnRequestImpl
Creates a ModifyDnRequest implementing object used to perform a dn change on an entry potentially resulting in an entry move.
ModifyDnResponse - Interface in org.apache.directory.shared.ldap.model.message
Modify Dn protocol response message used to confirm the results of a modify Dn request message.
ModifyDnResponseDecorator - Class in org.apache.directory.shared.ldap.codec.decorators
A decorator for the ModifyDnResponse message
ModifyDnResponseDecorator(LdapApiService, ModifyDnResponse) - Constructor for class org.apache.directory.shared.ldap.codec.decorators.ModifyDnResponseDecorator
Makes a ModifyDnResponse encodable.
ModifyDnResponseImpl - Class in org.apache.directory.shared.ldap.model.message
ModifyDnResponse implementation
ModifyDnResponseImpl() - Constructor for class org.apache.directory.shared.ldap.model.message.ModifyDnResponseImpl
Creates a ModifyDnResponse as a reply to an ModifyDnRequest.
ModifyDnResponseImpl(int) - Constructor for class org.apache.directory.shared.ldap.model.message.ModifyDnResponseImpl
Creates a ModifyDnResponse as a reply to an ModifyDnRequest.
modifyDNStoredProcedureParameter() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
modifyDNStoredProcedureParameterList() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
ModifyFuture - Class in org.apache.directory.ldap.client.api.future
A Future to manage ModifyRequest.
ModifyFuture(LdapConnection, int) - Constructor for class org.apache.directory.ldap.client.api.future.ModifyFuture
Creates a new instance of ModifyFuture.
ModifyNoDResponse - Class in org.apache.directory.shared.ldap.model.message.extended
An extended operation intended for notifying clients of upcoming disconnection for the Modify response.
modifyOperationAndStoredProcedureCalls() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
ModifyRequest - Interface in org.apache.directory.shared.ldap.model.message
Modify request protocol message used to alter the attributes and values of an existing entry.
ModifyRequestDecorator - Class in org.apache.directory.shared.ldap.codec.decorators
A decorator for the ModifyRequest message
ModifyRequestDecorator(LdapApiService, ModifyRequest) - Constructor for class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
Makes a ModifyRequest encodable.
ModifyRequestDsml - Class in org.apache.directory.shared.dsmlv2.request
DSML Decorator for ModifyRequest
ModifyRequestDsml(LdapApiService) - Constructor for class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
Creates a new getDecoratedMessage() of ModifyRequestDsml.
ModifyRequestDsml(LdapApiService, ModifyRequest) - Constructor for class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
Creates a new getDecoratedMessage() of ModifyRequestDsml.
ModifyRequestImpl - Class in org.apache.directory.shared.ldap.model.message
Lockable ModifyRequest implementation.
ModifyRequestImpl() - Constructor for class org.apache.directory.shared.ldap.model.message.ModifyRequestImpl
Creates a ModifyRequest implementing object used to modify the attributes of an entry.
ModifyResponse - Interface in org.apache.directory.shared.ldap.model.message
Modify protocol response message used to confirm the results of a modify request message.
ModifyResponseDecorator - Class in org.apache.directory.shared.ldap.codec.decorators
A decorator for the ModifyResponse message
ModifyResponseDecorator(LdapApiService, ModifyResponse) - Constructor for class org.apache.directory.shared.ldap.codec.decorators.ModifyResponseDecorator
Makes a ModifyResponse encodable.
ModifyResponseDsml - Class in org.apache.directory.shared.dsmlv2.reponse
DSML Decorator for ModifyResponse
ModifyResponseDsml(LdapApiService) - Constructor for class org.apache.directory.shared.dsmlv2.reponse.ModifyResponseDsml
Creates a new getDecoratedMessage() of ModifyResponseDsml.
ModifyResponseDsml(LdapApiService, ModifyResponse) - Constructor for class org.apache.directory.shared.dsmlv2.reponse.ModifyResponseDsml
Creates a new getDecoratedMessage() of ModifyResponseDsml.
ModifyResponseImpl - Class in org.apache.directory.shared.ldap.model.message
ModifyResponse implementation
ModifyResponseImpl() - Constructor for class org.apache.directory.shared.ldap.model.message.ModifyResponseImpl
Creates a ModifyResponse as a reply to an ModifyRequest.
ModifyResponseImpl(int) - Constructor for class org.apache.directory.shared.ldap.model.message.ModifyResponseImpl
Creates a ModifyResponse as a reply to an ModifyRequest.
modifyStoredProcedureParameter() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
modifyStoredProcedureParameterList() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
MODRDN_ORDINAL - Static variable in enum org.apache.directory.shared.ldap.model.ldif.ChangeType
ModRDN ordinal value
monitor - Variable in class org.apache.directory.shared.ldap.model.schema.parsers.AbstractSchemaParser
the monitor to use for this parser
mOPEN_BRACKET(boolean) - Method in class org.apache.directory.shared.converter.schema.antlrSchemaConverterLexer
 
mOPEN_CURLY(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
mOPEN_CURLY(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
mOPEN_CURLY(boolean) - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
 
mOPEN_CURLY(boolean) - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationLexer
 
mOPEN_CURLY(boolean) - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationLexer
 
mOPEN_PARAN(boolean) - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationLexer
 
mOPEN_PAREN(boolean) - Method in class org.apache.directory.shared.converter.schema.antlrSchemaConverterLexer
 
mORDERING(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mOTHER(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
move(String, String) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Moves the given entry Dn under the new superior Dn.
move(Dn, Dn) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Moves the given entry Dn under the new superior Dn.
move(String, String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Moves the given entry Dn under the new superior Dn.
move(Dn, Dn) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Moves the given entry Dn under the new superior Dn.
move(Dn) - Method in class org.apache.directory.shared.ldap.util.tree.DnNode
move the DnNode's Dn
moveAndRename(Dn, Dn) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Moves and renames the given entryDn.
moveAndRename(String, String) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Moves and renames the given entryDn.The old Rdn will be deleted
moveAndRename(Dn, Dn, boolean) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Moves and renames the given entryDn.
moveAndRename(String, String, boolean) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Moves and renames the given entryDn.
moveAndRename(Dn, Dn) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Moves and renames the given entryDn.
moveAndRename(String, String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Moves and renames the given entryDn.The old Rdn will be deleted
moveAndRename(Dn, Dn, boolean) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Moves and renames the given entryDn.
moveAndRename(String, String, boolean) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Moves and renames the given entryDn.
mPLUS(boolean) - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnLexer
 
mQDSTRING(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaQdstringLexer
 
mQUIRKS_DESCR(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
mQUOTE(boolean) - Method in class org.apache.directory.shared.converter.schema.antlrSchemaConverterLexer
 
mQUOTE(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaExtensionLexer
 
mQUOTE(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mQUOTE(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaQdstringLexer
 
mQUOTE(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
mQUOTED_STRING(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaExtensionLexer
 
mQUOTED_STRING(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mRANGLE(boolean) - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnLexer
 
mRBRACKET(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mRCURLY(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
mRPAR(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mRPAR(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaQdstringLexer
 
mRPAR(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
mSAFEUTF8CHAR(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
mSAFEUTF8CHAR(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
mSAFEUTF8CHAR(boolean) - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
 
mSAFEUTF8CHAR(boolean) - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationLexer
 
mSAFEUTF8CHAR(boolean) - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationLexer
 
mSAFEUTF8STRING(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
mSAFEUTF8STRING(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
mSAFEUTF8STRING(boolean) - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
 
mSAFEUTF8STRING(boolean) - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationLexer
 
mSEMI(boolean) - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnLexer
 
mSEMI(boolean) - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationLexer
 
mSEP(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
mSEP(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
mSEP(boolean) - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
 
mSEP(boolean) - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationLexer
 
mSEP(boolean) - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationLexer
 
msg(String, Object...) - Static method in enum org.apache.directory.shared.i18n.I18n
Translate a message with argument(s)
mSHARP(boolean) - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnLexer
 
mSINGLE_VALUE(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mSP(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
mSP(boolean) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
mSP(boolean) - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
 
mSP(boolean) - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationLexer
 
mSP(boolean) - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationLexer
 
mSPACE(boolean) - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnLexer
 
mSTARTNUMERICOID(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mSTRUCTURAL(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mSUBSTR(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mSUP(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mSYNTAX(boolean) - Method in class org.apache.directory.shared.converter.schema.antlrSchemaConverterLexer
 
mSYNTAX(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
MultiException - Exception in org.apache.directory.shared.util.exception
This exception is thrown when Base class for nested exceptions.
MultiException() - Constructor for exception org.apache.directory.shared.util.exception.MultiException
Constructs an Exception without a message.
MultiException(String) - Constructor for exception org.apache.directory.shared.util.exception.MultiException
Constructs an Exception with a detailed message.
mUNQUOTED_STRING(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mUSAGE(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mUSER_APPLICATIONS(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
must(ObjectClassHolder) - Method in class org.apache.directory.shared.converter.schema.antlrSchemaConverterParser
 
MUST - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
mUTF8String(boolean) - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationLexer
 
mUTFMB(boolean) - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnLexer
 
mutualAuthentication - Variable in class org.apache.directory.ldap.client.api.SaslRequest
Require mutual authentication
mVALUE(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaExtensionLexer
 
mVALUE(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mVALUES(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaExtensionLexer
 
mVALUES(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mWHSP(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaExtensionLexer
 
mWHSP(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mWHSP(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaQdstringLexer
 
mWHSP(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
mWS(boolean) - Method in class org.apache.directory.shared.converter.schema.antlrSchemaConverterLexer
 
mXKEY(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaExtensionLexer
 
mXSTRING(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaExtensionLexer
 
mXVALUES(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaExtensionLexer
 

N

name - Variable in class org.apache.directory.shared.asn1.ber.grammar.GrammarAction
The action's name
name - Variable in class org.apache.directory.shared.dsmlv2.AbstractGrammar
The grammar name
name() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
name() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
name - Variable in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchema
The schema name
NAME - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
name - Variable in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter
 
NAME_AND_OPTIONAL_UID_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
NAME_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
NAME_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
NAME_FORM - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
NAME_FORM_DESCRIPTION_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
NAME_FORMS_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
NAME_FORMS_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
NAME_FORMS_PATH - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
NAME_OR_NUMERIC_ID_MATCH - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
NAME_OR_NUMERIC_ID_MATCH_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
NAME_OR_NUMERIC_ID_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
NameAndOptionalUIDSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a valid Name and Optional UID.
NameAndOptionalUIDSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.NameAndOptionalUIDSyntaxChecker
Creates a new instance of NameAndOptionalUIDSyntaxChecker.
NameComponentNormalizer - Interface in org.apache.directory.shared.ldap.model.schema.normalizers
Normalizers of ldap name component attributes and their values.
NameForm - Class in org.apache.directory.shared.ldap.model.schema
A nameForm description.
NameForm(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.NameForm
Creates a new instance of MatchingRule.
nameFormDescription() - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaParser
Production for name form descriptions.
NameFormDescriptionSchemaParser - Class in org.apache.directory.shared.ldap.model.schema.parsers
A parser for RFC 4512 name form descriptions
NameFormDescriptionSchemaParser() - Constructor for class org.apache.directory.shared.ldap.model.schema.parsers.NameFormDescriptionSchemaParser
Creates a schema parser instance.
NameFormDescriptionSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value follows the name descripton syntax according to RFC 4512, par 4.2.7.2:
NameFormDescriptionSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.NameFormDescriptionSyntaxChecker
Creates a new instance of DITContentRuleDescriptionSyntaxChecker.
NameFormRegistry - Interface in org.apache.directory.shared.ldap.model.schema.registries
An NameForm registry service interface.
nameFormRegistry - Variable in class org.apache.directory.shared.ldap.model.schema.registries.Registries
The NameForm registry
NameOrNumericIdNormalizer - Class in org.apache.directory.shared.ldap.model.schema.normalizers
A name or numeric id normalizer.
NameOrNumericIdNormalizer() - Constructor for class org.apache.directory.shared.ldap.model.schema.normalizers.NameOrNumericIdNormalizer
Creates a new instance of GeneralizedTimeNormalizer.
names(AttributeTypeHolder) - Method in class org.apache.directory.shared.converter.schema.antlrSchemaConverterParser
 
names - Variable in class org.apache.directory.shared.converter.schema.SchemaElementImpl
The list of names for this schemaElements
names - Variable in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
The optional names for this SchemaObject
NAMING_CONTEXTS_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
NAMING_CONTEXTS_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
needsBase64Encoding(Object) - Static method in class org.apache.directory.shared.dsmlv2.ParserUtils
Indicates if the value needs to be encoded as Base64
NetworkSchemaLoader - Class in org.apache.directory.ldap.client.api
A schema loader which uses LdapConnection to load schema.
NetworkSchemaLoader(LdapConnection) - Constructor for class org.apache.directory.ldap.client.api.NetworkSchemaLoader
Creates a new instance of NetworkSchemaLoader.
NEVER_DEREF_ALIASES - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
The DerefAlias constants
newCodecControl() - Method in interface org.apache.directory.shared.ldap.codec.api.ControlFactory
Creates and returns a decorated version of the Control.
newCodecControl(C) - Method in interface org.apache.directory.shared.ldap.codec.api.ControlFactory
Decorates an existing control.
newCodecControl() - Method in class org.apache.directory.shared.ldap.codec.controls.cascade.CascadeFactory
Creates and returns a decorated version of the Control.
newCodecControl(Cascade) - Method in class org.apache.directory.shared.ldap.codec.controls.cascade.CascadeFactory
Decorates an existing control.
newCodecControl() - Method in class org.apache.directory.shared.ldap.codec.controls.manageDsaIT.ManageDsaITFactory
Creates and returns a decorated version of the Control.
newCodecControl(ManageDsaIT) - Method in class org.apache.directory.shared.ldap.codec.controls.manageDsaIT.ManageDsaITFactory
Decorates an existing control.
newCodecControl() - Method in class org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeFactory
Creates and returns a decorated version of the Control.
newCodecControl(EntryChange) - Method in class org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeFactory
Decorates an existing control.
newCodecControl() - Method in class org.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsFactory
Creates and returns a decorated version of the Control.
newCodecControl(PagedResults) - Method in class org.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsFactory
Decorates an existing control.
newCodecControl() - Method in class org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchFactory
Creates and returns a decorated version of the Control.
newCodecControl(PersistentSearch) - Method in class org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchFactory
Decorates an existing control.
newCodecControl() - Method in class org.apache.directory.shared.ldap.codec.controls.search.subentries.SubentriesFactory
Creates and returns a decorated version of the Control.
newCodecControl(Subentries) - Method in class org.apache.directory.shared.ldap.codec.controls.search.subentries.SubentriesFactory
Decorates an existing control.
newCodecControl() - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyFactory
Creates and returns a decorated version of the Control.
newCodecControl(PasswordPolicy) - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyFactory
Decorates an existing control.
newCodecControl() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncDoneValueFactory
Creates and returns a decorated version of the Control.
newCodecControl(SyncDoneValue) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncDoneValueFactory
Decorates an existing control.
newCodecControl() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueFactory
Creates and returns a decorated version of the Control.
newCodecControl(SyncInfoValue) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueFactory
Decorates an existing control.
newCodecControl() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncModifyDnFactory
Creates and returns a decorated version of the Control.
newCodecControl(SyncModifyDn) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncModifyDnFactory
Decorates an existing control.
newCodecControl() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueFactory
Creates and returns a decorated version of the Control.
newCodecControl(SyncRequestValue) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueFactory
Decorates an existing control.
newCodecControl() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueFactory
Creates and returns a decorated version of the Control.
newCodecControl(SyncStateValue) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueFactory
Decorates an existing control.
newControl(String) - Method in interface org.apache.directory.shared.ldap.codec.api.LdapApiService
Creates a new codec control decorator of the specified type.
newControl(Control) - Method in interface org.apache.directory.shared.ldap.codec.api.LdapApiService
Creates a new codec control decorator for the provided control.
newControl(String) - Method in class org.apache.directory.shared.ldap.codec.osgi.DefaultLdapCodecService
Creates a new codec control decorator of the specified type.
newControl(Control) - Method in class org.apache.directory.shared.ldap.codec.osgi.DefaultLdapCodecService
Creates a new codec control decorator for the provided control.
newControl(String) - Method in class org.apache.directory.shared.ldap.codec.standalone.StandaloneLdapApiService
Creates a new codec control decorator of the specified type.
newControl(Control) - Method in class org.apache.directory.shared.ldap.codec.standalone.StandaloneLdapApiService
Creates a new codec control decorator for the provided control.
newExtendedRequest(String, byte[]) - Method in interface org.apache.directory.shared.ldap.codec.api.LdapApiService
Creates a new ExtendedRequest instance.
newExtendedRequest(String, byte[]) - Method in class org.apache.directory.shared.ldap.codec.osgi.DefaultLdapCodecService
Creates a new ExtendedRequest instance.
newExtendedRequest(String, byte[]) - Method in class org.apache.directory.shared.ldap.codec.standalone.StandaloneLdapApiService
Creates a new ExtendedRequest instance.
newExtendedResponse(ExtendedRequest<E>, byte[]) - Method in interface org.apache.directory.shared.ldap.codec.api.LdapApiService
 
newExtendedResponse(ExtendedRequest<E>, byte[]) - Method in class org.apache.directory.shared.ldap.codec.osgi.DefaultLdapCodecService
newExtendedResponse(ExtendedRequest<E>, byte[]) - Method in class org.apache.directory.shared.ldap.codec.standalone.StandaloneLdapApiService
newInstance() - Method in class org.apache.directory.shared.ldap.model.csn.CsnFactory
Returns a new Csn.
newInstance(long, int) - Method in class org.apache.directory.shared.ldap.model.csn.CsnFactory
Returns a new Csn created from the given values.
newMessageContainer() - Method in interface org.apache.directory.shared.ldap.codec.api.LdapApiService
Creates a new MessageContainer.
newMessageContainer() - Method in class org.apache.directory.shared.ldap.codec.osgi.DefaultLdapCodecService
Creates a new MessageContainer.
newMessageContainer() - Method in class org.apache.directory.shared.ldap.codec.standalone.StandaloneLdapApiService
Creates a new MessageContainer.
newPurgeCsn(long) - Method in class org.apache.directory.shared.ldap.model.csn.CsnFactory
Generates a CSN used to purge data.
newRequest() - Method in interface org.apache.directory.shared.ldap.codec.api.ExtendedRequestFactory
 
newRequest(byte[]) - Method in interface org.apache.directory.shared.ldap.codec.api.ExtendedRequestFactory
Returns a new ExtendedRequestDecorator with the following encoded value.
newRequest() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.CancelFactory
newRequest(byte[]) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.CancelFactory
Returns a new ExtendedRequestDecorator with the following encoded value.
newRequest() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationFactory
newRequest(byte[]) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationFactory
Returns a new ExtendedRequestDecorator with the following encoded value.
newRequest() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectFactory
newRequest() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownFactory
newRequest(byte[]) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownFactory
Returns a new ExtendedRequestDecorator with the following encoded value.
newRequest() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureFactory
newRequest(byte[]) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureFactory
Returns a new ExtendedRequestDecorator with the following encoded value.
newResponse(byte[]) - Method in interface org.apache.directory.shared.ldap.codec.api.ExtendedRequestFactory
Creates a new ExtendedResponse, for the ExtendedRequest with a specific encoded value.
newResponse(byte[]) - Method in interface org.apache.directory.shared.ldap.codec.api.UnsolicitedResponseFactory
 
newResponse(byte[]) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.CancelFactory
Creates a new ExtendedResponse, for the ExtendedRequest with a specific encoded value.
newResponse(byte[]) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationFactory
Creates a new ExtendedResponse, for the ExtendedRequest with a specific encoded value.
newResponse(byte[]) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectFactory
newResponse(byte[]) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownFactory
Creates a new ExtendedResponse, for the ExtendedRequest with a specific encoded value.
newResponse(byte[]) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureFactory
Creates a new ExtendedResponse, for the ExtendedRequest with a specific encoded value.
next() - Method in class org.apache.directory.ldap.client.api.EntryCursorImpl
Advances this Cursor to the next position.
next() - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
Advances this Cursor to the next position.
next() - Method in interface org.apache.directory.shared.ldap.model.cursor.Cursor
Advances this Cursor to the next position.
next() - Method in class org.apache.directory.shared.ldap.model.cursor.CursorIterator
next() - Method in class org.apache.directory.shared.ldap.model.cursor.EmptyCursor
Advances this Cursor to the next position.
next() - Method in class org.apache.directory.shared.ldap.model.cursor.ListCursor
Advances this Cursor to the next position.
next() - Method in class org.apache.directory.shared.ldap.model.cursor.SingletonCursor
Advances this Cursor to the next position.
next() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifReader
Gets the next LDIF on the channel.
next() - Method in class org.apache.directory.shared.util.ArrayNamingEnumeration
 
next() - Method in class org.apache.directory.shared.util.EmptyEnumeration
Always throws NoSuchElementException.
next() - Method in class org.apache.directory.shared.util.IteratorNamingEnumeration
 
next() - Method in class org.apache.directory.shared.util.JoinIterator
 
next() - Method in class org.apache.directory.shared.util.SingletonEnumeration
 
nextElement() - Method in class org.apache.directory.shared.util.ArrayEnumeration
 
nextElement() - Method in class org.apache.directory.shared.util.ArrayNamingEnumeration
 
nextElement() - Method in class org.apache.directory.shared.util.EmptyEnumeration
Always throws NoSuchElementException.
nextElement() - Method in class org.apache.directory.shared.util.IteratorNamingEnumeration
 
nextElement() - Method in class org.apache.directory.shared.util.SingletonEnumeration
 
nextToken() - Method in class org.apache.directory.shared.converter.schema.antlrSchemaConverterLexer
 
nextToken() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
nextToken() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
nextToken() - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnLexer
 
nextToken() - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaExtensionLexer
 
nextToken() - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
nextToken() - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaQdstringLexer
 
nextToken() - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
nextToken() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
 
nextToken() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationLexer
 
nextToken() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationLexer
 
NO_ATTRIBUTE - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
NO_ATTRIBUTE_ARRAY - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
NO_USER_MODIFICATION - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
NoDuplicateKeysMap - Class in org.apache.directory.shared.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.util.NoDuplicateKeysMap
 
noidlen(String) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaParser
 
noidlen() - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueParser
noidlen = numericoid [ LCURLY len RCURLY ] len = number
NONE_ORDINAL - Static variable in enum org.apache.directory.shared.ldap.model.ldif.ChangeType
None ordinal value
NoOpNormalizer - Class in org.apache.directory.shared.ldap.model.schema.normalizers
No op (pass through or do nothing) normalizer returning what its given.
NoOpNormalizer(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.normalizers.NoOpNormalizer
Creates a new instance of NoOpNormalizer.
NoOpNormalizer() - Constructor for class org.apache.directory.shared.ldap.model.schema.normalizers.NoOpNormalizer
Default constructor for NoOpNormalizer used when we must set the OID after instantiating the Normalizer.
normalize(SchemaManager) - Method in class org.apache.directory.shared.ldap.model.message.SearchParams
Normalize the ReturningAttributes.
normalize() - Method in class org.apache.directory.shared.ldap.model.name.Ava
A Normalized String representation of a Ava : type is trimed and lowercased value is trimed and lowercased, and special characters are escaped if needed.
normalize(Value<?>) - Method in class org.apache.directory.shared.ldap.model.schema.Normalizer
Gets the normalized value.
normalize(String) - Method in class org.apache.directory.shared.ldap.model.schema.Normalizer
Gets the normalized value.
normalize(Value<?>) - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.BooleanNormalizer
Gets the normalized value.
normalize(String) - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.BooleanNormalizer
Gets the normalized value.
normalize(Value<?>) - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.CachingNormalizer
Gets the normalized value.
normalize(String) - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.CachingNormalizer
Gets the normalized value.
normalize(Value<?>) - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.DeepTrimNormalizer
Gets the normalized value.
normalize(String) - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.DeepTrimNormalizer
Gets the normalized value.
normalize(Value<?>) - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.DeepTrimToLowerNormalizer
Gets the normalized value.
normalize(String) - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.DeepTrimToLowerNormalizer
Gets the normalized value.
normalize(Value<?>) - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.DefaultStringNormalizer
Gets the normalized value.
normalize(String) - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.DefaultStringNormalizer
Gets the normalized value.
normalize(Value<?>) - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.DnNormalizer
Gets the normalized value.
normalize(String) - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.DnNormalizer
Gets the normalized value.
normalize(Dn) - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.DnNormalizer
Normalize a Dn
normalize(Value<?>) - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.GeneralizedTimeNormalizer
Gets the normalized value.
normalize(String) - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.GeneralizedTimeNormalizer
Gets the normalized value.
normalize(Value<?>) - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.NameOrNumericIdNormalizer
Gets the normalized value.
normalize(String) - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.NameOrNumericIdNormalizer
Gets the normalized value.
normalize(Value<?>) - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.NoOpNormalizer
Returns the value argument as-is without alterations all the time.
normalize(String) - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.NoOpNormalizer
Returns the value argument as-is without alterations all the time.
normalize(Value<?>) - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.NumericNormalizer
Gets the normalized value.
normalize(String) - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.NumericNormalizer
Gets the normalized value.
normalize(Value<?>) - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.ObjectIdentifierNormalizer
Gets the normalized value.
normalize(String) - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.ObjectIdentifierNormalizer
Gets the normalized value.
normalize(Value<?>) - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.RegexNormalizer
Gets the normalized value.
normalize(String) - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.RegexNormalizer
Gets the normalized value.
normalize(Value<?>) - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.TelephoneNumberNormalizer
Gets the normalized value.
normalize(String) - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.TelephoneNumberNormalizer
Gets the normalized value.
normalize(Value<?>) - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.UniqueMemberNormalizer
 
normalize(String) - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.UniqueMemberNormalizer
 
normalize(String, PrepareString.StringType) - Static method in class org.apache.directory.shared.ldap.model.schema.PrepareString
We have to go through 6 steps : 1) Transcode 2) Map 3) Normalize 4) Prohibit 5) Bidi 6) Insignifiant Character Handling The first step is already done, the step (3) is not done.
normalizeByName(String, String) - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.ConcreteNameComponentNormalizer
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 class org.apache.directory.shared.ldap.model.schema.normalizers.ConcreteNameComponentNormalizer
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 interface org.apache.directory.shared.ldap.model.schema.normalizers.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.model.schema.normalizers.NameComponentNormalizer
Normalizes an attribute's value given the name of the attribute - short names like 'cn' as well as 'commonName' should work here.
normalizeByOid(String, String) - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.ConcreteNameComponentNormalizer
Normalizes an attribute's value given the OID of the attribute.
normalizeByOid(String, byte[]) - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.ConcreteNameComponentNormalizer
Normalizes an attribute's value given the OID of the attribute.
normalizeByOid(String, String) - Method in interface org.apache.directory.shared.ldap.model.schema.normalizers.NameComponentNormalizer
Normalizes an attribute's value given the OID of the attribute.
normalizeByOid(String, byte[]) - Method in interface org.apache.directory.shared.ldap.model.schema.normalizers.NameComponentNormalizer
Normalizes an attribute's value given the OID of the attribute.
normalizedValue - Variable in class org.apache.directory.shared.ldap.model.entry.AbstractValue
the canonical representation of the wrapped value
normalizeName(String) - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.ConcreteNameComponentNormalizer
 
normalizeName(String) - Method in interface org.apache.directory.shared.ldap.model.schema.normalizers.NameComponentNormalizer
Normalizes the attribute name/alias to use the OID for it instead.
NORMALIZER - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
normalizer - Variable in class org.apache.directory.shared.ldap.model.schema.MatchingRule
The associated Normalizer
Normalizer - Class in org.apache.directory.shared.ldap.model.schema
Converts attribute values to a canonical form.
Normalizer(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.Normalizer
The Normalizer base constructor.
Normalizer() - Constructor for class org.apache.directory.shared.ldap.model.schema.Normalizer
Use this default constructor when the Normalizer must be instantiated before setting the OID.
normalizer - Variable in class org.apache.directory.shared.ldap.model.schema.normalizers.CachingNormalizer
The underlying decorated Normalizer
NORMALIZER_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
NORMALIZER_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
NORMALIZER_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
NormalizerDescription - Class in org.apache.directory.shared.ldap.model.schema.parsers
An ApacheDS specific schema description for a Normalizer.
NormalizerDescription(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.parsers.NormalizerDescription
Default constructor for a NormalizerDecription
normalizerDescription() - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaParser
Production for normalizer descriptions.
NormalizerDescriptionSchemaParser - Class in org.apache.directory.shared.ldap.model.schema.parsers
A parser for ApacheDS normalizer descriptions.
NormalizerDescriptionSchemaParser() - Constructor for class org.apache.directory.shared.ldap.model.schema.parsers.NormalizerDescriptionSchemaParser
Creates a schema parser instance.
NormalizerMappingResolver<E extends Normalizer> - Interface in org.apache.directory.shared.ldap.model.schema
A class is used to resolve the normalizer mapping hash used for normalization.
NormalizerRegistry - Interface in org.apache.directory.shared.ldap.model.schema.registries
Normalizer registry service class.
normalizerRegistry - Variable in class org.apache.directory.shared.ldap.model.schema.registries.Registries
The Normalizer registry
NORMALIZERS_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
NORMALIZERS_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
NORMALIZERS_PATH - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
NormalizerSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker for the Normalizer schema element
NormalizerSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.NormalizerSyntaxChecker
Creates a new instance of NormalizerSyntaxChecker.
normalizeString(String) - Static method in class org.apache.directory.shared.ldap.model.schema.normalizers.DefaultStringNormalizer
Normalize the given String
not() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
not() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
NOT - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
not() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
not() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
NOT_EQUAL - Static variable in class org.apache.directory.shared.ldap.model.name.Dn
Value returned by the compareTo method if values are not equals
NOT_EQUAL - Static variable in interface org.apache.directory.shared.util.StringConstants
 
NOT_FILTER_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
NotFilter - Class in org.apache.directory.shared.dsmlv2.request
Not Filter Object to store the Not filter.
NotFilter() - Constructor for class org.apache.directory.shared.dsmlv2.request.NotFilter
 
NotFilter - Class in org.apache.directory.shared.ldap.codec.search
Not Filter Object to store the Not filter.
NotFilter(int) - Constructor for class org.apache.directory.shared.ldap.codec.search.NotFilter
The constructor.
NotFilter() - Constructor for class org.apache.directory.shared.ldap.codec.search.NotFilter
The constructor.
NoticeOfDisconnect - Class in org.apache.directory.shared.ldap.model.message.extended
An extended operation intended for notifying clients of upcoming disconnection.
notifyListenerOrRegistries(Schema, Registries) - Method in class org.apache.directory.shared.ldap.model.schema.registries.AbstractSchemaLoader
Notify listener or registries.
NotImplementedException - Exception in org.apache.directory.shared.util.exception
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.util.exception.NotImplementedException
Constructs an Exception with a detailed message.
NotImplementedException(String) - Constructor for exception org.apache.directory.shared.util.exception.NotImplementedException
Constructs an Exception with a detailed message.
NotNode - Class in org.apache.directory.shared.ldap.model.filter
Node representing an Not connector in a filter operation
NotNode(List<ExprNode>) - Constructor for class org.apache.directory.shared.ldap.model.filter.NotNode
Creates a NotNode using a logical NOT operator and a list of children.
NotNode(ExprNode) - Constructor for class org.apache.directory.shared.ldap.model.filter.NotNode
Creates a NotNode using a logical NOT operator and the given child.
NotNode() - Constructor for class org.apache.directory.shared.ldap.model.filter.NotNode
Creates an empty NotNode
NotRefinement - Class in org.apache.directory.shared.ldap.model.subtree
A class holding a NOT refinement, as defined in RFC 3672
NotRefinement(Refinement) - Constructor for class org.apache.directory.shared.ldap.model.subtree.NotRefinement
 
NoVerificationTrustManager - Class in org.apache.directory.ldap.client.api
An implementation of X509TrustManager which trusts the given certificates without verifying them.
NoVerificationTrustManager() - Constructor for class org.apache.directory.ldap.client.api.NoVerificationTrustManager
 
NOW - Static variable in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulAction
The shutdown is immediate
NOW - Static variable in interface org.apache.directory.shared.ldap.extras.extended.GracefulShutdownRequest
The shutdown is immediate
NTLM - Static variable in class org.apache.directory.shared.ldap.model.constants.SupportedSaslMechanisms
Not a SASL JDK supported mechanism
NULL_TREE_LOOKAHEAD - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.apache.directory.shared.ldap.model.name.AntlrDnTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaExtensionTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaQdstringTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
NUM_SUBORDINATES_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
NUMBER - Static variable in interface org.apache.directory.shared.ldap.model.name.AntlrDnTokenTypes
 
NUMBER - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueTokenTypes
 
NUMBER2 - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueTokenTypes
 
NUMBER_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
NumberSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a Number according to RFC 4512.
NumberSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.NumberSyntaxChecker
Creates a new instance of NumberSyntaxChecker.
NUMERIC_OID_MATCH - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
NUMERIC_OID_MATCH_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
NUMERIC_OID_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
NUMERIC_STRING - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
 
NUMERIC_STRING_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
NUMERIC_STRING_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
NUMERIC_STRING_ORDERING_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
NUMERIC_STRING_ORDERING_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
NUMERIC_STRING_SUBSTRINGS_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
NUMERIC_STRING_SUBSTRINGS_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
NUMERIC_STRING_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
NumericNormalizer - Class in org.apache.directory.shared.ldap.model.schema.normalizers
Normalize Numeric Strings
NumericNormalizer() - Constructor for class org.apache.directory.shared.ldap.model.schema.normalizers.NumericNormalizer
Creates a new instance of NumericNormalizer.
NUMERICOID - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
 
NUMERICOID - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
NUMERICOID - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
numericoid() - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnParser
RFC 4512 Section 1.4 numericoid = number 1*( DOT number ) number = DIGIT / ( LDIGIT 1*DIGIT ) DIGIT = %x30 / LDIGIT ; "0"-"9" LDIGIT = %x31-39 ; "1"-"9"
NUMERICOID - Static variable in interface org.apache.directory.shared.ldap.model.name.AntlrDnTokenTypes
 
numericoid(String) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaParser
 
numericoid() - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueParser
numericoid = number 1*( DOT number )
NUMERICOID - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueTokenTypes
 
NUMERICOID - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
NUMERICOID - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
NUMERICOID_OR_ALPHA_OR_DIGIT - Static variable in interface org.apache.directory.shared.ldap.model.name.AntlrDnTokenTypes
 
NumericOidSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a numeric oid according to RFC 4512.
NumericOidSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.NumericOidSyntaxChecker
Creates a new instance of NumericOidSyntaxChecker.
NumericStringComparator - Class in org.apache.directory.shared.ldap.model.schema.comparators
A class for the numericStringOrderingMatch matchingRule (RFC 4517, par.
NumericStringComparator(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.comparators.NumericStringComparator
The IntegerComparator constructor.
NumericStringSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a Numeric String according to RFC 4517.
NumericStringSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.NumericStringSyntaxChecker
Creates a new instance of NumericStringSyntaxChecker.

O

O_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
O_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
OBJECT_CLASS - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
OBJECT_CLASS_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
OBJECT_CLASS_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
OBJECT_CLASS_DESCRIPTION_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
OBJECT_CLASS_TYPE_MATCH - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
OBJECT_CLASS_TYPE_MATCH_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
OBJECT_CLASS_TYPE_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
OBJECT_CLASSES_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
OBJECT_CLASSES_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
OBJECT_CLASSES_PATH - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
OBJECT_IDENTIFIER_FIRST_COMPONENT_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
OBJECT_IDENTIFIER_FIRST_COMPONENT_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
OBJECT_IDENTIFIER_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
OBJECT_IDENTIFIER_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
OBJECT_NAME_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
objectClass() - Method in class org.apache.directory.shared.converter.schema.antlrSchemaConverterParser
 
ObjectClass - Class in org.apache.directory.shared.ldap.model.schema
An objectClass definition.
ObjectClass(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.ObjectClass
Creates a new instance of MatchingRuleUseDescription
OBJECTCLASS - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
objectClassDesc(ObjectClassHolder) - Method in class org.apache.directory.shared.converter.schema.antlrSchemaConverterParser
 
objectClassDescription() - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaParser
Production for matching object class descriptions.
ObjectClassDescriptionSchemaParser - Class in org.apache.directory.shared.ldap.model.schema.parsers
A parser for RFC 4512 object class descriptons
ObjectClassDescriptionSchemaParser() - Constructor for class org.apache.directory.shared.ldap.model.schema.parsers.ObjectClassDescriptionSchemaParser
Creates a schema parser instance.
ObjectClassDescriptionSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value follows the object class descripton syntax according to RFC 4512, par 4.2.1:
ObjectClassDescriptionSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.ObjectClassDescriptionSyntaxChecker
Creates a new instance of ObjectClassDescriptionSyntaxChecker.
objectClassesMatch(ObjectClass, ObjectClass) - Static method in class org.apache.directory.shared.ldap.model.schema.parsers.ParserDescriptionUtils
Checks two schema objectClasses for an exact match.
ObjectClassHolder - Class in org.apache.directory.shared.converter.schema
A bean used to encapsulate the literal String values of an ObjectClass definition found within an OpenLDAP schema configuration file.
ObjectClassHolder(String) - Constructor for class org.apache.directory.shared.converter.schema.ObjectClassHolder
Create an instance of ObjectClass element
objectClassNames(ObjectClassHolder) - Method in class org.apache.directory.shared.converter.schema.antlrSchemaConverterParser
 
ObjectClassRegistry - Interface in org.apache.directory.shared.ldap.model.schema.registries
ObjectClass registry service interface.
objectClassRegistry - Variable in class org.apache.directory.shared.ldap.model.schema.registries.Registries
The ObjectClass registry
objectClassSuperiors(ObjectClassHolder) - Method in class org.apache.directory.shared.converter.schema.antlrSchemaConverterParser
 
ObjectClassTypeComparator<T> - Class in org.apache.directory.shared.ldap.model.schema.comparators
A comparator that compares the objectClass type with values: AUXILIARY, ABSTRACT, and STRUCTURAL.
ObjectClassTypeComparator(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.comparators.ObjectClassTypeComparator
 
ObjectClassTypeEnum - Enum in org.apache.directory.shared.ldap.model.schema
Type safe enumerations for an objectClass' type.
ObjectClassTypeSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A syntax checker which checks to see if an objectClass' type is either: AUXILIARY, STRUCTURAL, or ABSTRACT.
ObjectClassTypeSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.ObjectClassTypeSyntaxChecker
Creates a new instance of ObjectClassTypeSyntaxChecker.
OBJECTIDENTIFIER - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
ObjectIdentifierComparator - Class in org.apache.directory.shared.ldap.model.schema.comparators
A comparator for the objectIdentifierMatch matchingRule.
ObjectIdentifierComparator(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.comparators.ObjectIdentifierComparator
The ObjectIdentifierComparator constructor.
ObjectIdentifierFirstComponentComparator - Class in org.apache.directory.shared.ldap.model.schema.comparators
A comparator for Comparators.
ObjectIdentifierFirstComponentComparator(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.comparators.ObjectIdentifierFirstComponentComparator
The ObjectIdentifierFirstComponentComparator constructor.
ObjectIdentifierNormalizer - Class in org.apache.directory.shared.ldap.model.schema.normalizers
A normalizer for the objectIdentifierMatch matching rule.
ObjectIdentifierNormalizer() - Constructor for class org.apache.directory.shared.ldap.model.schema.normalizers.ObjectIdentifierNormalizer
Creates a new instance of ObjectIdentifierNormalizer.
ObjectNameSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a name is valid for an ObjectClass or an AttributeType

<m-name> = <keystring>
<keystring> = <leadkeychar> *<keychar>
<leadkeychar> = <ALPHA>
<keychar> = <ALPHA> / <DIGIT> / <HYPHEN> / <SEMI>
<ALPHA> = %x41-5A / %x61-7A ; "A"-"Z" / "a"-"z"
<DIGIT> = %x30 / <LDIGIT ; "0"-"9"
<LDIGIT> = %x31-39 ; "1"-"9"
<HYPHEN> = %x2D ; hyphen ("-")
<SEMI> = %x3B ; semicolon (";")
ObjectNameSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.ObjectNameSyntaxChecker
Creates a new instance of ObjectNameSyntaxChecker.
objectType - Variable in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
The SchemaObjectType
obsolete - Variable in class org.apache.directory.shared.converter.schema.SchemaElementImpl
The obsolete flag
OBSOLETE - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
OC - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
OCTET_STRING_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
OCTET_STRING_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
OCTET_STRING_ORDERING_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
OCTET_STRING_ORDERING_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
OCTET_STRING_SUBSTRINGS_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
OCTET_STRING_SUBSTRINGS_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
OCTET_STRING_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
OctetStringSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a Octet String according to RFC 4517.
OctetStringSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.OctetStringSyntaxChecker
Creates a new instance of OctetStringSyntaxChecker.
OctetStringSyntaxChecker(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.OctetStringSyntaxChecker
Creates a new instance of OctetStringSyntaxChecker, with a specific OID
Oid - Class in org.apache.directory.shared.asn1.util
This class implement an Oid (Object Identifier).

An Oid is encoded as a list of bytes representing integers.

An Oid has a numeric representation where number are separated with dots :
SPNEGO Oid = 1.3.6.1.5.5.2

Translating from a byte list to a dot separated list of number follows the rules :
the first number is in [0..2] the second number is in [0..39] if the first number is 0 or 1 the first byte has a value equal to : number 1 * 40 + number two the upper bit of a byte is set if the next byte is a part of the number
For instance, the SPNEGO Oid (1.3.6.1.5.5.2) will be encoded :
Oid() - Constructor for class org.apache.directory.shared.asn1.util.Oid
Creates a new Oid object.
Oid(byte[]) - Constructor for class org.apache.directory.shared.asn1.util.Oid
Create a new Oid object from a byte array
Oid(String) - Constructor for class org.apache.directory.shared.asn1.util.Oid
Create a new Oid object from a String
oid - Variable in class org.apache.directory.shared.converter.schema.SchemaElementImpl
The schema element oid
oid() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
oid() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
OID - Static variable in interface org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicy
the password policy request control
OID - Static variable in interface org.apache.directory.shared.ldap.extras.controls.SyncDoneValue
This control OID
OID - Static variable in interface org.apache.directory.shared.ldap.extras.controls.SyncInfoValue
This control OID
OID - Static variable in interface org.apache.directory.shared.ldap.extras.controls.SyncModifyDn
This control OID
OID - Static variable in interface org.apache.directory.shared.ldap.extras.controls.SyncRequestValue
This control OID
OID - Static variable in interface org.apache.directory.shared.ldap.extras.controls.SyncStateValue
This control OID
OID - Static variable in interface org.apache.directory.shared.ldap.model.message.controls.Cascade
The Cascade control OID
OID - Static variable in interface org.apache.directory.shared.ldap.model.message.controls.EntryChange
The EntryChange control
OID - Static variable in interface org.apache.directory.shared.ldap.model.message.controls.ManageDsaIT
This control OID
OID - Static variable in interface org.apache.directory.shared.ldap.model.message.controls.PagedResults
The Paged Search Control OID
OID - Static variable in interface org.apache.directory.shared.ldap.model.message.controls.PersistentSearch
This control OID
OID - Static variable in interface org.apache.directory.shared.ldap.model.message.controls.Subentries
The control OID
oid - Variable in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
The SchemaObject numeric OID
oid(String) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaParser
 
oid() - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueParser
oid = descr / numericoid numericoid = number 1*( DOT number ) descr = keystring keystring = leadkeychar *keychar leadkeychar = ALPHA keychar = ALPHA / DIGIT / HYPHEN number = DIGIT / ( LDIGIT 1*DIGIT )
oid() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
oid() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
OID_LEN_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
OID_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
OidLenSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a numeric oid and a length constraint according to RFC 4512.
OidLenSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.OidLenSyntaxChecker
Creates a new instance of OidLenSyntaxChecker.
OidNormalizer - Class in org.apache.directory.shared.ldap.model.schema.normalizers
The OidNomalizer class contains a tuple: an OID with its Normalizer.
OidNormalizer(String, Normalizer) - Constructor for class org.apache.directory.shared.ldap.model.schema.normalizers.OidNormalizer
A constructor which accept two parameters
OidNormalizer(OidNormalizer) - Constructor for class org.apache.directory.shared.ldap.model.schema.normalizers.OidNormalizer
A copy constructor.
oidRegistry - Variable in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchemaObjectRegistry
the global OID Registry
OidRegistry<T extends SchemaObject> - Class in org.apache.directory.shared.ldap.model.schema.registries
Object identifier registry.
OidRegistry() - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.OidRegistry
 
oids(String) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaParser
 
oids() - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueParser
oids = oid / ( LPAREN WSP oidlist WSP RPAREN ) oidlist = oid *( WSP DOLLAR WSP oid )
oidsIterator() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchemaObjectRegistry
Gets an iterator over the registered schema objects'OID in the registry.
oidsIterator() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
Gets an iterator over the registered schema objects'OID in the registry.
oidsIterator() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableComparatorRegistry
Gets an iterator over the registered schema objects'OID in the registry.
oidsIterator() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITContentRuleRegistry
Gets an iterator over the registered schema objects'OID in the registry.
oidsIterator() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITStructureRuleRegistry
Gets an iterator over the registered schema objects'OID in the registry.
oidsIterator() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
Gets an iterator over the registered schema objects'OID in the registry.
oidsIterator() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
Gets an iterator over the registered schema objects'OID in the registry.
oidsIterator() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
Gets an iterator over the registered schema objects'OID in the registry.
oidsIterator() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNameFormRegistry
Gets an iterator over the registered schema objects'OID in the registry.
oidsIterator() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNormalizerRegistry
Gets an iterator over the registered schema objects'OID in the registry.
oidsIterator() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableObjectClassRegistry
Gets an iterator over the registered schema objects'OID in the registry.
oidsIterator() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
Gets an iterator over the registered schema objects'OID in the registry.
oidsIterator() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaObjectRegistry
Gets an iterator over the registered schema objects'OID in the registry.
OidSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is an oid according to RFC 4512.
OidSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.OidSyntaxChecker
Creates a new instance of OidSyntaxChecker.
OpaqueControl - Class in org.apache.directory.shared.ldap.model.message.controls
A final Control implementation intended specifically for handling controls who's values cannot be encoded or decoded by the codec service.
OpaqueControl(String) - Constructor for class org.apache.directory.shared.ldap.model.message.controls.OpaqueControl
Creates a Control with a specific OID.
OpaqueControl(String, boolean) - Constructor for class org.apache.directory.shared.ldap.model.message.controls.OpaqueControl
Creates a Control with a specific OID, and criticality set.
OPEN_BRACKET - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
 
OPEN_CURLY - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
OPEN_CURLY - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
OPEN_CURLY - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
OPEN_CURLY - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
OPEN_CURLY - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
OPEN_PARAN - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
OPEN_PAREN - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
 
openLdapAttributeType() - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaParser
 
openLdapObjectClass() - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaParser
 
openLdapObjectIdentifier() - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaParser
 
OpenLdapObjectIdentifierMacro - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
An OpenLDAP object identifier macro.
OpenLdapObjectIdentifierMacro() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.OpenLdapObjectIdentifierMacro
Instantiates a new OpenLDAP object identifier macro.
openLdapSchema() - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaParser
 
OpenLdapSchemaParser - Class in org.apache.directory.shared.ldap.model.schema.parsers
A reusable wrapper for antlr generated OpenLDAP schema parsers.
OpenLdapSchemaParser() - Constructor for class org.apache.directory.shared.ldap.model.schema.parsers.OpenLdapSchemaParser
Creates a reusable instance of an OpenLdapSchemaParser.
OPERATION_ADD - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
The operations
OPERATION_DELETE - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
OPERATION_REPLACE - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
OperationAbandonedException - Exception in org.apache.directory.shared.ldap.model.exception
Marker exception thrown when an operation is cancelled.
OperationAbandonedException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.OperationAbandonedException
 
OptionalComponentsMonitor - Class in org.apache.directory.shared.util
A components monitor for optional components.
OptionalComponentsMonitor(String[]) - Constructor for class org.apache.directory.shared.util.OptionalComponentsMonitor
Instantiates a new optional components monitor.
or() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
or() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
or() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
or() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
OR_FILTER_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
ordering(AttributeTypeHolder) - Method in class org.apache.directory.shared.converter.schema.antlrSchemaConverterParser
 
ORDERING - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
OrFilter - Class in org.apache.directory.shared.dsmlv2.request
Or Filter Object to store the Or filter.
OrFilter() - Constructor for class org.apache.directory.shared.dsmlv2.request.OrFilter
 
OrFilter - Class in org.apache.directory.shared.ldap.codec.search
Or Filter Object to store the Or filter.
OrFilter(int) - Constructor for class org.apache.directory.shared.ldap.codec.search.OrFilter
The constructor.
OrFilter() - Constructor for class org.apache.directory.shared.ldap.codec.search.OrFilter
The constructor.
org.apache.directory.ldap.client.api - package org.apache.directory.ldap.client.api
 
org.apache.directory.ldap.client.api.callback - package org.apache.directory.ldap.client.api.callback
 
org.apache.directory.ldap.client.api.exception - package org.apache.directory.ldap.client.api.exception
 
org.apache.directory.ldap.client.api.future - package org.apache.directory.ldap.client.api.future
 
org.apache.directory.shared.asn1 - package org.apache.directory.shared.asn1
Provides the fundamental stateful codec interfaces.
org.apache.directory.shared.asn1.actions - package org.apache.directory.shared.asn1.actions
 
org.apache.directory.shared.asn1.ber - package org.apache.directory.shared.asn1.ber
 
org.apache.directory.shared.asn1.ber.grammar - package org.apache.directory.shared.asn1.ber.grammar
 
org.apache.directory.shared.asn1.ber.tlv - package org.apache.directory.shared.asn1.ber.tlv
 
org.apache.directory.shared.asn1.util - package org.apache.directory.shared.asn1.util
 
org.apache.directory.shared.converter.schema - package org.apache.directory.shared.converter.schema
 
org.apache.directory.shared.dsmlv2 - package org.apache.directory.shared.dsmlv2
 
org.apache.directory.shared.dsmlv2.engine - package org.apache.directory.shared.dsmlv2.engine
 
org.apache.directory.shared.dsmlv2.reponse - package org.apache.directory.shared.dsmlv2.reponse
 
org.apache.directory.shared.dsmlv2.request - package org.apache.directory.shared.dsmlv2.request
 
org.apache.directory.shared.i18n - package org.apache.directory.shared.i18n
 
org.apache.directory.shared.ldap.aci - package org.apache.directory.shared.ldap.aci
 
org.apache.directory.shared.ldap.aci.protectedItem - package org.apache.directory.shared.ldap.aci.protectedItem
 
org.apache.directory.shared.ldap.codec - package org.apache.directory.shared.ldap.codec
 
org.apache.directory.shared.ldap.codec.actions - package org.apache.directory.shared.ldap.codec.actions
 
org.apache.directory.shared.ldap.codec.actions.abandonRequest - package org.apache.directory.shared.ldap.codec.actions.abandonRequest
 
org.apache.directory.shared.ldap.codec.actions.addRequest - package org.apache.directory.shared.ldap.codec.actions.addRequest
 
org.apache.directory.shared.ldap.codec.actions.addResponse - package org.apache.directory.shared.ldap.codec.actions.addResponse
 
org.apache.directory.shared.ldap.codec.actions.bindRequest - package org.apache.directory.shared.ldap.codec.actions.bindRequest
 
org.apache.directory.shared.ldap.codec.actions.bindResponse - package org.apache.directory.shared.ldap.codec.actions.bindResponse
 
org.apache.directory.shared.ldap.codec.actions.compareRequest - package org.apache.directory.shared.ldap.codec.actions.compareRequest
 
org.apache.directory.shared.ldap.codec.actions.compareResponse - package org.apache.directory.shared.ldap.codec.actions.compareResponse
 
org.apache.directory.shared.ldap.codec.actions.controls - package org.apache.directory.shared.ldap.codec.actions.controls
 
org.apache.directory.shared.ldap.codec.actions.delRequest - package org.apache.directory.shared.ldap.codec.actions.delRequest
 
org.apache.directory.shared.ldap.codec.actions.delResponse - package org.apache.directory.shared.ldap.codec.actions.delResponse
 
org.apache.directory.shared.ldap.codec.actions.extendedRequest - package org.apache.directory.shared.ldap.codec.actions.extendedRequest
 
org.apache.directory.shared.ldap.codec.actions.extendedResponse - package org.apache.directory.shared.ldap.codec.actions.extendedResponse
 
org.apache.directory.shared.ldap.codec.actions.intermediateResponse - package org.apache.directory.shared.ldap.codec.actions.intermediateResponse
 
org.apache.directory.shared.ldap.codec.actions.ldapMessage - package org.apache.directory.shared.ldap.codec.actions.ldapMessage
 
org.apache.directory.shared.ldap.codec.actions.ldapResult - package org.apache.directory.shared.ldap.codec.actions.ldapResult
 
org.apache.directory.shared.ldap.codec.actions.modifyDnRequest - package org.apache.directory.shared.ldap.codec.actions.modifyDnRequest
 
org.apache.directory.shared.ldap.codec.actions.modifyDnResponse - package org.apache.directory.shared.ldap.codec.actions.modifyDnResponse
 
org.apache.directory.shared.ldap.codec.actions.modifyRequest - package org.apache.directory.shared.ldap.codec.actions.modifyRequest
 
org.apache.directory.shared.ldap.codec.actions.modifyResponse - package org.apache.directory.shared.ldap.codec.actions.modifyResponse
 
org.apache.directory.shared.ldap.codec.actions.searchRequest - package org.apache.directory.shared.ldap.codec.actions.searchRequest
 
org.apache.directory.shared.ldap.codec.actions.searchRequest.filter - package org.apache.directory.shared.ldap.codec.actions.searchRequest.filter
 
org.apache.directory.shared.ldap.codec.actions.searchResultDone - package org.apache.directory.shared.ldap.codec.actions.searchResultDone
 
org.apache.directory.shared.ldap.codec.actions.searchResultEntry - package org.apache.directory.shared.ldap.codec.actions.searchResultEntry
 
org.apache.directory.shared.ldap.codec.actions.searchResultReference - package org.apache.directory.shared.ldap.codec.actions.searchResultReference
 
org.apache.directory.shared.ldap.codec.actions.unbindRequest - package org.apache.directory.shared.ldap.codec.actions.unbindRequest
 
org.apache.directory.shared.ldap.codec.api - package org.apache.directory.shared.ldap.codec.api
 
org.apache.directory.shared.ldap.codec.controls.cascade - package org.apache.directory.shared.ldap.codec.controls.cascade
 
org.apache.directory.shared.ldap.codec.controls.manageDsaIT - package org.apache.directory.shared.ldap.codec.controls.manageDsaIT
 
org.apache.directory.shared.ldap.codec.controls.search.entryChange - package org.apache.directory.shared.ldap.codec.controls.search.entryChange
 
org.apache.directory.shared.ldap.codec.controls.search.pagedSearch - package org.apache.directory.shared.ldap.codec.controls.search.pagedSearch
 
org.apache.directory.shared.ldap.codec.controls.search.persistentSearch - package org.apache.directory.shared.ldap.codec.controls.search.persistentSearch
 
org.apache.directory.shared.ldap.codec.controls.search.subentries - package org.apache.directory.shared.ldap.codec.controls.search.subentries
 
org.apache.directory.shared.ldap.codec.decorators - package org.apache.directory.shared.ldap.codec.decorators
 
org.apache.directory.shared.ldap.codec.osgi - package org.apache.directory.shared.ldap.codec.osgi
 
org.apache.directory.shared.ldap.codec.protocol.mina - package org.apache.directory.shared.ldap.codec.protocol.mina
 
org.apache.directory.shared.ldap.codec.search - package org.apache.directory.shared.ldap.codec.search
 
org.apache.directory.shared.ldap.codec.standalone - package org.apache.directory.shared.ldap.codec.standalone
 
org.apache.directory.shared.ldap.extras - package org.apache.directory.shared.ldap.extras
 
org.apache.directory.shared.ldap.extras.controls - package org.apache.directory.shared.ldap.extras.controls
 
org.apache.directory.shared.ldap.extras.controls.ppolicy - package org.apache.directory.shared.ldap.extras.controls.ppolicy
 
org.apache.directory.shared.ldap.extras.controls.syncrepl_impl - package org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
 
org.apache.directory.shared.ldap.extras.extended - package org.apache.directory.shared.ldap.extras.extended
 
org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel - package org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel
 
org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration - package org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration
 
org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect - package org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect
 
org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown - package org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown
 
org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure - package org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure
 
org.apache.directory.shared.ldap.model.constants - package org.apache.directory.shared.ldap.model.constants
 
org.apache.directory.shared.ldap.model.csn - package org.apache.directory.shared.ldap.model.csn
 
org.apache.directory.shared.ldap.model.cursor - package org.apache.directory.shared.ldap.model.cursor
 
org.apache.directory.shared.ldap.model.entry - package org.apache.directory.shared.ldap.model.entry
 
org.apache.directory.shared.ldap.model.exception - package org.apache.directory.shared.ldap.model.exception
 
org.apache.directory.shared.ldap.model.filter - package org.apache.directory.shared.ldap.model.filter
 
org.apache.directory.shared.ldap.model.ldif - package org.apache.directory.shared.ldap.model.ldif
 
org.apache.directory.shared.ldap.model.message - package org.apache.directory.shared.ldap.model.message
 
org.apache.directory.shared.ldap.model.message.controls - package org.apache.directory.shared.ldap.model.message.controls
 
org.apache.directory.shared.ldap.model.message.extended - package org.apache.directory.shared.ldap.model.message.extended
 
org.apache.directory.shared.ldap.model.name - package org.apache.directory.shared.ldap.model.name
 
org.apache.directory.shared.ldap.model.schema - package org.apache.directory.shared.ldap.model.schema
Contains interfaces and base classes for representing the LDAP schema domain model.
org.apache.directory.shared.ldap.model.schema.comparators - package org.apache.directory.shared.ldap.model.schema.comparators
 
org.apache.directory.shared.ldap.model.schema.normalizers - package org.apache.directory.shared.ldap.model.schema.normalizers
 
org.apache.directory.shared.ldap.model.schema.parsers - package org.apache.directory.shared.ldap.model.schema.parsers
 
org.apache.directory.shared.ldap.model.schema.registries - package org.apache.directory.shared.ldap.model.schema.registries
 
org.apache.directory.shared.ldap.model.schema.syntaxCheckers - package org.apache.directory.shared.ldap.model.schema.syntaxCheckers
 
org.apache.directory.shared.ldap.model.schema.syntaxes - package org.apache.directory.shared.ldap.model.schema.syntaxes
 
org.apache.directory.shared.ldap.model.subtree - package org.apache.directory.shared.ldap.model.subtree
 
org.apache.directory.shared.ldap.model.url - package org.apache.directory.shared.ldap.model.url
 
org.apache.directory.shared.ldap.schemaextractor - package org.apache.directory.shared.ldap.schemaextractor
 
org.apache.directory.shared.ldap.schemaextractor.impl - package org.apache.directory.shared.ldap.schemaextractor.impl
 
org.apache.directory.shared.ldap.schemaloader - package org.apache.directory.shared.ldap.schemaloader
 
org.apache.directory.shared.ldap.schemamanager.impl - package org.apache.directory.shared.ldap.schemamanager.impl
 
org.apache.directory.shared.ldap.sp - package org.apache.directory.shared.ldap.sp
 
org.apache.directory.shared.ldap.trigger - package org.apache.directory.shared.ldap.trigger
 
org.apache.directory.shared.ldap.util - package org.apache.directory.shared.ldap.util
 
org.apache.directory.shared.ldap.util.tree - package org.apache.directory.shared.ldap.util.tree
 
org.apache.directory.shared.util - package org.apache.directory.shared.util
 
org.apache.directory.shared.util.exception - package org.apache.directory.shared.util.exception
 
ORGANIZATION_NAME_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ORGANIZATION_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ORGANIZATION_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ORGANIZATIONAL_PERSON_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ORGANIZATIONAL_PERSON_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ORGANIZATIONAL_ROLE_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ORGANIZATIONAL_ROLE_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ORGANIZATIONAL_UNIT_NAME_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ORGANIZATIONAL_UNIT_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ORGANIZATIONAL_UNIT_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
OrNode - Class in org.apache.directory.shared.ldap.model.filter
Node representing an OR connector in a filter operation
OrNode(List<ExprNode>) - Constructor for class org.apache.directory.shared.ldap.model.filter.OrNode
Creates a OrNode using a logical operator and a list of children.
OrNode(ExprNode...) - Constructor for class org.apache.directory.shared.ldap.model.filter.OrNode
Creates a OrNode using a logical operator and a list of children.
OrNode() - Constructor for class org.apache.directory.shared.ldap.model.filter.OrNode
Creates an empty OrNode
OrRefinement - Class in org.apache.directory.shared.ldap.model.subtree
A class holding a OR refinement, as defined in RFC 3672
OrRefinement(List<Refinement>) - Constructor for class org.apache.directory.shared.ldap.model.subtree.OrRefinement
Creates a new instance of OrRefinement.
OsgiUtils - Class in org.apache.directory.shared.util
Utilities for OSGi environments and embedding OSGi containers.
OsgiUtils() - Constructor for class org.apache.directory.shared.util.OsgiUtils
 
OTHER - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueTokenTypes
 
OTHER_MAILBOX_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
OtherMailboxSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is an OtherMailbox according to RFC 4517 : OtherMailbox = mailbox-type DOLLAR mailbox mailbox-type = PrintableString mailbox = IA5String
OtherMailboxSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.OtherMailboxSyntaxChecker
Creates a new instance of OtherMailboxSyntaxChecker.
OU_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
OU_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
OU_SCHEMA - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
owner - Variable in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchema
The schema owner

P

PagedResults - Interface in org.apache.directory.shared.ldap.model.message.controls
A request/response control used to implement a simple paging of search results.
PagedResultsContainer - Class in org.apache.directory.shared.ldap.codec.controls.search.pagedSearch
A container for the Paged Search Control.
PagedResultsContainer(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsContainer
Creates a new PagedSearchControl container object.
PagedResultsContainer(LdapApiService, PagedResults) - Constructor for class org.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsContainer
Creates a new PagedSearchControl container object to contain a PagedResults Control, which is optionally decorated if is not a decorator already.
PagedResultsDecorator - Class in org.apache.directory.shared.ldap.codec.controls.search.pagedSearch
A codec decorator for the PagedResultsImpl.
PagedResultsDecorator(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsDecorator
Creates a new instance of PagedResultsDecorator with a newly created decorated PagedResults Control.
PagedResultsDecorator(LdapApiService, PagedResults) - Constructor for class org.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsDecorator
Creates a new instance of PagedResultsDecorator using the supplied PagedResults Control to be decorated.
PagedResultsFactory - Class in org.apache.directory.shared.ldap.codec.controls.search.pagedSearch
A ControlFactory for EntryChange controls.
PagedResultsFactory(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsFactory
Creates a new instance of PagedResultsFactory.
PagedResultsGrammar - Class in org.apache.directory.shared.ldap.codec.controls.search.pagedSearch
This class implements the PagedSearchControl.
PagedResultsImpl - Class in org.apache.directory.shared.ldap.model.message.controls
A request/response control used to implement a simple paging of search results.
PagedResultsImpl() - Constructor for class org.apache.directory.shared.ldap.model.message.controls.PagedResultsImpl
Creates a new instance of PagedResultsDecorator.
PagedResultsStates - Enum in org.apache.directory.shared.ldap.codec.controls.search.pagedSearch
This class store the PagedSearchControl's grammar constants.
pair(AntlrDnParser.UpAndNormValue) - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnParser
RFC 4514, Section 3 pair = ESC ( ESC / special / hexpair ) special = escaped / SPACE / SHARP / EQUALS escaped = DQUOTE / PLUS / COMMA / SEMI / LANGLE / RANGLE hexpair = HEX HEX If in form, a LDAP string representation asserted value can be obtained by replacing (left to right, non-recursively) each appearing in the as follows: replace with ; replace with ; replace with the octet indicated by the .
parent - Variable in class org.apache.directory.shared.dsmlv2.request.Filter
The parent Filter
parent - Variable in class org.apache.directory.shared.ldap.codec.search.Filter
The parent Filter
PARENT_OF_ENTRY - Static variable in class org.apache.directory.shared.ldap.aci.UserClass
The user as parent (ancestor) of accessed entry.
parentOfEntry() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
parentOfEntry() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
parentTlvId - Variable in class org.apache.directory.shared.ldap.codec.search.Filter
The parent TLV id
parse(Value) - Static method in class org.apache.directory.shared.asn1.ber.tlv.BooleanDecoder
Parse a byte buffer and send back a booelan.
parse(Value, int, int) - Static method in class org.apache.directory.shared.asn1.ber.tlv.IntegerDecoder
Parse a byte buffer and send back an integer, controlling that this number is in a specified interval.
parse(Value) - Static method in class org.apache.directory.shared.asn1.ber.tlv.IntegerDecoder
Parse a byte buffer and send back an integer
parse(Value, long, long) - Static method in class org.apache.directory.shared.asn1.ber.tlv.LongDecoder
Parse a byte buffer and send back an long, controlling that this number is in a specified interval.
parse(Value) - Static method in class org.apache.directory.shared.asn1.ber.tlv.LongDecoder
Parse a byte buffer and send back an integer
parse(String) - Method in class org.apache.directory.shared.converter.schema.SchemaParser
Thread safe method parses an OpenLDAP schemaObject element/object.
parse(InputStream) - Method in class org.apache.directory.shared.converter.schema.SchemaParser
Thread safe method parses a stream of OpenLDAP schemaObject elements/objects.
parse(File) - Method in class org.apache.directory.shared.converter.schema.SchemaParser
Thread safe method parses a file of OpenLDAP schemaObject elements/objects.
parse() - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2Parser
Launches the parsing on the input This method will parse the whole DSML document, without considering the flag Dsmlv2Parser.storeMsgInBatchReq
parse() - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2ResponseParser
Launches the parsing on the input
parse(String) - Method in class org.apache.directory.shared.ldap.aci.ACIItemChecker
Parses an ACIItem without exhausting the parser.
parse(String) - Method in class org.apache.directory.shared.ldap.aci.ACIItemParser
Parses an ACIItem without exhausting the parser.
parse(String) - Static method in class org.apache.directory.shared.ldap.model.filter.FilterParser
 
parse(SchemaManager, String) - Static method in class org.apache.directory.shared.ldap.model.filter.FilterParser
 
parse(SchemaManager, String, Position) - Static method in class org.apache.directory.shared.ldap.model.filter.FilterParser
 
parse(String) - Method in class org.apache.directory.shared.ldap.model.schema.parsers.AbstractSchemaParser
Parse a SchemaObject description and returns back an instance of SchemaObject.
parse(String) - Method in class org.apache.directory.shared.ldap.model.schema.parsers.AttributeTypeDescriptionSchemaParser
Parses a AttributeType description.
parse(String) - Method in class org.apache.directory.shared.ldap.model.schema.parsers.DITContentRuleDescriptionSchemaParser
Parses a DITContentRule description.
parse(String) - Method in class org.apache.directory.shared.ldap.model.schema.parsers.DITStructureRuleDescriptionSchemaParser
Parses a DITStructureRule description.
parse(String) - Method in class org.apache.directory.shared.ldap.model.schema.parsers.LdapComparatorDescriptionSchemaParser
Parses a LdapComparator description.
parse(String) - Method in class org.apache.directory.shared.ldap.model.schema.parsers.LdapSyntaxDescriptionSchemaParser
Parses a LdapSyntax description.
parse(String) - Method in class org.apache.directory.shared.ldap.model.schema.parsers.MatchingRuleDescriptionSchemaParser
Parses a MatchingRule description.
parse(String) - Method in class org.apache.directory.shared.ldap.model.schema.parsers.MatchingRuleUseDescriptionSchemaParser
Parses a MatchingRuleUse description.
parse(String) - Method in class org.apache.directory.shared.ldap.model.schema.parsers.NameFormDescriptionSchemaParser
Parses a NameForm description.
parse(String) - Method in class org.apache.directory.shared.ldap.model.schema.parsers.NormalizerDescriptionSchemaParser
Parses a Normalizer description.
parse(String) - Method in class org.apache.directory.shared.ldap.model.schema.parsers.ObjectClassDescriptionSchemaParser
Parses a ObjectClass description.
parse(String) - Method in class org.apache.directory.shared.ldap.model.schema.parsers.OpenLdapSchemaParser
Parses an OpenLDAP schemaObject element/object.
parse(InputStream) - Method in class org.apache.directory.shared.ldap.model.schema.parsers.OpenLdapSchemaParser
Parses a stream of OpenLDAP schemaObject elements/objects.
parse(File) - Method in class org.apache.directory.shared.ldap.model.schema.parsers.OpenLdapSchemaParser
Parses a file of OpenLDAP schemaObject elements/objects.
parse(String) - Method in class org.apache.directory.shared.ldap.model.schema.parsers.SyntaxCheckerDescriptionSchemaParser
Parses a SyntaxChecker description
parse(String) - Method in class org.apache.directory.shared.ldap.model.subtree.SubtreeSpecificationChecker
Parses a subtree specification without exhausting the parser.
parse(String) - Method in class org.apache.directory.shared.ldap.model.subtree.SubtreeSpecificationParser
Parses a subtree specification without exhausting the parser.
parse(String) - Method in class org.apache.directory.shared.ldap.trigger.TriggerSpecificationParser
Parses an TriggerSpecification without exhausting the parser.
parseAllRequests() - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2Parser
Parses all the requests
parseAllResponses() - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2ResponseParser
Parses all the responses
parseAndVerifyRequestID(String, XmlPullParser) - Static method in class org.apache.directory.shared.dsmlv2.ParserUtils
Parses and verify the parsed value of the requestID
parseAttribute(String, Position, boolean) - Static method in class org.apache.directory.shared.ldap.model.entry.AttributeUtils
Parse an attribute.
parseAttributes(String) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifAttributesReader
A method which parses a ldif string and returns a list of Attributes.
parseAttributeTypeDescription(String) - Method in class org.apache.directory.shared.ldap.model.schema.parsers.AttributeTypeDescriptionSchemaParser
Parses a attribute type description according to RFC 4512:
parseAttributeValue(String) - Static method in class org.apache.directory.shared.ldap.model.ldif.LdifReader
Parse an AttributeType/AttributeValue
parseAttributeValue(LdifEntry, String, String) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifReader
Parse an AttributeType/AttributeValue
parseBatchRequest() - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2Parser
Launches the parsing of the Batch Request only
parseBatchResponse() - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2ResponseParser
Launches the parsing of the Batch Response only
parseComparatorDescription(String) - Method in class org.apache.directory.shared.ldap.model.schema.parsers.LdapComparatorDescriptionSchemaParser
Parses an comparator description:
parseDITContentRuleDescription(String) - Method in class org.apache.directory.shared.ldap.model.schema.parsers.DITContentRuleDescriptionSchemaParser
Parses a DIT content rule description according to RFC 4512:
parseDITStructureRuleDescription(String) - Method in class org.apache.directory.shared.ldap.model.schema.parsers.DITStructureRuleDescriptionSchemaParser
Parses a DIT structure rule description according to RFC 4512:
parseEntry(String) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifAttributesReader
A method which parses a ldif string and returns an Entry.
parseEntry(SchemaManager, String) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifAttributesReader
A method which parses a ldif string and returns an Entry.
parseLdapSyntaxDescription(String) - Method in class org.apache.directory.shared.ldap.model.schema.parsers.LdapSyntaxDescriptionSchemaParser
Parses a LDAP syntax description according to RFC 4512:
parseLdif(String) - Method in class org.apache.directory.shared.ldap.model.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.model.ldif.LdifReader
The main entry point of the LdifParser.
parseLdifFile(String) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifReader
Parse a ldif file (using the default encoding).
parseLdifFile(String, String) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifReader
Parse a ldif file, decoding it using the given charset encoding
parseMatchingRuleDescription(String) - Method in class org.apache.directory.shared.ldap.model.schema.parsers.MatchingRuleDescriptionSchemaParser
Parses a matching rule description according to RFC 4512:
parseMatchingRuleUseDescription(String) - Method in class org.apache.directory.shared.ldap.model.schema.parsers.MatchingRuleUseDescriptionSchemaParser
Parses a matching rule use description according to RFC 4512:
parseNameFormDescription(String) - Method in class org.apache.directory.shared.ldap.model.schema.parsers.NameFormDescriptionSchemaParser
Parses a name form description according to RFC 4512:
parseNormalizerDescription(String) - Method in class org.apache.directory.shared.ldap.model.schema.parsers.NormalizerDescriptionSchemaParser
Parses a normalizer description:
parseObjectClassDescription(String) - Method in class org.apache.directory.shared.ldap.model.schema.parsers.ObjectClassDescriptionSchemaParser
Parses a object class definition according to RFC 4512:
parser - Variable in class org.apache.directory.shared.dsmlv2.engine.Dsmlv2Engine
The DSVMv2 parser.
parser - Variable in class org.apache.directory.shared.ldap.model.schema.parsers.AbstractSchemaParser
the antlr generated parser being wrapped
ParserDescriptionUtils - Class in org.apache.directory.shared.ldap.model.schema.parsers
Utilities for dealing with various schema descriptions.
ParserException - Exception in org.apache.directory.shared.converter.schema
An exception thrown if we have an error while parsing a schema file.
ParserException() - Constructor for exception org.apache.directory.shared.converter.schema.ParserException
A strandard constuctor
ParserException(String) - Constructor for exception org.apache.directory.shared.converter.schema.ParserException
A constructor with a message
ParserMonitor - Interface in org.apache.directory.shared.ldap.model.schema.parsers
A monitor for the OpenLdap parser.
ParserMonitorAdapter - Class in org.apache.directory.shared.ldap.model.schema.parsers
Default implementation of ParserMonitor with empty method implementations.
ParserMonitorAdapter() - Constructor for class org.apache.directory.shared.ldap.model.schema.parsers.ParserMonitorAdapter
 
ParserUtils - Class in org.apache.directory.shared.dsmlv2
This class is a Helper class for the DSML Parser
parseSchema() - Method in class org.apache.directory.shared.converter.schema.antlrSchemaConverterParser
 
parseSimpleValue(String, int) - Static method in class org.apache.directory.shared.ldap.model.ldif.LdifReader
Parse the value part.
parseSyntaxCheckerDescription(String) - Method in class org.apache.directory.shared.ldap.model.schema.parsers.SyntaxCheckerDescriptionSchemaParser
Parses a syntax checker description:
parseValue(String, int) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifReader
Parse the value part.
passivateObject(Object) - Method in class org.apache.directory.ldap.client.api.PoolableLdapConnectionFactory
password - Variable in class org.apache.directory.shared.dsmlv2.engine.Dsmlv2Engine
The password.
PasswordPolicy - Interface in org.apache.directory.shared.ldap.extras.controls.ppolicy
The password policy Control interface.
PasswordPolicyContainer - Class in org.apache.directory.shared.ldap.extras.controls.ppolicy
container for PasswordPolicyResponseControl.
PasswordPolicyContainer(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyContainer
 
PasswordPolicyContainer(LdapApiService, PasswordPolicy) - Constructor for class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyContainer
 
PasswordPolicyDecorator - Class in org.apache.directory.shared.ldap.extras.controls.ppolicy
PasswordPolicy decorator.
PasswordPolicyDecorator(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyDecorator
 
PasswordPolicyDecorator(LdapApiService, boolean) - Constructor for class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyDecorator
 
PasswordPolicyDecorator(LdapApiService, PasswordPolicy) - Constructor for class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyDecorator
 
PasswordPolicyErrorEnum - Enum in org.apache.directory.shared.ldap.extras.controls.ppolicy
constants representing PasswordPolicyErrorS as stated in the draft
PasswordPolicyFactory - Class in org.apache.directory.shared.ldap.extras.controls.ppolicy
A ControlFactory which creates PasswordPolicy controls.
PasswordPolicyFactory(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyFactory
Creates a new instance of PasswordPolicyFactory.
PasswordPolicyGrammar - Class in org.apache.directory.shared.ldap.extras.controls.ppolicy
Grammar for decoding PasswordPolicyResponseControl.
PasswordPolicyImpl - Class in org.apache.directory.shared.ldap.extras.controls.ppolicy
A simple PasswordPolicy Control implementation.
PasswordPolicyImpl() - Constructor for class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyImpl
Creates a new instance of a PasswordPolicy request Control without any response data associated with it.
PasswordPolicyImpl(boolean) - Constructor for class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyImpl
Creates a new instance of a PasswordPolicy request Control without any response data associated with it.
PasswordPolicyImpl(PasswordPolicyResponse) - Constructor for class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyImpl
Creates a new instance of PasswordPolicy response Control with response information packaged into the control.
PasswordPolicyResponse - Interface in org.apache.directory.shared.ldap.extras.controls.ppolicy
The PasswordPolciy reponse.
PasswordPolicyResponseImpl - Class in org.apache.directory.shared.ldap.extras.controls.ppolicy
A PasswordPolicyResponse.
PasswordPolicyResponseImpl() - Constructor for class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyResponseImpl
 
PasswordPolicySchemaConstants - Class in org.apache.directory.shared.ldap.model.constants
PasswordPolicySchemaConstants.
PasswordPolicyStates - Enum in org.apache.directory.shared.ldap.extras.controls.ppolicy
various states used in PasswordPolicyGrammar.
PasswordPolicyTags - Enum in org.apache.directory.shared.ldap.extras.controls.ppolicy
Tags used for decoding PasswordPolicyResponseControl.
Permission - Class in org.apache.directory.shared.ldap.aci
An abstract base class for ItemPermission and UserPermission.
Permission(Integer, Collection<GrantAndDenial>) - Constructor for class org.apache.directory.shared.ldap.aci.Permission
Creates a new instance
PersistentSearch - Interface in org.apache.directory.shared.ldap.model.message.controls
A persistence search object
PersistentSearchContainer - Class in org.apache.directory.shared.ldap.codec.controls.search.persistentSearch
 
PersistentSearchContainer(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchContainer
Creates a new PSearchControlContainer object.
PersistentSearchContainer(LdapApiService, PersistentSearch) - Constructor for class org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchContainer
Creates a new PSearchControlContainer object pre-populated with a decorator wrapping the supplied control, or using the supplied control if it already is a decorator.
PersistentSearchDecorator - Class in org.apache.directory.shared.ldap.codec.controls.search.persistentSearch
A persistence search object
PersistentSearchDecorator(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchDecorator
Default constructor creates a PersistentSearch Control automatically wrapped in a decorator object inside this container.
PersistentSearchDecorator(LdapApiService, PersistentSearch) - Constructor for class org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchDecorator
Creates a PersistentSearch Control wrapping a supplied PersistentSearch Control.
PersistentSearchFactory - Class in org.apache.directory.shared.ldap.codec.controls.search.persistentSearch
 
PersistentSearchFactory(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchFactory
 
PersistentSearchGrammar - Class in org.apache.directory.shared.ldap.codec.controls.search.persistentSearch
This class implements the PSearchControl.
PersistentSearchImpl - Class in org.apache.directory.shared.ldap.model.message.controls
A persistence search object
PersistentSearchImpl() - Constructor for class org.apache.directory.shared.ldap.model.message.controls.PersistentSearchImpl
Default constructor
PersistentSearchStates - Enum in org.apache.directory.shared.ldap.codec.controls.search.persistentSearch
This class store the PSearchControl's grammar constants.
PERSON_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
PERSON_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
PLAIN - Static variable in class org.apache.directory.shared.ldap.model.constants.SupportedSaslMechanisms
PLAIN mechanism
PLUS - Static variable in interface org.apache.directory.shared.ldap.model.name.AntlrDnTokenTypes
 
PoolableLdapConnectionFactory - Class in org.apache.directory.ldap.client.api
A factory for creating LdapConnection objects managed by LdapConnectionPool.
PoolableLdapConnectionFactory(LdapConnectionConfig) - Constructor for class org.apache.directory.ldap.client.api.PoolableLdapConnectionFactory
Creates a new instance of PoolableLdapConnectionFactory for the server running on localhost at the port 10389
position - Variable in class org.apache.directory.shared.ldap.model.ldif.LdifReader
The current position
position() - Method in class org.apache.directory.shared.util.ByteBuffer
 
Position - Class in org.apache.directory.shared.util
This class is used to store the position of a token in a string.
Position() - Constructor for class org.apache.directory.shared.util.Position
 
POSIX_ACCOUNT_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
POSIX_ACCOUNT_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
POSIX_GROUP_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
POSIX_GROUP_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
POSTAL_ADDRESS_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
PostalAddressSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a PostalAddress according to RFC 4517 : = = "$" | e
PostalAddressSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.PostalAddressSyntaxChecker
Creates a new instance of PostalAddressSyntaxChecker.
POSTALCODE_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
POSTALCODE_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
POSTOFFICEBOX_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
POSTOFFICEBOX_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
PPolicyInit - Class in org.apache.directory.shared.ldap.extras.controls.ppolicy
The action used to initialize the PasswordPolicyResponseControlContainer object
PPolicyInit() - Constructor for class org.apache.directory.shared.ldap.extras.controls.ppolicy.PPolicyInit
Instantiates a new PPolicyInit action.
precedence() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
precedence() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
PreferencesDictionary - Class in org.apache.directory.shared.util
A wrapper around Preferences to access it as a Dictionary.
PreferencesDictionary(Preferences) - Constructor for class org.apache.directory.shared.util.PreferencesDictionary
 
prefetched - Variable in class org.apache.directory.shared.ldap.model.ldif.LdifReader
Iterator prefetched entry
prepareNextInput(Reader) - Method in class org.apache.directory.shared.ldap.model.schema.parsers.ReusableAntlrSchemaLexer
Resets the state of an antlr lexer and initializes it with new input.
prepareNextInput(Reader) - Method in class org.apache.directory.shared.ldap.model.subtree.ReusableAntlrSubtreeSpecificationCheckerLexer
Resets the state of an antlr lexer and initializes it with new input.
prepareNextInput(Reader) - Method in class org.apache.directory.shared.ldap.model.subtree.ReusableAntlrSubtreeSpecificationLexer
Resets the state of an antlr lexer and initializes it with new input.
PrepareString - Class in org.apache.directory.shared.ldap.model.schema
This class implements the 6 steps described in RFC 4518
PrepareString.StringType - Enum in org.apache.directory.shared.ldap.model.schema
The type of String we have to normalize
PRESCRIPTIVE_ACI_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
PRESCRIPTIVE_ACI_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
PRESCRIPTIVE_TRIGGER_SPECIFICATION_ATTR - Static variable in class org.apache.directory.shared.ldap.trigger.TriggerUtils
 
PresenceNode - Class in org.apache.directory.shared.ldap.model.filter
Filter expression tree node representing a filter attribute value assertion for presence.
PresenceNode(AttributeType) - Constructor for class org.apache.directory.shared.ldap.model.filter.PresenceNode
Creates a PresenceNode object based on an attribute.
PresenceNode(String) - Constructor for class org.apache.directory.shared.ldap.model.filter.PresenceNode
Creates a PresenceNode object based on an attribute.
PRESENT_FILTER_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
PRESENTATION_ADDRESS_MATCH_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
PRESENTATION_ADDRESS_MATCH_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
PRESENTATION_ADDRESS_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
PresentationAddressSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a PresentationAddressSyntax.
PresentationAddressSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.PresentationAddressSyntaxChecker
Creates an instance of PresentationAddressSyntaxChecker
PresentFilter - Class in org.apache.directory.shared.dsmlv2.request
Object to store the filter.
PresentFilter() - Constructor for class org.apache.directory.shared.dsmlv2.request.PresentFilter
 
PresentFilter - Class in org.apache.directory.shared.ldap.codec.search
Object to store the filter.
PresentFilter(int) - Constructor for class org.apache.directory.shared.ldap.codec.search.PresentFilter
The constructor.
PresentFilter() - Constructor for class org.apache.directory.shared.ldap.codec.search.PresentFilter
The constructor.
presentIn(int) - Method in enum org.apache.directory.shared.ldap.model.message.controls.ChangeType
Checks via bitwise AND to see if this ChangeType value is within the supplied changeTypes.
previous() - Method in class org.apache.directory.ldap.client.api.EntryCursorImpl
This operation is not supported in SearchCursor.
previous() - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
This operation is not supported in SearchCursor.
previous() - Method in interface org.apache.directory.shared.ldap.model.cursor.Cursor
Advances this Cursor to the previous position.
previous() - Method in class org.apache.directory.shared.ldap.model.cursor.EmptyCursor
Advances this Cursor to the previous position.
previous() - Method in class org.apache.directory.shared.ldap.model.cursor.ListCursor
Advances this Cursor to the previous position.
previous() - Method in class org.apache.directory.shared.ldap.model.cursor.SingletonCursor
Advances this Cursor to the previous position.
PRINTABLE_STRING_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
PrintableStringSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a Printable String according to RFC 4517.
PrintableStringSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.PrintableStringSyntaxChecker
Creates a new instance of PrintableStringSyntaxChecker.
printErrors(List<Throwable>) - Static method in class org.apache.directory.shared.util.exception.Exceptions
Appends the messages of each Throwable to a string, separated by a new line.
printRefinementToBuffer(StringBuilder) - Method in class org.apache.directory.shared.ldap.model.filter.AbstractExprNode
Default implementation for this method : just throw an exception.
printRefinementToBuffer(StringBuilder) - Method in class org.apache.directory.shared.ldap.model.filter.AndNode
 
printRefinementToBuffer(StringBuilder) - Method in class org.apache.directory.shared.ldap.model.filter.AssertionNode
 
printRefinementToBuffer(StringBuilder) - Method in interface org.apache.directory.shared.ldap.model.filter.ExprNode
Recursively appends the refinement string representation of this node and its descendants in prefix notation to a buffer.
printRefinementToBuffer(StringBuilder) - Method in class org.apache.directory.shared.ldap.model.filter.NotNode
 
printRefinementToBuffer(StringBuilder) - Method in class org.apache.directory.shared.ldap.model.filter.OrNode
 
printRefinementToBuffer(StringBuilder) - Method in class org.apache.directory.shared.ldap.model.filter.SimpleNode
 
printStackTrace(PrintWriter) - Method in exception org.apache.directory.shared.util.exception.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.util.exception.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.util.exception.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.util.exception.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.util.exception.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.util.exception.RuntimeMultiException
Beside printing out the standard stack trace this method prints out the stack traces of all the nested exceptions using standard error.
printToBuffer(StringBuilder) - Method in class org.apache.directory.shared.ldap.model.filter.SimpleNode
Pretty prints this expression node along with annotation information.
processBatchRequest() - Method in class org.apache.directory.shared.dsmlv2.engine.Dsmlv2Engine
Processes the BatchRequest Parsing and Getting BatchRequest Getting and registering options from BatchRequest
processDSML(String) - Method in class org.apache.directory.shared.dsmlv2.engine.Dsmlv2Engine
Processes the file given and return the result of the operations
processDSML(InputStream, OutputStream) - Method in class org.apache.directory.shared.dsmlv2.engine.Dsmlv2Engine
uses the default UTF-8 encoding for processing the DSML
processDSML(InputStream, String, OutputStream) - Method in class org.apache.directory.shared.dsmlv2.engine.Dsmlv2Engine
process the DSML request(s) from the given input stream with the specified encoding and writes the response to the output stream
processDSML(OutputStream) - Method in class org.apache.directory.shared.dsmlv2.engine.Dsmlv2Engine
processes the DSML batch request and writes the response of each operation will be written to the given response stream if it is not null
processDSMLFile(String) - Method in class org.apache.directory.shared.dsmlv2.engine.Dsmlv2Engine
Processes the file given and return the result of the operations
processDSMLFile(File, OutputStream) - Method in class org.apache.directory.shared.dsmlv2.engine.Dsmlv2Engine
process the given file and optionally writing the output to the output stream(if not null)
processRequest(DsmlDecorator<? extends Request>, BufferedWriter) - Method in class org.apache.directory.shared.dsmlv2.engine.Dsmlv2Engine
Processes a single request
processResponse(ResultResponse) - Static method in enum org.apache.directory.shared.ldap.model.message.ResultCodeEnum
Process the response, throwing the associated exception if needed.
PropertiesUtils - Class in org.apache.directory.shared.util
A utility class used for accessing, finding, merging and macro expanding properties, on disk, via URLS or as resources.
protectedItem() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
protectedItem() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
ProtectedItem - Class in org.apache.directory.shared.ldap.aci
Defines the items to which the access controls apply.
ProtectedItem() - Constructor for class org.apache.directory.shared.ldap.aci.ProtectedItem
Creates a new instance.
protectedItems() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
protectedItems() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
PROTOCOL_INFORMATION_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
PROTOCOL_INFORMATION_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
PROTOCOL_INFORMATION_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
PROTOCOLERROR - Static variable in class org.apache.directory.shared.ldap.model.message.extended.AddNoDResponse
The single instance with protocolError result code.
PROTOCOLERROR - Static variable in class org.apache.directory.shared.ldap.model.message.extended.BindNoDResponse
The single instance with protocolError result code.
PROTOCOLERROR - Static variable in class org.apache.directory.shared.ldap.model.message.extended.CompareNoDResponse
The single instance with protocolError result code.
PROTOCOLERROR - Static variable in class org.apache.directory.shared.ldap.model.message.extended.DeleteNoDResponse
The single instance with protocolError result code.
PROTOCOLERROR - Static variable in class org.apache.directory.shared.ldap.model.message.extended.ExtendedNoDResponse
The single instance with protocolError result code.
PROTOCOLERROR - Static variable in class org.apache.directory.shared.ldap.model.message.extended.ModifyDnNoDResponse
The single instance with protocolError result code.
PROTOCOLERROR - Static variable in class org.apache.directory.shared.ldap.model.message.extended.ModifyNoDResponse
The single instance with protocolError result code.
PROTOCOLERROR - Static variable in class org.apache.directory.shared.ldap.model.message.extended.NoticeOfDisconnect
The single instance with protocolError result code.
PROTOCOLERROR - Static variable in class org.apache.directory.shared.ldap.model.message.extended.SearchNoDResponse
The single instance with protocolError result code.
ProtocolInformationSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a protocol information according to RFC 2252.
ProtocolInformationSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.ProtocolInformationSyntaxChecker
Creates a new instance of ProtocolInformationSyntaxChecker.
put(Object, Object) - Method in class org.apache.directory.shared.dsmlv2.AbstractDsmlMessageDecorator
Sets a message scope parameter.
put(Object, Object) - Method in class org.apache.directory.shared.ldap.codec.api.MessageDecorator
Sets a message scope parameter.
put(String, byte[]...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Put an attribute (represented by its ID and some binary values) into an entry.
put(String, String...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Put an attribute (represented by its ID and some String values) into an entry.
put(String, Value<?>...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Put an attribute (represented by its ID and some values) into an entry.
put(Attribute...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Places attributes in the attribute collection.
put(AttributeType, byte[]...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Places a new attribute with the supplied AttributeType and binary values into the attribute collection.
put(AttributeType, String...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Places a new attribute with the supplied AttributeType and String values into the attribute collection.
put(AttributeType, Value<?>...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Places a new attribute with the supplied AttributeType and some values into the attribute collection.
put(String, AttributeType, byte[]...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Places a new attribute with the supplied AttributeType and some binary values into the attribute collection.
put(String, AttributeType, String...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Places a new attribute with the supplied AttributeType and some String values into the attribute collection.
put(String, AttributeType, Value<?>...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Places a new attribute with the supplied AttributeType and some values into the attribute collection.
put(Attribute...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
Places attributes in the attribute collection.
put(AttributeType, byte[]...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
Places a new attribute with the supplied AttributeType and binary values into the attribute collection.
put(AttributeType, String...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
Places a new attribute with the supplied AttributeType and String values into the attribute collection.
put(AttributeType, Value<?>...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
Places a new attribute with the supplied AttributeType and some values into the attribute collection.
put(String, AttributeType, byte[]...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
Places a new attribute with the supplied AttributeType and some binary values into the attribute collection.
put(String, AttributeType, String...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
Places a new attribute with the supplied AttributeType and some String values into the attribute collection.
put(String, AttributeType, Value<?>...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
Places a new attribute with the supplied AttributeType and some values into the attribute collection.
put(String, byte[]...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
Put an attribute (represented by its ID and some binary values) into an entry.
put(String, String...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
Put an attribute (represented by its ID and some String values) into an entry.
put(String, Value<?>...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
Put an attribute (represented by its ID and some values) into an entry.
put(String, byte[]...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Put an attribute (represented by its ID and some binary values) into an entry.
put(String, String...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Put an attribute (represented by its ID and some String values) into an entry.
put(String, Value<?>...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Put an attribute (represented by its ID and some values) into an entry.
put(Attribute...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Places attributes in the attribute collection.
put(AttributeType, byte[]...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Places a new attribute with the supplied AttributeType and binary values into the attribute collection.
put(AttributeType, String...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Places a new attribute with the supplied AttributeType and String values into the attribute collection.
put(AttributeType, Value<?>...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Places a new attribute with the supplied AttributeType and some values into the attribute collection.
put(String, AttributeType, byte[]...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Places a new attribute with the supplied AttributeType and some binary values into the attribute collection.
put(String, AttributeType, String...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Places a new attribute with the supplied AttributeType and some String values into the attribute collection.
put(String, AttributeType, Value<?>...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Places a new attribute with the supplied AttributeType and some values into the attribute collection.
put(Object, Object) - Method in class org.apache.directory.shared.ldap.model.message.AbstractMessage
Sets a message scope parameter.
put(Object, Object) - Method in interface org.apache.directory.shared.ldap.model.message.Message
Sets a message scope parameter.
put(Object, Object) - Method in class org.apache.directory.shared.util.NoDuplicateKeysMap
Overrides java.util.Map.put(java.lang.Object, java.lang.Object) to prevent duplicate keys.
put(String, String) - Method in class org.apache.directory.shared.util.PreferencesDictionary
 
put(Object, Object) - Method in class org.apache.directory.shared.util.SequencedHashMap
put(Object, Object) - Method in class org.apache.directory.shared.util.SynchronizedLRUMap
Removes the key and its Object from the Map.
putAll(Map) - Method in class org.apache.directory.shared.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.model.ldif.LdifEntry
Add an attribute value to an existing attribute
PWD_ACCOUNT_LOCKED_TIME_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_ALLOW_USER_CHANGE_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_ATTRIBUTE_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_CHANGED_TIME_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_CHECK_QUALITY_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_END_TIME_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_EXPIRE_WARNING_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_FAILURE_COUNT_INTERVAL_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_FAILURE_TIME_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_GRACE_AUTHN_LIMIT_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_GRACE_EXPIRE_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_GRACE_USE_TIME_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_HISTORY_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_IN_HISTORY_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_LAST_SUCCESS_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_LOCKOUT_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_LOCKOUT_DURATION_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_MAX_AGE_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_MAX_DELAY_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_MAX_FAILURE_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_MAX_IDLE_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_MAX_LENGTH_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_MIN_AGE_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_MIN_DELAY_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_MIN_LENGTH_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_MUST_CHANGE_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_POLICY_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_POLICY_SUBENTRY_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_RESET_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_SAFE_MODIFY_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_START_TIME_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.PasswordPolicySchemaConstants
 

Q

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

R

RANGE_OF_VALUES_CANDIDATE - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
RANGE_OF_VALUES_CANDIDATE - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
rangeOfValues() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
rangeOfValues() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
RangeOfValuesItem - Class in org.apache.directory.shared.ldap.aci.protectedItem
Any attribute value which matches the specified filter, i.e.
RangeOfValuesItem(ExprNode) - Constructor for class org.apache.directory.shared.ldap.aci.protectedItem.RangeOfValuesItem
Creates a new instance.
RANGLE - Static variable in interface org.apache.directory.shared.ldap.model.name.AntlrDnTokenTypes
 
RBRACKET - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
RCURLY - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueTokenTypes
 
Rdn - Class in org.apache.directory.shared.ldap.model.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.model.name.Rdn
A empty constructor.
Rdn(SchemaManager) - Constructor for class org.apache.directory.shared.ldap.model.name.Rdn
Creates a new schema aware instance of Rdn.
Rdn(SchemaManager, String) - Constructor for class org.apache.directory.shared.ldap.model.name.Rdn
A constructor that parse a String representing a schema aware Rdn.
Rdn(String) - Constructor for class org.apache.directory.shared.ldap.model.name.Rdn
A constructor that parse a String representing a Rdn.
Rdn(SchemaManager, String, String) - Constructor for class org.apache.directory.shared.ldap.model.name.Rdn
A constructor that constructs a schema aware Rdn from a type and a value.
Rdn(String, String) - Constructor for class org.apache.directory.shared.ldap.model.name.Rdn
A constructor that constructs a Rdn from a type and a value.
Rdn(Rdn) - Constructor for class org.apache.directory.shared.ldap.model.name.Rdn
Constructs an Rdn from the given rdn.
rdns - Variable in class org.apache.directory.shared.ldap.model.name.Dn
The RDNs that are elements of the Dn
NOTE THAT THESE ARE IN THE OPPOSITE ORDER FROM THAT IMPLIED BY THE JAVADOC!
Rdn[0] is rdns.get(n) and Rdn[n] is rdns.get(0)
For instance,if the Dn is "dc=c, dc=b, dc=a", then the RDNs are stored as : [0] : dc=c [1] : dc=b [2] : dc=a
reader - Variable in class org.apache.directory.shared.ldap.model.ldif.LdifReader
The ldif Reader
readExternal(ObjectInput) - Method in class org.apache.directory.shared.ldap.model.entry.BinaryValue
readExternal(ObjectInput) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
readExternal(ObjectInput) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
readExternal(ObjectInput) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultModification
 
readExternal(ObjectInput) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
readExternal(ObjectInput) - Method in class org.apache.directory.shared.ldap.model.entry.StringValue
readExternal(ObjectInput) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifControl
readExternal(ObjectInput) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
 
readExternal(ObjectInput) - Method in class org.apache.directory.shared.ldap.model.name.Ava
We read back the data to create a new ATAV.
readExternal(ObjectInput) - Method in class org.apache.directory.shared.ldap.model.name.Dn
readExternal(ObjectInput) - Method in class org.apache.directory.shared.ldap.model.name.Rdn
We read back the data to create a new RDB.
readExternal(ObjectInput) - Method in class org.apache.directory.shared.util.SequencedHashMap
Deserializes this map from the given stream.
readLines() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifReader
Reads an entry in a ldif buffer, and returns the resulting lines, without comments, and unfolded.
readUTF(ObjectInput) - Static method in class org.apache.directory.shared.util.Unicode
Reads in a string that has been encoded using a modified UTF-8 format.
realmName - Variable in class org.apache.directory.ldap.client.api.SaslRequest
The realm name on the server
reason - Variable in exception org.apache.directory.shared.ldap.model.exception.LdapUriException
The reason message.
reasonCode - Variable in exception org.apache.directory.shared.ldap.model.exception.LdapUriException
The reason code.
REF_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
REF_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
Referral - Interface in org.apache.directory.shared.ldap.model.message
Represents a referral which is a set of alternative locations where an entry can be found.
REFERRAL_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
REFERRAL_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ReferralImpl - Class in org.apache.directory.shared.ldap.model.message
A Referral implementation.
ReferralImpl() - Constructor for class org.apache.directory.shared.ldap.model.message.ReferralImpl
 
refinement() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
refinement() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
refinement() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
refinement() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
Refinement - Interface in org.apache.directory.shared.ldap.model.subtree
An empty interface used for Refinements.
refinements() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
refinements() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
refinements() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
refinements() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
refresh() - Method in class org.apache.directory.ldap.client.api.Krb5LoginConfiguration
Interface method for reloading the configuration.
RegexNormalizer - Class in org.apache.directory.shared.ldap.model.schema.normalizers
A Normalizer that uses Perl5 based regular expressions to normalize values.
RegexNormalizer(String, Pattern[]) - Constructor for class org.apache.directory.shared.ldap.model.schema.normalizers.RegexNormalizer
Creates a Perl5 regular expression based normalizer.
RegexSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker implemented using Perl5 regular expressions to constrain values.
RegexSyntaxChecker(String, String[]) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.RegexSyntaxChecker
Creates a Syntax validator for a specific Syntax using Perl5 matching rules for validation.
RegexSyntaxChecker(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.RegexSyntaxChecker
Creates a new instance of RegexSyntaxChecker.
register(LdapComparator<?>) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.ComparatorRegistry
Registers a new LdapComparator with this registry.
register(DITStructureRule) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultDITStructureRuleRegistry
Registers a new SchemaObject with this registry.
register(T) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchemaObjectRegistry
Registers a new SchemaObject with this registry.
register(DITStructureRule) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.DITStructureRuleRegistry
Registers a new DITStructureRule with this registry.
register(AttributeType) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
Registers a new SchemaObject with this registry.
register(LdapComparator<?>) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableComparatorRegistry
Registers a new LdapComparator with this registry.
register(DITContentRule) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITContentRuleRegistry
Registers a new SchemaObject with this registry.
register(DITStructureRule) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITStructureRuleRegistry
Registers a new DITStructureRule with this registry.
register(LdapSyntax) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
Registers a new SchemaObject with this registry.
register(MatchingRule) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
Registers a new SchemaObject with this registry.
register(MatchingRuleUse) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
Registers a new SchemaObject with this registry.
register(NameForm) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNameFormRegistry
Registers a new SchemaObject with this registry.
register(Normalizer) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNormalizerRegistry
Registers a new Normalizer with this registry.
register(ObjectClass) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableObjectClassRegistry
Registers a new ObjectClass with this registry.
register(SyntaxChecker) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
Registers a new SyntaxChecker with this registry.
register(Normalizer) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.NormalizerRegistry
Registers a new Normalizer with this registry.
register(ObjectClass) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.ObjectClassRegistry
Registers a new ObjectClass with this registry.
register(T) - Method in class org.apache.directory.shared.ldap.model.schema.registries.OidRegistry
Adds an OID name pair to the registry.
register(T) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaObjectRegistry
Registers a new SchemaObject with this registry.
register(SyntaxChecker) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SyntaxCheckerRegistry
Registers a new SyntaxChecker with this registry.
registerControl(ControlFactory<?, ?>) - Method in interface org.apache.directory.shared.ldap.codec.api.LdapApiService
Registers an ControlFactory with this service.
registerControl(ControlFactory<?, ?>) - Method in class org.apache.directory.shared.ldap.codec.osgi.DefaultLdapCodecService
Registers an ControlFactory with this service.
registerControl(ControlFactory<?, ?>) - Method in class org.apache.directory.shared.ldap.codec.standalone.StandaloneLdapApiService
Registers an ControlFactory with this service.
registerDescendants(AttributeType, AttributeType) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.AttributeTypeRegistry
Store the AttributeType into a map associating an AttributeType to its descendants.
registerDescendants(AttributeType, AttributeType) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultAttributeTypeRegistry
Store the AttributeType into a map associating an AttributeType to its descendants.
registerDescendants(ObjectClass, List<ObjectClass>) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultObjectClassRegistry
Store the ObjectClass into a map associating an ObjectClass to its descendants.
registerDescendants(AttributeType, AttributeType) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
Store the AttributeType into a map associating an AttributeType to its descendants.
registerDescendants(ObjectClass, List<ObjectClass>) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableObjectClassRegistry
Store the ObjectClass into a map associating an ObjectClass to its descendants.
registerDescendants(ObjectClass, List<ObjectClass>) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.ObjectClassRegistry
Store the ObjectClass into a map associating an ObjectClass to its descendants.
registeredControls() - Method in interface org.apache.directory.shared.ldap.codec.api.LdapApiService
Returns an Iterator over the OID Strings of registered controls.
registeredControls() - Method in class org.apache.directory.shared.ldap.codec.osgi.DefaultLdapCodecService
Returns an Iterator over the OID Strings of registered controls.
registeredControls() - Method in class org.apache.directory.shared.ldap.codec.standalone.StandaloneLdapApiService
Returns an Iterator over the OID Strings of registered controls.
registeredExtendedRequests() - Method in interface org.apache.directory.shared.ldap.codec.api.LdapApiService
Returns an Iterator over the OID Strings of registered extended requests.
registeredExtendedRequests() - Method in class org.apache.directory.shared.ldap.codec.osgi.DefaultLdapCodecService
Returns an Iterator over the OID Strings of registered extended requests.
registeredExtendedRequests() - Method in class org.apache.directory.shared.ldap.codec.standalone.StandaloneLdapApiService
Returns an Iterator over the OID Strings of registered extended requests.
registeredUnsolicitedResponses() - Method in interface org.apache.directory.shared.ldap.codec.api.LdapApiService
Returns an Iterator over the OID Strings of registered unsolicited extended responses.
registeredUnsolicitedResponses() - Method in class org.apache.directory.shared.ldap.codec.osgi.DefaultLdapCodecService
Returns an Iterator over the OID Strings of registered unsolicited extended responses.
registeredUnsolicitedResponses() - Method in class org.apache.directory.shared.ldap.codec.standalone.StandaloneLdapApiService
Returns an Iterator over the OID Strings of registered unsolicited extended responses.
registerExtendedRequest(ExtendedRequestFactory<?, ?>) - Method in interface org.apache.directory.shared.ldap.codec.api.LdapApiService
Registers an ExtendedRequestFactory for generating extended request response pairs.
registerExtendedRequest(ExtendedRequestFactory<?, ?>) - Method in class org.apache.directory.shared.ldap.codec.osgi.DefaultLdapCodecService
Registers an ExtendedRequestFactory for generating extended request response pairs.
registerExtendedRequest(ExtendedRequestFactory<?, ?>) - Method in class org.apache.directory.shared.ldap.codec.standalone.StandaloneLdapApiService
Registers an ExtendedRequestFactory for generating extended request response pairs.
registerOid(SchemaObject, Registries) - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
Register the given SchemaObject into the given registries' globalOidRegistry
registerOid(SchemaObject, Registries) - Method in class org.apache.directory.shared.ldap.model.schema.LoadableSchemaObject
Register the given SchemaObject into the given registries' globalOidRegistry
registerOid(SchemaObject, Registries) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
Register the given SchemaObject into the given registries' globalOidRegistry
registerProtocolCodecFactory(ProtocolCodecFactory) - Method in interface org.apache.directory.shared.ldap.codec.api.LdapApiService
Registers a ProtocolCodecFactory with this LdapCodecService.
registerProtocolCodecFactory(ProtocolCodecFactory) - Method in class org.apache.directory.shared.ldap.codec.osgi.DefaultLdapCodecService
 
registerProtocolCodecFactory(ProtocolCodecFactory) - Method in class org.apache.directory.shared.ldap.codec.standalone.StandaloneLdapApiService
Registers a ProtocolCodecFactory with this LdapCodecService.
registerUnsolicitedResponse(UnsolicitedResponseFactory<?>) - Method in interface org.apache.directory.shared.ldap.codec.api.LdapApiService
Registers an UnsolicitedResponseFactory for generating extended responses sent by servers without an extended request.
registerUnsolicitedResponse(UnsolicitedResponseFactory<?>) - Method in class org.apache.directory.shared.ldap.codec.osgi.DefaultLdapCodecService
Registers an UnsolicitedResponseFactory for generating extended responses sent by servers without an extended request.
registerUnsolicitedResponse(UnsolicitedResponseFactory<?>) - Method in class org.apache.directory.shared.ldap.codec.standalone.StandaloneLdapApiService
Registers an UnsolicitedResponseFactory for generating extended responses sent by servers without an extended request.
Registries - Class in org.apache.directory.shared.ldap.model.schema.registries
Document this class.
Registries(SchemaManager) - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.Registries
Creates a new instance of Registries.
relativeDistinguishedName(Rdn) - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnParser
Parses an Rdn string.
relativeDistinguishedNames(List<Rdn>) - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnParser
Parses an Dn string.
RELAXED - Static variable in class org.apache.directory.shared.ldap.model.schema.registries.Registries
 
RELAXED - Static variable in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Two flags for RELAXED and STRICT, this is RELAXED
releaseConnection(LdapNetworkConnection) - Method in class org.apache.directory.ldap.client.api.LdapConnectionPool
Places the given LdapConnection back in the pool.
remove(String, String...) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
marks a given attribute for removal with the given values from the target entry.
remove(String, byte[]...) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
remove(Attribute) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
marks a given attribute for removal from the target entry.
remove(String, String...) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
marks a given attribute for removal with the given values from the target entry.
remove(String, byte[]...) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
remove(Attribute) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
marks a given attribute for removal from the target entry.
remove() - Method in class org.apache.directory.shared.ldap.model.cursor.CursorIterator
remove(String...) - Method in interface org.apache.directory.shared.ldap.model.entry.Attribute
Removes all the values that are equal to the given values.
remove(byte[]...) - Method in interface org.apache.directory.shared.ldap.model.entry.Attribute
Removes all the values that are equal to the given values.
remove(Value<?>...) - Method in interface org.apache.directory.shared.ldap.model.entry.Attribute
Removes all the values that are equal to the given values.
remove(Value<?>...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
Removes all the values that are equal to the given values.
remove(byte[]...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
Removes all the values that are equal to the given values.
remove(String...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
Removes all the values that are equal to the given values.
remove(Attribute...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Removes the specified attributes.
remove(AttributeType, byte[]...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Removes the specified binary values from an attribute.
remove(AttributeType, String...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Removes the specified String values from an attribute.
remove(AttributeType, Value<?>...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Removes the specified values from an attribute.
remove(String, byte[]...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Removes the specified binary values from an attribute.
remove(String, String...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Removes the specified String values from an attribute.
remove(String, Value<?>...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Removes the specified values from an attribute.
remove(AttributeType, byte[]...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
Removes the specified binary values from an attribute.
remove(AttributeType, String...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
Removes the specified String values from an attribute.
remove(AttributeType, Value<?>...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
Removes the specified values from an attribute.
remove(Attribute...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
Removes the specified attributes.
remove(String, byte[]...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
Removes the specified binary values from an attribute.
remove(String, String...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
Removes the specified String values from an attribute.
remove(String, Value<?>...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
Removes the specified values from an attribute.
remove(Attribute...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Removes the specified attributes.
remove(AttributeType, byte[]...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Removes the specified binary values from an attribute.
remove(AttributeType, String...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Removes the specified String values from an attribute.
remove(AttributeType, Value<?>...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Removes the specified values from an attribute.
remove(String, byte[]...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Removes the specified binary values from an attribute.
remove(String, String...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Removes the specified String values from an attribute.
remove(String, Value<?>...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Removes the specified values from an attribute.
remove() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifReader
Always throws UnsupportedOperationException!
remove(String, String...) - Method in interface org.apache.directory.shared.ldap.model.message.ModifyRequest
marks a given attribute for removal with the given values from the target entry.
remove(String, byte[]...) - Method in interface org.apache.directory.shared.ldap.model.message.ModifyRequest
 
remove(Attribute) - Method in interface org.apache.directory.shared.ldap.model.message.ModifyRequest
marks a given attribute for removal from the target entry.
remove(String, String...) - Method in class org.apache.directory.shared.ldap.model.message.ModifyRequestImpl
marks a given attribute for removal with the given values from the target entry.
remove(String, byte[]...) - Method in class org.apache.directory.shared.ldap.model.message.ModifyRequestImpl
remove(Attribute) - Method in class org.apache.directory.shared.ldap.model.message.ModifyRequestImpl
marks a given attribute for removal from the target entry.
remove(Dn) - Method in class org.apache.directory.shared.ldap.util.tree.DnNode
Removes a node from the tree.
remove() - Method in class org.apache.directory.shared.util.JoinIterator
 
remove(Object) - Method in class org.apache.directory.shared.util.PreferencesDictionary
 
remove(Object) - Method in class org.apache.directory.shared.util.SequencedHashMap
Implements Map.remove(Object).
remove(int) - Method in class org.apache.directory.shared.util.SequencedHashMap
Removes the element at the specified index.
removeAttribute(String) - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
Removes an attribute to the set of entry attributes to return.
removeAttribute(String) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
Removes an attribute to the set of entry attributes to return.
removeAttribute(String...) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
Remove a list of Attributes from the LdifEntry
removeAttribute(String) - Method in interface org.apache.directory.shared.ldap.model.message.SearchRequest
Removes an attribute to the set of entry attributes to return.
removeAttribute(String) - Method in class org.apache.directory.shared.ldap.model.message.SearchRequestImpl
Removes an attribute to the set of entry attributes to return.
removeAttributes(AttributeType...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Removes the attribute with the specified AttributeTypes.
removeAttributes(String...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Removes the attribute with the specified alias.
removeAttributes(AttributeType...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
Removes the attribute with the specified AttributeTypes.
removeAttributes(String...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
Removes the attribute with the specified alias.
removeAttributes(AttributeType...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Removes the attribute with the specified AttributeTypes.
removeAttributes(String...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Removes the attribute with the specified alias.
removeControl(Control) - Method in class org.apache.directory.shared.dsmlv2.AbstractDsmlMessageDecorator
Deletes a control removing it from this Message.
removeControl(Control) - Method in class org.apache.directory.shared.dsmlv2.request.AbandonRequestDsml
Deletes a control removing it from this Message.
removeControl(Control) - Method in class org.apache.directory.shared.dsmlv2.request.AddRequestDsml
Deletes a control removing it from this Message.
removeControl(Control) - Method in class org.apache.directory.shared.dsmlv2.request.BindRequestDsml
Deletes a control removing it from this Message.
removeControl(Control) - Method in class org.apache.directory.shared.dsmlv2.request.CompareRequestDsml
Deletes a control removing it from this Message.
removeControl(Control) - Method in class org.apache.directory.shared.dsmlv2.request.DelRequestDsml
Deletes a control removing it from this Message.
removeControl(Control) - Method in class org.apache.directory.shared.dsmlv2.request.ExtendedRequestDsml
Deletes a control removing it from this Message.
removeControl(Control) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyDNRequestDsml
Deletes a control removing it from this Message.
removeControl(Control) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
Deletes a control removing it from this Message.
removeControl(Control) - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
Deletes a control removing it from this Message.
removeControl(Control) - Method in class org.apache.directory.shared.ldap.codec.api.ExtendedRequestDecorator
Deletes a control removing it from this Message.
removeControl(Control) - Method in class org.apache.directory.shared.ldap.codec.api.MessageDecorator
Deletes a control removing it from this Message.
removeControl(Control) - Method in class org.apache.directory.shared.ldap.codec.decorators.AbandonRequestDecorator
Deletes a control removing it from this Message.
removeControl(Control) - Method in class org.apache.directory.shared.ldap.codec.decorators.AddRequestDecorator
Deletes a control removing it from this Message.
removeControl(Control) - Method in class org.apache.directory.shared.ldap.codec.decorators.BindRequestDecorator
Deletes a control removing it from this Message.
removeControl(Control) - Method in class org.apache.directory.shared.ldap.codec.decorators.CompareRequestDecorator
Deletes a control removing it from this Message.
removeControl(Control) - Method in class org.apache.directory.shared.ldap.codec.decorators.DeleteRequestDecorator
Deletes a control removing it from this Message.
removeControl(Control) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyDnRequestDecorator
Deletes a control removing it from this Message.
removeControl(Control) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
Deletes a control removing it from this Message.
removeControl(Control) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
Deletes a control removing it from this Message.
removeControl(Control) - Method in class org.apache.directory.shared.ldap.codec.decorators.UnbindRequestDecorator
Deletes a control removing it from this Message.
removeControl(Control) - Method in interface org.apache.directory.shared.ldap.model.message.AbandonRequest
Deletes a control removing it from this Message.
removeControl(Control) - Method in class org.apache.directory.shared.ldap.model.message.AbandonRequestImpl
Deletes a control removing it from this Message.
removeControl(Control) - Method in class org.apache.directory.shared.ldap.model.message.AbstractExtendedRequest
Deletes a control removing it from this Message.
removeControl(Control) - Method in class org.apache.directory.shared.ldap.model.message.AbstractMessage
Deletes a control removing it from this Message.
removeControl(Control) - Method in interface org.apache.directory.shared.ldap.model.message.AddRequest
Deletes a control removing it from this Message.
removeControl(Control) - Method in class org.apache.directory.shared.ldap.model.message.AddRequestImpl
Deletes a control removing it from this Message.
removeControl(Control) - Method in interface org.apache.directory.shared.ldap.model.message.BindRequest
Deletes a control removing it from this Message.
removeControl(Control) - Method in class org.apache.directory.shared.ldap.model.message.BindRequestImpl
Deletes a control removing it from this Message.
removeControl(Control) - Method in interface org.apache.directory.shared.ldap.model.message.CompareRequest
Deletes a control removing it from this Message.
removeControl(Control) - Method in class org.apache.directory.shared.ldap.model.message.CompareRequestImpl
Deletes a control removing it from this Message.
removeControl(Control) - Method in interface org.apache.directory.shared.ldap.model.message.DeleteRequest
Deletes a control removing it from this Message.
removeControl(Control) - Method in class org.apache.directory.shared.ldap.model.message.DeleteRequestImpl
Deletes a control removing it from this Message.
removeControl(Control) - Method in interface org.apache.directory.shared.ldap.model.message.ExtendedRequest
Deletes a control removing it from this Message.
removeControl(Control) - Method in class org.apache.directory.shared.ldap.model.message.ExtendedRequestImpl
Deletes a control removing it from this Message.
removeControl(Control) - Method in interface org.apache.directory.shared.ldap.model.message.Message
Deletes a control removing it from this Message.
removeControl(Control) - Method in interface org.apache.directory.shared.ldap.model.message.ModifyDnRequest
Deletes a control removing it from this Message.
removeControl(Control) - Method in class org.apache.directory.shared.ldap.model.message.ModifyDnRequestImpl
Deletes a control removing it from this Message.
removeControl(Control) - Method in interface org.apache.directory.shared.ldap.model.message.ModifyRequest
Deletes a control removing it from this Message.
removeControl(Control) - Method in class org.apache.directory.shared.ldap.model.message.ModifyRequestImpl
Deletes a control removing it from this Message.
removeControl(Control) - Method in interface org.apache.directory.shared.ldap.model.message.SearchRequest
Deletes a control removing it from this Message.
removeControl(Control) - Method in class org.apache.directory.shared.ldap.model.message.SearchRequestImpl
Deletes a control removing it from this Message.
removeControl(Control) - Method in interface org.apache.directory.shared.ldap.model.message.UnbindRequest
Deletes a control removing it from this Message.
removeControl(Control) - Method in class org.apache.directory.shared.ldap.model.message.UnbindRequestImpl
Deletes a control removing it from this Message.
removeFromRegistries(List<Throwable>, Registries) - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
Remove this SchemaObject from the given registries, updating the references to other SchemaObject.
removeFromRegistries(List<Throwable>, Registries) - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
Remove this SchemaObject from the given registries, updating the references to other SchemaObject.
removeFromRegistries(List<Throwable>, Registries) - Method in class org.apache.directory.shared.ldap.model.schema.LdapSyntax
Remove this SchemaObject from the given registries, updating the references to other SchemaObject.
removeFromRegistries(List<Throwable>, Registries) - Method in class org.apache.directory.shared.ldap.model.schema.MatchingRule
Remove the MatchingRule from the registries, updating the references to other SchemaObject.
removeFromRegistries(List<Throwable>, Registries) - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
Remove the ObjectClass from the registries, updating the references to other SchemaObject.
removeFromRegistries(List<Throwable>, Registries) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
Remove this SchemaObject from the given registries, updating the references to other SchemaObject.
removeLdapUrl(String) - Method in interface org.apache.directory.shared.ldap.model.message.Referral
Removes an LDAPv3 URL to this Referral.
removeLdapUrl(String) - Method in class org.apache.directory.shared.ldap.model.message.ReferralImpl
Removes an LDAPv3 URL to this Referral.
removeMappingFor(AttributeType) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.AttributeTypeRegistry
Remove a new Oid/Normalizer couple in the OidNormalizer map
removeMappingFor(AttributeType) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultAttributeTypeRegistry
Remove the AttributeType normalizer from the OidNormalizer map
removeMappingFor(AttributeType) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
Remove a new Oid/Normalizer couple in the OidNormalizer map
removeModification(Modification) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
Removes a ModificationItem to the set of modifications composing this modify request.
removeModification(Modification) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
Removes a ModificationItem to the set of modifications composing this modify request.
removeModification(Modification) - Method in interface org.apache.directory.shared.ldap.model.message.ModifyRequest
Removes a ModificationItem to the set of modifications composing this modify request.
removeModification(Modification) - Method in class org.apache.directory.shared.ldap.model.message.ModifyRequestImpl
Removes a ModificationItem to the set of modifications composing this modify request.
removeReference(List<Throwable>, SchemaObject) - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
Unlink the SchemaObject references
removeRequest(DsmlDecorator<? extends Request>) - Method in class org.apache.directory.shared.dsmlv2.request.BatchRequestDsml
Removes a request from the Batch Request DSML.
removeResponse(DsmlDecorator<Response>) - Method in class org.apache.directory.shared.dsmlv2.reponse.BatchResponseDsml
Removes a request from the Batch Response DSML.
removeResponse(DsmlDecorator<Response>) - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResponseDsml
Removes a response.
removeSchema(Schema) - Method in class org.apache.directory.shared.ldap.model.schema.registries.AbstractSchemaLoader
Remove a schema from the schema's list
removeSchema(Schema) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
Remove a schema from the schema's list
rename(String, String) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Renames the given entryDn with new Rdn and deletes the old Rdn.
rename(Dn, Rdn) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Renames the given entryDn with new Rdn and deletes the old Rdn.
rename(String, String, boolean) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Renames the given entryDn with new Rdn and deletes the old Rdn if deleteOldRdn is set to true.
rename(Dn, Rdn, boolean) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Renames the given entryDn with new Rdn and deletes the old Rdn if deleteOldRdn is set to true.
rename(String, String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Renames the given entryDn with new Rdn and deletes the old Rdn.
rename(Dn, Rdn) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Renames the given entryDn with new Rdn and deletes the old Rdn.
rename(String, String, boolean) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Renames the given entryDn with new Rdn and deletes the old Rdn if deleteOldRdn is set to true.
rename(Dn, Rdn, boolean) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Renames the given entryDn with new Rdn and deletes the old Rdn if deleteOldRdn is set to true.
rename(Rdn) - Method in class org.apache.directory.shared.ldap.util.tree.DnNode
rename the DnNode's Dn
renameSchema(String, String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultDITStructureRuleRegistry
Modify all the SchemaObject using a schemaName when this name changes.
renameSchema(String, String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchemaObjectRegistry
Modify all the SchemaObject using a schemaName when this name changes.
renameSchema(String, String) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.DITStructureRuleRegistry
Modify all the DITStructureRule using a schemaName when this name changes.
renameSchema(String, String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
Modify all the SchemaObject using a schemaName when this name changes.
renameSchema(String, String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableComparatorRegistry
Modify all the SchemaObject using a schemaName when this name changes.
renameSchema(String, String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITContentRuleRegistry
Modify all the SchemaObject using a schemaName when this name changes.
renameSchema(String, String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITStructureRuleRegistry
Modify all the DITStructureRule using a schemaName when this name changes.
renameSchema(String, String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
Modify all the SchemaObject using a schemaName when this name changes.
renameSchema(String, String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
Modify all the SchemaObject using a schemaName when this name changes.
renameSchema(String, String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
Modify all the SchemaObject using a schemaName when this name changes.
renameSchema(String, String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNameFormRegistry
Modify all the SchemaObject using a schemaName when this name changes.
renameSchema(String, String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNormalizerRegistry
Modify all the SchemaObject using a schemaName when this name changes.
renameSchema(String, String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableObjectClassRegistry
Modify all the SchemaObject using a schemaName when this name changes.
renameSchema(String, String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
Modify all the SchemaObject using a schemaName when this name changes.
renameSchema(String, String) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaObjectRegistry
Modify all the SchemaObject using a schemaName when this name changes.
render(StringBuffer, List<String>) - Static method in class org.apache.directory.shared.ldap.model.schema.SchemaUtils
Renders qdescrs into an existing buffer.
render(ObjectClass[]) - Static method in class org.apache.directory.shared.ldap.model.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.model.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.model.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.model.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.model.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.model.schema.SchemaUtils
Renders an attributeType into a new StringBuffer according to the Attribute Type Description Syntax 1.3.6.1.4.1.1466.115.121.1.3.
render(Map<String, List<String>>) - Static method in class org.apache.directory.shared.ldap.model.schema.SchemaUtils
Renders the schema extensions into a new StringBuffer.
render(MatchingRule) - Static method in class org.apache.directory.shared.ldap.model.schema.SchemaUtils
Renders an matchingRule into a new StringBuffer according to the MatchingRule Description Syntax 1.3.6.1.4.1.1466.115.121.1.30.
render(LdapSyntax) - Static method in class org.apache.directory.shared.ldap.model.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.model.schema.SchemaUtils
NOT FULLY IMPLEMENTED!
render(DITContentRule) - Static method in class org.apache.directory.shared.ldap.model.schema.SchemaUtils
NOT FULLY IMPLEMENTED!
render(DITStructureRule) - Static method in class org.apache.directory.shared.ldap.model.schema.SchemaUtils
NOT FULLY IMPLEMENTED!
render(NameForm) - Static method in class org.apache.directory.shared.ldap.model.schema.SchemaUtils
NOT FULLY IMPLEMENTED!
render(LoadableSchemaObject) - Static method in class org.apache.directory.shared.ldap.model.schema.SchemaUtils
Returns a String description of a schema.
render(UsageEnum) - Static method in enum org.apache.directory.shared.ldap.model.schema.UsageEnum
Get the string representation for UsageEnum, which will be used by the AttributeType rendering
render() - Method in enum org.apache.directory.shared.ldap.model.schema.UsageEnum
Get the string representation for UsageEnum, which will be used by the AttributeType rendering
replace(String) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
replace(String, String...) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
marks a given attribute for replacement with the given values in the target entry.
replace(String, byte[]...) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
replace(Attribute) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
marks a given attribute for replacement in the target entry.
replace(String) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
replace(String, String...) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
marks a given attribute for replacement with the given values in the target entry.
replace(String, byte[]...) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
replace(Attribute) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
marks a given attribute for replacement in the target entry.
replace(String) - Method in interface org.apache.directory.shared.ldap.model.message.ModifyRequest
 
replace(String, String...) - Method in interface org.apache.directory.shared.ldap.model.message.ModifyRequest
marks a given attribute for replacement with the given values in the target entry.
replace(String, byte[]...) - Method in interface org.apache.directory.shared.ldap.model.message.ModifyRequest
 
replace(Attribute) - Method in interface org.apache.directory.shared.ldap.model.message.ModifyRequest
marks a given attribute for replacement in the target entry.
replace(String) - Method in class org.apache.directory.shared.ldap.model.message.ModifyRequestImpl
 
replace(String, String...) - Method in class org.apache.directory.shared.ldap.model.message.ModifyRequestImpl
marks a given attribute for replacement with the given values in the target entry.
replace(String, byte[]...) - Method in class org.apache.directory.shared.ldap.model.message.ModifyRequestImpl
 
replace(Attribute) - Method in class org.apache.directory.shared.ldap.model.message.ModifyRequestImpl
marks a given attribute for replacement in the target entry.
Request - Interface in org.apache.directory.shared.ldap.model.message
Ldap protocol request messages derive from this super interface.
requestAbandoned(AbandonableRequest) - Method in interface org.apache.directory.shared.ldap.model.message.AbandonListener
Notifies that a request has been abandoned.
RequestDecorator<M extends Request> - Class in org.apache.directory.shared.ldap.codec.decorators
A decorator for the LdapResultResponse message
RequestDecorator(LdapApiService, M) - Constructor for class org.apache.directory.shared.ldap.codec.decorators.RequestDecorator
Makes Request a MessageDecorator.
requestValue - Variable in class org.apache.directory.shared.ldap.codec.api.ExtendedRequestDecorator
 
reset() - Method in class org.apache.directory.shared.asn1.ber.tlv.TLV
Reset the TLV, so it can be reused for the next PDU decoding.
reset() - Method in class org.apache.directory.shared.asn1.ber.tlv.Value
Reset the Value so that it can be reused
reset(String) - Method in class org.apache.directory.shared.ldap.model.schema.parsers.AbstractSchemaParser
Initializes the plumbing by creating a pipe and coupling the parser/lexer pair with it.
resetState() - Method in class org.apache.directory.shared.ldap.model.schema.parsers.ReusableAntlrSchemaParser
Resets the state of an antlr parser.
RESIDENTIAL_PERSON_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
RESIDENTIAL_PERSON_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
resolvedDn - Variable in exception org.apache.directory.shared.ldap.model.exception.LdapOperationException
The resolved Dn
ResourceMap - Class in org.apache.directory.shared.ldap.schemaextractor.impl
Lists LDIF resources available from the classpath.
RESP_TYPE - Static variable in interface org.apache.directory.shared.ldap.model.message.AddRequest
LDAPv3 add response type enum code
RESP_TYPE - Static variable in interface org.apache.directory.shared.ldap.model.message.BindRequest
Bind response message type enumeration value
RESP_TYPE - Static variable in interface org.apache.directory.shared.ldap.model.message.CompareRequest
Compare response message type enum code
RESP_TYPE - Static variable in interface org.apache.directory.shared.ldap.model.message.DeleteRequest
Delete response message type enumeration value
RESP_TYPE - Static variable in interface org.apache.directory.shared.ldap.model.message.ExtendedRequest
Extended response message type enumeration value
RESP_TYPE - Static variable in interface org.apache.directory.shared.ldap.model.message.ModifyDnRequest
Modify Dn response message type enumeration value
RESP_TYPE - Static variable in interface org.apache.directory.shared.ldap.model.message.ModifyRequest
Modify response message type enumeration value
response - Variable in class org.apache.directory.shared.ldap.model.message.AbstractExtendedRequest
The associated response
response - Variable in class org.apache.directory.shared.ldap.model.message.BindRequestImpl
The associated response
response - Variable in class org.apache.directory.shared.ldap.model.message.ExtendedRequestImpl
The associated response
Response - Interface in org.apache.directory.shared.ldap.model.message
Super interface used as a marker for all protocol response type messages.
RESPONSE_TYPES - Static variable in interface org.apache.directory.shared.ldap.model.message.SearchRequest
Different response types that a search request may return.
ResponseCarryingException - Exception in org.apache.directory.shared.ldap.codec.api
Thrown when a Decoder has encountered a failure condition during a decode.
ResponseCarryingException(String) - Constructor for exception org.apache.directory.shared.ldap.codec.api.ResponseCarryingException
Creates a DecoderException
ResponseCarryingException(String, ResultResponse, ResultCodeEnum, Dn, Throwable) - Constructor for exception org.apache.directory.shared.ldap.codec.api.ResponseCarryingException
Creates a DecoderException
ResponseCarryingMessageException - Exception in org.apache.directory.shared.ldap.model.exception
This exception is thrown when a message processing error occurs.
ResponseCarryingMessageException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.ResponseCarryingMessageException
Constructs an Exception without a message.
ResponseCarryingMessageException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.ResponseCarryingMessageException
Constructs an Exception with a detailed message.
ResponseDecorator<M extends ResultResponse> - Class in org.apache.directory.shared.ldap.codec.decorators
A decorator for the Response message.
ResponseDecorator(LdapApiService, M) - Constructor for class org.apache.directory.shared.ldap.codec.decorators.ResponseDecorator
Makes a AddRequest encodable.
ResponseFuture<R extends Response> - Class in org.apache.directory.ldap.client.api.future
A Future implementation used in LdapConnection operations.
ResponseFuture(LdapConnection, int) - Constructor for class org.apache.directory.ldap.client.api.future.ResponseFuture
Creates a new instance of ResponseFuture.
responseName - Variable in class org.apache.directory.shared.ldap.model.message.ExtendedResponseImpl
Object identifier for the extended response
responseName - Variable in class org.apache.directory.shared.ldap.model.message.IntermediateResponseImpl
ResponseName for the intermediate response
responseValue - Variable in class org.apache.directory.shared.ldap.codec.api.ExtendedResponseDecorator
 
responseValue - Variable in class org.apache.directory.shared.ldap.model.message.IntermediateResponseImpl
Response Value for the intermediate response
restrictedBy() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
restrictedBy() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
RestrictedByElem - Class in org.apache.directory.shared.ldap.aci.protectedItem
An element of RestrictedByItem.
RestrictedByElem(AttributeType, AttributeType) - Constructor for class org.apache.directory.shared.ldap.aci.protectedItem.RestrictedByElem
Creates a new instance.
RestrictedByItem - Class in org.apache.directory.shared.ldap.aci.protectedItem
Restricts values added to the attribute type to being values that are already present in the same entry as values of the attribute valuesIn.
RestrictedByItem(Set<RestrictedByElem>) - Constructor for class org.apache.directory.shared.ldap.aci.protectedItem.RestrictedByItem
Creates a new instance.
restrictedValue() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
restrictedValue() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
resultCode - Variable in exception org.apache.directory.shared.ldap.model.exception.LdapOperationException
The operation resultCode
ResultCodeEnum - Enum in org.apache.directory.shared.ldap.model.message
Type safe LDAP message envelope result code enumeration.
ResultResponse - Interface in org.apache.directory.shared.ldap.model.message
An LDAP Response that contains an LDAPResult structure within it.
ResultResponseRequest<R extends ResultResponse> - Interface in org.apache.directory.shared.ldap.model.message
A request who's one or more responses contains an LdapResult.
ResultResponseRequestDecorator<M extends ResultResponseRequest<R>,R extends ResultResponse> - Class in org.apache.directory.shared.ldap.codec.decorators
A decorator for the LdapResultResponse message
ResultResponseRequestDecorator(LdapApiService, M) - Constructor for class org.apache.directory.shared.ldap.codec.decorators.ResultResponseRequestDecorator
Makes Request a MessageDecorator.
retryReferral() - Method in exception org.apache.directory.shared.ldap.model.exception.AbstractLdapReferralException
 
retryReferral() - Method in exception org.apache.directory.shared.ldap.model.exception.LdapReferralException
 
ReusableAntlrSchemaLexer - Class in org.apache.directory.shared.ldap.model.schema.parsers
A reusable lexer class extended from antlr generated lexer for an LDAP schema as defined in RFC 4512.
ReusableAntlrSchemaLexer(Reader) - Constructor for class org.apache.directory.shared.ldap.model.schema.parsers.ReusableAntlrSchemaLexer
Creates a ReusableAntlrSchemaLexer instance.
ReusableAntlrSchemaParser - Class in org.apache.directory.shared.ldap.model.schema.parsers
A reusable parser class extended from antlr generated parser for an LDAP schema as defined in RFC 4512.
ReusableAntlrSchemaParser(TokenStream) - Constructor for class org.apache.directory.shared.ldap.model.schema.parsers.ReusableAntlrSchemaParser
Creates a ReusableAntlrSchemaParser instance.
ReusableAntlrSubtreeSpecificationCheckerLexer - Class in org.apache.directory.shared.ldap.model.subtree
A reusable lexer class extended from antlr generated lexer for an LDAP subtree specification as defined by RFC 3672.
ReusableAntlrSubtreeSpecificationCheckerLexer(Reader) - Constructor for class org.apache.directory.shared.ldap.model.subtree.ReusableAntlrSubtreeSpecificationCheckerLexer
Creates a ReusableAntlrSubtreeSpecificationLexer instance.
ReusableAntlrSubtreeSpecificationLexer - Class in org.apache.directory.shared.ldap.model.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.model.subtree.ReusableAntlrSubtreeSpecificationLexer
Creates a ReusableAntlrSubtreeSpecificationLexer instance.
reverseAdd(Dn) - Static method in class org.apache.directory.shared.ldap.model.ldif.LdifRevertor
Compute a reverse LDIF of an AddRequest.
reverseDel(Dn, Entry) - Static method in class org.apache.directory.shared.ldap.model.ldif.LdifRevertor
Compute a reverse LDIF of a DeleteRequest.
reverseModify(Dn, List<Modification>, Entry) - Static method in class org.apache.directory.shared.ldap.model.ldif.LdifRevertor
Compute the reversed LDIF for a modify request.
reverseMove(Dn, Dn) - Static method in class org.apache.directory.shared.ldap.model.ldif.LdifRevertor
Compute a reverse LDIF for a forward change which if in LDIF format would represent a Move operation.
reverseMoveAndRename(Entry, Dn, Rdn, boolean) - Static method in class org.apache.directory.shared.ldap.model.ldif.LdifRevertor
Revert a Dn to it's previous version by removing the first Rdn and adding the given Rdn.
reverseRename(Entry, Rdn, boolean) - Static method in class org.apache.directory.shared.ldap.model.ldif.LdifRevertor
Revert a Dn to it's previous version by removing the first Rdn and adding the given Rdn.
rewind() - Method in class org.apache.directory.shared.asn1.ber.AbstractContainer
Move backward in the stream to the first byte for a given TLV.
rewind() - Method in interface org.apache.directory.shared.asn1.ber.Asn1Container
Move backward in the stream to the first byte for a given TLV.
ROOT_DSE - Static variable in class org.apache.directory.shared.ldap.model.name.Dn
The rootDSE
RPAR - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaQdstringTokenTypes
 
RPAR - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
RPAR - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueTokenTypes
 
RULE_ID_MATCH - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
RULE_ID_MATCH_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ruleid(String) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaParser
 
ruleid() - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueParser
ruleid = number number = DIGIT / ( LDIGIT 1*DIGIT )
ruleIdIterator() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultDITStructureRuleRegistry
Gets an iterator over the registered ruleId in the registry.
ruleIdIterator() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.DITStructureRuleRegistry
Gets an iterator over the registered ruleId in the registry.
ruleIdIterator() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITStructureRuleRegistry
Gets an iterator over the registered ruleId in the registry.
ruleids(String) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaParser
 
ruleids() - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueParser
ruleids = ruleid / ( LPAREN WSP ruleidlist WSP RPAREN ) ruleidlist = ruleid *( SP ruleid )
RuntimeMultiException - Exception in org.apache.directory.shared.util.exception
This exception is thrown when Base class for nested exceptions.
RuntimeMultiException() - Constructor for exception org.apache.directory.shared.util.exception.RuntimeMultiException
Constructs an Exception without a message.
RuntimeMultiException(String) - Constructor for exception org.apache.directory.shared.util.exception.RuntimeMultiException
Constructs an Exception with a detailed message.
RuntimeMultiException(String, Throwable) - Constructor for exception org.apache.directory.shared.util.exception.RuntimeMultiException
Constructs an Exception with a detailed message.

S

SAFEUTF8CHAR - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
SAFEUTF8CHAR - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
SAFEUTF8CHAR - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
SAFEUTF8CHAR - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
SAFEUTF8CHAR - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
SAFEUTF8STRING - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
SAFEUTF8STRING - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
SAFEUTF8STRING - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
SAFEUTF8STRING - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
SaslCallbackHandler - Class in org.apache.directory.ldap.client.api.callback
The CallbackHandler implementation used by the LdapConnection during SASL mechanism based bind operations.
SaslCallbackHandler(SaslRequest) - Constructor for class org.apache.directory.ldap.client.api.callback.SaslCallbackHandler
Instantiates a new SASL callback handler.
saslMechanism - Variable in class org.apache.directory.ldap.client.api.SaslRequest
The mechanism used to decode user identity
SaslQoP - Enum in org.apache.directory.shared.ldap.model.constants
This enums contains values for SASL QoP (Quality of Protection).
SaslRequest - Class in org.apache.directory.ldap.client.api
Holds the data required to complete the SASL operation
SaslRequest(String) - Constructor for class org.apache.directory.ldap.client.api.SaslRequest
Creates a new instance of SaslRequest.
SaslSecurityStrength - Enum in org.apache.directory.shared.ldap.model.constants
This enums contains values for SASL Security Strength.
Schema - Class in org.apache.directory.shared.converter.schema
A bean used to hold a schema.
Schema() - Constructor for class org.apache.directory.shared.converter.schema.Schema
 
Schema - Interface in org.apache.directory.shared.ldap.model.schema.registries
Base schema interface.
SCHEMA_MODIFICATIONS_DN - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
SCHEMA_NAME - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
SCHEMA_OTHER - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
SchemaConstants - Class in org.apache.directory.shared.ldap.model.constants
A utility class where we declare all the schema objects being used by any ldap server.
SchemaElement - Interface in org.apache.directory.shared.converter.schema
An interface defining the methods to be implemented by the SchemaElement classes
SchemaElementImpl - Class in org.apache.directory.shared.converter.schema
An abstract SchemaElement implementation.
SchemaElementImpl() - Constructor for class org.apache.directory.shared.converter.schema.SchemaElementImpl
 
SchemaEntityFactory - Class in org.apache.directory.shared.ldap.schemaloader
Showing how it's done ...
SchemaEntityFactory() - Constructor for class org.apache.directory.shared.ldap.schemaloader.SchemaEntityFactory
Instantiates a new schema entity factory.
SchemaLdifExtractor - Interface in org.apache.directory.shared.ldap.schemaextractor
Extracts LDIF files for the schema repository.
schemaLoaded(Schema) - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
Merely adds the schema to the set of loaded schemas.
schemaLoaded(Schema) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoaderListener
Listener method called to indicate a loader or other agent finished loading the schema objects for a schema into the Registries.
SchemaLoader - Interface in org.apache.directory.shared.ldap.model.schema.registries
Loads schemas into registries.
SchemaLoaderListener - Interface in org.apache.directory.shared.ldap.model.schema.registries
A listener interface used by schema loaders and the schema subsystem of Apache Directory Server to notify the registry of events like a new schema being loaded or unloaded.
SchemaManager - Interface in org.apache.directory.shared.ldap.model.schema
A class used to manage access to the Schemas and Registries.
schemaMap - Variable in class org.apache.directory.shared.ldap.model.schema.registries.AbstractSchemaLoader
A map of all available schema names to schema objects.
schemaName - Variable in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
The name of the schema this object is associated with
SchemaObject - Interface in org.apache.directory.shared.ldap.model.schema
Most schema objects have some common attributes.
SchemaObjectRegistry<T extends SchemaObject> - Interface in org.apache.directory.shared.ldap.model.schema.registries
Common schema object registry interface.
schemaObjectType - Variable in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchemaObjectRegistry
The SchemaObject type, used by the toString() method
SchemaObjectType - Enum in org.apache.directory.shared.ldap.model.schema
The SchemaObject types
SchemaObjectWrapper - Class in org.apache.directory.shared.ldap.model.schema
A class containing a SchemaObject, used by the global registries.
SchemaObjectWrapper(SchemaObject) - Constructor for class org.apache.directory.shared.ldap.model.schema.SchemaObjectWrapper
Creates a new instance of SchemaObjectWrapper.
SchemaParser - Class in org.apache.directory.shared.converter.schema
A reusable wrapper for antlr generated schema parsers.
SchemaParser() - Constructor for class org.apache.directory.shared.converter.schema.SchemaParser
Creates a reusable instance of an SchemaParser.
schemaToLdif(String, String) - Method in class org.apache.directory.shared.converter.schema.SchemaElementImpl
Transform a Schema to a LDIF formated String
SchemaToLdif - Class in org.apache.directory.shared.converter.schema
A class used to translate a OpenLdap schema file to a Ldif file compatible with the Apache DS meta schema format
schemaUnloaded(Schema) - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
Merely removes the schema from the set of loaded schemas.
schemaUnloaded(Schema) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoaderListener
Listener method called to indicate an agent finished loading the schema objects for a schema into the Registries.
SchemaUtils - Class in org.apache.directory.shared.ldap.model.schema
Various utility methods for schema functions and objects.
SCOPE_BASE_OBJECT - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
The scope constants
SCOPE_SINGLE_LEVEL - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
SCOPE_WHOLE_SUBTREE - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
ScopeNode - Class in org.apache.directory.shared.ldap.model.filter
Node used not to represent a published assertion but an assertion on the scope of the search.
ScopeNode(AliasDerefMode, Dn, SearchScope) - Constructor for class org.apache.directory.shared.ldap.model.filter.ScopeNode
Creates a new ScopeNode object.
search(Dn, String, SearchScope, String...) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Do a search, on the base object, using the given filter.
search(String, String, SearchScope, String...) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Do a search, on the base object, using the given filter.
search(SearchRequest) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Performs search in a synchronous mode.
search(Dn, String, SearchScope, String...) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Do a search, on the base object, using the given filter.
search(String, String, SearchScope, String...) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Do a search, on the base object, using the given filter.
search(SearchRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Performs search in a synchronous mode.
SEARCH_REQUEST_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
SEARCH_RESULT_DONE_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
SEARCH_RESULT_ENTRY_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
SEARCH_RESULT_REFERENCE_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
SEARCH_SCOPE_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
searchAsync(String, String, SearchScope, String...) - Method in interface org.apache.directory.ldap.client.api.LdapAsyncConnection
Do an asynchronous search, on the base object, using the given filter.
searchAsync(Dn, String, SearchScope, String...) - Method in interface org.apache.directory.ldap.client.api.LdapAsyncConnection
Do an asynchronous search, on the base object, using the given filter.
searchAsync(SearchRequest) - Method in interface org.apache.directory.ldap.client.api.LdapAsyncConnection
Do a search, on the base object, using the given filter.
searchAsync(Dn, String, SearchScope, String...) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Do an asynchronous search, on the base object, using the given filter.
searchAsync(String, String, SearchScope, String...) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Do an asynchronous search, on the base object, using the given filter.
searchAsync(SearchRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Do a search, on the base object, using the given filter.
SearchCursor - Interface in org.apache.directory.shared.ldap.model.cursor
An extension of Cursor which includes the retrieval of the SearchResultDone.
SearchCursorImpl - Class in org.apache.directory.ldap.client.api
An implementation of Cursor based on the underlying SearchFuture instance.
SearchCursorImpl(SearchFuture, long, TimeUnit) - Constructor for class org.apache.directory.ldap.client.api.SearchCursorImpl
Instantiates a new search cursor.
SearchFuture - Class in org.apache.directory.ldap.client.api.future
A Future to manage SerachRequest.
SearchFuture(LdapConnection, int) - Constructor for class org.apache.directory.ldap.client.api.future.SearchFuture
Creates a new instance of SearchFuture.
SEARCHGUIDE_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
SEARCHGUIDE_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
SearchNoDResponse - Class in org.apache.directory.shared.ldap.model.message.extended
An extended operation intended for notifying clients of upcoming disconnection for the Search response.
SearchParams - Class in org.apache.directory.shared.ldap.model.message
A container for Search parameters.
SearchParams() - Constructor for class org.apache.directory.shared.ldap.model.message.SearchParams
Creates a new instance of SearchContext, with all the values set to default.
SearchRequest - Interface in org.apache.directory.shared.ldap.model.message
Search request protocol message interface.
SearchRequestDecorator - Class in org.apache.directory.shared.ldap.codec.decorators
A decorator for the SearchRequest message
SearchRequestDecorator(LdapApiService, SearchRequest) - Constructor for class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
Makes a SearchRequest encodable.
SearchRequestDsml - Class in org.apache.directory.shared.dsmlv2.request
DSML Decorator for SearchRequest
SearchRequestDsml(LdapApiService) - Constructor for class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
Creates a new getDecoratedMessage() of SearchRequestDsml.
SearchRequestDsml(LdapApiService, SearchRequest) - Constructor for class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
Creates a new getDecoratedMessage() of SearchRequestDsml.
SearchRequestImpl - Class in org.apache.directory.shared.ldap.model.message
SearchRequest implementation.
SearchRequestImpl() - Constructor for class org.apache.directory.shared.ldap.model.message.SearchRequestImpl
Creates a SearcRequest implementing object used to search the DIT.
SearchResponse - Class in org.apache.directory.shared.dsmlv2.reponse
This class represents the DSML Search Response
SearchResponse(int, MessageTypeEnum) - Constructor for class org.apache.directory.shared.dsmlv2.reponse.SearchResponse
Creates a new instance of SearchResponse.
SearchResponseDsml - Class in org.apache.directory.shared.dsmlv2.reponse
This class represents the Search Response Dsml Container.
SearchResponseDsml(LdapApiService) - Constructor for class org.apache.directory.shared.dsmlv2.reponse.SearchResponseDsml
Creates a new getDecoratedMessage() of SearchResponseDsml.
SearchResponseDsml(LdapApiService, Message) - Constructor for class org.apache.directory.shared.dsmlv2.reponse.SearchResponseDsml
Creates a new getDecoratedMessage() of SearchResponseDsml.
SearchResultDone - Interface in org.apache.directory.shared.ldap.model.message
Search done protocol response message used to indicate the completion of a search request message.
SearchResultDoneDecorator - Class in org.apache.directory.shared.ldap.codec.decorators
A decorator for the SearchResultDone message
SearchResultDoneDecorator(LdapApiService, SearchResultDone) - Constructor for class org.apache.directory.shared.ldap.codec.decorators.SearchResultDoneDecorator
Makes a SearchResultDone encodable.
SearchResultDoneDsml - Class in org.apache.directory.shared.dsmlv2.reponse
DSML Decorator for SearchResultDone
SearchResultDoneDsml(LdapApiService) - Constructor for class org.apache.directory.shared.dsmlv2.reponse.SearchResultDoneDsml
Creates a new getDecoratedMessage() of SearchResultDoneDsml.
SearchResultDoneDsml(LdapApiService, SearchResultDone) - Constructor for class org.apache.directory.shared.dsmlv2.reponse.SearchResultDoneDsml
Creates a new getDecoratedMessage() of SearchResultDoneDsml.
SearchResultDoneImpl - Class in org.apache.directory.shared.ldap.model.message
SearchResponseDone implementation
SearchResultDoneImpl() - Constructor for class org.apache.directory.shared.ldap.model.message.SearchResultDoneImpl
Creates a SearchResponseDone as a reply to an SearchRequest to indicate the end of a search operation.
SearchResultDoneImpl(int) - Constructor for class org.apache.directory.shared.ldap.model.message.SearchResultDoneImpl
Creates a SearchResponseDone as a reply to an SearchRequest to indicate the end of a search operation.
SearchResultEntry - Interface in org.apache.directory.shared.ldap.model.message
Search entry protocol response message used to return non referral entries to the client in response to a search request message.
SearchResultEntryDecorator - Class in org.apache.directory.shared.ldap.codec.decorators
A decorator for the SearchResultEntry message
SearchResultEntryDecorator(LdapApiService, SearchResultEntry) - Constructor for class org.apache.directory.shared.ldap.codec.decorators.SearchResultEntryDecorator
Makes a SearchResultEntry encodable.
SearchResultEntryDsml - Class in org.apache.directory.shared.dsmlv2.reponse
DSML Decorator for SearchResultEntry
SearchResultEntryDsml(LdapApiService) - Constructor for class org.apache.directory.shared.dsmlv2.reponse.SearchResultEntryDsml
Creates a new getDecoratedMessage() of SearchResultEntryDsml.
SearchResultEntryDsml(LdapApiService, SearchResultEntry) - Constructor for class org.apache.directory.shared.dsmlv2.reponse.SearchResultEntryDsml
Creates a new getDecoratedMessage() of SearchResultEntryDsml.
SearchResultEntryImpl - Class in org.apache.directory.shared.ldap.model.message
Lockable SearchResponseEntry implementation
SearchResultEntryImpl() - Constructor for class org.apache.directory.shared.ldap.model.message.SearchResultEntryImpl
Creates a SearchResponseEntry as a reply to an SearchRequest to indicate the end of a search operation.
SearchResultEntryImpl(int) - Constructor for class org.apache.directory.shared.ldap.model.message.SearchResultEntryImpl
Creates a SearchResponseEntry as a reply to an SearchRequest to indicate the end of a search operation.
SearchResultReference - Interface in org.apache.directory.shared.ldap.model.message
Search reference protocol response message used to return referrals to the client in response to a search request message.
SearchResultReferenceDecorator - Class in org.apache.directory.shared.ldap.codec.decorators
A decorator for the SearchResultReference message
SearchResultReferenceDecorator(LdapApiService, SearchResultReference) - Constructor for class org.apache.directory.shared.ldap.codec.decorators.SearchResultReferenceDecorator
Makes a SearchResultReference encodable.
SearchResultReferenceDsml - Class in org.apache.directory.shared.dsmlv2.reponse
DSML Decorator for SearchResultReference
SearchResultReferenceDsml(LdapApiService) - Constructor for class org.apache.directory.shared.dsmlv2.reponse.SearchResultReferenceDsml
Creates a new getDecoratedMessage() of SearchResultReferenceDsml.
SearchResultReferenceDsml(LdapApiService, SearchResultReference) - Constructor for class org.apache.directory.shared.dsmlv2.reponse.SearchResultReferenceDsml
Creates a new getDecoratedMessage() of SearchResultReferenceDsml.
SearchResultReferenceImpl - Class in org.apache.directory.shared.ldap.model.message
SearchResponseReference implementation
SearchResultReferenceImpl() - Constructor for class org.apache.directory.shared.ldap.model.message.SearchResultReferenceImpl
Creates a SearchResponseReference as a reply to an SearchRequest to indicate the end of a search operation.
SearchResultReferenceImpl(int) - Constructor for class org.apache.directory.shared.ldap.model.message.SearchResultReferenceImpl
Creates a SearchResponseReference as a reply to an SearchRequest to indicate the end of a search operation.
SearchScope - Enum in org.apache.directory.shared.ldap.model.message
A search scope enumerated type.
SearchScopeSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a valid Search Scope.
SearchScopeSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.SearchScopeSyntaxChecker
Creates a new instance of SearchScopeSyntaxChecker.
securityStrength - Variable in class org.apache.directory.ldap.client.api.SaslRequest
The security strength
selfValue() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
selfValue() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
SelfValueItem - Class in org.apache.directory.shared.ldap.aci.protectedItem
The attribute value assertion corresponding to the current requestor.
SelfValueItem(Set<AttributeType>) - Constructor for class org.apache.directory.shared.ldap.aci.protectedItem.SelfValueItem
Creates a new instance.
SEMI - Static variable in interface org.apache.directory.shared.ldap.model.name.AntlrDnTokenTypes
 
SEMI - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
SEP - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
SEP - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
SEP - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
SEP - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
SEP - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
sequence() - Method in class org.apache.directory.shared.util.SequencedHashMap
Returns a List view of the keys rather than a set view.
SequencedHashMap - Class in org.apache.directory.shared.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.util.SequencedHashMap
Construct a new sequenced hash map with default initial size and load factor.
SequencedHashMap(int) - Constructor for class org.apache.directory.shared.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.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.util.SequencedHashMap
Construct a new sequenced hash map and add all the elements in the specified map.
SerializableComparator<E> - Class in org.apache.directory.shared.ldap.model.schema.comparators
A serializable wrapper around a Comparator which uses delayed initialization of the underlying wrapped comparator which is JIT resolved from a static global registry.
SerializableComparator(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.comparators.SerializableComparator
 
serialize(ObjectOutput) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Serialize an Entry.
serialVersionUID - Static variable in class org.apache.directory.shared.ldap.model.entry.BinaryValue
Used for serialization
SERVER_SASL_CREDENTIAL_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
sessionClosed(IoSession) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
sessionCreated(IoSession) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
This method is called when a new session is created.
set(R) - Method in class org.apache.directory.ldap.client.api.future.ResponseFuture
set(String, Object) - Method in class org.apache.directory.shared.ldap.model.filter.AbstractExprNode
 
set(String, Object) - Method in interface org.apache.directory.shared.ldap.model.filter.ExprNode
Sets a annotation key to a value.
setAbandoned(int) - Method in class org.apache.directory.shared.dsmlv2.request.AbandonRequestDsml
Sets the id of the request operation to terminate.
setAbandoned(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.AbandonRequestDecorator
Sets the id of the request operation to terminate.
setAbandoned(int) - Method in interface org.apache.directory.shared.ldap.model.message.AbandonRequest
Sets the id of the request operation to terminate.
setAbandoned(int) - Method in class org.apache.directory.shared.ldap.model.message.AbandonRequestImpl
Sets the id of the request operation to terminate.
setAbandonedMessageId(int) - Method in class org.apache.directory.shared.dsmlv2.request.AbandonRequestDsml
Set the abandoned message ID
setAddRequestLength(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.AddRequestDecorator
Stores the encoded length for the AddRequest
setAddResponseLength(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.AddResponseDecorator
Stores the encoded length for the AddResponse
setAliasDerefMode(AliasDerefMode) - Method in class org.apache.directory.shared.ldap.model.message.SearchParams
 
setAny(List<String>) - Method in class org.apache.directory.shared.ldap.model.filter.SubstringNode
Set the any patterns
setApplicableAttributeOids(List<String>) - Method in class org.apache.directory.shared.ldap.model.schema.MatchingRuleUse
Set the matchingRule's AttributeType OIDs the MRU applies to.
setApplicableAttributes(List<AttributeType>) - Method in class org.apache.directory.shared.ldap.model.schema.MatchingRuleUse
Set the matchingRule's AttributeType the MRU applies to.
setAssertion(AttributeValueAssertion) - Method in class org.apache.directory.shared.dsmlv2.request.AttributeValueAssertionFilter
Set the assertion
setAssertion(AttributeValueAssertion) - Method in class org.apache.directory.shared.ldap.codec.search.AttributeValueAssertionFilter
Set the assertion
setAssertionValue(Value<?>) - Method in class org.apache.directory.shared.dsmlv2.request.AttributeValueAssertion
Set the assertion value
setAssertionValue(Object) - Method in class org.apache.directory.shared.dsmlv2.request.CompareRequestDsml
Set the assertion value
setAssertionValue(String) - Method in class org.apache.directory.shared.dsmlv2.request.CompareRequestDsml
Sets the attribute value to use in the comparison.
setAssertionValue(byte[]) - Method in class org.apache.directory.shared.dsmlv2.request.CompareRequestDsml
Sets the attribute value to use in the comparison.
setAssertionValue(Value<?>) - Method in class org.apache.directory.shared.ldap.codec.AttributeValueAssertion
Set the assertion value
setAssertionValue(String) - Method in class org.apache.directory.shared.ldap.codec.decorators.CompareRequestDecorator
Sets the attribute value to use in the comparison.
setAssertionValue(byte[]) - Method in class org.apache.directory.shared.ldap.codec.decorators.CompareRequestDecorator
Sets the attribute value to use in the comparison.
setAssertionValue(String) - Method in interface org.apache.directory.shared.ldap.model.message.CompareRequest
Sets the attribute value to use in the comparison.
setAssertionValue(byte[]) - Method in interface org.apache.directory.shared.ldap.model.message.CompareRequest
Sets the attribute value to use in the comparison.
setAssertionValue(String) - Method in class org.apache.directory.shared.ldap.model.message.CompareRequestImpl
Sets the attribute value to use in the comparison.
setAssertionValue(byte[]) - Method in class org.apache.directory.shared.ldap.model.message.CompareRequestImpl
Sets the attribute value to use in the comparison.
setAttribute(Attribute) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultModification
Set the attribute's modification
setAttribute(Attribute) - Method in interface org.apache.directory.shared.ldap.model.entry.Modification
Set the attribute's modification
setAttribute(String) - Method in class org.apache.directory.shared.ldap.model.filter.LeafNode
Sets the attribute this leaf node is based on.
setAttribute(Attribute) - Method in class org.apache.directory.shared.ldap.schemaloader.AttributeClassLoader
Sets the attribute.
setAttributeDesc(String) - Method in class org.apache.directory.shared.dsmlv2.request.AttributeValueAssertion
Set the attribute description
setAttributeDesc(String) - Method in class org.apache.directory.shared.dsmlv2.request.CompareRequestDsml
Set the attribute description
setAttributeDesc(String) - Method in class org.apache.directory.shared.ldap.codec.AttributeValueAssertion
Set the attribute description
setAttributeDescription(String) - Method in class org.apache.directory.shared.dsmlv2.request.PresentFilter
Set the attributeDescription
setAttributeDescription(String) - Method in class org.apache.directory.shared.ldap.codec.search.PresentFilter
Set the attributeDescription
setAttributeDescriptionListLength(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
Stores the encoded length for the list of attributes
setAttributeId(String) - Method in class org.apache.directory.shared.dsmlv2.request.CompareRequestDsml
Sets the attribute id used in the comparison.
setAttributeId(String) - Method in class org.apache.directory.shared.ldap.codec.decorators.CompareRequestDecorator
Sets the attribute id used in the comparison.
setAttributeId(String) - Method in interface org.apache.directory.shared.ldap.model.message.CompareRequest
Sets the attribute id used in the comparison.
setAttributeId(String) - Method in class org.apache.directory.shared.ldap.model.message.CompareRequestImpl
Sets the attribute id used in the comparison.
setAttributeLength(List<Integer>) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultEntryDecorator
 
setAttributes(List<String>) - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl
Sets the attributes, null removes all existing attributes.
setAttributesLength(List<Integer>) - Method in class org.apache.directory.shared.ldap.codec.decorators.AddRequestDecorator
Stores the encoded length for the attributes
setAttributesLength(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultEntryDecorator
Stores the encoded length for the Attributes
setAttributeType(AttributeType) - Method in class org.apache.directory.shared.ldap.model.filter.LeafNode
Sets the attributeType this leaf node is based on.
setAttrIdBytes(byte[]) - Method in class org.apache.directory.shared.ldap.codec.decorators.CompareRequestDecorator
Sets the attribute id bytes used in the comparison.
setAttrValBytes(byte[]) - Method in class org.apache.directory.shared.ldap.codec.decorators.CompareRequestDecorator
Sets the attribute value bytes used in the comparison.
setAuthorizationId(String) - Method in class org.apache.directory.ldap.client.api.SaslRequest
Sets the Authorization ID
setAuxObjectClasses(List<ObjectClass>) - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
 
setAuxObjectClassOids(List<String>) - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
 
setAvaLength(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.CompareRequestDecorator
Stores the encoded length for the ava
setBase(Dn) - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
Sets the search base as a distinguished name.
setBase(Dn) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
Sets the search base as a distinguished name.
setBase(Dn) - Method in interface org.apache.directory.shared.ldap.model.message.SearchRequest
Sets the search base as a distinguished name.
setBase(Dn) - Method in class org.apache.directory.shared.ldap.model.message.SearchRequestImpl
Sets the search base as a distinguished name.
setBase(Dn) - Method in class org.apache.directory.shared.ldap.model.subtree.SubtreeSpecificationModifier
Sets the subtree base relative to the administration point.
setBatchRequest(BatchRequestDsml) - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2Container
Sets the DSML Batch Request
setBatchResponse(BatchResponseDsml) - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2Container
Sets the DSML Batch Request
setBindRequestLength(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.BindRequestDecorator
Stores the encoded length for the BindRequest
setBindResponseLength(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.BindResponseDecorator
Stores the encoded length for the BindResponse
setBit(int) - Method in class org.apache.directory.shared.asn1.util.BitString
Set a bit at a specified position.
setBitString(byte[], E) - Method in class org.apache.directory.shared.asn1.actions.AbstractReadBitString
gives a byte array to be set to the appropriate field of the ASN.1 object present in the container
setBoth(K, V) - Method in class org.apache.directory.shared.ldap.model.cursor.Tuple
Sets both the key and the value for this Tuple in one call and returns this Tuple object.
setBoth(Tuple<K, V>) - Method in class org.apache.directory.shared.ldap.model.cursor.Tuple
Sets both the key and the value for this Tuple in one call and returns this Tuple object.
setBytecode(String) - Method in class org.apache.directory.shared.ldap.model.schema.LoadableSchemaObject
Stores some bytecode representing the compiled Java class for this SchemaObject instance.
setCancel(Cancel) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.CancelContainer
Set a Cancel Object into the container.
setCancelId(int) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.Cancel
Set the cancelId
setCancelId(int) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.CancelRequestDecorator
 
setCancelId(int) - Method in interface org.apache.directory.shared.ldap.extras.extended.CancelRequest
Sets the message to cancel by id.
setCancelId(int) - Method in class org.apache.directory.shared.ldap.extras.extended.CancelRequestImpl
 
setCause(Throwable) - Method in class org.apache.directory.ldap.client.api.future.ResponseFuture
Associate a cause to the ResponseFuture
setCause(Throwable) - Method in exception org.apache.directory.shared.ldap.model.exception.LdapConfigurationException
Set the root cause.
setCertGenerationObject(CertGenerationRequestDecorator) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationContainer
Set a CertGenerationObject Object into the container.
setChangeLength(List<Integer>) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
 
setChangeNumber(long) - Method in class org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeDecorator
setChangeNumber(long) - Method in interface org.apache.directory.shared.ldap.model.message.controls.EntryChange
 
setChangeNumber(long) - Method in class org.apache.directory.shared.ldap.model.message.controls.EntryChangeImpl
 
setChangesLength(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
 
setChangesOnly(boolean) - Method in class org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchDecorator
 
setChangesOnly(boolean) - Method in interface org.apache.directory.shared.ldap.model.message.controls.PersistentSearch
 
setChangesOnly(boolean) - Method in class org.apache.directory.shared.ldap.model.message.controls.PersistentSearchImpl
 
setChangeType(ChangeType) - Method in class org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeDecorator
Set the ChangeType
setChangeType(ChangeType) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
Set the modification type
setChangeType(String) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
Set the change type
setChangeType(ChangeType) - Method in interface org.apache.directory.shared.ldap.model.message.controls.EntryChange
Set the ChangeType
setChangeType(ChangeType) - Method in class org.apache.directory.shared.ldap.model.message.controls.EntryChangeImpl
 
setChangeTypes(int) - Method in class org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchDecorator
 
setChangeTypes(int) - Method in interface org.apache.directory.shared.ldap.model.message.controls.PersistentSearch
 
setChangeTypes(int) - Method in class org.apache.directory.shared.ldap.model.message.controls.PersistentSearchImpl
 
setChildren(List<ExprNode>) - Method in class org.apache.directory.shared.ldap.model.filter.BranchNode
Sets the list of children under this node.
setChildren(List<ExprNode>) - Method in class org.apache.directory.shared.ldap.model.filter.NotNode
Sets the list of children under this node.
setChopAfterExclusions(Set<Dn>) - Method in class org.apache.directory.shared.ldap.model.subtree.SubtreeSpecificationModifier
Sets the set of subordinates entries whose subordinates are to be excluded.
setChopBeforeExclusions(Set<Dn>) - Method in class org.apache.directory.shared.ldap.model.subtree.SubtreeSpecificationModifier
Sets the set of subordinates entries and their subordinates to exclude.
setClassType(ObjectClassTypeEnum) - Method in class org.apache.directory.shared.converter.schema.ObjectClassHolder
Set the objectClass type.
setClosureMonitor(ClosureMonitor) - Method in class org.apache.directory.shared.ldap.model.cursor.AbstractCursor
Sets a non-null closure monitor to associate with this Cursor.
setClosureMonitor(ClosureMonitor) - Method in class org.apache.directory.shared.ldap.model.cursor.AbstractTupleCursor
Sets a non-null closure monitor to associate with this Cursor.
setClosureMonitor(ClosureMonitor) - Method in interface org.apache.directory.shared.ldap.model.cursor.Cursor
Sets a non-null closure monitor to associate with this Cursor.
setCode(LdapSchemaExceptionCodes) - Method in exception org.apache.directory.shared.ldap.model.exception.LdapSchemaException
Sets the code of the exception.
setCollective(boolean) - Method in class org.apache.directory.shared.converter.schema.AttributeTypeHolder
Set the attributeType collective flag
setCollective(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
Sets the collective flag
setCompareRequestLength(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.CompareRequestDecorator
Stores the encoded length for the CompareRequest
setCompareResponseLength(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.CompareResponseDecorator
Stores the encoded length for the CompareResponse
setConnector(IoConnector) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Set the connector to use.
setControls(Set<Control>) - Method in class org.apache.directory.shared.ldap.model.message.SearchParams
 
setControlsLength(int) - Method in class org.apache.directory.shared.ldap.codec.api.MessageDecorator
 
setCookie(byte[]) - Method in class org.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsDecorator
Set the cookie
setCookie(byte[]) - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncDoneValue
 
setCookie(byte[]) - Method in class org.apache.directory.shared.ldap.extras.controls.SyncDoneValueImpl
setCookie(byte[]) - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncInfoValue
 
setCookie(byte[]) - Method in class org.apache.directory.shared.ldap.extras.controls.SyncInfoValueImpl
setCookie(byte[]) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncDoneValueDecorator
setCookie(byte[]) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueDecorator
setCookie(byte[]) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueDecorator
setCookie(byte[]) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueDecorator
setCookie(byte[]) - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncRequestValue
 
setCookie(byte[]) - Method in class org.apache.directory.shared.ldap.extras.controls.SyncRequestValueImpl
setCookie(byte[]) - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncStateValue
 
setCookie(byte[]) - Method in class org.apache.directory.shared.ldap.extras.controls.SyncStateValueImpl
setCookie(byte[]) - Method in interface org.apache.directory.shared.ldap.model.message.controls.PagedResults
Set the cookie
setCookie(byte[]) - Method in class org.apache.directory.shared.ldap.model.message.controls.PagedResultsImpl
 
setCredentials(String) - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
Sets the credentials.
setCredentials(byte[]) - Method in class org.apache.directory.ldap.client.api.SaslRequest
Sets the credentials.
setCredentials(String) - Method in class org.apache.directory.ldap.client.api.SaslRequest
Sets the credentials.
setCredentials(String) - Method in class org.apache.directory.shared.dsmlv2.request.BindRequestDsml
Sets the simple credentials associated with a simple authentication attempt.
setCredentials(byte[]) - Method in class org.apache.directory.shared.dsmlv2.request.BindRequestDsml
Sets the simple credentials associated with a simple authentication attempt.
setCredentials(String) - Method in class org.apache.directory.shared.ldap.codec.decorators.BindRequestDecorator
Sets the simple credentials associated with a simple authentication attempt.
setCredentials(byte[]) - Method in class org.apache.directory.shared.ldap.codec.decorators.BindRequestDecorator
Sets the simple credentials associated with a simple authentication attempt.
setCredentials(String) - Method in interface org.apache.directory.shared.ldap.model.message.BindRequest
Sets the simple credentials associated with a simple authentication attempt.
setCredentials(byte[]) - Method in interface org.apache.directory.shared.ldap.model.message.BindRequest
Sets the simple credentials associated with a simple authentication attempt.
setCredentials(String) - Method in class org.apache.directory.shared.ldap.model.message.BindRequestImpl
Sets the simple credentials associated with a simple authentication attempt.
setCredentials(byte[]) - Method in class org.apache.directory.shared.ldap.model.message.BindRequestImpl
Sets the simple credentials associated with a simple authentication attempt.
setCritical(boolean) - Method in class org.apache.directory.shared.dsmlv2.DsmlControl
Sets the critical flag which determines whether or not this control is critical for the correct operation of a request or response message.
setCritical(boolean) - Method in class org.apache.directory.shared.ldap.codec.api.ControlDecorator
Set the criticality
setCritical(boolean) - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyImpl
Sets the critical flag which determines whether or not this control is critical for the correct operation of a request or response message.
setCritical(boolean) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifControl
Sets the critical flag which determines whether or not this control is critical for the correct operation of a request or response message.
setCritical(boolean) - Method in interface org.apache.directory.shared.ldap.model.message.Control
Sets the critical flag which determines whether or not this control is critical for the correct operation of a request or response message.
setCritical(boolean) - Method in class org.apache.directory.shared.ldap.model.message.controls.AbstractControl
Set the criticality
setCritical(boolean) - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl.Extension
Sets the critical flag.
setCurrentControl(ControlDecorator<? extends Control>) - Method in class org.apache.directory.shared.ldap.codec.api.LdapMessageContainer
Store a newly created control
setCurrentFilter(Filter) - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
Set the current filter
setCurrentFilter(Filter) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
Set the current filter
setCurrentLength(int) - Method in class org.apache.directory.shared.asn1.AbstractAsn1Object
Set the current length
setCurrentLength(int) - Method in interface org.apache.directory.shared.asn1.Asn1Object
Set the current length
setCurrentOperation(int) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
Store the current operation
setCurrentOperation(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
Store the current operation
setCurrentParameter(StoredProcedureParameter) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureRequestDecorator
 
setCurrentTLV(TLV) - Method in class org.apache.directory.shared.asn1.ber.AbstractContainer
Set the current TLV
setCurrentTLV(TLV) - Method in interface org.apache.directory.shared.asn1.ber.Asn1Container
Set the current TLV
setData(ByteBuffer) - Method in class org.apache.directory.shared.asn1.ber.tlv.Value
Set a block of bytes in the Value
setData(byte[]) - Method in class org.apache.directory.shared.asn1.ber.tlv.Value
Set a block of bytes in the Value
setData(byte[]) - Method in class org.apache.directory.shared.asn1.util.BitString
Set a new BitString in the BitString.
setDecorated(E) - Method in class org.apache.directory.shared.ldap.codec.api.ControlDecorator
setDefaultRegexp(String) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.TelephoneNumberSyntaxChecker
Set the defaut regular expression for the Telephone number
setDelay(int) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulAction
 
setDelay(int) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectResponseDecorator
Sets the delay befor disconnection, in seconds.
setDelay(int) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownRequestDecorator
Sets the delay befor disconnection, in seconds.
setDelay(int) - Method in interface org.apache.directory.shared.ldap.extras.extended.GracefulDisconnectResponse
Sets the delay befor disconnection, in seconds.
setDelay(int) - Method in class org.apache.directory.shared.ldap.extras.extended.GracefulDisconnectResponseImpl
 
setDelay(int) - Method in interface org.apache.directory.shared.ldap.extras.extended.GracefulShutdownRequest
Sets the delay befor disconnection, in seconds.
setDelay(int) - Method in class org.apache.directory.shared.ldap.extras.extended.GracefulShutdownRequestImpl
Sets the delay befor disconnection, in seconds.
setDeleteOldRDN(boolean) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyDNRequestDsml
Set the flag to delete the old Rdn
setDeleteOldRdn(boolean) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyDNRequestDsml
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.codec.decorators.ModifyDnRequestDecorator
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 interface org.apache.directory.shared.ldap.extras.controls.SyncModifyDn
 
setDeleteOldRdn(boolean) - Method in class org.apache.directory.shared.ldap.extras.controls.SyncModifyDnImpl
setDeleteOldRdn(boolean) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncModifyDnDecorator
setDeleteOldRdn(boolean) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
Set the flage deleteOldRdn
setDeleteOldRdn(boolean) - Method in interface org.apache.directory.shared.ldap.model.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.model.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.
setDeleteResponseLength(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.DeleteResponseDecorator
Stores the encoded length for the DeleteResponse
setDerefAliases(AliasDerefMode) - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
Sets the alias handling parameter.
setDerefAliases(AliasDerefMode) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
Sets the alias handling parameter.
setDerefAliases(AliasDerefMode) - Method in interface org.apache.directory.shared.ldap.model.message.SearchRequest
Sets the alias handling parameter.
setDerefAliases(AliasDerefMode) - Method in class org.apache.directory.shared.ldap.model.message.SearchRequestImpl
Sets the alias handling parameter.
setDescription(String) - Method in interface org.apache.directory.shared.converter.schema.SchemaElement
Set the schema element's description
setDescription(String) - Method in class org.apache.directory.shared.converter.schema.SchemaElementImpl
Set the schema element's description
setDescription(String) - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
Sets the SchemaObject's description
setDescription(String) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
Sets the SchemaObject's description
setDiagnosticMessage(String) - Method in class org.apache.directory.shared.dsmlv2.reponse.LdapResultDsml
Sets the descriptive diagnostic message associated with the error code.
setDiagnosticMessage(String) - Method in class org.apache.directory.shared.ldap.codec.decorators.LdapResultDecorator
Sets the descriptive diagnostic message associated with the error code.
setDiagnosticMessage(String) - Method in interface org.apache.directory.shared.ldap.model.message.LdapResult
Sets the descriptive diagnostic message associated with the error code.
setDiagnosticMessage(String) - Method in class org.apache.directory.shared.ldap.model.message.LdapResultImpl
Sets the descriptive diagnostic message associated with the error code.
setDisabledAccepted(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
Change the Registries behavior regarding disabled SchemaObject element.
setDn(Dn) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Set this entry's Dn.
setDn(String) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Set this entry's Dn.
setDn(Dn) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
Set this entry's Dn.
setDn(String) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
Set this entry's Dn.
setDn(Dn) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Set this entry's Dn.
setDn(String) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Set this entry's Dn.
setDn(Dn) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
Set the Distinguished Name
setDn(String) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
Set the Distinguished Name
setDn(Dn) - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl
Sets the dn.
setDnAttributes(boolean) - Method in class org.apache.directory.shared.dsmlv2.request.ExtensibleMatchFilter
Set the dnAttributes flag
setDnAttributes(boolean) - Method in class org.apache.directory.shared.ldap.codec.search.ExtensibleMatchFilter
Set the dnAttributes flag
setDnAttributes(boolean) - Method in class org.apache.directory.shared.ldap.model.filter.ExtensibleNode
Set the dnAttributes flag
setEnabled(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
Sets the SchemaObject state, either enabled or disabled.
setEnabled(boolean) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
Sets the SchemaObject state, either enabled or disabled.
setEnabledCipherSuites(String[]) - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
Sets the cipher suites which are enabled
setEncodedValue(byte[]) - Method in class org.apache.directory.shared.ldap.model.message.controls.OpaqueControl
Stores an opaque value into the control.
setEntry(Entry) - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResultEntryDsml
Initialize the entry.
setEntry(Entry) - Method in class org.apache.directory.shared.dsmlv2.request.AddRequestDsml
Sets the Entry to add.
setEntry(Dn) - Method in class org.apache.directory.shared.dsmlv2.request.DelRequestDsml
Set the entry to be deleted
setEntry(Dn) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyDNRequestDsml
Set the modification Dn.
setEntry(Entry) - Method in class org.apache.directory.shared.ldap.codec.decorators.AddRequestDecorator
Sets the Entry to add.
setEntry(Entry) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultEntryDecorator
Sets an entry
setEntry(Entry) - Method in interface org.apache.directory.shared.ldap.model.message.AddRequest
Sets the Entry to add.
setEntry(Entry) - Method in class org.apache.directory.shared.ldap.model.message.AddRequestImpl
Sets the Entry to add.
setEntry(Entry) - Method in interface org.apache.directory.shared.ldap.model.message.SearchResultEntry
Sets an entry
setEntry(Entry) - Method in class org.apache.directory.shared.ldap.model.message.SearchResultEntryImpl
Sets the entry.
setEntryChangeDecorator(EntryChangeDecorator) - Method in class org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeContainer
Set a EntryChangeControl Object into the container.
setEntryDn(Dn) - Method in class org.apache.directory.shared.dsmlv2.request.AddRequestDsml
Sets the distinguished name of the entry to add.
setEntryDn(Dn) - Method in class org.apache.directory.shared.ldap.codec.decorators.AddRequestDecorator
Sets the distinguished name of the entry to add.
setEntryDn(String) - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncModifyDn
 
setEntryDn(String) - Method in class org.apache.directory.shared.ldap.extras.controls.SyncModifyDnImpl
setEntryDn(String) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncModifyDnDecorator
setEntryDn(Dn) - Method in interface org.apache.directory.shared.ldap.model.message.AddRequest
Sets the distinguished name of the entry to add.
setEntryDn(Dn) - Method in class org.apache.directory.shared.ldap.model.message.AddRequestImpl
Sets the distinguished name of the entry to add.
setEntryLength(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.AddRequestDecorator
Stores the encoded length for the Entry
setEntryUUID(byte[]) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueDecorator
set the entryUUID
setEntryUUID(byte[]) - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncStateValue
set the entryUUID
setEntryUUID(byte[]) - Method in class org.apache.directory.shared.ldap.extras.controls.SyncStateValueImpl
set the entryUUID
setEquality(String) - Method in class org.apache.directory.shared.converter.schema.AttributeTypeHolder
Set the equality Matching Rule
setEquality(MatchingRule) - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
Sets the Equality MR for this AttributeType
setEqualityOid(String) - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
Sets the Equality OID for this AttributeType
setErrorMessageBytes(byte[]) - Method in class org.apache.directory.shared.ldap.codec.decorators.LdapResultDecorator
Set the encoded message's bytes
setErrorType(ErrorResponse.ErrorResponseType) - Method in class org.apache.directory.shared.dsmlv2.reponse.ErrorResponse
Sets the type of error response
setExpectedLength(int) - Method in class org.apache.directory.shared.asn1.AbstractAsn1Object
Set the expected length
setExpectedLength(int) - Method in interface org.apache.directory.shared.asn1.Asn1Object
Set the expected length
setExpectedLength(int) - Method in class org.apache.directory.shared.asn1.ber.tlv.TLV
Set the new expected length of the current TLV.
setExpectedMatchingRuleLength(int) - Method in class org.apache.directory.shared.ldap.codec.search.ExtensibleMatchFilter
Set the expectedMatchingRuleLength
setExpressions(String[]) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.RegexSyntaxChecker
Add a list of regexp to be applied by this SyntaxChecker
setExtendedRequestLength(int) - Method in class org.apache.directory.shared.ldap.codec.api.ExtendedRequestDecorator
Stores the encoded length for the ExtendedRequest
setExtendedResponseLength(int) - Method in class org.apache.directory.shared.ldap.codec.api.ExtendedResponseDecorator
Stores the encoded length for the ExtendedResponse
setExtensions(Map<String, List<String>>) - Method in interface org.apache.directory.shared.converter.schema.SchemaElement
Set a list of extensions for a schemaElement
setExtensions(Map<String, List<String>>) - Method in class org.apache.directory.shared.converter.schema.SchemaElementImpl
Set a list of extensions for a schemaElement
setExtensions(Map<String, List<String>>) - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
Add an extensions with their values.
setExtensions(Map<String, List<String>>) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
Add an extensions with their values.
setFilter(ExprNode) - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
Sets the search filter associated with this search request.
setFilter(String) - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
Sets the search filter associated with this search request.
setFilter(ExprNode) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
Sets the search filter associated with this search request.
setFilter(String) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
Sets the search filter associated with this search request.
setFilter(ExprNode) - Method in interface org.apache.directory.shared.ldap.model.message.SearchRequest
Sets the search filter associated with this search request.
setFilter(String) - Method in interface org.apache.directory.shared.ldap.model.message.SearchRequest
Sets the search filter associated with this search request.
setFilter(ExprNode) - Method in class org.apache.directory.shared.ldap.model.message.SearchRequestImpl
Sets the search filter associated with this search request.
setFilter(String) - Method in class org.apache.directory.shared.ldap.model.message.SearchRequestImpl
Sets the search filter associated with this search request.
setFilter(ExprNode) - Method in class org.apache.directory.shared.ldap.model.subtree.SubtreeSpecificationModifier
Sets a filter
setFilter(String) - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl
Sets the filter.
setFilterType(int) - Method in class org.apache.directory.shared.dsmlv2.request.AttributeValueAssertionFilter
Set the filter type
setFilterType(int) - Method in class org.apache.directory.shared.ldap.codec.search.AttributeValueAssertionFilter
Set the filter type
setFinal(String) - Method in class org.apache.directory.shared.ldap.model.filter.SubstringNode
Set the final pattern
setFinalSubstrings(String) - Method in class org.apache.directory.shared.dsmlv2.request.SubstringFilter
Set the final substring
setFinalSubstrings(String) - Method in class org.apache.directory.shared.ldap.codec.search.SubstringFilter
Set the final substring
setForceScopeRendering(boolean) - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl
If set to true forces the toString method to render the scope regardless of optional nature.
setForm(String) - Method in class org.apache.directory.shared.ldap.model.schema.DITStructureRule
Sets the associated NameForm's OID
setFqcn(String) - Method in class org.apache.directory.shared.ldap.model.schema.LoadableSchemaObject
Set the Fully Qualified Class Name for this SchemaObject instance class stored in the bytecode attribute
setGathering(boolean) - Method in class org.apache.directory.shared.asn1.ber.AbstractContainer
Set the isGathering flag
setGathering(boolean) - Method in interface org.apache.directory.shared.asn1.ber.Asn1Container
Set the isGathering flag
setGenerateSoapResp(boolean) - Method in class org.apache.directory.shared.dsmlv2.engine.Dsmlv2Engine
 
setGraceAuthNsRemaining(int) - Method in interface org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyResponse
Sets the number of remaining wrong authentication for this password
setGraceAuthNsRemaining(int) - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyResponseImpl
Sets the number of remaining wrong authentication for this password
setGracefulDisconnect(GracefulDisconnect) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectContainer
Set a GracefulDisconnect Object into the container.
setGracefulShutdown(GracefulShutdown) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownContainer
Set a GracefulShutdown Object into the container.
setGrammar(AbstractGrammar) - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2Container
Sets the Grammar
setGrammarEndAllowed(boolean) - Method in class org.apache.directory.shared.asn1.ber.AbstractContainer
Set the flag to allow a end transition
setGrammarEndAllowed(boolean) - Method in interface org.apache.directory.shared.asn1.ber.Asn1Container
Set the flag to allow a end transition
setHost(String) - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl
Sets the host.
setHumanReadable(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.LdapSyntax
Sets the human readable flag value.
setInitial(String) - Method in class org.apache.directory.shared.ldap.model.filter.SubstringNode
Set the initial pattern
setInitialSubstrings(String) - Method in class org.apache.directory.shared.dsmlv2.request.SubstringFilter
Set the initial substring
setInitialSubstrings(String) - Method in class org.apache.directory.shared.ldap.codec.search.SubstringFilter
Set the initial substring
setInput(InputStream) - Method in class org.apache.directory.shared.converter.schema.Schema
Set the inputStream mapped on the schema file
setInput(InputStream, String) - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2Parser
Sets the input stream the parser is going to process
setInput(String) - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2Parser
Sets the input string the parser is going to parse
setInput(String) - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2ResponseParser
Sets the input string the parser is going to parse
setInput(InputStream, String) - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2ResponseParser
Sets the input stream the parser is going to process
setInputFile(String) - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2Parser
Sets the input file the parser is going to parse
setInputFile(String) - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2ResponseParser
Sets the input file the parser is going to parse
setIntegerValue(int, E) - Method in class org.apache.directory.shared.asn1.actions.AbstractReadInteger
set the integer value to the appropriate field of ASN.1 object present in the container
setIntegerValue(int, Asn1Container) - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.StoreError
set the integer value to the appropriate field of ASN.1 object present in the container
setIntegerValue(int, Asn1Container) - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.StoreGraceAuthsRemaining
set the integer value to the appropriate field of ASN.1 object present in the container
setIntegerValue(int, Asn1Container) - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.StoreTimeBeforeExpiration
set the integer value to the appropriate field of ASN.1 object present in the container
setIntermediateResponseLength(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.IntermediateResponseDecorator
Stores the encoded length for the IntermediateResponse
setIssuerDN(String) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationRequestDecorator
setIssuerDN(String) - Method in interface org.apache.directory.shared.ldap.extras.extended.CertGenerationRequest
 
setIssuerDN(String) - Method in class org.apache.directory.shared.ldap.extras.extended.CertGenerationRequestImpl
setItem(ObjectClass) - Method in class org.apache.directory.shared.ldap.model.subtree.ItemRefinement
 
setKdcHost(String) - Method in class org.apache.directory.ldap.client.api.GssApiRequest
Sets the KDC host.
setKdcPort(int) - Method in class org.apache.directory.ldap.client.api.GssApiRequest
Sets the KDC port.
setKey(K) - Method in class org.apache.directory.shared.ldap.model.cursor.Tuple
Sets the key for this Tuple.
setKeyAlgorithm(String) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationRequestDecorator
setKeyAlgorithm(String) - Method in interface org.apache.directory.shared.ldap.extras.extended.CertGenerationRequest
 
setKeyAlgorithm(String) - Method in class org.apache.directory.shared.ldap.extras.extended.CertGenerationRequestImpl
setKeyManagers(KeyManager[]) - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
Sets the key managers.
setKrb5ConfFilePath(String) - Method in class org.apache.directory.ldap.client.api.GssApiRequest
Sets the (absolute) path to the 'krb5.conf' file.
setLanguage(String) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureRequestDecorator
Sets the language.
setLanguage(String) - Method in interface org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequest
Sets the language.
setLanguage(String) - Method in class org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequestImpl
Sets the language.
setLdapComparator(LdapComparator<?>) - Method in class org.apache.directory.shared.ldap.model.schema.MatchingRule
Sets the LdapComparator
setLdapHost(String) - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
Sets the LDAP host.
setLdapPort(int) - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
Sets the LDAP port.
setLdapResult(LdapResultDecorator) - Method in class org.apache.directory.shared.ldap.codec.decorators.ResponseDecorator
 
setLength(int) - Method in class org.apache.directory.shared.asn1.ber.tlv.TLV
Set the TLV's length
setLengthBytesRead(int) - Method in class org.apache.directory.shared.asn1.ber.tlv.TLV
Set the currently read TLV's length bytes.
setLengthNbBytes(int) - Method in class org.apache.directory.shared.asn1.ber.tlv.TLV
Set the number of bytes we should use to store the TLV's length
setListener(SchemaLoaderListener) - Method in class org.apache.directory.shared.ldap.model.schema.registries.AbstractSchemaLoader
Sets listener used to notify of newly loaded schemas.
setListener(SchemaLoaderListener) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
Sets listener used to notify of newly loaded schemas.
setLoginContextName(String) - Method in class org.apache.directory.ldap.client.api.GssApiRequest
Sets the name for the LoginContext object.
setLoginModuleConfiguration(Configuration) - Method in class org.apache.directory.ldap.client.api.GssApiRequest
Sets the Configuration object for Login Module.
setMatchedDn(Dn) - Method in class org.apache.directory.shared.dsmlv2.reponse.LdapResultDsml
Set the Matched Dn
setMatchedDn(Dn) - Method in class org.apache.directory.shared.ldap.codec.decorators.LdapResultDecorator
Sets the lowest entry in the directory that was matched.
setMatchedDn(Dn) - Method in interface org.apache.directory.shared.ldap.model.message.LdapResult
Sets the lowest entry in the directory that was matched.
setMatchedDn(Dn) - Method in class org.apache.directory.shared.ldap.model.message.LdapResultImpl
Sets the lowest entry in the directory that was matched.
setMatchedDnBytes(byte[]) - Method in class org.apache.directory.shared.ldap.codec.decorators.LdapResultDecorator
Sets the encoded value for MatchedDn
setMatchingRule(String) - Method in class org.apache.directory.shared.dsmlv2.request.ExtensibleMatchFilter
Set the matchingRule
setMatchingRule(String) - Method in class org.apache.directory.shared.ldap.codec.search.ExtensibleMatchFilter
Set the matchingRule
setMatchingRuleId(String) - Method in class org.apache.directory.shared.ldap.model.filter.ExtensibleNode
Sets the matching rule id as an OID string.
setMatchValue(Value<?>) - Method in class org.apache.directory.shared.dsmlv2.request.ExtensibleMatchFilter
Set the matchValue
setMatchValue(Value<?>) - Method in class org.apache.directory.shared.ldap.codec.search.ExtensibleMatchFilter
Set the matchValue
setMaxBaseDistance(int) - Method in class org.apache.directory.shared.ldap.model.subtree.SubtreeSpecificationModifier
Sets the maximum distance from base past which entries are excluded.
setMaximumSize(int) - Method in class org.apache.directory.shared.util.SynchronizedLRUMap
Setter for property maximumSize.
setMaxLengthLength(int) - Method in class org.apache.directory.shared.asn1.ber.Asn1Decoder
Set the number of bytes that can be used to encode the Value length, including the first byte.
setMaxLengthLength(int) - Method in interface org.apache.directory.shared.asn1.ber.tlv.TLVBerDecoderMBean
Set the number of bytes that can be used to encode the Value length, including the first byte.
setMaxPDUSize(int) - Method in class org.apache.directory.shared.asn1.ber.AbstractContainer
Set the maximum PDU size.
setMaxPDUSize(int) - Method in interface org.apache.directory.shared.asn1.ber.Asn1Container
Set the maximum PDU size.
setMaxTagLength(int) - Method in class org.apache.directory.shared.asn1.ber.Asn1Decoder
Set the maximum Tag length
setMaxTagLength(int) - Method in interface org.apache.directory.shared.asn1.ber.tlv.TLVBerDecoderMBean
Set the maximum number of bytes that should be used to encode a Tag label, including the first byte.
setMay(List<String>) - Method in class org.apache.directory.shared.converter.schema.ObjectClassHolder
Set the list of optional attributes
setMayAttributeTypeOids(List<String>) - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
 
setMayAttributeTypeOids(List<String>) - Method in class org.apache.directory.shared.ldap.model.schema.NameForm
Sets the list of allowed AttributeTypes
setMayAttributeTypeOids(List<String>) - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
 
setMayAttributeTypes(List<AttributeType>) - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
Sets the list of allowed AttributeTypes
setMayAttributeTypes(List<AttributeType>) - Method in class org.apache.directory.shared.ldap.model.schema.NameForm
Sets the list of allowed AttributeTypes
setMayAttributeTypes(List<AttributeType>) - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
Sets the list of allowed AttributeTypes
setMessage(String) - Method in class org.apache.directory.shared.dsmlv2.reponse.ErrorResponse
Sets the message
setMessage(E) - Method in class org.apache.directory.shared.ldap.codec.api.LdapMessageContainer
Set a Message Object into the container.
setMessageId(int) - Method in class org.apache.directory.shared.dsmlv2.AbstractDsmlMessageDecorator
Sets the Message ID for this request
setMessageId(int) - Method in class org.apache.directory.shared.dsmlv2.request.AbandonRequestDsml
Sets the Message ID for this request
setMessageId(int) - Method in class org.apache.directory.shared.dsmlv2.request.AddRequestDsml
Sets the Message ID for this request
setMessageId(int) - Method in class org.apache.directory.shared.dsmlv2.request.BindRequestDsml
Sets the Message ID for this request
setMessageId(int) - Method in class org.apache.directory.shared.dsmlv2.request.CompareRequestDsml
Sets the Message ID for this request
setMessageId(int) - Method in class org.apache.directory.shared.dsmlv2.request.DelRequestDsml
Sets the Message ID for this request
setMessageId(int) - Method in class org.apache.directory.shared.dsmlv2.request.ExtendedRequestDsml
Sets the Message ID for this request
setMessageId(int) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyDNRequestDsml
Sets the Message ID for this request
setMessageId(int) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
Sets the Message ID for this request
setMessageId(int) - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
Sets the Message ID for this request
setMessageId(int) - Method in class org.apache.directory.shared.ldap.codec.api.ExtendedRequestDecorator
Sets the Message ID for this request
setMessageId(int) - Method in class org.apache.directory.shared.ldap.codec.api.LdapMessageContainer
Set the message ID
setMessageId(int) - Method in class org.apache.directory.shared.ldap.codec.api.MessageDecorator
Sets the Message ID for this request
setMessageId(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.AbandonRequestDecorator
Sets the Message ID for this request
setMessageId(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.AddRequestDecorator
Sets the Message ID for this request
setMessageId(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.BindRequestDecorator
Sets the Message ID for this request
setMessageId(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.CompareRequestDecorator
Sets the Message ID for this request
setMessageId(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.DeleteRequestDecorator
Sets the Message ID for this request
setMessageId(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyDnRequestDecorator
Sets the Message ID for this request
setMessageId(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
Sets the Message ID for this request
setMessageId(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
Sets the Message ID for this request
setMessageId(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.UnbindRequestDecorator
Sets the Message ID for this request
setMessageId(int) - Method in interface org.apache.directory.shared.ldap.model.message.AbandonRequest
Sets the Message ID for this request
setMessageId(int) - Method in class org.apache.directory.shared.ldap.model.message.AbandonRequestImpl
Sets the Message ID for this request
setMessageId(int) - Method in class org.apache.directory.shared.ldap.model.message.AbstractExtendedRequest
Sets the Message ID for this request
setMessageId(int) - Method in class org.apache.directory.shared.ldap.model.message.AbstractMessage
Sets the Message ID for this request
setMessageId(int) - Method in interface org.apache.directory.shared.ldap.model.message.AddRequest
Sets the Message ID for this request
setMessageId(int) - Method in class org.apache.directory.shared.ldap.model.message.AddRequestImpl
Sets the Message ID for this request
setMessageId(int) - Method in interface org.apache.directory.shared.ldap.model.message.BindRequest
Sets the Message ID for this request
setMessageId(int) - Method in class org.apache.directory.shared.ldap.model.message.BindRequestImpl
Sets the Message ID for this request
setMessageId(int) - Method in interface org.apache.directory.shared.ldap.model.message.CompareRequest
Sets the Message ID for this request
setMessageId(int) - Method in class org.apache.directory.shared.ldap.model.message.CompareRequestImpl
Sets the Message ID for this request
setMessageId(int) - Method in interface org.apache.directory.shared.ldap.model.message.DeleteRequest
Sets the Message ID for this request
setMessageId(int) - Method in class org.apache.directory.shared.ldap.model.message.DeleteRequestImpl
Sets the Message ID for this request
setMessageId(int) - Method in interface org.apache.directory.shared.ldap.model.message.ExtendedRequest
Sets the Message ID for this request
setMessageId(int) - Method in class org.apache.directory.shared.ldap.model.message.ExtendedRequestImpl
Sets the Message ID for this request
setMessageId(int) - Method in interface org.apache.directory.shared.ldap.model.message.Message
Sets the Message ID for this request
setMessageId(int) - Method in interface org.apache.directory.shared.ldap.model.message.ModifyDnRequest
Sets the Message ID for this request
setMessageId(int) - Method in class org.apache.directory.shared.ldap.model.message.ModifyDnRequestImpl
Sets the Message ID for this request
setMessageId(int) - Method in interface org.apache.directory.shared.ldap.model.message.ModifyRequest
Sets the Message ID for this request
setMessageId(int) - Method in class org.apache.directory.shared.ldap.model.message.ModifyRequestImpl
Sets the Message ID for this request
setMessageId(int) - Method in interface org.apache.directory.shared.ldap.model.message.SearchRequest
Sets the Message ID for this request
setMessageId(int) - Method in class org.apache.directory.shared.ldap.model.message.SearchRequestImpl
Sets the Message ID for this request
setMessageId(int) - Method in interface org.apache.directory.shared.ldap.model.message.UnbindRequest
Sets the Message ID for this request
setMessageId(int) - Method in class org.apache.directory.shared.ldap.model.message.UnbindRequestImpl
Sets the Message ID for this request
setMessageLength(int) - Method in class org.apache.directory.shared.ldap.codec.api.MessageDecorator
 
setMinBaseDistance(int) - Method in class org.apache.directory.shared.ldap.model.subtree.SubtreeSpecificationModifier
Sets the minimum distance below base to start including entries.
setModDnType(SyncModifyDnType) - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncModifyDn
 
setModDnType(SyncModifyDnType) - Method in class org.apache.directory.shared.ldap.extras.controls.SyncModifyDnImpl
setModDnType(SyncModifyDnType) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncModifyDnDecorator
setMode(SynchronizationModeEnum) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueDecorator
setMode(SynchronizationModeEnum) - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncRequestValue
 
setMode(SynchronizationModeEnum) - Method in class org.apache.directory.shared.ldap.extras.controls.SyncRequestValueImpl
setModificationLength(List<Integer>) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
 
setModifyDnRequestLength(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyDnRequestDecorator
 
setModifyDnResponseLength(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyDnResponseDecorator
 
setModifyRequestLength(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
 
setModifyResponseLength(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyResponseDecorator
Stores the encoded length for the ModifyResponse
setMust(List<String>) - Method in class org.apache.directory.shared.converter.schema.ObjectClassHolder
Set the list of mandatory attributes
setMustAttributeTypeOids(List<String>) - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
 
setMustAttributeTypeOids(List<String>) - Method in class org.apache.directory.shared.ldap.model.schema.NameForm
Sets the list of required AttributeTypes OIDs
setMustAttributeTypeOids(List<String>) - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
 
setMustAttributeTypes(List<AttributeType>) - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
Sets the list of required AttributeTypes
setMustAttributeTypes(List<AttributeType>) - Method in class org.apache.directory.shared.ldap.model.schema.NameForm
Sets the list of required AttributeTypes
setMustAttributeTypes(List<AttributeType>) - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
Sets the list of required AttributeTypes
setMutualAuthentication(boolean) - Method in class org.apache.directory.ldap.client.api.SaslRequest
Sets the flag indicating if mutual authentication is required.
setName(String) - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
Sets the name which is used to authenticate the user.
setName(String) - Method in class org.apache.directory.shared.asn1.ber.grammar.AbstractGrammar
Set the grammar's name
setName(String) - Method in interface org.apache.directory.shared.asn1.ber.grammar.Grammar
Set the grammar's name
setName(String) - Method in class org.apache.directory.shared.converter.schema.Schema
Set the schema name to parse.
setName(String) - Method in class org.apache.directory.shared.dsmlv2.AbstractGrammar
Set the grammar's name
setName(String) - Method in interface org.apache.directory.shared.dsmlv2.Grammar
Set the grammar's name
setName(Dn) - Method in class org.apache.directory.shared.dsmlv2.request.BindRequestDsml
Sets the distinguished name of the subject in this authentication request.
setName(Dn) - Method in class org.apache.directory.shared.dsmlv2.request.CompareRequestDsml
Set the entry to be compared
setName(Dn) - Method in class org.apache.directory.shared.dsmlv2.request.DelRequestDsml
Sets the distinguished name of the leaf entry to be deleted by this request.
setName(Dn) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyDNRequestDsml
Sets the entry's distinguished name representing the entry PDU field.
setName(Dn) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
Sets the distinguished name of the entry to be modified by this request.
setName(String) - Method in class org.apache.directory.shared.dsmlv2.Tag
Sets the name of the tag
setName(Dn) - Method in class org.apache.directory.shared.ldap.codec.decorators.BindRequestDecorator
Sets the distinguished name of the subject in this authentication request.
setName(Dn) - Method in class org.apache.directory.shared.ldap.codec.decorators.CompareRequestDecorator
Sets the distinguished name of the entry to be compared using the attribute value assertion.
setName(Dn) - Method in class org.apache.directory.shared.ldap.codec.decorators.DeleteRequestDecorator
Sets the distinguished name of the leaf entry to be deleted by this request.
setName(Dn) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyDnRequestDecorator
Sets the entry's distinguished name representing the entry PDU field.
setName(Dn) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
Sets the distinguished name of the entry to be modified by this request.
setName(Dn) - Method in interface org.apache.directory.shared.ldap.model.message.BindRequest
Sets the distinguished name of the subject in this authentication request.
setName(Dn) - Method in class org.apache.directory.shared.ldap.model.message.BindRequestImpl
Sets the distinguished name of the subject in this authentication request.
setName(Dn) - Method in interface org.apache.directory.shared.ldap.model.message.CompareRequest
Sets the distinguished name of the entry to be compared using the attribute value assertion.
setName(Dn) - Method in class org.apache.directory.shared.ldap.model.message.CompareRequestImpl
Sets the distinguished name of the entry to be compared using the attribute value assertion.
setName(Dn) - Method in interface org.apache.directory.shared.ldap.model.message.DeleteRequest
Sets the distinguished name of the leaf entry to be deleted by this request.
setName(Dn) - Method in class org.apache.directory.shared.ldap.model.message.DeleteRequestImpl
Sets the distinguished name of the leaf entry to be deleted by this request.
setName(Dn) - Method in interface org.apache.directory.shared.ldap.model.message.ModifyDnRequest
Sets the entry's distinguished name representing the entry PDU field.
setName(Dn) - Method in class org.apache.directory.shared.ldap.model.message.ModifyDnRequestImpl
Sets the entry's distinguished name representing the entry PDU field.
setName(Dn) - Method in interface org.apache.directory.shared.ldap.model.message.ModifyRequest
Sets the distinguished name of the entry to be modified by this request.
setName(Dn) - Method in class org.apache.directory.shared.ldap.model.message.ModifyRequestImpl
Sets the distinguished name of the entry to be modified by this request.
setName(String) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.OpenLdapObjectIdentifierMacro
Sets the name.
setNames(List<String>) - Method in interface org.apache.directory.shared.converter.schema.SchemaElement
Set a list of names for a schemaElement
setNames(List<String>) - Method in class org.apache.directory.shared.converter.schema.SchemaElementImpl
Set a list of names for a schemaElement
setNames(List<String>) - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
Sets the list of names for this SchemaObject.
setNames(String...) - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
Sets the list of names for this SchemaObject.
setNames(List<String>) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
Sets the list of names for this SchemaObject.
setNewRDN(Rdn) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyDNRequestDsml
Set the new Rdn
setNewRdn(Rdn) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyDNRequestDsml
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.codec.decorators.ModifyDnRequestDecorator
Sets the new relative distinguished name for the entry which represents the PDU's newrdn field.
setNewRdn(String) - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncModifyDn
 
setNewRdn(String) - Method in class org.apache.directory.shared.ldap.extras.controls.SyncModifyDnImpl
setNewRdn(String) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncModifyDnDecorator
setNewRdn(String) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
Set the new Rdn
setNewRdn(Rdn) - Method in interface org.apache.directory.shared.ldap.model.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.model.message.ModifyDnRequestImpl
Sets the new relative distinguished name for the entry which represents the PDU's newrdn field.
setNewSuperior(Dn) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyDNRequestDsml
Set the new superior
setNewSuperior(Dn) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyDnRequestDecorator
Sets the optional distinguished name of the new superior entry where the candidate entry is to be moved.
setNewSuperior(String) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
Set the new superior
setNewSuperior(Dn) - Method in interface org.apache.directory.shared.ldap.model.message.ModifyDnRequest
Sets the optional distinguished name of the new superior entry where the candidate entry is to be moved.
setNewSuperior(Dn) - Method in class org.apache.directory.shared.ldap.model.message.ModifyDnRequestImpl
Sets the optional distinguished name of the new superior entry where the candidate entry is to be moved.
setNewSuperiorDn(String) - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncModifyDn
 
setNewSuperiorDn(String) - Method in class org.apache.directory.shared.ldap.extras.controls.SyncModifyDnImpl
setNewSuperiorDn(String) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncModifyDnDecorator
setNormalizer(NameComponentNormalizer) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
Sets the NameComponentNormalizer for this parser's dnParser.
setNormalizer(NameComponentNormalizer) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
Sets the NameComponentNormalizer for this parser's dnParser.
setNormalizer(Normalizer) - Method in class org.apache.directory.shared.ldap.model.schema.MatchingRule
Sets the Normalizer
setNormalizerMappingResolver(NormalizerMappingResolver) - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
setNormalizerMappingResolver(NormalizerMappingResolver) - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
Sets the NameComponentNormalizer for this parser's dnParser.
setNotAttributeTypeOids(List<String>) - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
 
setNotAttributeTypes(List<AttributeType>) - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
Sets the list of precluded AttributeTypes
setNotFilter(Filter) - Method in class org.apache.directory.shared.dsmlv2.request.NotFilter
Set the NotFilter
setNotFilter(Filter) - Method in class org.apache.directory.shared.ldap.codec.search.NotFilter
Set the NotFilter
setNoUserModification(boolean) - Method in class org.apache.directory.shared.converter.schema.AttributeTypeHolder
Set the attributeType noUserModification flag
setObjectName(Dn) - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResultEntryDsml
Set the entry Dn
setObjectName(Dn) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultEntryDecorator
Sets the distinguished name of the entry object returned.
setObjectName(Dn) - Method in interface org.apache.directory.shared.ldap.model.message.SearchResultEntry
Sets the distinguished name of the entry object returned.
setObjectName(Dn) - Method in class org.apache.directory.shared.ldap.model.message.SearchResultEntryImpl
Sets the distinguished name of the entry object returned.
setObjectNameBytes(byte[]) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultEntryDecorator
Sets the distinguished name bytes of the entry object returned.
setObsolete(boolean) - Method in interface org.apache.directory.shared.converter.schema.SchemaElement
Set the obsolete flag
setObsolete(boolean) - Method in class org.apache.directory.shared.converter.schema.SchemaElementImpl
Set the obsolete flag
setObsolete(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
Sets the Obsolete flag.
setObsolete(boolean) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
Sets the Obsolete flag.
setOctetString(byte[], E) - Method in class org.apache.directory.shared.asn1.actions.AbstractReadOctetString
set the OCTET STRING value to the appropriate field of ASN.1 object present in the container
setOid(byte[]) - Method in class org.apache.directory.shared.asn1.util.Oid
Set the Oid.
setOid(String) - Method in class org.apache.directory.shared.asn1.util.Oid
Set the Oid.
setOid(String) - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
A special method used when renaming an SchemaObject: we may have to change it's OID
setOid(String) - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.CachingNormalizer
Overrides default behavior by setting the OID of the wrapped Normalizer.
setOid(String) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
A special method used when renaming an SchemaObject: we may have to change it's OID
setOidLen(int) - Method in class org.apache.directory.shared.converter.schema.AttributeTypeHolder
Set the attributeType's syntax length
setOnError(BatchRequestDsml.OnError) - Method in class org.apache.directory.shared.dsmlv2.request.BatchRequestDsml
Sets the on error handling type of the request
setOperation(int) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultModification
Store the modification operation
setOperation(ModificationOperation) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultModification
Store the modification operation
setOperation(int) - Method in interface org.apache.directory.shared.ldap.model.entry.Modification
Store the modification operation
setOperation(ModificationOperation) - Method in interface org.apache.directory.shared.ldap.model.entry.Modification
Store the modification operation
setOrdering(String) - Method in class org.apache.directory.shared.converter.schema.AttributeTypeHolder
Set the ordering Matching Rule
setOrdering(MatchingRule) - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
Sets the Ordering MR for this AttributeType
setOrderingOid(String) - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
Sets the Ordering OID for this AttributeType
setOtherObject(SchemaObject) - Method in exception org.apache.directory.shared.ldap.model.exception.LdapSchemaException
Sets the 'other' schema object.
setOutput(Writer) - Method in class org.apache.directory.shared.converter.schema.Schema
Set a writer to dump the ldif files
setPagedSearchControl(PagedResultsDecorator) - Method in class org.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsContainer
Set a PagedSearchControl Object into the container.
setParent(AbstractAsn1Object) - Method in class org.apache.directory.shared.asn1.AbstractAsn1Object
Set the parent
setParent(TLV) - Method in class org.apache.directory.shared.asn1.ber.tlv.TLV
 
setParent(Filter) - Method in class org.apache.directory.shared.dsmlv2.request.Filter
Set the parent
setParent(Filter, int) - Method in class org.apache.directory.shared.ldap.codec.search.Filter
Set the parent
setParentTLV(TLV) - Method in class org.apache.directory.shared.asn1.ber.AbstractContainer
Set the parent TLV.
setParentTLV(TLV) - Method in interface org.apache.directory.shared.asn1.ber.Asn1Container
Set the parent TLV
setParser(XmlPullParser) - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2Container
Sets the parser
setParserMonitor(ParserMonitor) - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnParser
 
setParserMonitor(ParserMonitor) - Method in class org.apache.directory.shared.ldap.model.schema.parsers.AbstractSchemaParser
Sets the parser monitor.
setParserMonitor(ParserMonitor) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaParser
 
setParserMonitor(ParserMonitor) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaQdstringParser
 
setParserMonitor(ParserMonitor) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueParser
 
setPasswordPolicyError(PasswordPolicyErrorEnum) - Method in interface org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyResponse
Sets the PasswordPolicy error number
setPasswordPolicyError(PasswordPolicyErrorEnum) - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyResponseImpl
Sets the PasswordPolicy error number
setPasswordPolicyResponseControl(PasswordPolicyDecorator) - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyContainer
 
setPersistentSearchDecorator(PersistentSearchDecorator) - Method in class org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchContainer
Set a PSearchControl Object into the container.
setPort(int) - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl
Sets the port.
setPreviousDn(Dn) - Method in class org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeDecorator
setPreviousDn(Dn) - Method in interface org.apache.directory.shared.ldap.model.message.controls.EntryChange
 
setPreviousDn(Dn) - Method in class org.apache.directory.shared.ldap.model.message.controls.EntryChangeImpl
 
setProcedure(byte[]) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureRequestDecorator
 
setProcedure(byte[]) - Method in interface org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequest
 
setProcedure(byte[]) - Method in class org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequestImpl
 
setProcedure(String) - Method in class org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequestImpl
setProcessing(BatchRequestDsml.Processing) - Method in class org.apache.directory.shared.dsmlv2.request.BatchRequestDsml
Sets the processing type of the request
setQualityOfProtection(SaslQoP) - Method in class org.apache.directory.ldap.client.api.SaslRequest
Sets the quality of protection.
setQuirksMode(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.parsers.AbstractSchemaParser
Sets the quirks mode.
setQuirksMode(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaParser
 
setRawOidOrNameSuffix(String) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.OpenLdapObjectIdentifierMacro
Sets the raw OID or name plus suffix.
setReadOnly(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
Sets the SchemaObject readOnly flag
setReadOnly(boolean) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
Sets the SchemaObject readOnly flag
setRealmName(String) - Method in class org.apache.directory.ldap.client.api.DigestMd5Request
Sets the realm name.
setRealmName(String) - Method in class org.apache.directory.ldap.client.api.GssApiRequest
Sets the realm name.
setRealmName(String) - Method in class org.apache.directory.ldap.client.api.SaslRequest
Sets the realm name.
setReferral(Referral) - Method in class org.apache.directory.shared.dsmlv2.reponse.LdapResultDsml
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.dsmlv2.reponse.SearchResultReferenceDsml
Sets the sequence of LdapUrls as a Referral instance.
setReferral(Referral) - Method in class org.apache.directory.shared.ldap.codec.decorators.LdapResultDecorator
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.codec.decorators.SearchResultReferenceDecorator
Sets the sequence of LdapUrls as a Referral instance.
setReferral(Referral) - Method in interface org.apache.directory.shared.ldap.model.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.model.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.model.message.SearchResultReference
Sets the sequence of LdapUrls as a Referral instance.
setReferral(Referral) - Method in class org.apache.directory.shared.ldap.model.message.SearchResultReferenceImpl
Sets the sequence of LdapUrls as a Referral instance.
setReferralLength(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultReferenceDecorator
Stores the encoded length for the Referrals
setReferralLength(int) - Method in interface org.apache.directory.shared.ldap.model.message.Referral
Set the length of the referral
setReferralLength(int) - Method in class org.apache.directory.shared.ldap.model.message.ReferralImpl
Set the length of the referral
setRefinement(ExprNode) - Method in class org.apache.directory.shared.ldap.model.subtree.SubtreeSpecificationModifier
Sets a filter using only assertions on objectClass attributes for subtree refinement.
setRefreshDeletes(boolean) - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncDoneValue
 
setRefreshDeletes(boolean) - Method in class org.apache.directory.shared.ldap.extras.controls.SyncDoneValueImpl
setRefreshDeletes(boolean) - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncInfoValue
 
setRefreshDeletes(boolean) - Method in class org.apache.directory.shared.ldap.extras.controls.SyncInfoValueImpl
setRefreshDeletes(boolean) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncDoneValueDecorator
setRefreshDeletes(boolean) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueDecorator
setRefreshDone(boolean) - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncInfoValue
 
setRefreshDone(boolean) - Method in class org.apache.directory.shared.ldap.extras.controls.SyncInfoValueImpl
setRefreshDone(boolean) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueDecorator
setRegistries(Registries) - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
Inject the Registries into the SchemaObject
setRegistries(Registries) - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.CachingNormalizer
Inject the Registries into the SchemaObject
setRegistries(Registries) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Associate a new Registries to the SchemaManager
setRegistries(Registries) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
Inject the Registries into the SchemaObject
setRegistries(Registries) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Associate a new Registries to the SchemaManager
setRelatedId(String) - Method in exception org.apache.directory.shared.ldap.model.exception.LdapSchemaException
Sets the related ID (name or OID) of the exception.
setRelaxed() - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
Change the Registries to a relaxed mode, where invalid SchemaObjects can be registered.
setRelaxed() - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Change the SchemaManager to a relaxed mode, where invalid SchemaObjects can be registered.
setReloadHint(boolean) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueDecorator
setReloadHint(boolean) - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncRequestValue
 
setReloadHint(boolean) - Method in class org.apache.directory.shared.ldap.extras.controls.SyncRequestValueImpl
setRemainingDn(Dn) - Method in exception org.apache.directory.shared.ldap.model.exception.AbstractLdapReferralException
 
setRemainingDn(Dn) - Method in exception org.apache.directory.shared.ldap.model.exception.LdapReferralException
 
setRequestID(int) - Method in class org.apache.directory.shared.dsmlv2.reponse.BatchResponseDsml
Sets the ID of the response
setRequestID(int) - Method in class org.apache.directory.shared.dsmlv2.reponse.ErrorResponse
Sets the request ID
setRequestID(int) - Method in class org.apache.directory.shared.dsmlv2.request.BatchRequestDsml
Sets the ID of the request
setRequestName(Oid) - Method in class org.apache.directory.shared.dsmlv2.request.ExtendedRequestDsml
Set the extended request name
setRequestName(String) - Method in class org.apache.directory.shared.dsmlv2.request.ExtendedRequestDsml
Sets the Object Identifier corresponding to the extended request type.
setRequestName(String) - Method in class org.apache.directory.shared.ldap.codec.api.ExtendedRequestDecorator
Sets the Object Identifier corresponding to the extended request type.
setRequestName(String) - Method in class org.apache.directory.shared.ldap.model.message.AbstractExtendedRequest
Sets the Object Identifier corresponding to the extended request type.
setRequestName(String) - Method in interface org.apache.directory.shared.ldap.model.message.ExtendedRequest
Sets the Object Identifier corresponding to the extended request type.
setRequestName(String) - Method in class org.apache.directory.shared.ldap.model.message.ExtendedRequestImpl
Sets the Object Identifier corresponding to the extended request type.
setRequestNameBytes(byte[]) - Method in class org.apache.directory.shared.ldap.codec.api.ExtendedRequestDecorator
Sets the requestName bytes.
setRequestValue(byte[]) - Method in class org.apache.directory.shared.dsmlv2.request.ExtendedRequestDsml
Set the extended request value
setRequestValue(byte[]) - Method in class org.apache.directory.shared.ldap.codec.api.ExtendedRequestDecorator
setRequestValue(byte[]) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.CancelRequestDecorator
Sets the extended request's requestValue portion of the PDU.
setRequestValue(byte[]) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationRequestDecorator
setRequestValue(byte[]) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownRequestDecorator
setRequestValue(byte[]) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureRequestDecorator
setResolvedDn(Dn) - Method in exception org.apache.directory.shared.ldap.model.exception.LdapOperationException
 
setResolvedObject(Object) - Method in exception org.apache.directory.shared.ldap.model.exception.AbstractLdapReferralException
 
setResolvedObject(Object) - Method in exception org.apache.directory.shared.ldap.model.exception.LdapReferralException
 
setResolvedOid(String) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.OpenLdapObjectIdentifierMacro
Sets the resolved OID.
setResolveObjectIdentifierMacros(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.parsers.OpenLdapSchemaParser
Sets if object identifier macros should be resolved.
setResponse(Message) - Method in exception org.apache.directory.shared.ldap.codec.api.ResponseCarryingException
Set a response if we get an exception while parsing the message
setResponse(PasswordPolicyResponse) - Method in interface org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicy
Sets the response.
setResponse(boolean) - Method in interface org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicy
If true sets the response to a default newly initialized response object.
setResponse(PasswordPolicyResponse) - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyDecorator
Sets the response.
setResponse(boolean) - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyDecorator
If true sets the response to a default newly initialized response object.
setResponse(PasswordPolicyResponse) - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyImpl
Sets the response.
setResponse(boolean) - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyImpl
If true sets the response to a default newly initialized response object.
setResponse(Message) - Method in exception org.apache.directory.shared.ldap.model.exception.ResponseCarryingMessageException
Set a response if we get an exception while parsing the message
setResponse(byte[]) - Method in class org.apache.directory.shared.ldap.model.message.extended.NoticeOfDisconnect
Sets the response OID specific encoded response values.
setResponseName(String) - Method in class org.apache.directory.shared.dsmlv2.reponse.ExtendedResponseDsml
Sets the OID uniquely identifying this extended response (a.k.a.
setResponseName(Oid) - Method in class org.apache.directory.shared.dsmlv2.reponse.ExtendedResponseDsml
Set the extended response name
setResponseName(String) - Method in class org.apache.directory.shared.ldap.codec.api.ExtendedResponseDecorator
Sets the OID uniquely identifying this extended response (a.k.a.
setResponseName(String) - Method in class org.apache.directory.shared.ldap.codec.decorators.IntermediateResponseDecorator
Sets the response name.
setResponseName(String) - Method in class org.apache.directory.shared.ldap.extras.extended.CertGenerationResponseImpl
Sets the OID uniquely identifying this extended response (a.k.a.
setResponseName(String) - Method in class org.apache.directory.shared.ldap.extras.extended.GracefulDisconnectResponseImpl
Sets the OID uniquely identifying this extended response (a.k.a.
setResponseName(String) - Method in class org.apache.directory.shared.ldap.extras.extended.GracefulShutdownResponseImpl
Sets the OID uniquely identifying this extended response (a.k.a.
setResponseName(String) - Method in class org.apache.directory.shared.ldap.model.message.extended.NoticeOfDisconnect
Sets the OID uniquely identifying this extended response (a.k.a.
setResponseName(String) - Method in interface org.apache.directory.shared.ldap.model.message.ExtendedResponse
Sets the OID uniquely identifying this extended response (a.k.a.
setResponseName(String) - Method in class org.apache.directory.shared.ldap.model.message.ExtendedResponseImpl
Sets the OID uniquely identifying this extended response (a.k.a.
setResponseName(String) - Method in interface org.apache.directory.shared.ldap.model.message.IntermediateResponse
Sets the response name.
setResponseName(String) - Method in class org.apache.directory.shared.ldap.model.message.IntermediateResponseImpl
Sets the OID uniquely identifying this Intermediate response (a.k.a.
setResponseNameBytes(byte[]) - Method in class org.apache.directory.shared.ldap.codec.api.ExtendedResponseDecorator
Sets the OID bytes.
setResponseNameBytes(byte[]) - Method in class org.apache.directory.shared.ldap.codec.decorators.IntermediateResponseDecorator
Sets the ResponseName bytes
setResponseOrder(BatchRequestDsml.ResponseOrder) - Method in class org.apache.directory.shared.dsmlv2.request.BatchRequestDsml
Sets the response order type of the request
setResponseValue(byte[]) - Method in class org.apache.directory.shared.dsmlv2.reponse.ExtendedResponseDsml
Set the extended response
setResponseValue(byte[]) - Method in class org.apache.directory.shared.ldap.codec.api.ExtendedResponseDecorator
setResponseValue(byte[]) - Method in class org.apache.directory.shared.ldap.codec.decorators.IntermediateResponseDecorator
Sets the respponseValue
setResponseValue(byte[]) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectResponseDecorator
Sets the response OID specific encoded response values.
setResponseValue(byte[]) - Method in interface org.apache.directory.shared.ldap.model.message.IntermediateResponse
Sets the respponseValue
setResponseValue(byte[]) - Method in class org.apache.directory.shared.ldap.model.message.IntermediateResponseImpl
Sets the response value
setResultCode(ResultCodeEnum) - Method in class org.apache.directory.shared.dsmlv2.reponse.LdapResultDsml
Set the result code
setResultCode(ResultCodeEnum) - Method in class org.apache.directory.shared.ldap.codec.decorators.LdapResultDecorator
Sets the result code enumeration associated with the response.
setResultCode(ResultCodeEnum) - Method in interface org.apache.directory.shared.ldap.model.message.LdapResult
Sets the result code enumeration associated with the response.
setResultCode(ResultCodeEnum) - Method in class org.apache.directory.shared.ldap.model.message.LdapResultImpl
Sets the result code enumeration associated with the response.
setReturnECs(boolean) - Method in class org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchDecorator
 
setReturnECs(boolean) - Method in interface org.apache.directory.shared.ldap.model.message.controls.PersistentSearch
 
setReturnECs(boolean) - Method in class org.apache.directory.shared.ldap.model.message.controls.PersistentSearchImpl
 
setReturningAttributes(String...) - Method in class org.apache.directory.shared.ldap.model.message.SearchParams
 
setRuleId(int) - Method in class org.apache.directory.shared.ldap.model.schema.DITStructureRule
Sets the rule identifier of this DIT structure rule;
setSaslCredentialsLength(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.BindRequestDecorator
Stores the encoded length for the SaslCredentials
setSaslMechanism(String) - Method in class org.apache.directory.ldap.client.api.SaslRequest
Sets the SASL mechanism
setSaslMechanism(String) - Method in class org.apache.directory.shared.dsmlv2.request.BindRequestDsml
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.codec.decorators.BindRequestDecorator
Sets the SASL mechanism String associated with this BindRequest if the bind operation is using SASL.
setSaslMechanism(String) - Method in interface org.apache.directory.shared.ldap.model.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.model.message.BindRequestImpl
Sets the SASL mechanism String associated with this BindRequest if the bind operation is using SASL.
setSaslMechanismLength(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.BindRequestDecorator
Stores the encoded length for the Mechanism
setSchemaLoader(SchemaLoader) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Associate a Schema loader to this SchemaManager
setSchemaLoader(SchemaLoader) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Associate a Schema loader to this SchemaManager
setSchemaManager(SchemaManager) - Method in class org.apache.directory.shared.ldap.aci.ACIItemSyntaxChecker
Store the SchemaManager in this instance.
setSchemaManager(SchemaManager) - Method in class org.apache.directory.shared.ldap.model.schema.comparators.DnComparator
Store the SchemaManager in this instance.
setSchemaManager(SchemaManager) - Method in class org.apache.directory.shared.ldap.model.schema.comparators.SerializableComparator
 
setSchemaManager(SchemaManager) - Method in class org.apache.directory.shared.ldap.model.schema.comparators.UniqueMemberComparator
Store the SchemaManager in this instance.
setSchemaManager(SchemaManager) - Method in class org.apache.directory.shared.ldap.model.schema.LdapComparator
Store the SchemaManager in this instance.
setSchemaManager(SchemaManager) - Method in class org.apache.directory.shared.ldap.model.schema.Normalizer
Store the SchemaManager in this instance.
setSchemaManager(SchemaManager) - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.CachingDnNormalizer
Sets the SchemaManager
setSchemaManager(SchemaManager) - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.CachingNormalizer
Sets the SchemaManager
setSchemaManager(SchemaManager) - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.DnNormalizer
Store the SchemaManager in this instance.
setSchemaManager(SchemaManager) - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.NameOrNumericIdNormalizer
Store the SchemaManager in this instance.
setSchemaManager(SchemaManager) - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.UniqueMemberNormalizer
Store the SchemaManager in this instance.
setSchemaManager(SchemaManager) - Method in class org.apache.directory.shared.ldap.model.schema.SyntaxChecker
Store the SchemaManager in this instance.
setSchemaManager(SchemaManager) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.SubtreeSpecificationSyntaxChecker
Store the SchemaManager in this instance.
setSchemaName(String) - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
Sets the name of the schema this SchemaObject is associated with.
setSchemaName(String) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
Sets the name of the schema this SchemaObject is associated with.
setScheme(String) - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl
Sets the scheme.
setScope(SearchScope) - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
Sets the search scope parameter enumeration.
setScope(SearchScope) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
Sets the search scope parameter enumeration.
setScope(SearchScope) - Method in class org.apache.directory.shared.ldap.model.message.SearchParams
 
setScope(SearchScope) - Method in interface org.apache.directory.shared.ldap.model.message.SearchRequest
Sets the search scope parameter enumeration.
setScope(SearchScope) - Method in class org.apache.directory.shared.ldap.model.message.SearchRequestImpl
Sets the search scope parameter enumeration.
setScope(int) - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl
Sets the scope.
setScope(SearchScope) - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl
Sets the scope.
setSearchRequestLength(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
Stores the encoded length for the SearchRequest
setSearchResultDone(SearchResultDoneDsml) - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResponse
Sets the Search Result Entry
setSearchResultDoneLength(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultDoneDecorator
Stores the encoded length for the SearchResultDone
setSearchResultEntryLength(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultEntryDecorator
Stores the encoded length for the SearchResultEntry
setSearchResultReferenceLength(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultReferenceDecorator
Stores the encoded length for the SearchResultReference's
setSecureRandom(SecureRandom) - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
Sets the secure random.
setSecurityStrength(SaslSecurityStrength) - Method in class org.apache.directory.ldap.client.api.SaslRequest
Sets the security strength.
setServerSaslCreds(byte[]) - Method in class org.apache.directory.shared.dsmlv2.reponse.BindResponseDsml
Sets the optional property holding SASL authentication response paramters that are SASL mechanism specific.
setServerSaslCreds(byte[]) - Method in class org.apache.directory.shared.ldap.codec.decorators.BindResponseDecorator
Sets the optional property holding SASL authentication response paramters that are SASL mechanism specific.
setServerSaslCreds(byte[]) - Method in interface org.apache.directory.shared.ldap.model.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.model.message.BindResponseImpl
Sets the optional property holding SASL authentication response paramters that are SASL mechanism specific.
setSimple(boolean) - Method in class org.apache.directory.shared.dsmlv2.request.BindRequestDsml
Sets the authentication mechanism to simple or to SASL based authentication.
setSimple(boolean) - Method in class org.apache.directory.shared.ldap.codec.decorators.BindRequestDecorator
Sets the authentication mechanism to simple or to SASL based authentication.
setSimple(boolean) - Method in interface org.apache.directory.shared.ldap.model.message.BindRequest
Sets the authentication mechanism to simple or to SASL based authentication.
setSimple(boolean) - Method in class org.apache.directory.shared.ldap.model.message.BindRequestImpl
Sets the authentication mechanism to simple or to SASL based authentication.
setSingleValue(boolean) - Method in class org.apache.directory.shared.converter.schema.AttributeTypeHolder
Set the attributeType singleValue flag
setSingleValued(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
Tells if this AttributeType is Single Valued or not
setSize(int) - Method in class org.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsDecorator
Set the number of entry requested or returned
setSize(int) - Method in interface org.apache.directory.shared.ldap.model.message.controls.PagedResults
Set the number of entry requested or returned
setSize(int) - Method in class org.apache.directory.shared.ldap.model.message.controls.PagedResultsImpl
 
setSizeLimit(long) - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
Sets sizelimit that restricts the maximum number of entries to be returned as a result of the search.
setSizeLimit(long) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
Sets sizelimit that restricts the maximum number of entries to be returned as a result of the search.
setSizeLimit(long) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifReader
Set the maximum file size that can be accepted for an attribute value
setSizeLimit(long) - Method in class org.apache.directory.shared.ldap.model.message.SearchParams
 
setSizeLimit(long) - Method in interface org.apache.directory.shared.ldap.model.message.SearchRequest
Sets sizelimit that restricts the maximum number of entries to be returned as a result of the search.
setSizeLimit(long) - Method in class org.apache.directory.shared.ldap.model.message.SearchRequestImpl
Sets sizelimit that restricts the maximum number of entries to be returned as a result of the search.
setSourceObject(SchemaObject) - Method in exception org.apache.directory.shared.ldap.model.exception.LdapSchemaException
Sets the 'source' schema object.
setSpecification(String) - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
Sets the SchemaObject's specification
setSpecification(String) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
Sets the SchemaObject's specification
setSslProtocol(String) - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
Sets the SSL protocol.
setState(TLVStateEnum) - Method in class org.apache.directory.shared.asn1.ber.AbstractContainer
Set the new current state
setState(TLVStateEnum) - Method in interface org.apache.directory.shared.asn1.ber.Asn1Container
Set the new current state
setState(Enum<Dsmlv2StatesEnum>) - Method in interface org.apache.directory.shared.dsmlv2.Container
Set the new current state
setState(Enum<Dsmlv2StatesEnum>) - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2Container
Set the new current state
setStatesEnum(Enum<Dsmlv2StatesEnum>[]) - Method in class org.apache.directory.shared.dsmlv2.AbstractGrammar
Set the states for this grammar
setStoredProcedure(StoredProcedureRequestDecorator) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureContainer
Set a StoredProcedure object into the container.
setStoreReq(boolean) - Method in class org.apache.directory.shared.dsmlv2.request.BatchRequestDsml
set the storeReq flag to turn on/off storing of request objects Note: it is better to set this flag to false while processing large DSML batch requests
setStream(ByteBuffer) - Method in class org.apache.directory.shared.asn1.ber.AbstractContainer
Stores the Stream being decoded
setStream(ByteBuffer) - Method in interface org.apache.directory.shared.asn1.ber.Asn1Container
Stores the Stream being decoded
setStrict() - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
Change the Registries to a strict mode, where invalid SchemaObjects cannot be registered.
setStrict() - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Change the SchemaManager to a strict mode, where invalid SchemaObjects cannot be registered.
setStructuralObjectClass(ObjectClass) - Method in class org.apache.directory.shared.ldap.model.schema.NameForm
Sets the structural object class this rule applies to
setStructuralObjectClassOid(String) - Method in class org.apache.directory.shared.ldap.model.schema.NameForm
Sets the structural object class this rule applies to
setSubentriesDecorator(SubentriesDecorator) - Method in class org.apache.directory.shared.ldap.codec.controls.search.subentries.SubentriesContainer
Set a SubEntryControl Object into the container.
setSubjectDN(String) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationRequestDecorator
setSubjectDN(String) - Method in interface org.apache.directory.shared.ldap.extras.extended.CertGenerationRequest
 
setSubjectDN(String) - Method in class org.apache.directory.shared.ldap.extras.extended.CertGenerationRequestImpl
setSubstr(String) - Method in class org.apache.directory.shared.converter.schema.AttributeTypeHolder
Set the substring Matching Rule
setSubstring(MatchingRule) - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
Sets the Substr MR for this AttributeType
setSubstringOid(String) - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
Sets the Substr OID for this AttributeType
setSubstringsLength(int) - Method in class org.apache.directory.shared.ldap.codec.search.SubstringFilter
 
setSuperior(String) - Method in class org.apache.directory.shared.converter.schema.AttributeTypeHolder
Set the attributeType's superior
setSuperior(AttributeType) - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
Sets the superior for this AttributeType
setSuperior(String) - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
Sets the superior oid for this AttributeType
setSuperiorOid(String) - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
Sets the superior AttributeType OID of this AttributeType
setSuperiorOids(List<String>) - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
Sets the superior object class OIDs
setSuperiors(List<String>) - Method in class org.apache.directory.shared.converter.schema.ObjectClassHolder
Set the list of inherited objectClasses
setSuperiors(List<ObjectClass>) - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
Sets the superior object classes
setSuperRules(List<Integer>) - Method in class org.apache.directory.shared.ldap.model.schema.DITStructureRule
Sets the list of superior RuleIds
setSyncDoneValueControl(SyncDoneValueDecorator) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncDoneValueContainer
Set a SyncDoneValueControlCodec Object into the container.
setSyncInfoValueControl(SyncInfoValueDecorator) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueContainer
Set a SyncInfoValueControl Object into the container.
setSyncModifyDnDecorator(SyncModifyDnDecorator) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncModifyDnContainer
Set a SyncModifyDnControl Object into the container.
setSyncRequestValueControl(SyncRequestValueDecorator) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueContainer
Set a SyncRequestValueControl Object into the container.
setSyncStateType(SyncStateTypeEnum) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueDecorator
set the syncState's type
setSyncStateType(SyncStateTypeEnum) - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncStateValue
set the syncState's type
setSyncStateType(SyncStateTypeEnum) - Method in class org.apache.directory.shared.ldap.extras.controls.SyncStateValueImpl
set the syncState's type
setSyncStateValueControl(SyncStateValueDecorator) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueContainer
Set a SyncStateValueControl Object into the container.
setSyncUUIDs(List<byte[]>) - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncInfoValue
 
setSyncUUIDs(List<byte[]>) - Method in class org.apache.directory.shared.ldap.extras.controls.SyncInfoValueImpl
setSyncUUIDs(List<byte[]>) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueDecorator
setSyntax(String) - Method in class org.apache.directory.shared.converter.schema.AttributeTypeHolder
Set the attributeType's syntax
setSyntax(LdapSyntax) - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
Sets the Syntax for this AttributeType
setSyntax(LdapSyntax) - Method in class org.apache.directory.shared.ldap.model.schema.MatchingRule
Sets the Syntax
setSyntaxChecker(SyntaxChecker) - Method in class org.apache.directory.shared.ldap.model.schema.LdapSyntax
Sets the associated SyntaxChecker
setSyntaxLength(long) - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
Sets the length limit of this AttributeType based on its associated syntax.
setSyntaxOid(String) - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
Sets the Syntax OID for this AttributeType
setSyntaxOid(String) - Method in class org.apache.directory.shared.ldap.model.schema.MatchingRule
Sets the Syntax's OID
setTag(byte) - Method in class org.apache.directory.shared.asn1.ber.tlv.TLV
Set a tag value for this TLV.
setTargetDN(String) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationRequestDecorator
setTargetDN(String) - Method in interface org.apache.directory.shared.ldap.extras.extended.CertGenerationRequest
 
setTargetDN(String) - Method in class org.apache.directory.shared.ldap.extras.extended.CertGenerationRequestImpl
setTerminalFilter(Filter) - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
Set the terminal filter
setTerminalFilter(Filter) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
Set the terminal filter
setTimeBeforeExpiration(int) - Method in interface org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyResponse
Set a date of expiration for the password
setTimeBeforeExpiration(int) - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyResponseImpl
Set a date of expiration for the password
setTimeLimit(int) - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
Sets the timelimit that restricts the maximum time (in seconds) allowed for a search.
setTimeLimit(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
Sets the timelimit that restricts the maximum time (in seconds) allowed for a search.
setTimeLimit(int) - Method in class org.apache.directory.shared.ldap.model.message.SearchParams
 
setTimeLimit(int) - Method in interface org.apache.directory.shared.ldap.model.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.model.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.extras.extended.ads_impl.gracefulDisconnect.GracefulAction
 
setTimeOffline(int) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectResponseDecorator
Sets the time offline after disconnection, in minutes.
setTimeOffline(int) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownRequestDecorator
Sets the time offline after disconnection, in minutes.
setTimeOffline(int) - Method in interface org.apache.directory.shared.ldap.extras.extended.GracefulDisconnectResponse
Sets the time offline after disconnection, in minutes.
setTimeOffline(int) - Method in class org.apache.directory.shared.ldap.extras.extended.GracefulDisconnectResponseImpl
 
setTimeOffline(int) - Method in interface org.apache.directory.shared.ldap.extras.extended.GracefulShutdownRequest
Sets the time offline after disconnection, in minutes.
setTimeOffline(int) - Method in class org.apache.directory.shared.ldap.extras.extended.GracefulShutdownRequestImpl
Sets the time offline after disconnection, in minutes.
setTimeOut(long) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Set the timeOut for the responses.
setTimeOut(long) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Set the timeOut for the responses.
setTlvId(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
Set the SearchRequest PDU TLV's Id
setToString(Set<?>) - Static method in class org.apache.directory.shared.util.Strings
Utility method that return a String representation of a set
setTransition(Enum<?>) - Method in class org.apache.directory.shared.asn1.ber.AbstractContainer
Update the transition from a state to another
setTransition(Enum<?>) - Method in interface org.apache.directory.shared.asn1.ber.Asn1Container
Update the transition from a state to another
setTransition(Enum<Dsmlv2StatesEnum>) - Method in interface org.apache.directory.shared.dsmlv2.Container
Update the transition from a state to another
setTransition(Enum<Dsmlv2StatesEnum>) - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2Container
Update the transition from a state to another
setTrustManagers(TrustManager...) - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
Sets the trust managers.
setType(String) - Method in class org.apache.directory.shared.dsmlv2.request.ExtensibleMatchFilter
Set the type
setType(String) - Method in class org.apache.directory.shared.dsmlv2.request.SubstringFilter
Set the attribute to match
setType(int) - Method in class org.apache.directory.shared.dsmlv2.Tag
Sets the type of the tag
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(SynchronizationInfoEnum) - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncInfoValue
 
setType(SynchronizationInfoEnum) - Method in class org.apache.directory.shared.ldap.extras.controls.SyncInfoValueImpl
setType(SynchronizationInfoEnum) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueDecorator
setType(byte[]) - Method in class org.apache.directory.shared.ldap.extras.extended.StoredProcedureParameter
Sets the type.
setType(ObjectClassTypeEnum) - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
Set the ObjectClass type, one of ABSTRACT, AUXILIARY or STRUCTURAL.
setType(String) - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl.Extension
Sets the type.
setTypesOnly(boolean) - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
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.codec.decorators.SearchRequestDecorator
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.model.message.SearchParams
 
setTypesOnly(boolean) - Method in interface org.apache.directory.shared.ldap.model.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.model.message.SearchRequestImpl
An indicator as to whether search results will contain both attribute types and values, or just attribute types.
setUpId(String) - Method in interface org.apache.directory.shared.ldap.model.entry.Attribute
Set the user provided ID.
setUpId(String, AttributeType) - Method in interface org.apache.directory.shared.ldap.model.entry.Attribute
Set the user provided ID.
setUpId(String) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
Set the user provided ID.
setUpId(String, AttributeType) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
Set the user provided ID.
setUsage(UsageEnum) - Method in class org.apache.directory.shared.converter.schema.AttributeTypeHolder
Set the attributeType's usage
setUsage(UsageEnum) - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
Sets the AttributeType usage, one of : USER_APPLICATIONS DIRECTORY_OPERATION DISTRIBUTED_OPERATION DSA_OPERATION
setUserModifiable(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
Tells if this AttributeType can be modified by a user or not
setUsername(String) - Method in class org.apache.directory.ldap.client.api.SaslRequest
Sets the username.
setUseSsl(boolean) - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
Sets whether SSL should be used.
setValsLength(List<Integer>) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultEntryDecorator
Stores the list of encoded length for the values
setValue(byte[]) - Method in class org.apache.directory.shared.dsmlv2.DsmlControl
Set the encoded control value
setValue(byte[]) - Method in interface org.apache.directory.shared.ldap.codec.api.CodecControl
Set the Control's encoded control value.
setValue(byte[]) - Method in class org.apache.directory.shared.ldap.codec.api.ControlDecorator
Set the encoded control value
setValue(byte[]) - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyDecorator
Set the encoded control value
setValue(byte[]) - Method in class org.apache.directory.shared.ldap.extras.extended.StoredProcedureParameter
Sets the value.
setValue(V) - Method in class org.apache.directory.shared.ldap.model.cursor.Tuple
Sets the value for this Tuple.
setValue(Value<?>) - Method in class org.apache.directory.shared.ldap.model.filter.ExtensibleNode
Sets the value.
setValue(Value<T>) - Method in class org.apache.directory.shared.ldap.model.filter.SimpleNode
Sets the value of this node.
setValue(byte[]) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifControl
setValue(byte[]) - Method in class org.apache.directory.shared.ldap.model.message.controls.CascadeImpl
 
setValue(String) - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl.Extension
Sets the value.
setValuesLength(List<Integer>) - Method in class org.apache.directory.shared.ldap.codec.decorators.AddRequestDecorator
Stores the encoded length for the values
setValuesLength(List<Integer>) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
 
setVersion3(boolean) - Method in class org.apache.directory.shared.dsmlv2.request.BindRequestDsml
Sets whether or not the LDAP v3 or v2 protocol is used.
setVersion3(boolean) - Method in class org.apache.directory.shared.ldap.codec.decorators.BindRequestDecorator
Sets whether or not the LDAP v3 or v2 protocol is used.
setVersion3(boolean) - Method in interface org.apache.directory.shared.ldap.model.message.BindRequest
Sets whether or not the LDAP v3 or v2 protocol is used.
setVersion3(boolean) - Method in class org.apache.directory.shared.ldap.model.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.controls.search.subentries.SubentriesDecorator
 
setVisibility(boolean) - Method in interface org.apache.directory.shared.ldap.model.message.controls.Subentries
Set the visibility flag
setVisibility(boolean) - Method in class org.apache.directory.shared.ldap.model.message.controls.SubentriesImpl
 
SHARP - Static variable in interface org.apache.directory.shared.ldap.model.name.AntlrDnTokenTypes
 
SHORT_MASK - Static variable in class org.apache.directory.shared.asn1.ber.tlv.TLV
tag mask for the short tag format - 0001 1111 - 0x1F
SimpleNode<T> - Class in org.apache.directory.shared.ldap.model.filter
A simple assertion value node.
SimpleNode(String, Value<T>, AssertionType) - Constructor for class org.apache.directory.shared.ldap.model.filter.SimpleNode
Creates a new SimpleNode object.
SimpleNode(AttributeType, Value<T>, AssertionType) - Constructor for class org.apache.directory.shared.ldap.model.filter.SimpleNode
Creates a new SimpleNode object.
SINGLE_VALUE - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
SingleLdifSchemaLoader - Class in org.apache.directory.shared.ldap.schemaloader
A schema loader based on a single monolithic ldif file containing all the schema partition elements Performs better than any other existing LDIF schema loaders.
SingleLdifSchemaLoader() - Constructor for class org.apache.directory.shared.ldap.schemaloader.SingleLdifSchemaLoader
Instantiates a new single LDIF schema loader.
SingleReplyRequest<R extends ResultResponse> - Interface in org.apache.directory.shared.ldap.model.message
Super interface for all request messages returning only one type of response.
SingleReplyRequestDecorator<M extends SingleReplyRequest<R>,R extends ResultResponse> - Class in org.apache.directory.shared.ldap.codec.decorators
A decorator for the LdapResultResponse message
SingleReplyRequestDecorator(LdapApiService, M) - Constructor for class org.apache.directory.shared.ldap.codec.decorators.SingleReplyRequestDecorator
Makes Request a MessageDecorator.
SingletonCursor<E> - Class in org.apache.directory.shared.ldap.model.cursor
A Cursor over a single element.
SingletonCursor(E) - Constructor for class org.apache.directory.shared.ldap.model.cursor.SingletonCursor
Creates a new instance of SingletonCursor.
SingletonCursor(E, Comparator<E>) - Constructor for class org.apache.directory.shared.ldap.model.cursor.SingletonCursor
Creates a new instance of SingletonCursor, with its associated comparator
SingletonEnumeration<T> - Class in org.apache.directory.shared.util
A NamingEnumeration over a single element.
SingletonEnumeration(T) - Constructor for class org.apache.directory.shared.util.SingletonEnumeration
Creates a NamingEnumeration over a single element.
size() - Method in class org.apache.directory.shared.asn1.util.BitString
 
size() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureRequestDecorator
Size.
size() - Method in interface org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequest
Size.
size() - Method in class org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequestImpl
Size.
size() - Method in interface org.apache.directory.shared.ldap.model.entry.Attribute
Retrieves the number of values in this attribute.
size() - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
Retrieves the number of values in this attribute.
size() - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
Returns the number of attributes.
size() - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
Returns the number of attributes.
size() - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
Returns the number of attributes.
size() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
 
size() - Method in class org.apache.directory.shared.ldap.model.name.Dn
Get the number of RDNs present in the DN
size() - Method in class org.apache.directory.shared.ldap.model.name.Rdn
Get the number of Avas of this Rdn
size() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchemaObjectRegistry
size() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
size() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableComparatorRegistry
size() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITContentRuleRegistry
size() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITStructureRuleRegistry
size() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
size() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
size() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
size() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNameFormRegistry
size() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNormalizerRegistry
size() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableObjectClassRegistry
size() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
size() - Method in class org.apache.directory.shared.ldap.model.schema.registries.OidRegistry
 
size() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaObjectRegistry
 
size() - Method in class org.apache.directory.shared.ldap.util.tree.DnNode
Returns the number of entries under this node.
size() - Method in exception org.apache.directory.shared.util.exception.MultiException
Gets the size of this nested exception which equals the number of exception nested within.
size() - Method in exception org.apache.directory.shared.util.exception.RuntimeMultiException
Gets the size (number of) exceptions nested within this exception.
size() - Method in class org.apache.directory.shared.util.PreferencesDictionary
 
size() - Method in class org.apache.directory.shared.util.SequencedHashMap
Implements Map.size().
SIZE_LIMIT_DEFAULT - Static variable in class org.apache.directory.shared.ldap.model.ldif.LdifReader
The default size limit : 1Mo
sizeLimit - Variable in class org.apache.directory.shared.ldap.model.ldif.LdifReader
Size limit for file contained values
skipReferral() - Method in exception org.apache.directory.shared.ldap.model.exception.LdapReferralException
 
SN_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
SN_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
SP - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
 
SP - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
 
SP - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
SP - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
SP - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
SPACE - Static variable in interface org.apache.directory.shared.ldap.model.name.AntlrDnTokenTypes
 
special() - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnParser
RFC 4514 Section 3 special = escaped / SPACE / SHARP / EQUALS escaped = DQUOTE / PLUS / COMMA / SEMI / LANGLE / RANGLE
specification - Variable in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
The SchemaObject specification
specificExclusion() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
specificExclusion() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
specificExclusion() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
specificExclusion() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
specificExclusions() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
specificExclusions() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
specificExclusions() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
specificExclusions() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
splitIntoPackages(String, Set<String>) - Static method in class org.apache.directory.shared.util.OsgiUtils
Splits an Package-Export OSGi Manifest Attribute value into packages while stripping away the key/value properties.
ss_base() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
ss_base() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
ss_base() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
ss_base() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
ss_maximum() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
ss_maximum() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
ss_maximum() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
ss_maximum() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
ss_minimum() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
ss_minimum() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
ss_minimum() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
ss_minimum() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
ss_specificationFilter() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
ss_specificationFilter() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
ss_specificExclusions() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
ss_specificExclusions() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
ss_specificExclusions() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
ss_specificExclusions() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
ST_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
ST_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
StandaloneLdapApiService - Class in org.apache.directory.shared.ldap.codec.standalone
The default LdapApiService implementation.
StandaloneLdapApiService() - Constructor for class org.apache.directory.shared.ldap.codec.standalone.StandaloneLdapApiService
Creates a new instance of StandaloneLdapCodecService.
START - Static variable in class org.apache.directory.shared.dsmlv2.Tag
This int represents a START tag
start(BundleContext) - Method in class org.apache.directory.shared.ldap.codec.osgi.DefaultActivator
start(BundleContext) - Method in class org.apache.directory.shared.ldap.codec.protocol.mina.LdapProtocolCodecActivator
start(BundleContext) - Method in class org.apache.directory.shared.ldap.codec.standalone.LdapCodecActivator
start(BundleContext) - Method in class org.apache.directory.shared.ldap.extras.ExtrasBundleActivator
start - Variable in class org.apache.directory.shared.util.Position
The starting position in the string
startedParse(String) - Method in class org.apache.directory.shared.ldap.model.schema.parsers.ConsoleParserMonitor
 
startedParse(String) - Method in interface org.apache.directory.shared.ldap.model.schema.parsers.ParserMonitor
Called when parsing is started.
startedParse(String) - Method in class org.apache.directory.shared.ldap.model.schema.parsers.ParserMonitorAdapter
Called when parsing is started.
STARTNUMERICOID - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
startTls() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Sends the StartTLS extended request to server and adds a security layer upon receiving a response with successful result.
STATEORPROVINCE_NAME_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
States - Interface in org.apache.directory.shared.asn1.ber.grammar
Interface to get custom function from enum when casting.
statesEnum - Variable in class org.apache.directory.shared.dsmlv2.AbstractGrammar
The grammar's states
stateStack - Variable in class org.apache.directory.shared.asn1.ber.AbstractContainer
Store a stack of the current states used when switching grammars
stop(BundleContext) - Method in class org.apache.directory.shared.ldap.codec.osgi.DefaultActivator
stop(BundleContext) - Method in class org.apache.directory.shared.ldap.codec.protocol.mina.LdapProtocolCodecActivator
stop(BundleContext) - Method in class org.apache.directory.shared.ldap.codec.standalone.LdapCodecActivator
stop(BundleContext) - Method in class org.apache.directory.shared.ldap.extras.ExtrasBundleActivator
StoreAddRequestEntryName - Class in org.apache.directory.shared.ldap.codec.actions.addRequest
The action used to store the AddReqyuest entry name
StoreAddRequestEntryName() - Constructor for class org.apache.directory.shared.ldap.codec.actions.addRequest.StoreAddRequestEntryName
Instantiates a new action.
StoreAny - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest.filter
The action used to store a any value into a substring filter
StoreAny() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.StoreAny
Instantiates a new store any action.
StoreCompareRequestAssertionValue - Class in org.apache.directory.shared.ldap.codec.actions.compareRequest
The action used to store the AssertionValue in a Compare Request
StoreCompareRequestAssertionValue() - Constructor for class org.apache.directory.shared.ldap.codec.actions.compareRequest.StoreCompareRequestAssertionValue
Instantiates a new action.
StoreCompareRequestAttributeDesc - Class in org.apache.directory.shared.ldap.codec.actions.compareRequest
The action used to store the AssertionValue attributeDescription in a Compare Request
StoreCompareRequestAttributeDesc() - Constructor for class org.apache.directory.shared.ldap.codec.actions.compareRequest.StoreCompareRequestAttributeDesc
Instantiates a new action.
StoreCompareRequestEntryName - Class in org.apache.directory.shared.ldap.codec.actions.compareRequest
The action used to store the Compare Request name
StoreCompareRequestEntryName() - Constructor for class org.apache.directory.shared.ldap.codec.actions.compareRequest.StoreCompareRequestEntryName
Instantiates a new action.
StoreControlCriticality - Class in org.apache.directory.shared.ldap.codec.actions.controls
The action used to set the control criticality flag
StoreControlCriticality() - Constructor for class org.apache.directory.shared.ldap.codec.actions.controls.StoreControlCriticality
Instantiates a new StoreControlCriticality action.
StoreControlValue - Class in org.apache.directory.shared.ldap.codec.actions.controls
The action used to set the value of a control.
StoreControlValue() - Constructor for class org.apache.directory.shared.ldap.codec.actions.controls.StoreControlValue
Instantiates a new StoreControlValue action.
StoredProcedureContainer - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure
A container for the StoredProcedure codec
StoredProcedureContainer() - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureContainer
 
StoredProcedureDecoder - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure
StoredProcedure Decoder
StoredProcedureDecoder() - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureDecoder
 
StoredProcedureFactory - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure
An ExtendedRequestFactory for creating cancel extended request response pairs.
StoredProcedureFactory(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureFactory
Creates a new instance of StoredProcedureFactory.
StoredProcedureGrammar - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure
ASN.1 BER Grammar for Stored Procedure Extended Operation
storedProcedureLanguageSchemeOption() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
StoredProcedureLanguageSchemeOption - Class in org.apache.directory.shared.ldap.trigger
The language schema option of triggered stored procedure.
StoredProcedureLanguageSchemeOption(String) - Constructor for class org.apache.directory.shared.ldap.trigger.StoredProcedureLanguageSchemeOption
Instantiates a new stored procedure language scheme option.
StoredProcedureOption - Interface in org.apache.directory.shared.ldap.trigger
Just a marker interface for Stored Procedure Options.
StoredProcedureParameter - Class in org.apache.directory.shared.ldap.extras.extended
Bean for representing a Stored Procedure Parameter
StoredProcedureParameter() - Constructor for class org.apache.directory.shared.ldap.extras.extended.StoredProcedureParameter
 
StoredProcedureParameter - Class in org.apache.directory.shared.ldap.trigger
An entity that represents a stored procedure parameter which can be specified in an LDAP Trigger Specification.
StoredProcedureParameter(String) - Constructor for class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter
 
StoredProcedureParameter.Add_ATTRIBUTES - Class in org.apache.directory.shared.ldap.trigger
 
StoredProcedureParameter.Add_ENTRY - Class in org.apache.directory.shared.ldap.trigger
 
StoredProcedureParameter.Delete_DELETED_ENTRY - Class in org.apache.directory.shared.ldap.trigger
 
StoredProcedureParameter.Delete_NAME - Class in org.apache.directory.shared.ldap.trigger
 
StoredProcedureParameter.Generic_LDAP_CONTEXT - Class in org.apache.directory.shared.ldap.trigger
 
StoredProcedureParameter.Generic_OPERATION_PRINCIPAL - Class in org.apache.directory.shared.ldap.trigger
 
StoredProcedureParameter.Modify_MODIFICATION - Class in org.apache.directory.shared.ldap.trigger
 
StoredProcedureParameter.Modify_NEW_ENTRY - Class in org.apache.directory.shared.ldap.trigger
 
StoredProcedureParameter.Modify_OBJECT - Class in org.apache.directory.shared.ldap.trigger
 
StoredProcedureParameter.Modify_OLD_ENTRY - Class in org.apache.directory.shared.ldap.trigger
 
StoredProcedureParameter.ModifyDN_DELETE_OLD_RDN - Class in org.apache.directory.shared.ldap.trigger
 
StoredProcedureParameter.ModifyDN_ENTRY - Class in org.apache.directory.shared.ldap.trigger
 
StoredProcedureParameter.ModifyDN_NEW_DN - Class in org.apache.directory.shared.ldap.trigger
 
StoredProcedureParameter.ModifyDN_NEW_RDN - Class in org.apache.directory.shared.ldap.trigger
 
StoredProcedureParameter.ModifyDN_NEW_SUPERIOR - Class in org.apache.directory.shared.ldap.trigger
 
StoredProcedureParameter.ModifyDN_OLD_RDN - Class in org.apache.directory.shared.ldap.trigger
 
StoredProcedureParameter.ModifyDN_OLD_SUPERIOR_DN - Class in org.apache.directory.shared.ldap.trigger
 
StoredProcedureRequest - Interface in org.apache.directory.shared.ldap.extras.extended
An extended operation requesting the server to execute a stored procedure.
StoredProcedureRequestDecorator - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure
A Decorator for stored procedure extended operation requests.
StoredProcedureRequestDecorator(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureRequestDecorator
 
StoredProcedureRequestDecorator(LdapApiService, StoredProcedureRequest) - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureRequestDecorator
 
StoredProcedureRequestImpl - Class in org.apache.directory.shared.ldap.extras.extended
An extended operation requesting the server to execute a stored procedure.
StoredProcedureRequestImpl(int) - Constructor for class org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequestImpl
Instantiates a new stored procedure request.
StoredProcedureRequestImpl() - Constructor for class org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequestImpl
Instantiates a new stored procedure request.
StoredProcedureRequestImpl(int, String, String) - Constructor for class org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequestImpl
Instantiates a new stored procedure request.
StoredProcedureResponse - Interface in org.apache.directory.shared.ldap.extras.extended
The stored procedure extended operation response.
StoredProcedureResponseDecorator - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure
A Decorator for CancelResponses.
StoredProcedureResponseDecorator(LdapApiService, StoredProcedureResponse) - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureResponseDecorator
Creates a new instance of CancelResponseDecorator.
StoredProcedureResponseImpl - Class in org.apache.directory.shared.ldap.extras.extended
The response sent back from the server when a StoredProcedureRequestImpl is sent.
StoredProcedureResponseImpl(int) - Constructor for class org.apache.directory.shared.ldap.extras.extended.StoredProcedureResponseImpl
Instantiates a new stored procedure response.
StoredProcedureResponseImpl() - Constructor for class org.apache.directory.shared.ldap.extras.extended.StoredProcedureResponseImpl
Instantiates a new stored procedure response.
storedProcedureSearchContext() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
storedProcedureSearchContextOption() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
StoredProcedureSearchContextOption - Class in org.apache.directory.shared.ldap.trigger
The search context option of the triggered stored procedure.
StoredProcedureSearchContextOption(Dn) - Constructor for class org.apache.directory.shared.ldap.trigger.StoredProcedureSearchContextOption
Instantiates a new stored procedure search context option.
StoredProcedureSearchContextOption(Dn, SearchScope) - Constructor for class org.apache.directory.shared.ldap.trigger.StoredProcedureSearchContextOption
Instantiates a new stored procedure search context option.
storedProcedureSearchScope() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
StoredProcedureStatesEnum - Enum in org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure
Constants for StoredProcedureGrammar.
StoreError - Class in org.apache.directory.shared.ldap.extras.controls.ppolicy
The action used to store the error
StoreError() - Constructor for class org.apache.directory.shared.ldap.extras.controls.ppolicy.StoreError
Instantiates a new StoreError action.
StoreErrorMessage - Class in org.apache.directory.shared.ldap.codec.actions.ldapResult
The action used to set the LdapResult error message.
StoreErrorMessage() - Constructor for class org.apache.directory.shared.ldap.codec.actions.ldapResult.StoreErrorMessage
Instantiates a new error message action.
StoreExtendedRequestName - Class in org.apache.directory.shared.ldap.codec.actions.extendedRequest
The action used to store the Extended Request name
StoreExtendedRequestName() - Constructor for class org.apache.directory.shared.ldap.codec.actions.extendedRequest.StoreExtendedRequestName
Instantiates a new action.
StoreExtendedRequestValue - Class in org.apache.directory.shared.ldap.codec.actions.extendedRequest
The action used to store the Extended Request value
StoreExtendedRequestValue() - Constructor for class org.apache.directory.shared.ldap.codec.actions.extendedRequest.StoreExtendedRequestValue
Instantiates a new action.
StoreExtendedResponseValue - Class in org.apache.directory.shared.ldap.codec.actions.extendedResponse
The action used to store a Response to an ExtendedResponse
StoreExtendedResponseValue() - Constructor for class org.apache.directory.shared.ldap.codec.actions.extendedResponse.StoreExtendedResponseValue
Instantiates a new response action.
StoreFinal - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest.filter
The action used to store a final value into a substring filter
StoreFinal() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.StoreFinal
Instantiates a new store final action.
StoreGraceAuthsRemaining - Class in org.apache.directory.shared.ldap.extras.controls.ppolicy
The action used to store the GraceAuthsRemains
StoreGraceAuthsRemaining() - Constructor for class org.apache.directory.shared.ldap.extras.controls.ppolicy.StoreGraceAuthsRemaining
Instantiates a new StoreCusec action.
StoreInitial - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest.filter
The action used to store an initial value into a substring filter
StoreInitial() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.StoreInitial
Instantiates a new store any action.
StoreIntermediateResponseName - Class in org.apache.directory.shared.ldap.codec.actions.intermediateResponse
The action used to store a IntermediateResponse Name
StoreIntermediateResponseName() - Constructor for class org.apache.directory.shared.ldap.codec.actions.intermediateResponse.StoreIntermediateResponseName
Instantiates a new response name action.
StoreIntermediateResponseValue - Class in org.apache.directory.shared.ldap.codec.actions.intermediateResponse
The action used to store a IntermediateResponse value
StoreIntermediateResponseValue() - Constructor for class org.apache.directory.shared.ldap.codec.actions.intermediateResponse.StoreIntermediateResponseValue
Instantiates a new response name action.
StoreMatchedDN - Class in org.apache.directory.shared.ldap.codec.actions.ldapResult
The action used to set the LdapResult matched Dn.
StoreMatchedDN() - Constructor for class org.apache.directory.shared.ldap.codec.actions.ldapResult.StoreMatchedDN
Instantiates a new matched dn action.
StoreMatchingRuleDnAttributes - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest.filter
The action used to store a matchingRuleAssertion dnAttributes
StoreMatchingRuleDnAttributes() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.StoreMatchingRuleDnAttributes
Instantiates a new StoreMatchingRuleDnAttributes.
StoreMatchValue - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest.filter
The action used to store a match value
StoreMatchValue() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.StoreMatchValue
Instantiates a new store match value action.
StoreMessageId - Class in org.apache.directory.shared.ldap.codec.actions.ldapMessage
The action used to store the LdapMessage MessageID.
StoreMessageId() - Constructor for class org.apache.directory.shared.ldap.codec.actions.ldapMessage.StoreMessageId
Instantiates a new action.
StoreModifyDnRequestDeleteOldRdn - Class in org.apache.directory.shared.ldap.codec.actions.modifyDnRequest
The action used to store the ModifyDnRequest deleteOldRdn flag
StoreModifyDnRequestDeleteOldRdn() - Constructor for class org.apache.directory.shared.ldap.codec.actions.modifyDnRequest.StoreModifyDnRequestDeleteOldRdn
Instantiates a new action.
StoreModifyDnRequestEntryName - Class in org.apache.directory.shared.ldap.codec.actions.modifyDnRequest
The action used to store the ModifyDnRequest entry name
StoreModifyDnRequestEntryName() - Constructor for class org.apache.directory.shared.ldap.codec.actions.modifyDnRequest.StoreModifyDnRequestEntryName
Instantiates a new action.
StoreModifyDnRequestNewRdn - Class in org.apache.directory.shared.ldap.codec.actions.modifyDnRequest
The action used to store the ModifyDnRequest new RDN
StoreModifyDnRequestNewRdn() - Constructor for class org.apache.directory.shared.ldap.codec.actions.modifyDnRequest.StoreModifyDnRequestNewRdn
Instantiates a new action.
StoreModifyDnRequestNewSuperior - Class in org.apache.directory.shared.ldap.codec.actions.modifyDnRequest
The action used to store the ModifyDnRequest new Superior
StoreModifyDnRequestNewSuperior() - Constructor for class org.apache.directory.shared.ldap.codec.actions.modifyDnRequest.StoreModifyDnRequestNewSuperior
Instantiates a new action.
StoreModifyRequestAttributeValue - Class in org.apache.directory.shared.ldap.codec.actions.modifyRequest
The action used to store a Value to an modifyRequest
StoreModifyRequestAttributeValue() - Constructor for class org.apache.directory.shared.ldap.codec.actions.modifyRequest.StoreModifyRequestAttributeValue
Instantiates a new modify attribute value action.
StoreModifyRequestObjectName - Class in org.apache.directory.shared.ldap.codec.actions.modifyRequest
The action used to store the ModificationRequest object name
StoreModifyRequestObjectName() - Constructor for class org.apache.directory.shared.ldap.codec.actions.modifyRequest.StoreModifyRequestObjectName
Instantiates a new action.
StoreName - Class in org.apache.directory.shared.ldap.codec.actions.bindRequest
The action used to store the BindRequest name.
StoreName() - Constructor for class org.apache.directory.shared.ldap.codec.actions.bindRequest.StoreName
Instantiates a new action.
StoreOperationType - Class in org.apache.directory.shared.ldap.codec.actions.modifyRequest
The action used to store the ModificationRequest operation type
StoreOperationType() - Constructor for class org.apache.directory.shared.ldap.codec.actions.modifyRequest.StoreOperationType
Instantiates a new action.
StoreReference - Class in org.apache.directory.shared.ldap.codec.actions.searchResultReference
The action used to store a reference into a searchResultReference
StoreReference() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchResultReference.StoreReference
Instantiates a new store reference action.
StoreResponseName - Class in org.apache.directory.shared.ldap.codec.actions.extendedResponse
The action used to store a Response Name to an ExtendedResponse
StoreResponseName() - Constructor for class org.apache.directory.shared.ldap.codec.actions.extendedResponse.StoreResponseName
Instantiates a new response name action.
StoreResultCode - Class in org.apache.directory.shared.ldap.codec.actions.ldapResult
The action used to set the LdapResult result code.
StoreResultCode() - Constructor for class org.apache.directory.shared.ldap.codec.actions.ldapResult.StoreResultCode
Instantiates a new result code action.
StoreSaslCredentials - Class in org.apache.directory.shared.ldap.codec.actions.bindRequest
The action used to store the BindRequest credentials.
StoreSaslCredentials() - Constructor for class org.apache.directory.shared.ldap.codec.actions.bindRequest.StoreSaslCredentials
Instantiates a new action.
StoreSaslMechanism - Class in org.apache.directory.shared.ldap.codec.actions.bindRequest
The action used to store the BindRequest version MessageID.
StoreSaslMechanism() - Constructor for class org.apache.directory.shared.ldap.codec.actions.bindRequest.StoreSaslMechanism
Instantiates a new action.
StoreSearchRequestAttributeDesc - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest
The action used to store the attribute description
StoreSearchRequestAttributeDesc() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.StoreSearchRequestAttributeDesc
Instantiates a new attribute desc action.
StoreSearchRequestBaseObject - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest
The action used to store the SearchRequest base object
StoreSearchRequestBaseObject() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.StoreSearchRequestBaseObject
Instantiates a new action.
StoreSearchRequestDerefAlias - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest
The action used to store the SearchRequest derefAlias flag
StoreSearchRequestDerefAlias() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.StoreSearchRequestDerefAlias
Instantiates a new action.
StoreSearchRequestScope - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest
The action used to store the SearchRequest scope
StoreSearchRequestScope() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.StoreSearchRequestScope
Instantiates a new action.
StoreSearchRequestSizeLimit - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest
The action used to store the SearchRequest sizeLimit
StoreSearchRequestSizeLimit() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.StoreSearchRequestSizeLimit
Instantiates a new action.
StoreSearchRequestTimeLimit - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest
The action used to store the SearchRequest timeLimit
StoreSearchRequestTimeLimit() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.StoreSearchRequestTimeLimit
Instantiates a new action.
StoreSearchRequestTypesOnly - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest
The action used to store the SearchRequest typesOnly flag
StoreSearchRequestTypesOnly() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.StoreSearchRequestTypesOnly
Instantiates a new action.
StoreSearchResultAttributeValue - Class in org.apache.directory.shared.ldap.codec.actions.searchResultEntry
The action used to store a Value to an search result entry
StoreSearchResultAttributeValue() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchResultEntry.StoreSearchResultAttributeValue
Instantiates a new search result attribute value action.
StoreSearchResultEntryObjectName - Class in org.apache.directory.shared.ldap.codec.actions.searchResultEntry
The action used to store the SearchResultEntry name
StoreSearchResultEntryObjectName() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchResultEntry.StoreSearchResultEntryObjectName
Instantiates a new action.
StoreServerSASLCreds - Class in org.apache.directory.shared.ldap.codec.actions.bindResponse
The action used to store a SASL credentials :
StoreServerSASLCreds() - Constructor for class org.apache.directory.shared.ldap.codec.actions.bindResponse.StoreServerSASLCreds
Instantiates a new server sasl creds action.
StoreSimpleAuth - Class in org.apache.directory.shared.ldap.codec.actions.bindRequest
The action used to store the BindRequest simple authentication
StoreSimpleAuth() - Constructor for class org.apache.directory.shared.ldap.codec.actions.bindRequest.StoreSimpleAuth
Instantiates a new action.
StoreSubstringFilterType - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest.filter
The action used to store the Substring Filter type
StoreSubstringFilterType() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.StoreSubstringFilterType
Instantiates a new action.
StoreTimeBeforeExpiration - Class in org.apache.directory.shared.ldap.extras.controls.ppolicy
The action used to store the TimeBeforeExpiration
StoreTimeBeforeExpiration() - Constructor for class org.apache.directory.shared.ldap.extras.controls.ppolicy.StoreTimeBeforeExpiration
Instantiates a new StoreTimeBeforeExpiration action.
StoreTypeMatchingRule - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest
The action used to store a type matching rule
StoreTypeMatchingRule() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.StoreTypeMatchingRule
Instantiates a new store type matching rule action.
StoreVersion - Class in org.apache.directory.shared.ldap.codec.actions.bindRequest
The action used to store the BindRequest version.
StoreVersion() - Constructor for class org.apache.directory.shared.ldap.codec.actions.bindRequest.StoreVersion
Instantiates a new action.
STREET_ADDRESS_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
STREET_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
STREET_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
STRICT - Static variable in class org.apache.directory.shared.ldap.model.schema.registries.Registries
Two flags for RELAXED and STRUCT
STRICT - Static variable in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Two flags for RELAXED and STRICT, this is STRICT
STRING - Static variable in interface org.apache.directory.shared.ldap.model.entry.Value
Two flags used to tell if the value is HR or not in serialization
string(AntlrDnParser.UpAndNormValue) - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnParser
RFC 4514 Section 3 ; The following characters are to be escaped when they appear ; in the value to be encoded: ESC, one of , leading ; SHARP or SPACE, trailing SPACE, and NULL.
StringComparator - Class in org.apache.directory.shared.ldap.model.schema.comparators
A comparator for Strings.
StringComparator(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.comparators.StringComparator
The StringComparator constructor.
StringConstants - Interface in org.apache.directory.shared.util
Various String constants are kept here.
Strings - Class in org.apache.directory.shared.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.
StringValue - Class in org.apache.directory.shared.ldap.model.entry
A server side schema aware wrapper around a String attribute value.
StringValue(String) - Constructor for class org.apache.directory.shared.ldap.model.entry.StringValue
Creates a StringValue with an initial wrapped String value.
StringValue(AttributeType, String) - Constructor for class org.apache.directory.shared.ldap.model.entry.StringValue
Creates a schema aware StringValue with an initial wrapped String value.
stripLineToNChars(String, int) - Static method in class org.apache.directory.shared.ldap.model.ldif.LdifUtils
Strips the String every n specified characters
stripOptions(String) - Static method in class org.apache.directory.shared.ldap.model.schema.SchemaUtils
Remove the options from the attributeType, and returns the ID.
STRONGAUTHREQUIRED - Static variable in class org.apache.directory.shared.ldap.model.message.extended.AddNoDResponse
The single instance with strongAuthRequired result code.
STRONGAUTHREQUIRED - Static variable in class org.apache.directory.shared.ldap.model.message.extended.BindNoDResponse
The single instance with strongAuthRequired result code.
STRONGAUTHREQUIRED - Static variable in class org.apache.directory.shared.ldap.model.message.extended.CompareNoDResponse
The single instance with strongAuthRequired result code.
STRONGAUTHREQUIRED - Static variable in class org.apache.directory.shared.ldap.model.message.extended.DeleteNoDResponse
The single instance with strongAuthRequired result code.
STRONGAUTHREQUIRED - Static variable in class org.apache.directory.shared.ldap.model.message.extended.ExtendedNoDResponse
The single instance with strongAuthRequired result code.
STRONGAUTHREQUIRED - Static variable in class org.apache.directory.shared.ldap.model.message.extended.ModifyDnNoDResponse
The single instance with strongAuthRequired result code.
STRONGAUTHREQUIRED - Static variable in class org.apache.directory.shared.ldap.model.message.extended.ModifyNoDResponse
The single instance with strongAuthRequired result code.
STRONGAUTHREQUIRED - Static variable in class org.apache.directory.shared.ldap.model.message.extended.NoticeOfDisconnect
The single instance with strongAuthRequired result code.
STRONGAUTHREQUIRED - Static variable in class org.apache.directory.shared.ldap.model.message.extended.SearchNoDResponse
The single instance with strongAuthRequired result code.
STRUCTURAL - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
STRUCTURAL_OBJECT_CLASS_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
STRUCTURAL_OBJECT_CLASS_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
STRUCTURAL_VAL - Static variable in enum org.apache.directory.shared.ldap.model.schema.ObjectClassTypeEnum
The int constant value for the structural objectClasses
styleDocument(Document) - Static method in class org.apache.directory.shared.dsmlv2.ParserUtils
XML Pretty Printer XSLT Transformation
SUB_SCHEMA_ADMIN_SPECIFIC_AREA - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
SUB_SCHEMA_ADMIN_SPECIFIC_AREA_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
Subentries - Interface in org.apache.directory.shared.ldap.model.message.controls
A simple Subentries Control.
SubentriesContainer - Class in org.apache.directory.shared.ldap.codec.controls.search.subentries
 
SubentriesContainer() - Constructor for class org.apache.directory.shared.ldap.codec.controls.search.subentries.SubentriesContainer
Creates a new SubEntryControlContainer object.
SubentriesContainer(SubentriesDecorator) - Constructor for class org.apache.directory.shared.ldap.codec.controls.search.subentries.SubentriesContainer
Creates a new SubEntryControlContainer object, pre-populating it with the supplied Subentries control, and optionally wrapping it with a decorator if it is not a decorator instance.
SubentriesDecorator - Class in org.apache.directory.shared.ldap.codec.controls.search.subentries
A Subentries Control implementation which wraps and decorates Subentries Controls to enable them to be encoded and decoded by the codec.
SubentriesDecorator(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.codec.controls.search.subentries.SubentriesDecorator
Default constructor
SubentriesDecorator(LdapApiService, Subentries) - Constructor for class org.apache.directory.shared.ldap.codec.controls.search.subentries.SubentriesDecorator
Creates a Subentries decorating implementation for use with the codec, while decorating the supplied Subentries control.
SubentriesFactory - Class in org.apache.directory.shared.ldap.codec.controls.search.subentries
A factory for creating Subentries Controls and their SubentriesDecorator objects.
SubentriesFactory(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.codec.controls.search.subentries.SubentriesFactory
Creates a new instance of SubentriesFactory.
SubentriesGrammar - Class in org.apache.directory.shared.ldap.codec.controls.search.subentries
This class implements the SubEntryControl.
SubentriesImpl - Class in org.apache.directory.shared.ldap.model.message.controls
A simple Subentries Control implementation.
SubentriesImpl() - Constructor for class org.apache.directory.shared.ldap.model.message.controls.SubentriesImpl
Default constructor
SubentriesStates - Enum in org.apache.directory.shared.ldap.codec.controls.search.subentries
This class store the SubEntryControl's grammar constants.
SUBENTRY_ACI_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
SUBENTRY_ACI_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
SUBENTRY_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
SUBENTRY_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
SUBORDINATE_COUNT_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
SUBSCHEMA_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
SUBSCHEMA_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
SUBSCHEMA_SUBENTRY_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
SUBSCHEMA_SUBENTRY_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
substr(AttributeTypeHolder) - Method in class org.apache.directory.shared.converter.schema.antlrSchemaConverterParser
 
SUBSTR - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
SUBSTRING_ASSERTION_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
SubstringAssertionSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a SubstringAssertion according to RFC 4517.
SubstringAssertionSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.SubstringAssertionSyntaxChecker
Creates an instance of SubstringAssertionSyntaxChecker
SubstringFilter - Class in org.apache.directory.shared.dsmlv2.request
A Object that stores the substring filter.
SubstringFilter() - Constructor for class org.apache.directory.shared.dsmlv2.request.SubstringFilter
 
SubstringFilter - Class in org.apache.directory.shared.ldap.codec.search
A Object that stores the substring filter.
SubstringFilter(int) - Constructor for class org.apache.directory.shared.ldap.codec.search.SubstringFilter
The constructor.
SubstringFilter() - Constructor for class org.apache.directory.shared.ldap.codec.search.SubstringFilter
The constructor.
SubstringNode - Class in org.apache.directory.shared.ldap.model.filter
Filter expression tree node used to represent a substring assertion.
SubstringNode(AttributeType, String, String) - Constructor for class org.apache.directory.shared.ldap.model.filter.SubstringNode
Creates a new SubstringNode object with only one wildcard and no internal any fragments between wildcards.
SubstringNode(String, String, String) - Constructor for class org.apache.directory.shared.ldap.model.filter.SubstringNode
Creates a new SubstringNode object with only one wildcard and no internal any fragments between wildcards.
SubstringNode(AttributeType) - Constructor for class org.apache.directory.shared.ldap.model.filter.SubstringNode
Creates a new SubstringNode object without any value
SubstringNode(String) - Constructor for class org.apache.directory.shared.ldap.model.filter.SubstringNode
Creates a new SubstringNode object without any value
SubstringNode(List<String>, AttributeType, String, String) - Constructor for class org.apache.directory.shared.ldap.model.filter.SubstringNode
Creates a new SubstringNode object more than one wildcard and an any list.
SubstringNode(List<String>, String, String, String) - Constructor for class org.apache.directory.shared.ldap.model.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.api.LdapConstants
 
SUBSTRINGS_FILTER_FINAL_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
SUBSTRINGS_FILTER_INITIAL_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
SUBSTRINGS_FILTER_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
 
subtree() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
subtree() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
SUBTREE_SPECIFICATION_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
SUBTREE_SPECIFICATION_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
SUBTREE_SPECIFICATION_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
subtreeSpecification() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
subtreeSpecification() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
subtreeSpecification() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
subtreeSpecification() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
SubtreeSpecification - Interface in org.apache.directory.shared.ldap.model.subtree
RFC 3672 defined a subtree specification to be included within subentries.
SubtreeSpecificationChecker - Class in org.apache.directory.shared.ldap.model.subtree
A reusable wrapper around the antlr generated parser for an LDAP subtree specification as defined by RFC 3672.
SubtreeSpecificationChecker(SchemaManager) - Constructor for class org.apache.directory.shared.ldap.model.subtree.SubtreeSpecificationChecker
Creates a normalizing subtree specification parser.
subtreeSpecificationComponent() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
subtreeSpecificationComponent() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
subtreeSpecificationComponent() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
subtreeSpecificationComponent() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
SubtreeSpecificationModifier - Class in org.apache.directory.shared.ldap.model.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.model.subtree.SubtreeSpecificationModifier
 
SubtreeSpecificationParser - Class in org.apache.directory.shared.ldap.model.subtree
A reusable wrapper around the antlr generated parser for an LDAP subtree specification as defined by RFC 3672.
SubtreeSpecificationParser(SchemaManager) - Constructor for class org.apache.directory.shared.ldap.model.subtree.SubtreeSpecificationParser
Creates a subtree specification parser.
SubtreeSpecificationParser(NormalizerMappingResolver, SchemaManager) - Constructor for class org.apache.directory.shared.ldap.model.subtree.SubtreeSpecificationParser
Creates a normalizing subtree specification parser.
subtreeSpecifications - Variable in class org.apache.directory.shared.ldap.aci.UserClass.Subtree
The subtree specifications.
SubtreeSpecificationSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a subtree specification.
SubtreeSpecificationSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.SubtreeSpecificationSyntaxChecker
Creates an instance of SubtreeSpecificationSyntaxChecker
SUP - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
SUP_DIT_STRUCTURE_RULE_MATCH - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
SUP_DIT_STRUCTURE_RULE_MATCH_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
superior(AttributeTypeHolder) - Method in class org.apache.directory.shared.converter.schema.antlrSchemaConverterParser
 
SUPERIOR - Static variable in class org.apache.directory.shared.ldap.model.name.Rdn
Constant used in comparisons
SUPPLIER_AND_CONSUMER_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
SUPPLIER_INFORMATION_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
SUPPLIER_OR_CONSUMER_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
SupplierAndConsumerSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a supplier and consummer according to RFC 2252.
SupplierAndConsumerSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.SupplierAndConsumerSyntaxChecker
Creates an instance of SupplierAndConsumerSyntaxChecker
SupplierInformationSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a supplier information according to RFC 2252.
SupplierInformationSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.SupplierInformationSyntaxChecker
Creates an instance of SupplierInformationSyntaxChecker
SupplierOrConsumerSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a supplier or consummer according to RFC 2252.
SupplierOrConsumerSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.SupplierOrConsumerSyntaxChecker
Creates a new instance of SupplierOrConsumerSyntaxChecker.
SUPPORTED_ALGORITHM_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
SUPPORTED_CONTROL_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
SUPPORTED_CONTROL_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
SUPPORTED_EXTENSION_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
SUPPORTED_EXTENSION_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
SUPPORTED_FEATURES_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
SUPPORTED_FEATURES_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
SUPPORTED_LDAP_VERSION_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
SUPPORTED_LDAP_VERSION_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
SUPPORTED_SASL_MECHANISMS_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
SUPPORTED_SASL_MECHANISMS_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
SupportedAlgorithmSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a SupportedAlgorithm according to RFC 2252.
SupportedAlgorithmSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.SupportedAlgorithmSyntaxChecker
Creates a new instance of SupportedAlgorithmSyntaxChecker.
SupportedSaslMechanisms - Class in org.apache.directory.shared.ldap.model.constants
Contains constants used for populating the supportedSASLMechanisms in the RootDSE.
SURNAME_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
sutf1() - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnParser
RFC 4514, Section 3: SUTF1 = %x01-21 / %x23-2A / %x2D-3A / %x3D / %x3F-5B / %x5D-7F The rule LUTF1_REST doesn't contain the following charcters, so we must check them additionally EQUALS (0x3D) HYPHEN (0x2D) DIGIT (0x30-0x39) ALPHA (0x41-0x5A and 0x61-0x7A) SHARP SPACE
SyncDoneValue - Interface in org.apache.directory.shared.ldap.extras.controls
A syncDoneValue object as described in rfc4533 :
SyncDoneValueContainer - Class in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
ASN.1 container for SyncDoneValueControl.
SyncDoneValueContainer(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncDoneValueContainer
Creates a new SyncDoneValueControlContainer object.
SyncDoneValueContainer(LdapApiService, SyncDoneValueDecorator) - Constructor for class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncDoneValueContainer
Creates a new SyncDoneValueControlContainer object.
SyncDoneValueDecorator - Class in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
A syncDoneValue object as described in rfc4533.
SyncDoneValueDecorator(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncDoneValueDecorator
Creates a new instance of SyncDoneValueControlCodec.
SyncDoneValueDecorator(LdapApiService, SyncDoneValue) - Constructor for class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncDoneValueDecorator
Creates a new instance of SyncDoneValueDecorator.
SyncDoneValueFactory - Class in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
A ControlFactory which creates SyncDoneValue controls.
SyncDoneValueFactory(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncDoneValueFactory
Creates a new instance of SyncDoneValueFactory.
SyncDoneValueGrammar - Class in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
Implementation of SyncDoneValueControl.
SyncDoneValueImpl - Class in org.apache.directory.shared.ldap.extras.controls
A simple SyncDoneValue implementation to store control properties.
SyncDoneValueImpl() - Constructor for class org.apache.directory.shared.ldap.extras.controls.SyncDoneValueImpl
Creates a new instance of SyncDoneValueImpl.
SyncDoneValueImpl(boolean) - Constructor for class org.apache.directory.shared.ldap.extras.controls.SyncDoneValueImpl
Creates a new instance of SyncDoneValueImpl.
SyncDoneValueStatesEnum - Enum in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
ASN.1 grammer constants of SyncDoneValueControl.
SynchronizationInfoEnum - Enum in org.apache.directory.shared.ldap.extras.controls
This class describes the four possible Info values : newcookie refreshDelete refreshpresent syncIdSet
SynchronizationModeEnum - Enum in org.apache.directory.shared.ldap.extras.controls
This class describes the four possible synchronization mode, out of which only two are presently valid : syncRequestValue ::= SEQUENCE { mode ENUMERATED { -- 0 unused refreshOnly (1), -- 2 reserved refreshAndPersist (3) ...
SynchronizedLRUMap - Class in org.apache.directory.shared.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.util.SynchronizedLRUMap
Default constructor, primarily for the purpose of de-externalization.
SynchronizedLRUMap(int) - Constructor for class org.apache.directory.shared.util.SynchronizedLRUMap
Create a new LRUMap with a maximum capacity of i.
SyncInfoValue - Interface in org.apache.directory.shared.ldap.extras.controls
A syncInfoValue object, as defined in RFC 4533 ;
SyncInfoValueContainer - Class in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
A container for the SyncInfoValue control
SyncInfoValueContainer(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueContainer
Creates a new SyncInfoValueControlContainer object.
SyncInfoValueContainer(LdapApiService, SyncInfoValueDecorator) - Constructor for class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueContainer
Creates a new SyncInfoValueControlContainer object.
SyncInfoValueDecorator - Class in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
A syncInfoValue object, as defined in RFC 4533
SyncInfoValueDecorator(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueDecorator
The constructor for this codec.
SyncInfoValueDecorator(LdapApiService, SyncInfoValue) - Constructor for class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueDecorator
The constructor for this codec.
SyncInfoValueDecorator(LdapApiService, SynchronizationInfoEnum) - Constructor for class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueDecorator
The constructor for this codec.
SyncInfoValueFactory - Class in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
A ControlFactory which creates SyncInfoValue controls.
SyncInfoValueFactory(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueFactory
Creates a new instance of SyncInfoValueFactory.
SyncInfoValueGrammar - Class in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
This class implements the SyncInfoValueControl.
SyncInfoValueImpl - Class in org.apache.directory.shared.ldap.extras.controls
A simple SyncInfoValue implementation to store control properties.
SyncInfoValueImpl() - Constructor for class org.apache.directory.shared.ldap.extras.controls.SyncInfoValueImpl
Creates a new instance of SyncInfoValueImpl.
SyncInfoValueImpl(boolean) - Constructor for class org.apache.directory.shared.ldap.extras.controls.SyncInfoValueImpl
Creates a new instance of SyncInfoValueImpl.
SyncInfoValueStatesEnum - Enum in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
This class store the SyncInfoValueControl's grammar constants.
SyncInfoValueTags - Enum in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
An enumeration to store the tags used to encode and decode the syncInfoValue control.
SyncModifyDn - Interface in org.apache.directory.shared.ldap.extras.controls
A SyncModifyDnControl object, to send the parameters used in a MODIFYDN operation that was carried out on a syncrepl provider server.
SyncModifyDnContainer - Class in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
A container for the SyncModifyDnControl control
SyncModifyDnContainer(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncModifyDnContainer
Creates a new SyncStateValueControlContainer object.
SyncModifyDnContainer(SyncModifyDnDecorator) - Constructor for class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncModifyDnContainer
Creates a new SyncStateValueControlContainer object.
SyncModifyDnDecorator - Class in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
A SyncModifyDnControl object, to send the parameters used in a MODIFYDN operation that was carried out on a syncrepl provider server.
SyncModifyDnDecorator(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncModifyDnDecorator
 
SyncModifyDnDecorator(LdapApiService, SyncModifyDnType) - Constructor for class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncModifyDnDecorator
 
SyncModifyDnDecorator(LdapApiService, SyncModifyDn) - Constructor for class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncModifyDnDecorator
 
SyncModifyDnFactory - Class in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
A ControlFactory which creates SyncModifyDn controls.
SyncModifyDnFactory(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncModifyDnFactory
Creates a new instance of SyncModifyDnFactory.
SyncModifyDnGrammar - Class in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
This class implements the SyncModifyDnControl.
SyncModifyDnImpl - Class in org.apache.directory.shared.ldap.extras.controls
A simple SyncModifyDn implementation to hold properties.
SyncModifyDnImpl() - Constructor for class org.apache.directory.shared.ldap.extras.controls.SyncModifyDnImpl
Creates a new instance of SyncModifyDnImpl.
SyncModifyDnImpl(boolean) - Constructor for class org.apache.directory.shared.ldap.extras.controls.SyncModifyDnImpl
Creates a new instance of SyncModifyDnImpl.
SyncModifyDnStatesEnum - Enum in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
This class store the SyncModifyDnControl's grammar constants.
SyncModifyDnTags - Enum in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
TODO SyncModifyDnControlTags.
SyncModifyDnType - Enum in org.apache.directory.shared.ldap.extras.controls
TODO SyncModifyDnControlEnum.
SyncRequestValue - Interface in org.apache.directory.shared.ldap.extras.controls
A syncRequestValue object, as defined in RFC 4533
SyncRequestValueContainer - Class in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
A container for the SyncRequestValue control
SyncRequestValueContainer() - Constructor for class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueContainer
Creates a new SyncRequestValueControlContainer object.
SyncRequestValueContainer(SyncRequestValueDecorator) - Constructor for class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueContainer
Creates a new SyncRequestValueControlContainer object.
SyncRequestValueDecorator - Class in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
A syncRequestValue object, as defined in RFC 4533
SyncRequestValueDecorator(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueDecorator
 
SyncRequestValueDecorator(LdapApiService, SyncRequestValue) - Constructor for class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueDecorator
 
SyncRequestValueFactory - Class in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
A ControlFactory which creates SyncRequestValue controls.
SyncRequestValueFactory(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueFactory
Creates a new instance of SyncRequestValueFactory.
SyncRequestValueGrammar - Class in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
This class implements the SyncRequestValueControl.
SyncRequestValueImpl - Class in org.apache.directory.shared.ldap.extras.controls
A syncRequestValue object, as defined in RFC 4533 :
SyncRequestValueImpl() - Constructor for class org.apache.directory.shared.ldap.extras.controls.SyncRequestValueImpl
Creates a new instance of SyncRequestValueImpl.
SyncRequestValueImpl(boolean) - Constructor for class org.apache.directory.shared.ldap.extras.controls.SyncRequestValueImpl
Creates a new instance of SyncRequestValueImpl.
SyncRequestValueStatesEnum - Enum in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
This class store the SyncRequestValueControl's grammar constants.
SyncStateTypeEnum - Enum in org.apache.directory.shared.ldap.extras.controls
This class describes the four types of states part of the syncStateValue as described in rfc4533.
SyncStateValue - Interface in org.apache.directory.shared.ldap.extras.controls
A syncStateValue object, as defined in RFC 4533 :
SyncStateValueContainer - Class in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
A container for the SyncStateValue control
SyncStateValueContainer() - Constructor for class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueContainer
Creates a new SyncStateValueControlContainer object.
SyncStateValueContainer(SyncStateValueDecorator) - Constructor for class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueContainer
Creates a new SyncStateValueControlContainer object.
SyncStateValueDecorator - Class in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
A syncStateValue object, as defined in RFC 4533
SyncStateValueDecorator(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueDecorator
 
SyncStateValueDecorator(LdapApiService, SyncStateValue) - Constructor for class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueDecorator
 
SyncStateValueFactory - Class in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
A ControlFactory which creates SyncStateValue controls.
SyncStateValueFactory(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueFactory
Creates a new instance of SyncStateValueFactory.
SyncStateValueGrammar - Class in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
This class implements the SyncStateValueControl.
SyncStateValueImpl - Class in org.apache.directory.shared.ldap.extras.controls
A simple SyncStateValue Control implementation.
SyncStateValueImpl() - Constructor for class org.apache.directory.shared.ldap.extras.controls.SyncStateValueImpl
SyncStateValueImpl Creates a new instance of SyncDoneValueImpl.
SyncStateValueImpl(boolean) - Constructor for class org.apache.directory.shared.ldap.extras.controls.SyncStateValueImpl
Creates a new instance of SyncStateValueImpl.
SyncStateValueStatesEnum - Enum in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
This class store the SyncStateValueControl's grammar constants.
syntax(AttributeTypeHolder) - Method in class org.apache.directory.shared.converter.schema.antlrSchemaConverterParser
 
SYNTAX - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
 
SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
SYNTAX - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
SYNTAX_CHECKER - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
SYNTAX_CHECKER_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
SYNTAX_CHECKER_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
SYNTAX_CHECKER_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
SYNTAX_CHECKERS_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
SYNTAX_CHECKERS_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
SYNTAX_CHECKERS_PATH - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
syntaxChecker - Variable in class org.apache.directory.shared.ldap.model.schema.LdapSyntax
The associated SyntaxChecker
SyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema
Used to validate values of a particular syntax.
SyntaxChecker(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.SyntaxChecker
The SyntaxChecker base constructor
SyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.SyntaxChecker
The SyntaxChecker default constructor where the oid is set after instantiation.
SyntaxCheckerDescription - Class in org.apache.directory.shared.ldap.model.schema.parsers
An ApacheDS specific schema description for a SyntaxChecker.
SyntaxCheckerDescription(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.parsers.SyntaxCheckerDescription
Default constructor for a SyntaxCheckerDecription
syntaxCheckerDescription() - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaParser
Production for syntax checker descriptions.
SyntaxCheckerDescriptionSchemaParser - Class in org.apache.directory.shared.ldap.model.schema.parsers
A parser for ApacheDS syntax checker descriptions.
SyntaxCheckerDescriptionSchemaParser() - Constructor for class org.apache.directory.shared.ldap.model.schema.parsers.SyntaxCheckerDescriptionSchemaParser
Creates a schema parser instance.
syntaxCheckerRegistry - Variable in class org.apache.directory.shared.ldap.model.schema.registries.Registries
The SyntaxChecker registry
SyntaxCheckerRegistry - Interface in org.apache.directory.shared.ldap.model.schema.registries
SyntaxChecker registry component's service interface.
SyntaxCheckerSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker for the SyntaxChecker schema element
SyntaxCheckerSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.SyntaxCheckerSyntaxChecker
Creates a new instance of SyntaxCheckerSyntaxChecker.
SYNTAXES_PATH - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
syntaxesMatch(LdapSyntax, LdapSyntax) - Static method in class org.apache.directory.shared.ldap.model.schema.parsers.ParserDescriptionUtils
Checks to see if two syntax match exactly.

T

Tag - Class in org.apache.directory.shared.dsmlv2
This class represents a XML tag.
Tag(String, int) - Constructor for class org.apache.directory.shared.dsmlv2.Tag
Creates a new instance of Tag.
TELEPHONE_NUMBER_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
TELEPHONE_NUMBER_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
TELEPHONE_NUMBER_SUBSTRINGS_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
TELEPHONE_NUMBER_SUBSTRINGS_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
TELEPHONE_NUMBER_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
TelephoneNumberComparator - Class in org.apache.directory.shared.ldap.model.schema.comparators
A comparator for TelephoneNumber.
TelephoneNumberComparator(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.comparators.TelephoneNumberComparator
The TelephoneNumberComparator constructor.
TelephoneNumberNormalizer - Class in org.apache.directory.shared.ldap.model.schema.normalizers
Normalize Telephone Number Strings
TelephoneNumberNormalizer() - Constructor for class org.apache.directory.shared.ldap.model.schema.normalizers.TelephoneNumberNormalizer
Creates a new instance of TelephoneNumberNormalizer.
TelephoneNumberSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a TelephoneNumber according to ITU recommendation E.123 (which is quite vague ...).
TelephoneNumberSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.TelephoneNumberSyntaxChecker
Creates a new instance of TelephoneNumberSyntaxChecker.
TELETEX_TERMINAL_IDENTIFIER_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
TeletexTerminalIdentifierSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a TeletexTerminalIdentifier according to RFC 4517 : teletex-id = ttx-term *(DOLLAR ttx-param) ttx-term = PrintableString ; terminal identifier ttx-param = ttx-key COLON ttx-value ; parameter ttx-key = "graphic" | "control" | "misc" | "page" | "private" ttx-value = *ttx-value-octet ttx-value-octet = %x00-23 | (%x5C "24") | %x25-5B | (%x5C "5C") | %x5D-FF
TeletexTerminalIdentifierSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.TeletexTerminalIdentifierSyntaxChecker
Creates a new instance of TeletexTerminalIdentifier.
TELEX_NUMBER_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
TelexNumberSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a Telex Number according to RFC 4517 : telex-number = actual-number DOLLAR country-code DOLLAR answerback actual-number = PrintableString country-code = PrintableString answerback = PrintableString
TelexNumberSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.TelexNumberSyntaxChecker
Creates a new instance of TelexNumberSyntaxChecker.
theACIItem() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
theACIItem() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
theCompositeRuleForCallAndSPNameAndSPOptionList() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
THIS_ENTRY - Static variable in class org.apache.directory.shared.ldap.aci.UserClass
The user with the same distinguished name as the entry being accessed, or if the entry is a member of a family, then additionally the user with the distinguished name of the ancestor.
thisEntry() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
thisEntry() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
timeOffline - Variable in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulAction
offline Time after disconnection
TLV - Class in org.apache.directory.shared.asn1.ber.tlv
This class is used to store Tag, Length and Value decoded from a PDU.
TLV(int) - Constructor for class org.apache.directory.shared.asn1.ber.tlv.TLV
Creates a new TLV object.
TLVBerDecoderMBean - Interface in org.apache.directory.shared.asn1.ber.tlv
A MBean used to get stats on the decoding process.
TLVStateEnum - Enum in org.apache.directory.shared.asn1.ber.tlv
Stores the different states of a PDU parsing.
TO_LOWER_CASE - Static variable in class org.apache.directory.shared.util.Strings
 
toApiAttribute(Attribute) - Static method in class org.apache.directory.shared.ldap.model.entry.AttributeUtils
Convert a JNDI Attribute to an LDAP API Attribute
toAttributes(Entry) - Static method in class org.apache.directory.shared.ldap.model.entry.AttributeUtils
Converts an Entry to an Attributes.
toByteArray(String) - Static method in class org.apache.directory.shared.util.Strings
Get byte array from hex string
toCaseInsensitive(Attributes) - Static method in class org.apache.directory.shared.ldap.model.entry.AttributeUtils
Check if the attributes is a BasicAttributes, and if so, switch the case sensitivity to false to avoid tricky problems in the server.
toDsml(Element) - Method in class org.apache.directory.shared.dsmlv2.DsmlControl
Converts the request/reponse to its XML representation in the DSMLv2 format
toDsml(Element) - Method in interface org.apache.directory.shared.dsmlv2.DsmlDecorator
Converts the request/reponse to its XML representation in the DSMLv2 format
toDsml(Element) - Method in class org.apache.directory.shared.dsmlv2.reponse.AbstractResultResponseDsml
Converts the request/reponse to its XML representation in the DSMLv2 format
toDsml(Element) - Method in class org.apache.directory.shared.dsmlv2.reponse.AddResponseDsml
Converts the request/reponse to its XML representation in the DSMLv2 format
toDsml() - Method in class org.apache.directory.shared.dsmlv2.reponse.BatchResponseDsml
Converts this Batch Response to its XML representation in the DSMLv2 format.
toDsml(Element) - Method in class org.apache.directory.shared.dsmlv2.reponse.BindResponseDsml
Converts the request/reponse to its XML representation in the DSMLv2 format
toDsml(Element) - Method in class org.apache.directory.shared.dsmlv2.reponse.CompareResponseDsml
Converts the request/reponse to its XML representation in the DSMLv2 format
toDsml(Element) - Method in class org.apache.directory.shared.dsmlv2.reponse.DelResponseDsml
Converts the request/reponse to its XML representation in the DSMLv2 format
toDsml(Element) - Method in class org.apache.directory.shared.dsmlv2.reponse.ErrorResponse
Converts the request/reponse to its XML representation in the DSMLv2 format
toDsml(Element) - Method in class org.apache.directory.shared.dsmlv2.reponse.ExtendedResponseDsml
Converts the request/reponse to its XML representation in the DSMLv2 format
toDsml(Element) - Method in class org.apache.directory.shared.dsmlv2.reponse.LdapResultDsml
Converts the request/reponse to its XML representation in the DSMLv2 format
toDsml(Element) - Method in class org.apache.directory.shared.dsmlv2.reponse.ModDNResponseDsml
Converts the request/reponse to its XML representation in the DSMLv2 format
toDsml(Element) - Method in class org.apache.directory.shared.dsmlv2.reponse.ModifyResponseDsml
Converts the request/reponse to its XML representation in the DSMLv2 format
toDsml(Element) - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResponseDsml
Converts the request/reponse to its XML representation in the DSMLv2 format
toDsml(Element) - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResultDoneDsml
Converts the request/reponse to its XML representation in the DSMLv2 format
toDsml(Element) - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResultEntryDsml
Converts the request/reponse to its XML representation in the DSMLv2 format
toDsml(Element) - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResultReferenceDsml
Converts the request/reponse to its XML representation in the DSMLv2 format
toDsml(Element) - Method in class org.apache.directory.shared.dsmlv2.request.AbandonRequestDsml
Creates the Request Element and adds RequestID and Controls.
toDsml(Element) - Method in class org.apache.directory.shared.dsmlv2.request.AbstractRequestDsml
Creates the Request Element and adds RequestID and Controls.
toDsml(Element) - Method in class org.apache.directory.shared.dsmlv2.request.AbstractResultResponseRequestDsml
Creates the Request Element and adds RequestID and Controls.
toDsml(Element) - Method in class org.apache.directory.shared.dsmlv2.request.AddRequestDsml
Creates the Request Element and adds RequestID and Controls.
toDsml() - Method in class org.apache.directory.shared.dsmlv2.request.BatchRequestDsml
Converts this Batch Request to its XML representation in the DSMLv2 format.
toDsml(Element) - Method in class org.apache.directory.shared.dsmlv2.request.BindRequestDsml
Creates the Request Element and adds RequestID and Controls.
toDsml(Element) - Method in class org.apache.directory.shared.dsmlv2.request.CompareRequestDsml
Creates the Request Element and adds RequestID and Controls.
toDsml(Element) - Method in class org.apache.directory.shared.dsmlv2.request.DelRequestDsml
Creates the Request Element and adds RequestID and Controls.
toDsml(Element) - Method in class org.apache.directory.shared.dsmlv2.request.ExtendedRequestDsml
Creates the Request Element and adds RequestID and Controls.
toDsml(Element) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyDNRequestDsml
Creates the Request Element and adds RequestID and Controls.
toDsml(Element) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
Creates the Request Element and adds RequestID and Controls.
toDsml(Element) - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
Creates the Request Element and adds RequestID and Controls.
toEntry(Attributes, Dn) - Static method in class org.apache.directory.shared.ldap.model.entry.AttributeUtils
Convert a BasicAttributes or a AttributesImpl to an Entry
toGeneralizedTime() - Method in class org.apache.directory.shared.util.GeneralizedTime
Returns the string representation of this generalized time.
toGeneralizedTime(GeneralizedTime.Format, GeneralizedTime.FractionDelimiter, int, GeneralizedTime.TimeZoneFormat) - Method in class org.apache.directory.shared.util.GeneralizedTime
Returns the string representation of this generalized time.
toHexString(byte[]) - Static method in class org.apache.directory.shared.util.Strings
Gets a hex string from byte array.
toJndi(ExtendedResponse) - Method in interface org.apache.directory.shared.ldap.codec.api.LdapApiService
Creates a JNDI ExtendedResponse from the model ExtendedResponse.
toJndi(ExtendedRequest<?>) - Method in interface org.apache.directory.shared.ldap.codec.api.LdapApiService
Creates a JNDI ExtendedResponse from the model ExtendedResponse.
toJndi(ExtendedResponse) - Method in class org.apache.directory.shared.ldap.codec.osgi.DefaultLdapCodecService
Creates a JNDI ExtendedResponse from the model ExtendedResponse.
toJndi(ExtendedRequest<?>) - Method in class org.apache.directory.shared.ldap.codec.osgi.DefaultLdapCodecService
Creates a JNDI ExtendedResponse from the model ExtendedResponse.
toJndi(ExtendedResponse) - Method in class org.apache.directory.shared.ldap.codec.standalone.StandaloneLdapApiService
Creates a JNDI ExtendedResponse from the model ExtendedResponse.
toJndi(ExtendedRequest<?>) - Method in class org.apache.directory.shared.ldap.codec.standalone.StandaloneLdapApiService
Creates a JNDI ExtendedResponse from the model ExtendedResponse.
toJndiAttribute(Attribute) - Static method in class org.apache.directory.shared.ldap.model.entry.AttributeUtils
Converts an Attribute to a JNDI Attribute.
toJndiControl(Control) - Method in interface org.apache.directory.shared.ldap.codec.api.LdapApiService
Creates a JNDI control from the ldap model's control.
toJndiControl(Control) - Method in class org.apache.directory.shared.ldap.codec.osgi.DefaultLdapCodecService
Creates a JNDI control from the ldap model's control.
toJndiControl(Control) - Method in class org.apache.directory.shared.ldap.codec.standalone.StandaloneLdapApiService
Creates a JNDI control from the ldap model's control.
toJndiControl(LdapApiService, Control) - Static method in class org.apache.directory.shared.ldap.util.JndiUtils
 
toJndiControls(LdapApiService, Control...) - Static method in class org.apache.directory.shared.ldap.util.JndiUtils
 
toLdif(String) - Method in class org.apache.directory.shared.converter.schema.AttributeTypeHolder
Convert this attributeType to a Ldif string
toLdif(String) - Method in class org.apache.directory.shared.converter.schema.ObjectClassHolder
Convert this objectClass to a Ldif string
toLdif(String) - Method in interface org.apache.directory.shared.converter.schema.SchemaElement
Generate a String representation of this schemaElement, formated as a ldif string
toLowerCase(String) - Static method in class org.apache.directory.shared.util.Strings
Rewrote the toLowercase method to improve performances.
toMicroOperations(Collection<GrantAndDenial>) - Static method in class org.apache.directory.shared.ldap.aci.ACIItem
Converts a collection of GrantAndDenials into a collection of MicroOperations.
toName(Dn) - Static method in class org.apache.directory.shared.ldap.util.JndiUtils
Convert a Dn to a Name
TooComplexException - Exception in org.apache.directory.shared.ldap.model.name
This exception is used to signal, that the complex parser should be used.
TooComplexException() - Constructor for exception org.apache.directory.shared.ldap.model.name.TooComplexException
 
TooComplexException(String) - Constructor for exception org.apache.directory.shared.ldap.model.name.TooComplexException
 
TOP_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
TOP_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
toSearchParams(SearchControls, AliasDerefMode) - Static method in class org.apache.directory.shared.ldap.model.message.SearchParams
Creates a SearchParams from JNDI search controls.
toString() - Method in class org.apache.directory.ldap.client.api.future.AddFuture
toString() - Method in class org.apache.directory.ldap.client.api.future.BindFuture
toString() - Method in class org.apache.directory.ldap.client.api.future.CompareFuture
toString() - Method in class org.apache.directory.ldap.client.api.future.DeleteFuture
toString() - Method in class org.apache.directory.ldap.client.api.future.ExtendedFuture
toString() - Method in class org.apache.directory.ldap.client.api.future.ModifyDnFuture
toString() - Method in class org.apache.directory.ldap.client.api.future.ModifyFuture
toString() - Method in class org.apache.directory.ldap.client.api.future.ResponseFuture
toString() - Method in class org.apache.directory.ldap.client.api.future.SearchFuture
toString() - Method in class org.apache.directory.shared.asn1.ber.grammar.GrammarAction
Print the action's name
toString() - Method in class org.apache.directory.shared.asn1.ber.grammar.GrammarTransition
 
toString() - Method in class org.apache.directory.shared.asn1.ber.tlv.TLV
Get a String representation of the TLV
toString() - Method in class org.apache.directory.shared.asn1.ber.tlv.Value
Return a string representing the Value
toString() - Method in class org.apache.directory.shared.asn1.util.BitString
Return a native String representation of the BitString.
toString() - Method in class org.apache.directory.shared.asn1.util.Oid
Get the Oid as a String
toString() - Method in class org.apache.directory.shared.converter.schema.AttributeTypeHolder
 
toString() - Method in class org.apache.directory.shared.converter.schema.ObjectClassHolder
 
toString() - Method in class org.apache.directory.shared.dsmlv2.GrammarAction
Print the action's name
toString(int, Enum<Dsmlv2StatesEnum>) - Method in class org.apache.directory.shared.dsmlv2.GrammarTransition
Returns a representation of the transition as a string
toString() - Method in class org.apache.directory.shared.dsmlv2.request.AndFilter
Return a string compliant with RFC 2254 representing an AND filter
toString(String) - Method in class org.apache.directory.shared.dsmlv2.request.AttributeValueAssertion
Get a String representation of an AttributeValueAssertion
toString() - Method in class org.apache.directory.shared.dsmlv2.request.AttributeValueAssertion
Get a String representation of an AttributeValueAssertion
toString() - Method in class org.apache.directory.shared.dsmlv2.request.AttributeValueAssertionFilter
Return a string compliant with RFC 2254 representing an item filter
toString() - Method in class org.apache.directory.shared.dsmlv2.request.BatchRequestDsml
toString() - Method in class org.apache.directory.shared.dsmlv2.request.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.dsmlv2.request.ExtensibleMatchFilter
Return a String representing an extended filter as of RFC 2254
toString() - Method in class org.apache.directory.shared.dsmlv2.request.NotFilter
Return a string compliant with RFC 2254 representing a NOT filter
toString() - Method in class org.apache.directory.shared.dsmlv2.request.OrFilter
Return a string compliant with RFC 2254 representing an OR filter
toString() - Method in class org.apache.directory.shared.dsmlv2.request.PresentFilter
Return a string compliant with RFC 2254 representing a Present filter
toString() - Method in class org.apache.directory.shared.dsmlv2.request.SubstringFilter
Return a string compliant with RFC 2254 representing a Substring filter
toString() - Method in class org.apache.directory.shared.dsmlv2.Tag
 
toString() - Method in class org.apache.directory.shared.ldap.aci.ACIItem
toString() - Method in class org.apache.directory.shared.ldap.aci.ACITuple
toString() - Method in enum org.apache.directory.shared.ldap.aci.GrantAndDenial
toString() - Method in class org.apache.directory.shared.ldap.aci.ItemFirstACIItem
toString() - Method in class org.apache.directory.shared.ldap.aci.ItemPermission
toString() - Method in enum org.apache.directory.shared.ldap.aci.MicroOperation
toString() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.AbstractAttributeTypeProtectedItem
toString() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.AllAttributeValuesItem
toString() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.AllUserAttributeTypesAndValuesItem
toString() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.AllUserAttributeTypesItem
toString() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.AttributeTypeItem
toString() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.AttributeValueItem
toString() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.ClassesItem
toString() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.EntryItem
toString() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.MaxImmSubItem
toString() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.MaxValueCountElem
toString() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.MaxValueCountItem
toString() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.RangeOfValuesItem
 
toString() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.RestrictedByElem
toString() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.RestrictedByItem
toString() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.SelfValueItem
toString() - Method in class org.apache.directory.shared.ldap.aci.UserClass.AllUsers
toString() - Method in class org.apache.directory.shared.ldap.aci.UserClass.Name
toString() - Method in class org.apache.directory.shared.ldap.aci.UserClass.ParentOfEntry
toString() - Method in class org.apache.directory.shared.ldap.aci.UserClass.Subtree
toString() - Method in class org.apache.directory.shared.ldap.aci.UserClass.ThisEntry
toString() - Method in class org.apache.directory.shared.ldap.aci.UserClass.UserGroup
toString() - Method in class org.apache.directory.shared.ldap.aci.UserFirstACIItem
toString() - Method in class org.apache.directory.shared.ldap.aci.UserPermission
toString() - Method in class org.apache.directory.shared.ldap.codec.api.ControlDecorator
Return a String representing a Control
toString() - Method in class org.apache.directory.shared.ldap.codec.api.MessageDecorator
Delegates to the toString() method of the decorated Message.
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.controls.search.pagedSearch.PagedResultsDecorator
Return a String representing this PagedSearchControl.
toString() - Method in class org.apache.directory.shared.ldap.codec.decorators.LdapResultDecorator
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.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.SubstringFilter
Return a string compliant with RFC 2254 representing a Substring filter
toString() - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyDecorator
 
toString() - Method in class org.apache.directory.shared.ldap.extras.controls.SyncDoneValueImpl
 
toString() - Method in class org.apache.directory.shared.ldap.extras.controls.SyncInfoValueImpl
 
toString() - Method in class org.apache.directory.shared.ldap.extras.controls.SyncModifyDnImpl
 
toString() - Method in class org.apache.directory.shared.ldap.extras.controls.SyncRequestValueImpl
 
toString() - Method in class org.apache.directory.shared.ldap.extras.controls.SyncStateValueImpl
 
toString() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.Cancel
Return a string representation of the cancel
toString() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnect
Return a string representation of the graceful disconnect
toString() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdown
Return a string representation of the graceful shutdown
toString() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureRequestDecorator
Returns the StoredProcedure string
toString() - Method in class org.apache.directory.shared.ldap.extras.extended.CertGenerationRequestImpl
 
toString() - Method in enum org.apache.directory.shared.ldap.model.constants.AuthenticationLevel
toString() - Method in class org.apache.directory.shared.ldap.model.csn.Csn
 
toString() - Method in class org.apache.directory.shared.ldap.model.cursor.Tuple
toString() - Method in class org.apache.directory.shared.ldap.model.entry.BinaryValue
Dumps binary in hex with label.
toString() - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
 
toString() - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
 
toString() - Method in class org.apache.directory.shared.ldap.model.entry.DefaultModification
 
toString() - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
 
toString() - Method in enum org.apache.directory.shared.ldap.model.entry.ModificationOperation
 
toString() - Method in class org.apache.directory.shared.ldap.model.entry.StringValue
 
toString() - Method in class org.apache.directory.shared.ldap.model.filter.AbstractExprNode
 
toString() - Method in class org.apache.directory.shared.ldap.model.filter.AndNode
Gets the recursive prefix string represent of the filter from this node down.
toString() - Method in class org.apache.directory.shared.ldap.model.filter.ApproximateNode
 
toString() - Method in class org.apache.directory.shared.ldap.model.filter.AssertionNode
 
toString() - Method in class org.apache.directory.shared.ldap.model.filter.EqualityNode
 
toString() - Method in class org.apache.directory.shared.ldap.model.filter.ExtensibleNode
 
toString() - Method in class org.apache.directory.shared.ldap.model.filter.GreaterEqNode
 
toString() - Method in class org.apache.directory.shared.ldap.model.filter.LessEqNode
 
toString() - Method in class org.apache.directory.shared.ldap.model.filter.NotNode
Gets the recursive prefix string represent of the filter from this node down.
toString() - Method in class org.apache.directory.shared.ldap.model.filter.OrNode
Gets the recursive prefix string represent of the filter from this node down.
toString() - Method in class org.apache.directory.shared.ldap.model.filter.PresenceNode
 
toString() - Method in class org.apache.directory.shared.ldap.model.filter.ScopeNode
 
toString() - Method in class org.apache.directory.shared.ldap.model.filter.SubstringNode
 
toString() - Method in class org.apache.directory.shared.ldap.model.filter.UndefinedNode
toString() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifControl
toString() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
 
toString() - Method in class org.apache.directory.shared.ldap.model.message.AbandonRequestImpl
Return a String representing an AbandonRequest
toString() - Method in class org.apache.directory.shared.ldap.model.message.AbstractExtendedRequest
Get a String representation of an Extended Request
toString(String) - Method in class org.apache.directory.shared.ldap.model.message.AbstractMessage
Get a String representation of a LdapMessage
toString() - Method in class org.apache.directory.shared.ldap.model.message.AbstractResultResponse
Get a String representation of an Response
toString() - Method in class org.apache.directory.shared.ldap.model.message.AddRequestImpl
 
toString() - Method in class org.apache.directory.shared.ldap.model.message.AddResponseImpl
Get a String representation of an AddResponse
toString() - Method in class org.apache.directory.shared.ldap.model.message.BindRequestImpl
Get a String representation of a BindRequest
toString() - Method in class org.apache.directory.shared.ldap.model.message.BindResponseImpl
Get a String representation of a BindResponse
toString() - Method in class org.apache.directory.shared.ldap.model.message.CompareRequestImpl
Get a String representation of a Compare Request
toString() - Method in class org.apache.directory.shared.ldap.model.message.CompareResponseImpl
Get a String representation of an CompareResponse
toString() - Method in class org.apache.directory.shared.ldap.model.message.controls.AbstractControl
Return a String representing a Control
toString() - Method in class org.apache.directory.shared.ldap.model.message.controls.EntryChangeImpl
Return a String representing this EntryChangeControl.
toString() - Method in class org.apache.directory.shared.ldap.model.message.controls.PagedResultsImpl
Return a String representing this PagedSearchControl.
toString() - Method in class org.apache.directory.shared.ldap.model.message.controls.PersistentSearchImpl
Return a String representing this PSearchControl.
toString() - Method in class org.apache.directory.shared.ldap.model.message.controls.SubentriesImpl
Return a String representing this EntryChangeControl.
toString() - Method in class org.apache.directory.shared.ldap.model.message.DeleteRequestImpl
Return a String representing a DelRequest
toString() - Method in class org.apache.directory.shared.ldap.model.message.DeleteResponseImpl
Get a String representation of a DelResponse
toString() - Method in class org.apache.directory.shared.ldap.model.message.ExtendedRequestImpl
Get a String representation of an Extended Request
toString() - Method in class org.apache.directory.shared.ldap.model.message.ExtendedResponseImpl
Get a String representation of an ExtendedResponse
toString() - Method in class org.apache.directory.shared.ldap.model.message.IntermediateResponseImpl
Get a String representation of an IntermediateResponse
toString() - Method in class org.apache.directory.shared.ldap.model.message.LdapResultImpl
Get a String representation of a LdapResult
toString() - Method in class org.apache.directory.shared.ldap.model.message.ModifyDnRequestImpl
Get a String representation of a ModifyDNRequest
toString() - Method in class org.apache.directory.shared.ldap.model.message.ModifyDnResponseImpl
Get a String representation of a ModifyDNResponse
toString() - Method in class org.apache.directory.shared.ldap.model.message.ModifyRequestImpl
Get a String representation of a ModifyRequest
toString() - Method in class org.apache.directory.shared.ldap.model.message.ModifyResponseImpl
Get a String representation of a ModifyResponse
toString() - Method in class org.apache.directory.shared.ldap.model.message.ReferralImpl
Get a String representation of a Referral
toString() - Method in class org.apache.directory.shared.ldap.model.message.SearchParams
toString() - Method in class org.apache.directory.shared.ldap.model.message.SearchRequestImpl
Return a string the represent a SearchRequest
toString() - Method in class org.apache.directory.shared.ldap.model.message.SearchResultDoneImpl
Get a String representation of a SearchResultDone
toString() - Method in class org.apache.directory.shared.ldap.model.message.SearchResultEntryImpl
Return a string representation of a SearchResultEntry request
toString() - Method in class org.apache.directory.shared.ldap.model.message.SearchResultReferenceImpl
Returns the Search Result Reference string
toString() - Method in enum org.apache.directory.shared.ldap.model.message.SearchScope
toString() - Method in class org.apache.directory.shared.ldap.model.message.UnbindRequestImpl
Get a String representation of a UnBindRequest
toString() - Method in class org.apache.directory.shared.ldap.model.name.Ava
A String representation of an Ava, as provided by the user.
toString() - Method in class org.apache.directory.shared.ldap.model.name.Dn
Return the user provided Dn as a String.
toString() - Method in class org.apache.directory.shared.ldap.model.name.Rdn
 
toString() - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
toString() - Method in class org.apache.directory.shared.ldap.model.schema.AttributeTypeOptions
toString() - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
 
toString() - Method in class org.apache.directory.shared.ldap.model.schema.DITStructureRule
toString() - Method in class org.apache.directory.shared.ldap.model.schema.LdapComparator
toString() - Method in class org.apache.directory.shared.ldap.model.schema.LdapSyntax
toString() - Method in class org.apache.directory.shared.ldap.model.schema.MatchingRule
 
toString() - Method in class org.apache.directory.shared.ldap.model.schema.MatchingRuleUse
 
toString() - Method in class org.apache.directory.shared.ldap.model.schema.NameForm
 
toString() - Method in class org.apache.directory.shared.ldap.model.schema.Normalizer
toString() - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.OidNormalizer
Return a String representation of this class
toString() - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.RegexNormalizer
 
toString() - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
 
toString() - Method in class org.apache.directory.shared.ldap.model.schema.parsers.LdapComparatorDescription
toString() - Method in class org.apache.directory.shared.ldap.model.schema.parsers.NormalizerDescription
toString() - Method in class org.apache.directory.shared.ldap.model.schema.parsers.SyntaxCheckerDescription
toString() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultComparatorRegistry
 
toString() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultNormalizerRegistry
 
toString() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchema
toString() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchemaObjectRegistry
 
toString() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSyntaxCheckerRegistry
 
toString() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
toString() - Method in class org.apache.directory.shared.ldap.model.schema.registries.OidRegistry
 
toString() - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
 
toString() - Method in class org.apache.directory.shared.ldap.model.schema.SchemaObjectWrapper
 
toString() - Method in class org.apache.directory.shared.ldap.model.schema.SyntaxChecker
toString() - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.OpenLdapObjectIdentifierMacro
 
toString() - Method in class org.apache.directory.shared.ldap.model.subtree.AndRefinement
 
toString(StringBuilder) - Method in class org.apache.directory.shared.ldap.model.subtree.BaseSubtreeSpecification
Converts this item into its string representation as stored in directory.
toString() - Method in class org.apache.directory.shared.ldap.model.subtree.BaseSubtreeSpecification
 
toString() - Method in class org.apache.directory.shared.ldap.model.subtree.ItemRefinement
 
toString() - Method in class org.apache.directory.shared.ldap.model.subtree.NotRefinement
 
toString() - Method in class org.apache.directory.shared.ldap.model.subtree.OrRefinement
 
toString(StringBuilder) - Method in interface org.apache.directory.shared.ldap.model.subtree.SubtreeSpecification
Converts this item into its string representation as stored in directory.
toString() - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl
Get a string representation of a LdapUrl.
toString() - Method in class org.apache.directory.shared.ldap.trigger.ActionTime
toString() - Method in enum org.apache.directory.shared.ldap.trigger.LdapOperation
 
toString() - Method in class org.apache.directory.shared.ldap.trigger.StoredProcedureLanguageSchemeOption
toString() - Method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.Generic_LDAP_CONTEXT
 
toString() - Method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter
 
toString() - Method in class org.apache.directory.shared.ldap.trigger.StoredProcedureSearchContextOption
toString() - Method in class org.apache.directory.shared.ldap.util.tree.DnNode
toString() - Method in class org.apache.directory.shared.util.GeneralizedTime
 
toString() - Method in class org.apache.directory.shared.util.Position
 
toString() - Method in class org.apache.directory.shared.util.SequencedHashMap
Provides a string representation of the entries within the map.
toStringRFC2254(int) - Method in class org.apache.directory.shared.dsmlv2.request.AttributeValueAssertion
Get a String representation of an AttributeValueAssertion, as of RFC 2254.
toStringRFC2254(int) - Method in class org.apache.directory.shared.ldap.codec.AttributeValueAssertion
Get a String representation of an AttributeValueAssertion, as of RFC 2254.
toTuples() - Method in class org.apache.directory.shared.ldap.aci.ACIItem
Converts this item into a collection of ACITuples.
toTuples() - Method in class org.apache.directory.shared.ldap.aci.ItemFirstACIItem
Transform this protected Item and permissions to a set of Tuples
toTuples() - Method in class org.apache.directory.shared.ldap.aci.UserFirstACIItem
Converts this item into a collection of ACITuples.
toUpperCase(String) - Static method in class org.apache.directory.shared.util.Strings
Rewrote the toLowercase method to improve performances.
TRACE_KEY - Static variable in class org.apache.directory.shared.ldap.model.schema.parsers.ConsoleParserMonitor
 
transform(List<Schema>) - Static method in class org.apache.directory.shared.converter.schema.SchemaToLdif
This method takes a list of schema and transform them to Ldif files
transitions - Variable in class org.apache.directory.shared.asn1.ber.grammar.AbstractGrammar
Table of transitions.
transitions - Variable in class org.apache.directory.shared.dsmlv2.AbstractGrammar
Table of transitions.
TRIGGER_EXECUTION_INNER_AREA - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
TRIGGER_EXECUTION_INNER_AREA_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
TRIGGER_EXECUTION_SPECIFIC_AREA - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
TRIGGER_EXECUTION_SPECIFIC_AREA_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
TRIGGER_EXECUTION_SPECIFIC_AREA_VALUE - Static variable in class org.apache.directory.shared.ldap.trigger.TriggerUtils
 
TRIGGER_EXECUTION_SUBENTRIES_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
TRIGGER_EXECUTION_SUBENTRIES_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
TRIGGER_EXECUTION_SUBENTRY_OC - Static variable in class org.apache.directory.shared.ldap.trigger.TriggerUtils
 
triggerSpecification() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
TriggerSpecification - Class in org.apache.directory.shared.ldap.trigger
The Trigger Specification Bean.
TriggerSpecification(LdapOperation, ActionTime, List<TriggerSpecification.SPSpec>) - Constructor for class org.apache.directory.shared.ldap.trigger.TriggerSpecification
Instantiates a new trigger specification.
TriggerSpecification.SPSpec - Class in org.apache.directory.shared.ldap.trigger
The stored procedure spec bean.
TriggerSpecification.SPSpec(String, List<StoredProcedureOption>, List<StoredProcedureParameter>) - Constructor for class org.apache.directory.shared.ldap.trigger.TriggerSpecification.SPSpec
Instantiates a new stored procedure spec.
TriggerSpecificationParser - Class in org.apache.directory.shared.ldap.trigger
A reusable wrapper around the ANTLR generated parser for a TriggerSpecification.
TriggerSpecificationParser() - Constructor for class org.apache.directory.shared.ldap.trigger.TriggerSpecificationParser
Creates a TriggerSpecification parser.
TriggerSpecificationParser(NormalizerMappingResolver) - Constructor for class org.apache.directory.shared.ldap.trigger.TriggerSpecificationParser
Creates a normalizing TriggerSpecification parser.
TriggerUtils - Class in org.apache.directory.shared.ldap.trigger
A utility class for working with Triggers Execution Administrative Points Trigger Execution Subentries and Trigger Specifications.
trim(String) - Static method in class org.apache.directory.shared.util.Strings
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.util.Strings
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.util.Strings
Trims several consecutive characters into one.
trimLeft(String) - Static method in class org.apache.directory.shared.util.Strings
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.util.Strings
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.util.Strings
Removes spaces (char <= 32) from a position in this array, handling null by returning null.
trimLeft(byte[], Position) - Static method in class org.apache.directory.shared.util.Strings
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.util.Strings
Removes spaces (char <= 32) from start of this array, handling null by returning null.
trimRight(String) - Static method in class org.apache.directory.shared.util.Strings
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.util.Strings
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.util.Strings
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.util.Strings
Removes spaces (char <= 32) from end of this string, handling null by returning null.
trimRight(byte[], Position) - Static method in class org.apache.directory.shared.util.Strings
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.util.Strings
Removes spaces (char <= 32) from end of this array, handling null by returning null.
TRUE_VALUE - Static variable in class org.apache.directory.shared.asn1.ber.tlv.Value
The encoded byte for a TRUE value
Tuple<K,V> - Class in org.apache.directory.shared.ldap.model.cursor
A key/value tuple for simple two column persistent Tables with sorted keys.
Tuple() - Constructor for class org.apache.directory.shared.ldap.model.cursor.Tuple
Do nothing default that has a null key and null value.
Tuple(K, V) - Constructor for class org.apache.directory.shared.ldap.model.cursor.Tuple
Creates a Tuple using a key and a value.
TupleCursor<K,V> - Interface in org.apache.directory.shared.ldap.model.cursor
A Cursor introducing new advance methods designed to reduce some inefficiencies encountered when scanning over Tuples.
TupleRenderer - Interface in org.apache.directory.shared.ldap.model.cursor
A table key/value String renderer for the display or logging of human readable potentially binary data.
TYPE - Static variable in interface org.apache.directory.shared.ldap.model.message.AbandonRequest
Ldap abandon request type code
TYPE - Static variable in interface org.apache.directory.shared.ldap.model.message.AddRequest
LDAPv3 add request type enum code
TYPE - Static variable in interface org.apache.directory.shared.ldap.model.message.AddResponse
Add response message type enumeration value
TYPE - Static variable in interface org.apache.directory.shared.ldap.model.message.BindRequest
Bind request message type enumeration value
TYPE - Static variable in interface org.apache.directory.shared.ldap.model.message.BindResponse
Bind response message type enumeration value
TYPE - Static variable in interface org.apache.directory.shared.ldap.model.message.CompareRequest
Compare request message type enum code
TYPE - Static variable in interface org.apache.directory.shared.ldap.model.message.CompareResponse
Compare response message type enumeration value
TYPE - Static variable in interface org.apache.directory.shared.ldap.model.message.DeleteRequest
Delete request message type enumeration value
TYPE - Static variable in interface org.apache.directory.shared.ldap.model.message.DeleteResponse
Delete response message type enumeration value
TYPE - Static variable in interface org.apache.directory.shared.ldap.model.message.ExtendedRequest
Extended request message type enumeration value
TYPE - Static variable in interface org.apache.directory.shared.ldap.model.message.ExtendedResponse
Extended response message type enumeration value
TYPE - Static variable in interface org.apache.directory.shared.ldap.model.message.IntermediateResponse
Intermediate response message type enumeration value
TYPE - Static variable in interface org.apache.directory.shared.ldap.model.message.ModifyDnRequest
Modify Dn request message type enumeration value
TYPE - Static variable in interface org.apache.directory.shared.ldap.model.message.ModifyDnResponse
Modify Dn response message type enumeration value
TYPE - Static variable in interface org.apache.directory.shared.ldap.model.message.ModifyRequest
Modify request message type enumeration value
TYPE - Static variable in interface org.apache.directory.shared.ldap.model.message.ModifyResponse
Modify response message type enumeration value
TYPE - Static variable in interface org.apache.directory.shared.ldap.model.message.SearchResultDone
Search done response message type enumeration value
TYPE - Static variable in interface org.apache.directory.shared.ldap.model.message.SearchResultEntry
Search entry response message type enumeration value
TYPE - Static variable in interface org.apache.directory.shared.ldap.model.message.SearchResultReference
Search reference response message type enumeration value
TYPE - Static variable in interface org.apache.directory.shared.ldap.model.message.UnbindRequest
Unbind request protocol message type
TYPE_CLASS_MASK - Static variable in class org.apache.directory.shared.asn1.ber.tlv.TLV
mask to get the type class value
TYPE_CLASS_UNIVERSAL - Static variable in class org.apache.directory.shared.asn1.ber.tlv.TLV
value for the universal type class

U

UID_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
UID_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
UID_OBJECT_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
UID_OBJECT_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
UNAVAILABLE - Static variable in class org.apache.directory.shared.ldap.model.message.extended.AddNoDResponse
The single instance with unavailable result code.
UNAVAILABLE - Static variable in class org.apache.directory.shared.ldap.model.message.extended.BindNoDResponse
The single instance with unavailable result code.
UNAVAILABLE - Static variable in class org.apache.directory.shared.ldap.model.message.extended.CompareNoDResponse
The single instance with unavailable result code.
UNAVAILABLE - Static variable in class org.apache.directory.shared.ldap.model.message.extended.DeleteNoDResponse
The single instance with unavailable result code.
UNAVAILABLE - Static variable in class org.apache.directory.shared.ldap.model.message.extended.ExtendedNoDResponse
The single instance with unavailable result code.
UNAVAILABLE - Static variable in class org.apache.directory.shared.ldap.model.message.extended.ModifyDnNoDResponse
The single instance with unavailable result code.
UNAVAILABLE - Static variable in class org.apache.directory.shared.ldap.model.message.extended.ModifyNoDResponse
The single instance with unavailable result code.
UNAVAILABLE - Static variable in class org.apache.directory.shared.ldap.model.message.extended.NoticeOfDisconnect
The single instance with unavailable result code.
UNAVAILABLE - Static variable in class org.apache.directory.shared.ldap.model.message.extended.SearchNoDResponse
The single instance with unavailable result code.
unBind() - Method in interface org.apache.directory.ldap.client.api.LdapConnection
UnBind from a server.
unBind() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
UnBind from a server.
UNBIND_REQUEST_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
LDAP contextual tags
UnbindRequest - Interface in org.apache.directory.shared.ldap.model.message
Unbind protocol request message used to end a client session.
UnbindRequestDecorator - Class in org.apache.directory.shared.ldap.codec.decorators
A decorator for the LdapResultResponse message
UnbindRequestDecorator(LdapApiService, UnbindRequest) - Constructor for class org.apache.directory.shared.ldap.codec.decorators.UnbindRequestDecorator
Makes Request a MessageDecorator.
UnbindRequestImpl - Class in org.apache.directory.shared.ldap.model.message
Lockable UnbindRequest implementation.
UnbindRequestImpl() - Constructor for class org.apache.directory.shared.ldap.model.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.model.subtree.SubtreeSpecification
an unbounded maximum depth value in a subtree specification
UNDEFINED - Static variable in class org.apache.directory.shared.ldap.model.name.Rdn
CompareTo() results
UNDEFINED_CHANGE_NUMBER - Static variable in class org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeDecorator
 
UNDEFINED_CHANGE_NUMBER - Static variable in interface org.apache.directory.shared.ldap.model.message.controls.EntryChange
 
UNDEFINED_NODE - Static variable in class org.apache.directory.shared.ldap.model.filter.UndefinedNode
A static instance of this node
UndefinedNode - Class in org.apache.directory.shared.ldap.model.filter
An empty class used for Undefined Nodes.
UNDETERMINED - Static variable in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulAction
Undetermined value used for timeOffline
UNDETERMINED - Static variable in interface org.apache.directory.shared.ldap.extras.extended.GracefulShutdownRequest
Undetermined value used for offline time
unescapeValue(String) - Static method in class org.apache.directory.shared.ldap.model.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
Unicode - Class in org.apache.directory.shared.util
Various unicode manipulation methods that are more efficient then chaining operations: all is done in the same buffer without creating a bunch of string objects.
Unicode() - Constructor for class org.apache.directory.shared.util.Unicode
 
UNICODE_SUBSET - Static variable in interface org.apache.directory.shared.util.UnicodeConstants
%01-%27 %2B-%5B %5D-%7F
UnicodeConstants - Interface in org.apache.directory.shared.util
Various UTF constants are kept here.
UNIQUE_MEMBER_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
UNIQUE_MEMBER_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
UNIQUE_MEMBER_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
UNIQUE_MEMBER_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
UniqueMemberComparator - Class in org.apache.directory.shared.ldap.model.schema.comparators
A comparator that sorts OIDs based on their numeric id value.
UniqueMemberComparator(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.comparators.UniqueMemberComparator
The IntegerComparator constructor.
UniqueMemberNormalizer - Class in org.apache.directory.shared.ldap.model.schema.normalizers
A noirmalizer for UniqueMember
UniqueMemberNormalizer() - Constructor for class org.apache.directory.shared.ldap.model.schema.normalizers.UniqueMemberNormalizer
 
UniqueResourceException - Exception in org.apache.directory.shared.ldap.schemaextractor
Exception for when we detect more than one unqiue schema LDIF file resource on the classpath.
UniqueResourceException(String, String) - Constructor for exception org.apache.directory.shared.ldap.schemaextractor.UniqueResourceException
Instantiates a new unique resource exception.
UniqueResourceException(String, List<URL>, String) - Constructor for exception org.apache.directory.shared.ldap.schemaextractor.UniqueResourceException
Instantiates a new unique resource exception.
UniqueResourceException(String, URL, Enumeration<URL>, String) - Constructor for exception org.apache.directory.shared.ldap.schemaextractor.UniqueResourceException
Instantiates a new unique resource exception.
UniversalTag - Enum in org.apache.directory.shared.asn1.ber.tlv
Enum for ASN.1 UNIVERSAL class tags.
UnixCrypt - Class in org.apache.directory.shared.util
Unix Crypt.
UNKNOWN - Static variable in exception org.apache.directory.shared.ldap.model.exception.LdapUriException
No specified reason code.
UNKNOWN - Static variable in class org.apache.directory.shared.ldap.model.ldif.LdifReader
Type of element read : UNKNOWN
unload(Schema...) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Unload the given set of Schemas
unload(String...) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Unload the given set of Schemas
unload(Schema...) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Unload the given set of Schemas
unload(String...) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Unload the given set of Schemas
UNQUOTED_STRING - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
unregister(String) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.ComparatorRegistry
Removes the LdapComparator registered with this registry, using its numeric OID.
unregister(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultAttributeTypeRegistry
Removes the SchemaObject registered with this registry, using its numeric OID.
unregister(int) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultDITStructureRuleRegistry
Unregisters a DITStructureRule using it's rule identifier.
unregister(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultObjectClassRegistry
Removes the SchemaObject registered with this registry, using its numeric OID.
unregister(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchemaObjectRegistry
Removes the SchemaObject registered with this registry, using its numeric OID.
unregister(T) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchemaObjectRegistry
Removes the SchemaObject registered with this registry.
unregister(int) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.DITStructureRuleRegistry
Unregisters a DITStructureRule using it's rule identifier.
unregister(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
Removes the SchemaObject registered with this registry, using its numeric OID.
unregister(AttributeType) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
Removes the SchemaObject registered with this registry.
unregister(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableComparatorRegistry
Removes the LdapComparator registered with this registry, using its numeric OID.
unregister(LdapComparator<?>) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableComparatorRegistry
Removes the SchemaObject registered with this registry.
unregister(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITContentRuleRegistry
Removes the SchemaObject registered with this registry, using its numeric OID.
unregister(DITContentRule) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITContentRuleRegistry
Removes the SchemaObject registered with this registry.
unregister(int) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITStructureRuleRegistry
Unregisters a DITStructureRule using it's rule identifier.
unregister(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITStructureRuleRegistry
Removes the SchemaObject registered with this registry, using its numeric OID.
unregister(DITStructureRule) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITStructureRuleRegistry
Removes the SchemaObject registered with this registry.
unregister(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
Removes the SchemaObject registered with this registry, using its numeric OID.
unregister(LdapSyntax) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
Removes the SchemaObject registered with this registry.
unregister(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
Removes the SchemaObject registered with this registry, using its numeric OID.
unregister(MatchingRule) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
Removes the SchemaObject registered with this registry.
unregister(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
Removes the SchemaObject registered with this registry, using its numeric OID.
unregister(MatchingRuleUse) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
Removes the SchemaObject registered with this registry.
unregister(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNameFormRegistry
Removes the SchemaObject registered with this registry, using its numeric OID.
unregister(NameForm) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNameFormRegistry
Removes the SchemaObject registered with this registry.
unregister(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNormalizerRegistry
Removes the Normalizer registered with this registry, using its numeric OID.
unregister(Normalizer) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNormalizerRegistry
Removes the SchemaObject registered with this registry.
unregister(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableObjectClassRegistry
Removes the ObjectClass registered with this registry.
unregister(ObjectClass) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableObjectClassRegistry
Removes the SchemaObject registered with this registry.
unregister(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
Removes the SyntaxChecker registered with this registry, using its numeric OID.
unregister(SyntaxChecker) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
Removes the SchemaObject registered with this registry.
unregister(String) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.NormalizerRegistry
Removes the Normalizer registered with this registry, using its numeric OID.
unregister(String) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.ObjectClassRegistry
Removes the ObjectClass registered with this registry.
unregister(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.OidRegistry
Removes an oid from this registry.
unregister(String) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaObjectRegistry
Removes the SchemaObject registered with this registry, using its numeric OID.
unregister(T) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaObjectRegistry
Removes the SchemaObject registered with this registry.
unregister(String) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SyntaxCheckerRegistry
Removes the SyntaxChecker registered with this registry, using its numeric OID.
unregisterAttributeType(String) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Removes the registered attributeType from the attributeTypeRegistry
unregisterAttributeType(String) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Removes the registered attributeType from the attributeTypeRegistry
unregisterComparator(String) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Removes the registered Comparator from the ComparatorRegistry
unregisterComparator(String) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Removes the registered Comparator from the ComparatorRegistry
unregisterControl(String) - Method in interface org.apache.directory.shared.ldap.codec.api.LdapApiService
Unregisters an ControlFactory with this service.
unregisterControl(String) - Method in class org.apache.directory.shared.ldap.codec.osgi.DefaultLdapCodecService
Unregisters an ControlFactory with this service.
unregisterControl(String) - Method in class org.apache.directory.shared.ldap.codec.standalone.StandaloneLdapApiService
Unregisters an ControlFactory with this service.
unregisterDescendants(AttributeType, AttributeType) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.AttributeTypeRegistry
Remove the AttributeType from the map associating an AttributeType to its descendants.
unregisterDescendants(AttributeType, AttributeType) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultAttributeTypeRegistry
Remove the AttributeType from the map associating an AttributeType to its descendants.
unregisterDescendants(ObjectClass, List<ObjectClass>) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultObjectClassRegistry
Remove the ObjectClass from the map associating an ObjectClass to its descendants.
unregisterDescendants(AttributeType, AttributeType) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
Remove the AttributeType from the map associating an AttributeType to its descendants.
unregisterDescendants(ObjectClass, List<ObjectClass>) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableObjectClassRegistry
Remove the ObjectClass from the map associating an ObjectClass to its descendants.
unregisterDescendants(ObjectClass, List<ObjectClass>) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.ObjectClassRegistry
Remove the ObjectClass from the map associating an ObjectClass to its descendants.
unregisterDitControlRule(String) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Removes the registered DitControlRule from the DitControlRuleRegistry
unregisterDitControlRule(String) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Removes the registered DitControlRule from the DitControlRuleRegistry
unregisterDitStructureRule(String) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Removes the registered DitStructureRule from the DitStructureRuleRegistry
unregisterDitStructureRule(String) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Removes the registered DitStructureRule from the DitStructureRuleRegistry
unregisterExtendedRequest(String) - Method in interface org.apache.directory.shared.ldap.codec.api.LdapApiService
Unregisters an ExtendedRequestFactory for generating extended request response pairs.
unregisterExtendedRequest(String) - Method in class org.apache.directory.shared.ldap.codec.osgi.DefaultLdapCodecService
Unregisters an ExtendedRequestFactory for generating extended request response pairs.
unregisterExtendedRequest(String) - Method in class org.apache.directory.shared.ldap.codec.standalone.StandaloneLdapApiService
Unregisters an ExtendedRequestFactory for generating extended request response pairs.
unregisterLdapSyntax(String) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Removes the registered LdapSyntax from the LdapSyntaxRegistry
unregisterLdapSyntax(String) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Removes the registered LdapSyntax from the LdapSyntaxRegistry
unregisterMatchingRule(String) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Removes the registered MatchingRule from the MatchingRuleRegistry
unregisterMatchingRule(String) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Removes the registered MatchingRule from the MatchingRuleRegistry
unregisterMatchingRuleUse(String) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Removes the registered MatchingRuleUse from the MatchingRuleUseRegistry
unregisterMatchingRuleUse(String) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Removes the registered MatchingRuleUse from the MatchingRuleUseRegistry
unregisterNameForm(String) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Removes the registered NameForm from the NameFormRegistry
unregisterNameForm(String) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Removes the registered NameForm from the NameFormRegistry
unregisterNormalizer(String) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Removes the registered Normalizer from the NormalizerRegistry
unregisterNormalizer(String) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Removes the registered Normalizer from the NormalizerRegistry
unregisterObjectClass(String) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Removes the registered ObjectClass from the ObjectClassRegistry
unregisterObjectClass(String) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Removes the registered ObjectClass from the ObjectClassRegistry
unregisterSchemaElements(String) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.ComparatorRegistry
Unregisters all LdapComparators defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultComparatorRegistry
Unregisters all SchemaObjects defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultDITStructureRuleRegistry
Unregisters all SchemaObjects defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultNormalizerRegistry
Unregisters all SchemaObjects defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchemaObjectRegistry
Unregisters all SchemaObjects defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSyntaxCheckerRegistry
Unregisters all SchemaObjects defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.DITStructureRuleRegistry
Unregisters all DITStructureRules defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
Unregisters all SchemaObjects defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableComparatorRegistry
Unregisters all LdapComparators defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITContentRuleRegistry
Unregisters all SchemaObjects defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITStructureRuleRegistry
Unregisters all DITStructureRules defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
Unregisters all SchemaObjects defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
Unregisters all SchemaObjects defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
Unregisters all SchemaObjects defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNameFormRegistry
Unregisters all SchemaObjects defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNormalizerRegistry
Unregisters all Normalizers defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableObjectClassRegistry
Unregisters all SchemaObjects defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
Unregisters all SyntaxCheckers defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.NormalizerRegistry
Unregisters all Normalizers defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaObjectRegistry
Unregisters all SchemaObjects defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SyntaxCheckerRegistry
Unregisters all SyntaxCheckers defined for a specific schema from this registry.
unregisterSyntaxChecker(String) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Removes the registered SyntaxChecker from the SyntaxCheckerRegistry
unregisterSyntaxChecker(String) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Removes the registered SyntaxChecker from the SyntaxCheckerRegistry
unregisterUnsolicitedResponse(String) - Method in interface org.apache.directory.shared.ldap.codec.api.LdapApiService
Unregisters an UnsolicitedResponseFactory for generating extended responses sent by servers without an extended request.
unregisterUnsolicitedResponse(String) - Method in class org.apache.directory.shared.ldap.codec.osgi.DefaultLdapCodecService
Unregisters an UnsolicitedResponseFactory for generating extended responses sent by servers without an extended request.
unregisterUnsolicitedResponse(String) - Method in class org.apache.directory.shared.ldap.codec.standalone.StandaloneLdapApiService
Unregisters an UnsolicitedResponseFactory for generating extended responses sent by servers without an extended request.
UnsolicitedResponseFactory<R extends ExtendedResponse> - Interface in org.apache.directory.shared.ldap.codec.api
A factory which generates unsolicited server ExtendedResponses without requiring an initiating client ExtendedRequest.
unstackFilters(Asn1Container) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
This method is used to clear the filter's stack for terminated elements.
updateCollective(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
Updates the collective flag
updateEquality(MatchingRule) - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
Update the associated Equality MatchingRule, even if the SchemaObject is readOnly
updateLdapComparator(LdapComparator<?>) - Method in class org.apache.directory.shared.ldap.model.schema.MatchingRule
Update the associated Comparator, even if the SchemaObject is readOnly
updateMayAttributeTypes(List<AttributeType>) - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
Update the associated MAY AttributeType, even if the SchemaObject is readOnly
updateMustAttributeTypes(List<AttributeType>) - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
Update the associated MUST AttributeType, even if the SchemaObject is readOnly
updateNormalizer(Normalizer) - Method in class org.apache.directory.shared.ldap.model.schema.MatchingRule
Update the associated Normalizer, even if the SchemaObject is readOnly
updateOrdering(MatchingRule) - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
Update the associated Ordering MatchingRule, even if the SchemaObject is readOnly
updateParent() - Method in class org.apache.directory.shared.asn1.ber.AbstractContainer
Look for the closest parent which has an expected length above 0
updateParent() - Method in interface org.apache.directory.shared.asn1.ber.Asn1Container
Look for the closest parent which has an expected length above 0
updateSchemaName(SchemaObject) - Static method in class org.apache.directory.shared.ldap.model.schema.parsers.AbstractSchemaParser
Update the schemaName for the given SchemaObject, accordingly to the X-SCHEMA parameter.
updateSubstring(MatchingRule) - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
Update the associated Substring MatchingRule, even if the SchemaObject is readOnly
updateSuperior(AttributeType) - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
Update the associated Superior AttributeType, even if the SchemaObject is readOnly
updateSuperiors(List<ObjectClass>) - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
Update the associated SUPERIORS ObjectClasses, even if the SchemaObject is readOnly
updateSyntax(LdapSyntax) - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
Update the associated Syntax, even if the SchemaObject is readOnly
updateSyntax(LdapSyntax) - Method in class org.apache.directory.shared.ldap.model.schema.MatchingRule
Update the associated Syntax, even if the SchemaObject is readOnly
updateSyntaxChecker(SyntaxChecker) - Method in class org.apache.directory.shared.ldap.model.schema.LdapSyntax
Update the associated SyntaxChecker, even if the SchemaObject is readOnly
updateUsage(UsageEnum) - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
Updates the AttributeType usage, one of : USER_APPLICATIONS DIRECTORY_OPERATION DISTRIBUTED_OPERATION DSA_OPERATION
UPPER_CASE - Static variable in class org.apache.directory.shared.util.Strings
upperCase = 'A' ..
upperCase(String) - Static method in class org.apache.directory.shared.util.Strings
Converts a String to upper case as per String.toUpperCase().
UrlDecoderException - Exception in org.apache.directory.shared.ldap.model.exception
Thrown when a Decoder has encountered a failure condition during a decode.
UrlDecoderException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.UrlDecoderException
Creates a DecoderException
UrlDecoderException(String, Throwable) - Constructor for exception org.apache.directory.shared.ldap.model.exception.UrlDecoderException
Creates a DecoderException
urlEncode(String, boolean) - Static method in class org.apache.directory.shared.ldap.model.url.LdapUrl
Encode a String to avoid special characters.
usage(AttributeTypeHolder) - Method in class org.apache.directory.shared.converter.schema.antlrSchemaConverterParser
 
USAGE - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
UsageEnum - Enum in org.apache.directory.shared.ldap.model.schema
Type safe enum for an AttributeType definition's usage string.
useComponent(String) - Method in class org.apache.directory.shared.util.AbstractSimpleComponentsMonitor
Use a component.
useComponent(String) - Method in interface org.apache.directory.shared.util.ComponentsMonitor
Use a component.
useComponent(String) - Method in class org.apache.directory.shared.util.MandatoryAndOptionalComponentsMonitor
Use a component.
usedBy - Variable in class org.apache.directory.shared.ldap.model.schema.registries.Registries
A map storing a relation between a SchemaObject and all the referencing SchemaObjects.
user - Variable in class org.apache.directory.shared.dsmlv2.engine.Dsmlv2Engine
The user.
USER_APPLICATIONS - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
USER_ID_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
USER_PASSWORD_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
USER_PASSWORD_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
userClass() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
userClass() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
UserClass - Class in org.apache.directory.shared.ldap.aci
Defines a set of zero or more users the permissions apply to.
UserClass() - Constructor for class org.apache.directory.shared.ldap.aci.UserClass
Creates a new instance.
UserClass.AllUsers - Class in org.apache.directory.shared.ldap.aci
Every directory user (with possible requirements for authenticationLevel).
UserClass.Name - Class in org.apache.directory.shared.ldap.aci
The user with the specified distinguished name.
UserClass.Name(Set<Dn>) - Constructor for class org.apache.directory.shared.ldap.aci.UserClass.Name
Creates a new instance.
UserClass.ParentOfEntry - Class in org.apache.directory.shared.ldap.aci
The user as parent (ancestor) of accessed entry.
UserClass.Subtree - Class in org.apache.directory.shared.ldap.aci
The set of users whose distinguished names fall within the definition of the (unrefined) subtree.
UserClass.Subtree(Set<SubtreeSpecification>) - Constructor for class org.apache.directory.shared.ldap.aci.UserClass.Subtree
Creates a new instance.
UserClass.ThisEntry - Class in org.apache.directory.shared.ldap.aci
The user with the same distinguished name as the entry being accessed, or if the entry is a member of a family, then additionally the user with the distinguished name of the ancestor.
UserClass.UserGroup - Class in org.apache.directory.shared.ldap.aci
The set of users who are members of the groupOfUniqueNames entry, identified by the specified distinguished name.
UserClass.UserGroup(Set<Dn>) - Constructor for class org.apache.directory.shared.ldap.aci.UserClass.UserGroup
Creates a new instance.
userClasses() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
userClasses() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
userFirst() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
userFirst() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
UserFirstACIItem - Class in org.apache.directory.shared.ldap.aci
An ACIItem which specifies UserClasses first and then ProtectedItems each UserClass will have.
UserFirstACIItem(String, int, AuthenticationLevel, Collection<UserClass>, Collection<UserPermission>) - Constructor for class org.apache.directory.shared.ldap.aci.UserFirstACIItem
Creates a new instance.
userGroup() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
userGroup() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
username - Variable in class org.apache.directory.ldap.client.api.SaslRequest
The username
userPermission() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
userPermission() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
UserPermission - Class in org.apache.directory.shared.ldap.aci
Represents permissions to be applied to all UserClasses in UserFirstACIItem.
UserPermission(Integer, Collection<GrantAndDenial>, Collection<ProtectedItem>) - Constructor for class org.apache.directory.shared.ldap.aci.UserPermission
Creates a new instance
userPermissions() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
userPermissions() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
using - Variable in class org.apache.directory.shared.ldap.model.schema.registries.Registries
A map storing a relation between a SchemaObject and all the SchemaObjects it uses.
UTC_TIME_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
UTC_TIME_ZONE - Static variable in class org.apache.directory.shared.util.DateUtils
Defines an UTC/GMT time zone
UtcTimeSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a UTC time according to RFC 4517.
UtcTimeSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.UtcTimeSyntaxChecker
Creates a new instance of UtcTimeSyntaxChecker.
UTF8_FIVE_BYTES - Static variable in interface org.apache.directory.shared.util.UnicodeConstants
 
UTF8_FIVE_BYTES_MASK - Static variable in interface org.apache.directory.shared.util.UnicodeConstants
 
UTF8_FOUR_BYTES - Static variable in interface org.apache.directory.shared.util.UnicodeConstants
 
UTF8_FOUR_BYTES_MASK - Static variable in interface org.apache.directory.shared.util.UnicodeConstants
 
UTF8_MULTI_BYTES_MASK - Static variable in interface org.apache.directory.shared.util.UnicodeConstants
 
UTF8_SIX_BYTES - Static variable in interface org.apache.directory.shared.util.UnicodeConstants
 
UTF8_SIX_BYTES_MASK - Static variable in interface org.apache.directory.shared.util.UnicodeConstants
 
UTF8_THREE_BYTES - Static variable in interface org.apache.directory.shared.util.UnicodeConstants
 
UTF8_THREE_BYTES_MASK - Static variable in interface org.apache.directory.shared.util.UnicodeConstants
 
UTF8_TWO_BYTES - Static variable in interface org.apache.directory.shared.util.UnicodeConstants
 
UTF8_TWO_BYTES_MASK - Static variable in interface org.apache.directory.shared.util.UnicodeConstants
 
UTF8String - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
utf8ToString(byte[]) - Static method in class org.apache.directory.shared.util.Strings
Return an UTF-8 encoded String
utf8ToString(byte[], int) - Static method in class org.apache.directory.shared.util.Strings
Return an UTF-8 encoded String
utf8ToString(byte[], int, int) - Static method in class org.apache.directory.shared.util.Strings
Return an UTF-8 encoded String
utfmb() - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnParser
 
UTFMB - Static variable in interface org.apache.directory.shared.ldap.model.name.AntlrDnTokenTypes
 
UUID_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
UUID_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
UUID_ORDERING_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
UUID_ORDERING_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
UUID_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
UUIDComparator - Class in org.apache.directory.shared.ldap.model.schema.comparators
A comparator for UUID.
UUIDComparator(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.comparators.UUIDComparator
The UUIDComparator constructor.
UuidSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
An UUID syntax checker.
UuidSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.UuidSyntaxChecker
Creates a new instance of UUIDSyntaxChecker.
uuidToBytes(UUID) - Static method in class org.apache.directory.shared.ldap.model.schema.SchemaUtils
Transform an UUID in a byte array
uuidToBytes(String) - Static method in class org.apache.directory.shared.util.Strings
converts the string representation of an UUID to bytes
uuidToString(byte[]) - Static method in class org.apache.directory.shared.util.Strings
converts the bytes of a UUID to string

V

validateObject(Object) - Method in class org.apache.directory.ldap.client.api.PoolableLdapConnectionFactory
Value - Class in org.apache.directory.shared.asn1.ber.tlv
This class stores the data decoded from a TLV.
Value(byte[]) - Constructor for class org.apache.directory.shared.asn1.ber.tlv.Value
Creates a new Value from a byte[]
Value() - Constructor for class org.apache.directory.shared.asn1.ber.tlv.Value
The default constructor.
value - Variable in class org.apache.directory.shared.dsmlv2.DsmlControl
The encoded value of the control.
value - Variable in class org.apache.directory.shared.ldap.codec.api.ControlDecorator
The encoded value of the control.
Value<T> - Interface in org.apache.directory.shared.ldap.model.entry
A interface for wrapping attribute values stored into an EntryAttribute.
value - Variable in class org.apache.directory.shared.ldap.model.filter.SimpleNode
the value
value - Variable in class org.apache.directory.shared.ldap.model.ldif.LdifControl
Optional control value
VALUE - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaExtensionTokenTypes
 
VALUE - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
valueLength - Variable in class org.apache.directory.shared.ldap.codec.api.ControlDecorator
The encoded value length
valueOf(String) - Static method in enum org.apache.directory.shared.asn1.ber.tlv.TLVStateEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.asn1.ber.tlv.UniversalTag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.dsmlv2.Dsmlv2StatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.dsmlv2.reponse.ErrorResponse.ErrorResponseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.dsmlv2.request.BatchRequestDsml.OnError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.dsmlv2.request.BatchRequestDsml.Processing
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.dsmlv2.request.BatchRequestDsml.ResponseOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.i18n.I18n
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.aci.GrantAndDenial
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.aci.MicroOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeStates
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsStates
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchStates
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.codec.controls.search.subentries.SubentriesStates
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.codec.LdapStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyErrorEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyStates
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyTags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.extras.controls.SynchronizationInfoEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.extras.controls.SynchronizationModeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.extras.controls.SyncModifyDnType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncDoneValueStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueTags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncModifyDnStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncModifyDnTags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.extras.controls.SyncStateTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.CancelStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.model.constants.AuthenticationLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.model.constants.LdapSecurityConstants
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.model.constants.Loggers
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.model.constants.SaslQoP
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.model.constants.SaslSecurityStrength
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.model.cursor.CursorStateEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.model.entry.ModificationOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.model.exception.LdapSchemaExceptionCodes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.model.filter.AssertionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.model.ldif.ChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.model.message.AliasDerefMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.model.message.BindStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.model.message.controls.ChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.model.message.MessageTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.model.message.ResultCodeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.model.message.SearchScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.model.schema.MatchingRuleEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.model.schema.ObjectClassTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.model.schema.PrepareString.StringType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.model.schema.SchemaObjectType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.model.schema.UsageEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.model.subtree.AdministrativeRole
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.ldap.trigger.LdapOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.util.GeneralizedTime.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.util.GeneralizedTime.FractionDelimiter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.util.GeneralizedTime.TimeZoneFormat
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.directory.shared.asn1.ber.tlv.TLVStateEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.asn1.ber.tlv.UniversalTag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.dsmlv2.Dsmlv2StatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.dsmlv2.reponse.ErrorResponse.ErrorResponseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.dsmlv2.request.BatchRequestDsml.OnError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.dsmlv2.request.BatchRequestDsml.Processing
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.dsmlv2.request.BatchRequestDsml.ResponseOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.i18n.I18n
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.aci.GrantAndDenial
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.aci.MicroOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeStates
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsStates
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchStates
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.codec.controls.search.subentries.SubentriesStates
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.codec.LdapStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyErrorEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyStates
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyTags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.extras.controls.SynchronizationInfoEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.extras.controls.SynchronizationModeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.extras.controls.SyncModifyDnType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncDoneValueStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueTags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncModifyDnStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncModifyDnTags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.extras.controls.SyncStateTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.CancelStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.model.constants.AuthenticationLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.model.constants.LdapSecurityConstants
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.model.constants.Loggers
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.model.constants.SaslQoP
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.model.constants.SaslSecurityStrength
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.model.cursor.CursorStateEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.model.entry.ModificationOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.model.exception.LdapSchemaExceptionCodes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.model.filter.AssertionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.model.ldif.ChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.model.message.AliasDerefMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.model.message.BindStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.model.message.controls.ChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.model.message.MessageTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.model.message.ResultCodeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.model.message.SearchScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.model.schema.MatchingRuleEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.model.schema.ObjectClassTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.model.schema.PrepareString.StringType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.model.schema.SchemaObjectType
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaExtensionTokenTypes
 
VALUES - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
values() - Static method in enum org.apache.directory.shared.ldap.model.schema.UsageEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.model.subtree.AdministrativeRole
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.ldap.trigger.LdapOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.util.GeneralizedTime.Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.util.GeneralizedTime.FractionDelimiter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.util.GeneralizedTime.TimeZoneFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.apache.directory.shared.util.SequencedHashMap
Implements Map.values().
VENDOR_NAME_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
VENDOR_NAME_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
VENDOR_VERSION_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
VENDOR_VERSION_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
verify(Schema...) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Check that the Schemas are consistent regarding the current Registries.
verify(String...) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
Check that the Schemas are consistent regarding the current Registries.
verify(Schema...) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Check that the Schemas are consistent regarding the current Registries.
verify(String...) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
Check that the Schemas are consistent regarding the current Registries.
version - Variable in class org.apache.directory.shared.ldap.model.ldif.LdifReader
The ldif version
visit(ExprNode) - Method in class org.apache.directory.shared.ldap.model.filter.BranchNormalizedVisitor
 
visit(ExprNode) - Method in interface org.apache.directory.shared.ldap.model.filter.FilterVisitor
Visits a filter expression AST using a specific visitation order.

W

WHSP - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaExtensionTokenTypes
 
WHSP - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaQdstringTokenTypes
 
WHSP - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
WHSP - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueTokenTypes
 
woid() - Method in class org.apache.directory.shared.converter.schema.antlrSchemaConverterParser
 
woidlist() - Method in class org.apache.directory.shared.converter.schema.antlrSchemaConverterParser
 
WORD_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
WORD_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
 
WordComparator - Class in org.apache.directory.shared.ldap.model.schema.comparators
A comparator for Words/KeyWords.
WordComparator(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.comparators.WordComparator
The StringComparator constructor.
wrap(Throwable) - Static method in class org.apache.directory.shared.ldap.util.JndiUtils
 
wrappedValue - Variable in class org.apache.directory.shared.ldap.model.entry.AbstractValue
the wrapped binary value
wrapperEntryPoint() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
wrapperEntryPoint() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
wrapperEntryPoint() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
wrapperEntryPoint() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
wrapperEntryPoint() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
writeExternal(ObjectOutput) - Method in class org.apache.directory.shared.ldap.model.entry.BinaryValue
writeExternal(ObjectOutput) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
This is the place where we serialize attributes, and all theirs elements.
writeExternal(ObjectOutput) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
This is the place where we serialize entries, and all theirs elements.
writeExternal(ObjectOutput) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultModification
 
writeExternal(ObjectOutput) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
This is the place where we serialize entries, and all theirs elements.
writeExternal(ObjectOutput) - Method in class org.apache.directory.shared.ldap.model.entry.StringValue
writeExternal(ObjectOutput) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifControl
writeExternal(ObjectOutput) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
 
writeExternal(ObjectOutput) - Method in class org.apache.directory.shared.ldap.model.name.Ava
An Ava is composed of a type and a value.
writeExternal(ObjectOutput) - Method in class org.apache.directory.shared.ldap.model.name.Dn
writeExternal(ObjectOutput) - Method in class org.apache.directory.shared.ldap.model.name.Rdn
A Rdn is composed of on to many Avas (AttributeType And Value).
writeExternal(ObjectOutput) - Method in class org.apache.directory.shared.util.SequencedHashMap
Serializes this map to the given stream.
writeResponse(BufferedWriter, DsmlDecorator) - Method in class org.apache.directory.shared.dsmlv2.engine.Dsmlv2Engine
write the response to the writer of the underlying output stream
writeUTF(ObjectOutput, String) - Static method in class org.apache.directory.shared.util.Unicode
Writes four bytes of length information to the output stream, followed by the modified UTF-8 representation of every character in the string str.
WS - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
 

X

X_ENABLED - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
X_HUMAN_READABLE_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
X_HUMAN_READABLE_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
X_IS_HUMAN_READABLE - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
X_READ_ONLY - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
X_SCHEMA - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
 
XKEY - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaExtensionTokenTypes
 
XML_SCHEMA_INSTANCE_URI - Static variable in class org.apache.directory.shared.dsmlv2.ParserUtils
W3C XML Schema Instance URI.
XML_SCHEMA_URI - Static variable in class org.apache.directory.shared.dsmlv2.ParserUtils
W3C XML Schema URI.
XSD - Static variable in class org.apache.directory.shared.dsmlv2.ParserUtils
XSD namespace prefix.
XSD_NAMESPACE - Static variable in class org.apache.directory.shared.dsmlv2.ParserUtils
 
XSI - Static variable in class org.apache.directory.shared.dsmlv2.ParserUtils
XSI namespace prefix.
XSI_NAMESPACE - Static variable in class org.apache.directory.shared.dsmlv2.ParserUtils
 
XSTRING - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaExtensionTokenTypes
 
XVALUES - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaExtensionTokenTypes
 

_

_tokenNames - Static variable in class org.apache.directory.shared.converter.schema.antlrSchemaConverterParser
 
_tokenNames - Static variable in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
 
_tokenNames - Static variable in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
 
_tokenNames - Static variable in class org.apache.directory.shared.ldap.model.name.AntlrDnParser
 
_tokenNames - Static variable in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaExtensionParser
 
_tokenNames - Static variable in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaParser
 
_tokenNames - Static variable in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaQdstringParser
 
_tokenNames - Static variable in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueParser
 
_tokenNames - Static variable in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
_tokenNames - Static variable in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
_tokenNames - Static variable in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
 
_tokenSet_0 - Static variable in class org.apache.directory.shared.converter.schema.antlrSchemaConverterLexer
 
_tokenSet_0 - Static variable in class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
_tokenSet_0 - Static variable in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
_tokenSet_0 - Static variable in class org.apache.directory.shared.ldap.model.name.AntlrDnLexer
 
_tokenSet_0 - Static variable in class org.apache.directory.shared.ldap.model.name.AntlrDnParser
 
_tokenSet_0 - Static variable in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaExtensionLexer
 
_tokenSet_0 - Static variable in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
_tokenSet_0 - Static variable in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaQdstringLexer
 
_tokenSet_0 - Static variable in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
_tokenSet_0 - Static variable in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueParser
 
_tokenSet_0 - Static variable in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
 
_tokenSet_0 - Static variable in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationLexer
 
_tokenSet_0 - Static variable in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationLexer
 
_tokenSet_1 - Static variable in class org.apache.directory.shared.converter.schema.antlrSchemaConverterLexer
 
_tokenSet_1 - Static variable in class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
_tokenSet_1 - Static variable in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
_tokenSet_1 - Static variable in class org.apache.directory.shared.ldap.model.name.AntlrDnLexer
 
_tokenSet_1 - Static variable in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaExtensionLexer
 
_tokenSet_1 - Static variable in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
_tokenSet_1 - Static variable in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
_tokenSet_1 - Static variable in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueParser
 
_tokenSet_1 - Static variable in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
 
_tokenSet_1 - Static variable in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationLexer
 
_tokenSet_1 - Static variable in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationLexer
 
_tokenSet_2 - Static variable in class org.apache.directory.shared.converter.schema.antlrSchemaConverterLexer
 
_tokenSet_2 - Static variable in class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
_tokenSet_2 - Static variable in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
_tokenSet_2 - Static variable in class org.apache.directory.shared.ldap.model.name.AntlrDnLexer
 
_tokenSet_2 - Static variable in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaExtensionLexer
 
_tokenSet_2 - Static variable in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
_tokenSet_2 - Static variable in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
_tokenSet_2 - Static variable in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueParser
 
_tokenSet_2 - Static variable in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
 
_tokenSet_2 - Static variable in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationLexer
 
_tokenSet_2 - Static variable in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationLexer
 
_tokenSet_3 - Static variable in class org.apache.directory.shared.converter.schema.antlrSchemaConverterLexer
 
_tokenSet_3 - Static variable in class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
_tokenSet_3 - Static variable in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
_tokenSet_3 - Static variable in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
_tokenSet_3 - Static variable in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueParser
 
_tokenSet_3 - Static variable in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
 
_tokenSet_3 - Static variable in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationLexer
 
_tokenSet_4 - Static variable in class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
_tokenSet_4 - Static variable in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
_tokenSet_4 - Static variable in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
_tokenSet_4 - Static variable in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueParser
 
_tokenSet_5 - Static variable in class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
_tokenSet_5 - Static variable in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
_tokenSet_5 - Static variable in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
_tokenSet_5 - Static variable in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueParser
 
_tokenSet_6 - Static variable in class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
 
_tokenSet_6 - Static variable in class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
 
_tokenSet_6 - Static variable in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
_tokenSet_6 - Static variable in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueParser
 
_tokenSet_7 - Static variable in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueParser
 
_tokenSet_8 - Static variable in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueParser
 
A B C D E F G H I J K L M N O P Q R S T U V W X _ 

Copyright © 2003-2014 The Apache Software Foundation. All Rights Reserved.