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

A

A_RECORD_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
A_RECORD_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
abandon() - Method in class org.apache.directory.api.dsmlv2.request.AbstractResultResponseRequestDsml
Abandons this request.
abandon() - Method in interface org.apache.directory.api.ldap.model.message.AbandonableRequest
Abandons this request.
abandon() - Method in class org.apache.directory.api.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.api.ldap.model.message.AbstractAbandonableRequest
Abandons this request.
abandon() - Method in class org.apache.directory.api.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.api.ldap.model.message.UnbindRequestImpl
RFC 2251 [Section 4.11]: Abandon, Bind, Unbind, and StartTLS operations cannot be abandoned.
abandon(int) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Abandons a request submitted to the server for performing a particular operation.
abandon(int) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
Abandons a request submitted to the server for performing a particular operation.
abandon(int) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Abandons a request submitted to the server for performing a particular operation.
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(AbandonRequest) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
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(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_ID - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
Some literal
ABANDON_REQUEST - org.apache.directory.api.ldap.model.message.MessageTypeEnum
The AbandonRequest message
ABANDON_REQUEST - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
ABANDON_REQUEST_CONTROL_END_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The </control> tag
ABANDON_REQUEST_CONTROL_START_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The <control> tag
ABANDON_REQUEST_CONTROLVALUE_END_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The </controlValue> tag
ABANDON_REQUEST_CONTROLVALUE_START_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The <controlValue> tag
ABANDON_REQUEST_START_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The <abandonRequest> tag
ABANDON_REQUEST_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
ABANDON_REQUEST_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
AbandonableRequest - Interface in org.apache.directory.api.ldap.model.message
A request which can be abandoned.
AbandonListener - Interface in org.apache.directory.api.ldap.model.message
A listener interested in abandon operations performed on requests.
AbandonRequest - Interface in org.apache.directory.api.ldap.model.message
Abandon protocol operation request to terminate an operation already in progress.
AbandonRequestDsml - Class in org.apache.directory.api.dsmlv2.request
DSML Decorator for AbandonRequest
AbandonRequestDsml(LdapApiService) - Constructor for class org.apache.directory.api.dsmlv2.request.AbandonRequestDsml
Creates a new instance of AbandonRequestDsml.
AbandonRequestDsml(LdapApiService, AbandonRequest) - Constructor for class org.apache.directory.api.dsmlv2.request.AbandonRequestDsml
Creates a new instance of AbandonRequestDsml.
AbandonRequestFactory - Class in org.apache.directory.api.ldap.codec.factory
The AbandonRequest factory.
AbandonRequestImpl - Class in org.apache.directory.api.ldap.model.message
Implementation of an AbandonRequest message.
AbandonRequestImpl() - Constructor for class org.apache.directory.api.ldap.model.message.AbandonRequestImpl
Creates an AbandonRequest implementation for an outstanding request.
AbandonRequestImpl(int) - Constructor for class org.apache.directory.api.ldap.model.message.AbandonRequestImpl
Creates an AbandonRequest implementation for an outstanding request.
ABSTRACT - org.apache.directory.api.ldap.model.schema.ObjectClassTypeEnum
The enumeration constant value for the abstract objectClasses
ABSTRACT_VAL - Static variable in enum org.apache.directory.api.ldap.model.schema.ObjectClassTypeEnum
The int constant value for the abstract objectClasses
AbstractAbandonableRequest - Class in org.apache.directory.api.ldap.model.message
The base abandonable request message class.
AbstractAnonymizer<K> - Class in org.apache.directory.api.ldap.model.ldif.anonymizer
An abstract class implementing the default behavior of an Aninymizer instance
AbstractAnonymizer() - Constructor for class org.apache.directory.api.ldap.model.ldif.anonymizer.AbstractAnonymizer
 
AbstractAttributeTypeProtectedItem - Class in org.apache.directory.api.ldap.aci.protectedItem
A base class for all items which protects attribute types (or its values)
AbstractContainer - Class in org.apache.directory.api.asn1.ber
This class is the abstract container used to store the current state of a PDU being decoded.
AbstractControl - Class in org.apache.directory.api.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.api.ldap.model.message.controls.AbstractControl
Creates a Control with a specific OID.
AbstractControl(String, boolean) - Constructor for class org.apache.directory.api.ldap.model.message.controls.AbstractControl
Creates a Control with a specific OID, and criticality set.
AbstractControlFactory<C extends Control> - Class in org.apache.directory.api.ldap.codec.api
A factory that encode the Control value
AbstractCursor<E> - Class in org.apache.directory.api.ldap.model.cursor
Simple class that contains often used Cursor code.
AbstractCursor() - Constructor for class org.apache.directory.api.ldap.model.cursor.AbstractCursor
 
AbstractDsmlMessageDecorator<M extends Message> - Class in org.apache.directory.api.dsmlv2
An abstract DSML Message decorator base class.
AbstractDsmlMessageDecorator(LdapApiService, M) - Constructor for class org.apache.directory.api.dsmlv2.AbstractDsmlMessageDecorator
Create a new instance of AbstractDsmlMessageDecorator
AbstractExprNode - Class in org.apache.directory.api.ldap.model.filter
Abstract implementation of a expression node.
AbstractExtendedOperationFactory - Class in org.apache.directory.api.ldap.codec.api
A Factory to encode Extended Request and Response messages
AbstractExtendedRequest - Class in org.apache.directory.api.ldap.model.message
ExtendedRequest implementation.
AbstractExtendedRequest() - Constructor for class org.apache.directory.api.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.api.ldap.model.message.AbstractExtendedRequest
Creates an ExtendedRequest implementing object used to perform extended protocol operation on the server.
AbstractExtendedResponse - Class in org.apache.directory.api.ldap.model.message
An Abstract ExtendedResponse implementation.
AbstractExtendedResponse(int) - Constructor for class org.apache.directory.api.ldap.model.message.AbstractExtendedResponse
Creates an ExtendedResponse as a reply to an ExtendedRequest.
AbstractExtendedResponse(int, String) - Constructor for class org.apache.directory.api.ldap.model.message.AbstractExtendedResponse
Creates an ExtendedResponse as a reply to an ExtendedRequest.
AbstractExtendedResponse(String) - Constructor for class org.apache.directory.api.ldap.model.message.AbstractExtendedResponse
Creates an ExtendedResponse as a reply to an ExtendedRequest.
AbstractGrammar<C extends Asn1Container> - Class in org.apache.directory.api.asn1.ber.grammar
The abstract Grammar which is the Mother of all the grammars.
AbstractGrammar - Class in org.apache.directory.api.dsmlv2
The abstract Grammar which is the Mother of all the grammars.
AbstractGrammar() - Constructor for class org.apache.directory.api.asn1.ber.grammar.AbstractGrammar
Default constructor
AbstractGrammar() - Constructor for class org.apache.directory.api.dsmlv2.AbstractGrammar
 
AbstractLdapConnection - Class in org.apache.directory.ldap.client.api
An abstract LdapConnection class gathering the common behavior of LdapConnection concrete classes.
AbstractLdapReferralException - Exception in org.apache.directory.api.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.api.ldap.model.exception.AbstractLdapReferralException
Creates a new instance of AbstractLdapReferralException.
AbstractMessage - Class in org.apache.directory.api.ldap.model.message
Abstract message base class.
AbstractPasswordPolicyResponder - Class in org.apache.directory.ldap.client.template
A base, abstract, implementation of PasswordPolicyResponder.
AbstractPoolableLdapConnectionFactory - Class in org.apache.directory.ldap.client.api
An abstract class implementing the PoolableObjectFactory, for LdapConnections.
AbstractPoolableLdapConnectionFactory() - Constructor for class org.apache.directory.ldap.client.api.AbstractPoolableLdapConnectionFactory
 
AbstractReadBitString<C extends Asn1Container> - Class in org.apache.directory.api.asn1.actions
The action used read a BITSTRING from a TLV
AbstractReadBitString(String) - Constructor for class org.apache.directory.api.asn1.actions.AbstractReadBitString
Instantiates a new AbstractReadByteArray action.
AbstractReadInteger<E extends Asn1Container> - Class in org.apache.directory.api.asn1.actions
The action used to read an integer value
AbstractReadInteger(String) - Constructor for class org.apache.directory.api.asn1.actions.AbstractReadInteger
Instantiates a new AbstractReadInteger action.
AbstractReadInteger(String, int, int) - Constructor for class org.apache.directory.api.asn1.actions.AbstractReadInteger
Creates a new instance of AbstractReadInteger.
AbstractReadOctetString<C extends Asn1Container> - Class in org.apache.directory.api.asn1.actions
The action used to read an OCTET STRING value
AbstractReadOctetString(String) - Constructor for class org.apache.directory.api.asn1.actions.AbstractReadOctetString
Instantiates a new AbstractReadInteger action.
AbstractReadOctetString(String, boolean) - Constructor for class org.apache.directory.api.asn1.actions.AbstractReadOctetString
Instantiates a new AbstractReadInteger action.
AbstractRequest - Class in org.apache.directory.api.ldap.model.message
The base request message class.
AbstractRequestDsml<E extends Request> - Class in org.apache.directory.api.dsmlv2.request
Abstract class for DSML requests.
AbstractRequestDsml(LdapApiService, E) - Constructor for class org.apache.directory.api.dsmlv2.request.AbstractRequestDsml
Creates a new instance of AbstractRequestDsml.
AbstractResponse - Class in org.apache.directory.api.ldap.model.message
Abstract base for a Response message.
AbstractResponseDsml<E extends Response> - Class in org.apache.directory.api.dsmlv2.response
Base class for all DSML responses.
AbstractResponseDsml(LdapApiService, E) - Constructor for class org.apache.directory.api.dsmlv2.response.AbstractResponseDsml
Instantiates a new abstract DSML response.
AbstractResultResponse - Class in org.apache.directory.api.ldap.model.message
Abstract base for a ResultResponse message.
AbstractResultResponseDsml<E extends ResultResponse> - Class in org.apache.directory.api.dsmlv2.response
Base class for all DSML responses.
AbstractResultResponseDsml(LdapApiService, E) - Constructor for class org.apache.directory.api.dsmlv2.response.AbstractResultResponseDsml
Instantiates a new abstract DSML response.
AbstractResultResponseRequestDsml<E extends ResultResponseRequest,​F extends ResultResponse> - Class in org.apache.directory.api.dsmlv2.request
Abstract class for DSML requests.
AbstractResultResponseRequestDsml(LdapApiService, E) - Constructor for class org.apache.directory.api.dsmlv2.request.AbstractResultResponseRequestDsml
Creates a new instance of AbstractRequestDsml.
AbstractSaslRequest - Class in org.apache.directory.ldap.client.api
Holds the data required to complete the SASL operation
AbstractSchemaLoader - Class in org.apache.directory.api.ldap.model.schema.registries
An abstract class with a utility method and setListener() implemented.
AbstractSchemaLoader() - Constructor for class org.apache.directory.api.ldap.model.schema.registries.AbstractSchemaLoader
 
AbstractSchemaObject - Class in org.apache.directory.api.ldap.model.schema
Most schema objects have some common attributes.
AbstractSchemaParser<T extends SchemaObject> - Class in org.apache.directory.api.ldap.model.schema.parsers
Base class of all schema parsers.
AbstractSimpleComponentsMonitor - Class in org.apache.directory.api.util
Abstract implementation of a components monitor.
AbstractSimpleComponentsMonitor(String[]) - Constructor for class org.apache.directory.api.util.AbstractSimpleComponentsMonitor
Instantiates a new abstract simple components monitor.
accept(FilterVisitor) - Method in class org.apache.directory.api.ldap.model.filter.AssertionNode
 
accept(FilterVisitor) - Method in class org.apache.directory.api.ldap.model.filter.BranchNode
 
accept(FilterVisitor) - Method in interface org.apache.directory.api.ldap.model.filter.ExprNode
Element/node accept method for visitor pattern.
accept(FilterVisitor) - Method in class org.apache.directory.api.ldap.model.filter.LeafNode
 
accept(FilterVisitor) - Method in class org.apache.directory.api.ldap.model.filter.ObjectClassNode
Element/node accept method for visitor pattern.
accept(FilterVisitor) - Method in class org.apache.directory.api.ldap.model.filter.ScopeNode
 
accept(FilterVisitor) - Method in class org.apache.directory.api.ldap.model.filter.UndefinedNode
Element/node accept method for visitor pattern.
ACCESS_CONTROL_INNER_AREA - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ACCESS_CONTROL_INNER_AREA_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ACCESS_CONTROL_SCHEME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ACCESS_CONTROL_SCHEME_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ACCESS_CONTROL_SPECIFIC_AREA - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ACCESS_CONTROL_SPECIFIC_AREA_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ACCESS_CONTROL_SUBENTRY_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ACCESS_CONTROL_SUBENTRY_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ACCESS_POINT_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
AccessControlInnerArea - org.apache.directory.api.ldap.model.subtree.AdministrativeRole
The AccessControlInnerArea role
AccessControlSpecificArea - org.apache.directory.api.ldap.model.subtree.AdministrativeRole
The AccessControlSpecificArea role
AccessPointSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is an AccessPoint.
AccessPointSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
ACCOUNT_LOCKED - org.apache.directory.api.ldap.extras.controls.ppolicy.PasswordPolicyErrorEnum
The account is locked
ACCOUNT_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ACCOUNT_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
aci_authenticationLevel() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
aci_authenticationLevel() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
aci_identificationTag() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
aci_identificationTag() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
ACI_ITEM_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
aci_itemOrUserFirst() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
aci_itemOrUserFirst() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
ACI_LOG - org.apache.directory.api.ldap.model.constants.Loggers
The dedicated logger for ACIs
aci_precedence() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
aci_precedence() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
ACIItem - Class in org.apache.directory.api.ldap.aci
An abstract class that provides common properties and operations for ItemFirstACIItem and UserFirstACIItem as specified X.501 specification.
ACIItemChecker - Class in org.apache.directory.api.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.api.ldap.aci.ACIItemChecker
Creates a ACIItem parser.
ACIItemParser - Class in org.apache.directory.api.ldap.aci
A reusable wrapper around the antlr generated parser for an ACIItem as defined by X.501.
ACIItemParser(NameComponentNormalizer, SchemaManager) - Constructor for class org.apache.directory.api.ldap.aci.ACIItemParser
Creates a normalizing ACIItem parser.
ACIItemParser(SchemaManager) - Constructor for class org.apache.directory.api.ldap.aci.ACIItemParser
Creates a ACIItem parser.
ACIItemSyntaxChecker - Class in org.apache.directory.api.ldap.aci
A SyntaxChecker which verifies that a value is a valid ACIItem.
ACIItemSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.aci
A static Builder for this class
ACITuple - Class in org.apache.directory.api.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.api.ldap.aci.ACITuple
Creates a new instance.
action(C) - Method in class org.apache.directory.api.asn1.actions.AbstractReadBitString
The action to be executed.
action(C) - Method in class org.apache.directory.api.asn1.actions.AbstractReadOctetString
The action to be executed.
action(C) - Method in class org.apache.directory.api.asn1.actions.CheckNotNullLength
The action to be executed.
action(C) - Method in interface org.apache.directory.api.asn1.ber.grammar.Action
The action to be executed.
action(E) - Method in class org.apache.directory.api.asn1.actions.AbstractReadInteger
The action to be executed.
action(Dsmlv2Container) - Method in interface org.apache.directory.api.dsmlv2.Action
The action to be executed.
action(Dsmlv2Container) - Method in class org.apache.directory.api.dsmlv2.actions.ReadSoapHeader
The action to be executed.
action(LdapMessageContainer<AbandonRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.abandon.InitAbandonRequest
The action to be executed.
action(LdapMessageContainer<AddRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.add.AddAddRequestAttributeType
The action to be executed.
action(LdapMessageContainer<AddRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.add.AddAttributeValue
The action to be executed.
action(LdapMessageContainer<AddRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.add.InitAddRequest
The action to be executed.
action(LdapMessageContainer<AddRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.add.StoreAddRequestEntryName
The action to be executed.
action(LdapMessageContainer<AddResponse>) - Method in class org.apache.directory.api.ldap.codec.actions.response.add.InitAddResponse
The action to be executed.
action(LdapMessageContainer<BindRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.bind.InitBindRequest
The action to be executed.
action(LdapMessageContainer<BindRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.bind.InitSaslBind
The action to be executed.
action(LdapMessageContainer<BindRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.bind.StoreName
The action to be executed.
action(LdapMessageContainer<BindRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.bind.StoreSaslCredentials
The action to be executed.
action(LdapMessageContainer<BindRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.bind.StoreSaslMechanism
The action to be executed.
action(LdapMessageContainer<BindRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.bind.StoreSimpleAuth
The action to be executed.
action(LdapMessageContainer<BindRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.bind.StoreVersion
The action to be executed.
action(LdapMessageContainer<BindResponse>) - Method in class org.apache.directory.api.ldap.codec.actions.response.bind.InitBindResponse
The action to be executed.
action(LdapMessageContainer<BindResponse>) - Method in class org.apache.directory.api.ldap.codec.actions.response.bind.StoreServerSASLCreds
The action to be executed.
action(LdapMessageContainer<CompareRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.compare.InitCompareRequest
The action to be executed.
action(LdapMessageContainer<CompareRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.compare.StoreCompareRequestAssertionValue
The action to be executed.
action(LdapMessageContainer<CompareRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.compare.StoreCompareRequestAttributeDesc
The action to be executed.
action(LdapMessageContainer<CompareRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.compare.StoreCompareRequestEntryName
The action to be executed.
action(LdapMessageContainer<CompareResponse>) - Method in class org.apache.directory.api.ldap.codec.actions.response.compare.InitCompareResponse
The action to be executed.
action(LdapMessageContainer<DeleteRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.del.InitDelRequest
The action to be executed.
action(LdapMessageContainer<DeleteResponse>) - Method in class org.apache.directory.api.ldap.codec.actions.response.del.InitDelResponse
The action to be executed.
action(LdapMessageContainer<ExtendedRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.extended.InitExtendedRequest
The action to be executed.
action(LdapMessageContainer<ExtendedRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.extended.StoreExtendedRequestName
The action to be executed.
action(LdapMessageContainer<ExtendedRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.extended.StoreExtendedRequestValue
The action to be executed.
action(LdapMessageContainer<ExtendedResponse>) - Method in class org.apache.directory.api.ldap.codec.actions.response.extended.InitExtendedResponse
The action to be executed.
action(LdapMessageContainer<ExtendedResponse>) - Method in class org.apache.directory.api.ldap.codec.actions.response.extended.StoreExtendedResponseName
The action to be executed.
action(LdapMessageContainer<ExtendedResponse>) - Method in class org.apache.directory.api.ldap.codec.actions.response.extended.StoreExtendedResponseValue
The action to be executed.
action(LdapMessageContainer<IntermediateResponse>) - Method in class org.apache.directory.api.ldap.codec.actions.response.intermediate.InitIntermediateResponse
The action to be executed.
action(LdapMessageContainer<IntermediateResponse>) - Method in class org.apache.directory.api.ldap.codec.actions.response.intermediate.StoreIntermediateResponseName
The action to be executed.
action(LdapMessageContainer<IntermediateResponse>) - Method in class org.apache.directory.api.ldap.codec.actions.response.intermediate.StoreIntermediateResponseValue
The action to be executed.
action(LdapMessageContainer<Message>) - Method in class org.apache.directory.api.ldap.codec.actions.AllowGrammarEnd
The action to be executed.
action(LdapMessageContainer<Message>) - Method in class org.apache.directory.api.ldap.codec.actions.CheckLengthNotNull
The action to be executed.
action(LdapMessageContainer<Message>) - Method in class org.apache.directory.api.ldap.codec.actions.controls.InitControls
The action to be executed.
action(LdapMessageContainer<Message>) - Method in class org.apache.directory.api.ldap.codec.actions.controls.StoreControlCriticality
The action to be executed.
action(LdapMessageContainer<Message>) - Method in class org.apache.directory.api.ldap.codec.actions.controls.StoreControlName
The action to be executed.
action(LdapMessageContainer<Message>) - Method in class org.apache.directory.api.ldap.codec.actions.controls.StoreControlValue
The action to be executed.
action(LdapMessageContainer<Message>) - Method in class org.apache.directory.api.ldap.codec.actions.ldapMessage.InitLdapMessage
The action to be executed.
action(LdapMessageContainer<Message>) - Method in class org.apache.directory.api.ldap.codec.actions.ldapMessage.StoreMessageId
The action to be executed.
action(LdapMessageContainer<Message>) - Method in class org.apache.directory.api.ldap.codec.actions.ldapResult.AddReferral
The action to be executed.
action(LdapMessageContainer<Message>) - Method in class org.apache.directory.api.ldap.codec.actions.ldapResult.InitReferrals
The action to be executed.
action(LdapMessageContainer<Message>) - Method in class org.apache.directory.api.ldap.codec.actions.ldapResult.StoreErrorMessage
The action to be executed.
action(LdapMessageContainer<Message>) - Method in class org.apache.directory.api.ldap.codec.actions.ldapResult.StoreMatchedDN
The action to be executed.
action(LdapMessageContainer<Message>) - Method in class org.apache.directory.api.ldap.codec.actions.ldapResult.StoreResultCode
The action to be executed.
action(LdapMessageContainer<ModifyDnRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.modifydn.InitModifyDnRequest
The action to be executed.
action(LdapMessageContainer<ModifyDnRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.modifydn.StoreModifyDnRequestDeleteOldRdn
The action to be executed.
action(LdapMessageContainer<ModifyDnRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.modifydn.StoreModifyDnRequestEntryName
The action to be executed.
action(LdapMessageContainer<ModifyDnRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.modifydn.StoreModifyDnRequestNewRdn
The action to be executed.
action(LdapMessageContainer<ModifyDnRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.modifydn.StoreModifyDnRequestNewSuperior
The action to be executed.
action(LdapMessageContainer<ModifyDnResponse>) - Method in class org.apache.directory.api.ldap.codec.actions.response.modifydn.InitModifyDnResponse
The action to be executed.
action(LdapMessageContainer<ModifyRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.modify.AddModifyRequestAttribute
The action to be executed.
action(LdapMessageContainer<ModifyRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.modify.InitAttributeVals
The action to be executed.
action(LdapMessageContainer<ModifyRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.modify.InitModifyRequest
The action to be executed.
action(LdapMessageContainer<ModifyRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.modify.StoreModifyRequestAttributeValue
The action to be executed.
action(LdapMessageContainer<ModifyRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.modify.StoreModifyRequestObjectName
The action to be executed.
action(LdapMessageContainer<ModifyRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.modify.StoreOperationType
The action to be executed.
action(LdapMessageContainer<ModifyResponse>) - Method in class org.apache.directory.api.ldap.codec.actions.response.modify.InitModifyResponse
The action to be executed.
action(LdapMessageContainer<SearchRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.search.filter.InitAndFilter
The action to be executed.
action(LdapMessageContainer<SearchRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.search.filter.InitApproxMatchFilter
The action to be executed.
action(LdapMessageContainer<SearchRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.search.filter.InitAssertionValueFilter
The action to be executed.
action(LdapMessageContainer<SearchRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.search.filter.InitAttributeDescFilter
The action to be executed.
action(LdapMessageContainer<SearchRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.search.filter.InitEqualityMatchFilter
The action to be executed.
action(LdapMessageContainer<SearchRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.search.filter.InitExtensibleMatchFilter
The action to be executed.
action(LdapMessageContainer<SearchRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.search.filter.InitGreaterOrEqualFilter
The action to be executed.
action(LdapMessageContainer<SearchRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.search.filter.InitLessOrEqualFilter
The action to be executed.
action(LdapMessageContainer<SearchRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.search.filter.InitNotFilter
The action to be executed.
action(LdapMessageContainer<SearchRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.search.filter.InitOrFilter
The action to be executed.
action(LdapMessageContainer<SearchRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.search.filter.InitPresentFilter
The action to be executed.
action(LdapMessageContainer<SearchRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.search.filter.InitSubstringsFilter
The action to be executed.
action(LdapMessageContainer<SearchRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.search.filter.StoreAny
The action to be executed.
action(LdapMessageContainer<SearchRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.search.filter.StoreFinal
The action to be executed.
action(LdapMessageContainer<SearchRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.search.filter.StoreInitial
The action to be executed.
action(LdapMessageContainer<SearchRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.search.filter.StoreMatchingRuleDnAttributes
 
action(LdapMessageContainer<SearchRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.search.filter.StoreMatchingRuleId
The action to be executed.
action(LdapMessageContainer<SearchRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.search.filter.StoreMatchingRuleType
The action to be executed.
action(LdapMessageContainer<SearchRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.search.filter.StoreMatchValue
The action to be executed.
action(LdapMessageContainer<SearchRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.search.filter.StoreSubstringFilterType
The action to be executed.
action(LdapMessageContainer<SearchRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.search.InitSearchRequest
The action to be executed.
action(LdapMessageContainer<SearchRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.search.InitSearchRequestAttributeDescList
The action to be executed.
action(LdapMessageContainer<SearchRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.search.StoreSearchRequestAttributeDesc
The action to be executed.
action(LdapMessageContainer<SearchRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.search.StoreSearchRequestBaseObject
The action to be executed.
action(LdapMessageContainer<SearchRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.search.StoreSearchRequestDerefAlias
The action to be executed.
action(LdapMessageContainer<SearchRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.search.StoreSearchRequestScope
The action to be executed.
action(LdapMessageContainer<SearchRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.search.StoreSearchRequestSizeLimit
The action to be executed.
action(LdapMessageContainer<SearchRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.search.StoreSearchRequestTimeLimit
The action to be executed.
action(LdapMessageContainer<SearchRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.search.StoreSearchRequestTypesOnly
The action to be executed.
action(LdapMessageContainer<SearchResultDone>) - Method in class org.apache.directory.api.ldap.codec.actions.response.search.done.InitSearchResultDone
The action to be executed.
action(LdapMessageContainer<SearchResultEntry>) - Method in class org.apache.directory.api.ldap.codec.actions.response.search.entry.AddAttributeType
The action to be executed.
action(LdapMessageContainer<SearchResultEntry>) - Method in class org.apache.directory.api.ldap.codec.actions.response.search.entry.InitSearchResultEntry
The action to be executed.
action(LdapMessageContainer<SearchResultEntry>) - Method in class org.apache.directory.api.ldap.codec.actions.response.search.entry.StoreSearchResultAttributeValue
The action to be executed.
action(LdapMessageContainer<SearchResultEntry>) - Method in class org.apache.directory.api.ldap.codec.actions.response.search.entry.StoreSearchResultEntryObjectName
The action to be executed.
action(LdapMessageContainer<SearchResultReference>) - Method in class org.apache.directory.api.ldap.codec.actions.response.search.reference.InitSearchResultReference
The action to be executed.
action(LdapMessageContainer<SearchResultReference>) - Method in class org.apache.directory.api.ldap.codec.actions.response.search.reference.StoreReference
The action to be executed.
action(LdapMessageContainer<UnbindRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.unbind.InitUnbindRequest
The action to be executed.
action(PasswordPolicyResponseContainer) - Method in class org.apache.directory.api.ldap.extras.controls.ppolicy_impl.PPolicyResponseInit
The action to be executed.
action(VirtualListViewRequestContainer) - Method in class org.apache.directory.api.ldap.extras.controls.vlv_impl.InitByOffsetSequence
The action to be executed.
action(VirtualListViewRequestContainer) - Method in class org.apache.directory.api.ldap.extras.controls.vlv_impl.InitVirtualListViewRequest
The action to be executed.
action(VirtualListViewRequestContainer) - Method in class org.apache.directory.api.ldap.extras.controls.vlv_impl.StoreAssertionValue
The action to be executed.
action(ControlsContainer) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.controls.actions.AddControl
The action to be executed.
action(ControlsContainer) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.controls.actions.StoreControlCriticality
The action to be executed.
action(ControlsContainer) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.controls.actions.StoreControlValue
The action to be executed.
Action<C extends Asn1Container> - Interface in org.apache.directory.api.asn1.ber.grammar
Action interface just contains the method 'action' which must be implemented in all the implementing classes.
Action - Interface in org.apache.directory.api.dsmlv2
IAction interface just contains the method 'action' which must be implemented in all the implementation classes.
actionTime() - Method in class org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParser
 
ActionTime - Class in org.apache.directory.api.ldap.trigger
An enumeration that represents action times for an LDAP trigger specification.
activateObject(PooledObject<LdapConnection>) - Method in class org.apache.directory.ldap.client.api.AbstractPoolableLdapConnectionFactory
There is nothing to do to activate a connection.
activateObject(PooledObject<LdapConnection>) - Method in class org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory
There is nothing to do to activate a connection.
AD_DIR_SYNC_REQUEST_SEQUENCE_STATE - org.apache.directory.api.ldap.extras.controls.ad_impl.AdDirSyncRequestStatesEnum
sequence start state
AD_DIR_SYNC_RESPONSE_SEQUENCE_STATE - org.apache.directory.api.ldap.extras.controls.ad_impl.AdDirSyncResponseStatesEnum
sequence start state
AD_POLICY_HINTS_FLAGS_STATE - org.apache.directory.api.ldap.extras.controls.ad_impl.AdPolicyHintsStates
flags INTEGER transition
AD_POLICY_HINTS_SEQUENCE_STATE - org.apache.directory.api.ldap.extras.controls.ad_impl.AdPolicyHintsStates
PolicyRequestValue ::= SEQUENCE transition
add(byte[]...) - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
Adds some values to this attribute.
add(byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Adds some values to this attribute.
add(String) - Method in class org.apache.directory.api.ldap.model.name.Dn
Adds a single Rdn to the (leaf) end of this name.
add(String...) - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
Adds some values to this attribute.
add(String...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Adds some values to this attribute.
add(String, byte[]...) - Method in class org.apache.directory.api.dsmlv2.request.ModifyRequestDsml
add(String, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Add some binary values to the current Entry.
add(String, byte[]...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Add some binary values to the current Entry.
add(String, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Add some binary values to the current Entry.
add(String, byte[]...) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
 
add(String, byte[]...) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
 
add(String, String...) - Method in class org.apache.directory.api.dsmlv2.request.ModifyRequestDsml
marks a given attribute for addition in the target entry with the given values.
add(String, String...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Add some String values to the current Entry.
add(String, String...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Add some String values to the current Entry.
add(String, String...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Add some String values to the current Entry.
add(String, String...) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
marks a given attribute for addition in the target entry with the given values.
add(String, String...) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
marks a given attribute for addition in the target entry with the given values.
add(String, Value...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Add some Values to the current Entry.
add(String, Value...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Add some Values to the current Entry.
add(String, Value...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Add some Values to the current Entry.
add(String, AttributeType, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Add an attribute (represented by its AttributeType and some binary values) into an entry.
add(String, AttributeType, byte[]...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Add an attribute (represented by its AttributeType and some binary values) into an entry.
add(String, AttributeType, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Add an attribute (represented by its AttributeType and some binary values) into an entry.
add(String, AttributeType, String...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Add an attribute (represented by its AttributeType and some String values) into an entry.
add(String, AttributeType, String...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Add an attribute (represented by its AttributeType and some String values) into an entry.
add(String, AttributeType, String...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Add an attribute (represented by its AttributeType and some String values) into an entry.
add(String, AttributeType, Value...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Add an attribute (represented by its AttributeType and some values) into an entry.
add(String, AttributeType, Value...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Add an attribute (represented by its AttributeType and some values) into an entry.
add(String, AttributeType, Value...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Add an attribute (represented by its AttributeType and some values) into an entry.
add(Attribute) - Method in class org.apache.directory.api.dsmlv2.request.ModifyRequestDsml
marks a given attribute for addition in the target entry.
add(Attribute) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
marks a given attribute for addition in the target entry.
add(Attribute) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
marks a given attribute for addition in the target entry.
add(Attribute...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Add some Attributes to the current Entry.
add(Attribute...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Add some Attributes to the current Entry.
add(Attribute...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Add some Attributes to the current Entry.
add(Entry) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Add an entry to the server.
add(Entry) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
Add an entry to the server.
add(Entry) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Add an entry to the server.
add(Value...) - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
Adds some values to this attribute.
add(Value...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Adds some values to this attribute.
add(AddRequest) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Add an entry present in the AddRequest to the server.
add(AddRequest) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
Add an entry present in the AddRequest 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(AddRequest) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
Adds an entry specified by an AddRequest to the LDAP server.
add(AddRequest) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Adds an entry specified by an AddRequest to the LDAP server.
add(Dn) - Method in class org.apache.directory.api.ldap.model.name.Dn
Adds all RDNs of the provided DN to the (leaf) end of this name.
add(Dn) - Method in class org.apache.directory.api.ldap.util.tree.DnNode
Add a new node in the tree.
add(Dn, N) - Method in class org.apache.directory.api.ldap.util.tree.DnNode
Add a new node in the tree.
add(Dn, Attribute...) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
Adds an entry specified by a Dn and an array of Attribute's to the LDAP server.
add(Dn, Attribute...) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Adds an entry specified by a Dn and an array of Attribute's to the LDAP server.
add(Dn, RequestBuilder<AddRequest>) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
Adds an entry specified by a Dn, to be filled out by a RequestBuilder, to the LDAP server.
add(Dn, RequestBuilder<AddRequest>) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Adds an entry specified by a Dn, to be filled out by a RequestBuilder, to the LDAP server.
add(Rdn) - Method in class org.apache.directory.api.ldap.model.name.Dn
Adds a single Rdn to the (leaf) end of this name.
add(AttributeType, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Add an attribute (represented by its AttributeType and some binary values) into an entry.
add(AttributeType, byte[]...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Add an attribute (represented by its AttributeType and some binary values) into an entry.
add(AttributeType, byte[]...) - Method in class org.apache.directory.api.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.api.ldap.model.entry.DefaultEntry
Add an attribute (represented by its AttributeType and some String values) into an entry.
add(AttributeType, String...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Add an attribute (represented by its AttributeType and some String values) into an entry.
add(AttributeType, String...) - Method in class org.apache.directory.api.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.api.ldap.model.entry.DefaultEntry
Add an attribute (represented by its AttributeType and some values) into an entry.
add(AttributeType, Value...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Add an attribute (represented by its AttributeType and some values) into an entry.
add(AttributeType, Value...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Add an attribute (represented by its AttributeType and some values) into an entry.
add(SchemaObject) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Registers a new SchemaObject.
add(SchemaObject) - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Registers a new SchemaObject.
add(SchemaObject, boolean) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
Applies the added SchemaObject to the given register
Add - org.apache.directory.api.ldap.model.ldif.ChangeType
The Add changeType
ADD - org.apache.directory.api.ldap.aci.MicroOperation
The Add permission, may be used in conjunction with any component of ProtectedItems.
ADD - org.apache.directory.api.ldap.extras.controls.syncrepl.syncState.SyncStateTypeEnum
The entry has been added
ADD - org.apache.directory.api.ldap.model.message.controls.ChangeType
An ADD
ADD - org.apache.directory.api.ldap.trigger.LdapOperation
The Add operation
ADD - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
ADD_ATTRIBUTE - org.apache.directory.api.ldap.model.entry.ModificationOperation
Added attribute value
ADD_ORDINAL - Static variable in enum org.apache.directory.api.ldap.model.ldif.ChangeType
Add ordinal value
ADD_REQUEST - org.apache.directory.api.ldap.model.message.MessageTypeEnum
The AddResquest message
ADD_REQUEST - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
ADD_REQUEST_ATTR_END_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The </attr> tag
ADD_REQUEST_ATTR_START_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The <attr> tag
ADD_REQUEST_CONTROL_END_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The </control> tag
ADD_REQUEST_CONTROL_START_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The <control> tag
ADD_REQUEST_CONTROLVALUE_END_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The </controlValue> tag
ADD_REQUEST_CONTROLVALUE_START_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The <controlValue> tag
ADD_REQUEST_START_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The <addRequest> tag
ADD_REQUEST_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
ADD_REQUEST_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
ADD_REQUEST_VALUE_END_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The </value> tag
ADD_REQUEST_VALUE_START_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The <value> tag
ADD_RESPONSE - org.apache.directory.api.ldap.model.message.MessageTypeEnum
The Response message
ADD_RESPONSE - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
ADD_RESPONSE_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
ADD_RESPONSE_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
addAbandonListener(AbandonListener) - Method in class org.apache.directory.api.dsmlv2.request.AbstractResultResponseRequestDsml
Adds listener to be notified if this request gets abandoned.
addAbandonListener(AbandonListener) - Method in interface org.apache.directory.api.ldap.model.message.AbandonableRequest
Adds listener to be notified if this request gets abandoned.
addAbandonListener(AbandonListener) - Method in class org.apache.directory.api.ldap.model.message.AbstractAbandonableRequest
Adds listener to be notified if this request gets abandoned.
AddAddRequestAttributeType - Class in org.apache.directory.api.ldap.codec.actions.request.add
The action used to store the AddRequest AttributeDescription
AddAddRequestAttributeType() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.add.AddAddRequestAttributeType
Instantiates a new action.
addAllControls(Control[]) - Method in class org.apache.directory.api.dsmlv2.AbstractDsmlMessageDecorator
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in class org.apache.directory.api.dsmlv2.request.AbandonRequestDsml
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in class org.apache.directory.api.dsmlv2.request.AddRequestDsml
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in class org.apache.directory.api.dsmlv2.request.BindRequestDsml
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in class org.apache.directory.api.dsmlv2.request.CompareRequestDsml
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in class org.apache.directory.api.dsmlv2.request.DelRequestDsml
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in class org.apache.directory.api.dsmlv2.request.ExtendedRequestDsml
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in class org.apache.directory.api.dsmlv2.request.ModifyDNRequestDsml
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in class org.apache.directory.api.dsmlv2.request.ModifyRequestDsml
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in class org.apache.directory.api.dsmlv2.request.SearchRequestDsml
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in class org.apache.directory.api.ldap.model.message.AbandonRequestImpl
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in class org.apache.directory.api.ldap.model.message.AbstractExtendedRequest
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in class org.apache.directory.api.ldap.model.message.AbstractMessage
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in interface org.apache.directory.api.ldap.model.message.AddRequest
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in class org.apache.directory.api.ldap.model.message.AddRequestImpl
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in interface org.apache.directory.api.ldap.model.message.BindRequest
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in class org.apache.directory.api.ldap.model.message.BindRequestImpl
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in interface org.apache.directory.api.ldap.model.message.CompareRequest
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in class org.apache.directory.api.ldap.model.message.CompareRequestImpl
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in interface org.apache.directory.api.ldap.model.message.DeleteRequest
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in class org.apache.directory.api.ldap.model.message.DeleteRequestImpl
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in interface org.apache.directory.api.ldap.model.message.ExtendedRequest
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in interface org.apache.directory.api.ldap.model.message.Message
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in interface org.apache.directory.api.ldap.model.message.ModifyDnRequest
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in class org.apache.directory.api.ldap.model.message.ModifyDnRequestImpl
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in class org.apache.directory.api.ldap.model.message.OpaqueExtendedRequest
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in interface org.apache.directory.api.ldap.model.message.SearchRequest
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in class org.apache.directory.api.ldap.model.message.SearchRequestImpl
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in interface org.apache.directory.api.ldap.model.message.UnbindRequest
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in class org.apache.directory.api.ldap.model.message.UnbindRequestImpl
Adds an array of controls to this Message.
addAllControls(Control[]) - Method in class org.apache.directory.ldap.client.api.AbstractSaslRequest
Adds the given controls.
addAnonAttributeType(AttributeType) - Method in class org.apache.directory.ldap.client.api.LdifAnonymizer
Add an attributeType that has to be anonymized
addAnonAttributeType(AttributeType, Anonymizer<?>) - Method in class org.apache.directory.ldap.client.api.LdifAnonymizer
Add an attributeType that has to be anonymized, with its associated anonymizer.
addAny(String) - Method in class org.apache.directory.api.ldap.model.filter.SubstringNode
Add an any pattern
addAnySubstrings(String) - Method in class org.apache.directory.api.dsmlv2.request.SubstringFilter
Add a internal substring
addAnySubstrings(String) - Method in class org.apache.directory.api.ldap.codec.search.SubstringFilter
Add a internal substring
addApplicableAttribute(AttributeType) - Method in class org.apache.directory.api.ldap.model.schema.MatchingRuleUse
Add a matchingRule's AttributeType the MRU applies to.
addApplicableAttributeOids(String) - Method in class org.apache.directory.api.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(Entry) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
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(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.api.dsmlv2.response.SearchResultEntryDsml
Create a new attribute
addAttribute(String, Object...) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
Add an attribute to the entry
addAttribute(Attribute) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
Add an attribute to the entry
addAttributes(String...) - Method in class org.apache.directory.api.dsmlv2.request.SearchRequestDsml
Adds some attributes to the set of entry attributes to return.
addAttributes(String...) - Method in interface org.apache.directory.api.ldap.model.message.SearchRequest
Adds some attributes to the set of entry attributes to return.
addAttributes(String...) - Method in class org.apache.directory.api.ldap.model.message.SearchRequestImpl
Adds some attributes to the set of entry attributes to return.
addAttributeType(String) - Method in class org.apache.directory.api.dsmlv2.request.AddRequestDsml
Create a new attributeValue
addAttributeType(String) - Method in class org.apache.directory.api.ldap.model.message.AddRequestImpl
Create a new attributeValue
AddAttributeType - Class in org.apache.directory.api.ldap.codec.actions.response.search.entry
The action used to store the SearchResultEntry attributes
AddAttributeType() - Constructor for class org.apache.directory.api.ldap.codec.actions.response.search.entry.AddAttributeType
Instantiates a new action.
addAttributeTypeAndValues(String) - Method in class org.apache.directory.api.dsmlv2.request.ModifyRequestDsml
Add a new attributeTypeAndValue
addAttributeValue(byte[]) - Method in class org.apache.directory.api.dsmlv2.request.AddRequestDsml
Add a new value to the current attribute
addAttributeValue(byte[]) - Method in class org.apache.directory.api.dsmlv2.request.ModifyRequestDsml
Add a new value to the current attribute
addAttributeValue(byte[]) - Method in class org.apache.directory.api.ldap.model.message.AddRequestImpl
Add a new value to the current attribute
addAttributeValue(Object) - Method in class org.apache.directory.api.dsmlv2.request.AddRequestDsml
Add a new value to the current attribute
addAttributeValue(Object) - Method in class org.apache.directory.api.dsmlv2.response.SearchResultEntryDsml
Add a new value to the current attribute
addAttributeValue(String) - Method in class org.apache.directory.api.dsmlv2.request.AddRequestDsml
Add a new value to the current attribute
addAttributeValue(String) - Method in class org.apache.directory.api.dsmlv2.request.ModifyRequestDsml
Add a new value to the current attribute
addAttributeValue(String) - Method in class org.apache.directory.api.ldap.model.message.AddRequestImpl
Add a new value to the current attribute
addAttributeValue(Value) - Method in class org.apache.directory.api.dsmlv2.request.AddRequestDsml
Add a new value to the current attribute
addAttributeValue(Value) - Method in class org.apache.directory.api.ldap.model.message.AddRequestImpl
Add a new value to the current attribute
AddAttributeValue - Class in org.apache.directory.api.ldap.codec.actions.request.add
The action used to store a Value to an AddRequest
AddAttributeValue() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.add.AddAttributeValue
Instantiates a new value action.
addAuxObjectClasses(ObjectClass) - Method in class org.apache.directory.api.ldap.model.schema.DitContentRule
Add an Auxiliary ObjectClass
addAuxObjectClassOidOids(String) - Method in class org.apache.directory.api.ldap.model.schema.DitContentRule
Add an Auxiliary ObjectClass Oid
addBinaryAttribute(String...) - Method in interface org.apache.directory.api.ldap.codec.api.ConfigurableBinaryAttributeDetector
Add some binary Attributes Id to the list of attributes
addBinaryAttribute(String...) - Method in class org.apache.directory.api.ldap.codec.api.DefaultConfigurableBinaryAttributeDetector
Add some binary Attributes Id to the list of attributes
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.api.dsmlv2.AbstractDsmlMessageDecorator
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.api.dsmlv2.request.AbandonRequestDsml
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.api.dsmlv2.request.AddRequestDsml
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.api.dsmlv2.request.BindRequestDsml
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.api.dsmlv2.request.CompareRequestDsml
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.api.dsmlv2.request.DelRequestDsml
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.api.dsmlv2.request.ExtendedRequestDsml
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.api.dsmlv2.request.ModifyDNRequestDsml
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.api.dsmlv2.request.ModifyRequestDsml
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.api.dsmlv2.request.SearchRequestDsml
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.controls.ControlsContainer
 
addControl(Control) - Method in class org.apache.directory.api.ldap.model.message.AbandonRequestImpl
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.api.ldap.model.message.AbstractExtendedRequest
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.api.ldap.model.message.AbstractMessage
Adds a control to this Message.
addControl(Control) - Method in interface org.apache.directory.api.ldap.model.message.AddRequest
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.api.ldap.model.message.AddRequestImpl
Adds a control to this Message.
addControl(Control) - Method in interface org.apache.directory.api.ldap.model.message.BindRequest
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.api.ldap.model.message.BindRequestImpl
Adds a control to this Message.
addControl(Control) - Method in interface org.apache.directory.api.ldap.model.message.CompareRequest
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.api.ldap.model.message.CompareRequestImpl
Adds a control to this Message.
addControl(Control) - Method in interface org.apache.directory.api.ldap.model.message.DeleteRequest
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.api.ldap.model.message.DeleteRequestImpl
Adds a control to this Message.
addControl(Control) - Method in interface org.apache.directory.api.ldap.model.message.ExtendedRequest
Adds a control to this Message.
addControl(Control) - Method in interface org.apache.directory.api.ldap.model.message.Message
Adds a control to this Message.
addControl(Control) - Method in interface org.apache.directory.api.ldap.model.message.ModifyDnRequest
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.api.ldap.model.message.ModifyDnRequestImpl
Adds a control to this Message.
addControl(Control) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.api.ldap.model.message.OpaqueExtendedRequest
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.api.ldap.model.message.SearchParams
 
addControl(Control) - Method in interface org.apache.directory.api.ldap.model.message.SearchRequest
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.api.ldap.model.message.SearchRequestImpl
Adds a control to this Message.
addControl(Control) - Method in interface org.apache.directory.api.ldap.model.message.UnbindRequest
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.api.ldap.model.message.UnbindRequestImpl
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.ldap.client.api.AbstractSaslRequest
Adds the given control.
addControl(Control...) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
Add a control to the entry
AddControl - Class in org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.controls.actions
The action used add a new control.
AddControl() - Constructor for class org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.controls.actions.AddControl
Instantiates a new AddControl action.
addControls(LdapApiService, Element, Collection<Control>, boolean) - Static method in class org.apache.directory.api.dsmlv2.ParserUtils
Adds Controls to the given Element.
addCurrentFilter(Filter) - Method in class org.apache.directory.api.dsmlv2.request.SearchRequestDsml
Add a current filter.
addCurrentFilter(Filter) - Method in class org.apache.directory.api.ldap.codec.api.LdapMessageContainer
Add a current filter.
addData(byte[]) - Method in class org.apache.directory.api.asn1.ber.tlv.BerValue
Append some bytes to the data buffer.
addData(ByteBuffer) - Method in class org.apache.directory.api.asn1.ber.tlv.BerValue
Append some bytes to the data buffer.
addDependencies(String...) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchema
Add a set of dependencies this schema uses.
addDependencies(String...) - Method in interface org.apache.directory.api.ldap.model.schema.registries.Schema
Add a set of dependencies this schema uses.
addExtension(String, String...) - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
Add an extension with its values
addExtension(String, String...) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
Add an extension with its values
addExtension(String, List<String>) - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
Add an extension with its values
addExtension(String, List<String>) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
Add an extension with its values
addFilter(Filter) - Method in class org.apache.directory.api.dsmlv2.request.ConnectorFilter
Add a new Filter to the list.
addFilter(Filter) - Method in class org.apache.directory.api.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.api.ldap.codec.search.ConnectorFilter
Add a new Filter to the list.
addFilter(Filter) - Method in class org.apache.directory.api.ldap.codec.search.NotFilter
Subclass the addFilterMethod, as this is specific for a NotFilter (we cannot have more than one elements).
addFlag(AdDirSyncResponseFlag) - Method in interface org.apache.directory.api.ldap.extras.controls.ad.AdDirSyncResponse
 
addFlag(AdDirSyncResponseFlag) - Method in class org.apache.directory.api.ldap.extras.controls.ad.AdDirSyncResponseImpl
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.
AdDirSyncRequest - Interface in org.apache.directory.api.ldap.extras.controls.ad
The DirSync request control, as described in http://tools.ietf.org/html/draft-armijo-ldap-dirsync-00.
AdDirSyncRequestContainer - Class in org.apache.directory.api.ldap.extras.controls.ad_impl
ASN.1 container for AD DirSyncRequest control.
AdDirSyncRequestContainer(Control) - Constructor for class org.apache.directory.api.ldap.extras.controls.ad_impl.AdDirSyncRequestContainer
Creates a new AdDirSyncRequestControl object.
AdDirSyncRequestFactory - Class in org.apache.directory.api.ldap.extras.controls.ad_impl
A ControlFactory which creates AdDirSyncRequest controls.
AdDirSyncRequestFactory(LdapApiService) - Constructor for class org.apache.directory.api.ldap.extras.controls.ad_impl.AdDirSyncRequestFactory
Creates a new instance of AdDirSyncRequestFactory.
AdDirSyncRequestGrammar - Class in org.apache.directory.api.ldap.extras.controls.ad_impl
Implementation of AdDirSync Request Control.
AdDirSyncRequestImpl - Class in org.apache.directory.api.ldap.extras.controls.ad
The class implementing the AdDirsSync interface
AdDirSyncRequestImpl() - Constructor for class org.apache.directory.api.ldap.extras.controls.ad.AdDirSyncRequestImpl
Creates an instance of the DirSync control
AdDirSyncRequestStatesEnum - Enum in org.apache.directory.api.ldap.extras.controls.ad_impl
ASN.1 grammar constants of AdDirSyncRequest Control.
AdDirSyncResponse - Interface in org.apache.directory.api.ldap.extras.controls.ad
The DirSync response control, as described in http://tools.ietf.org/html/draft-armijo-ldap-dirsync-00.
AdDirSyncResponseContainer - Class in org.apache.directory.api.ldap.extras.controls.ad_impl
ASN.1 container for AD DirSyncResponse control.
AdDirSyncResponseContainer(Control) - Constructor for class org.apache.directory.api.ldap.extras.controls.ad_impl.AdDirSyncResponseContainer
Creates a new AdDirSyncResponseControl object.
AdDirSyncResponseFactory - Class in org.apache.directory.api.ldap.extras.controls.ad_impl
A ControlFactory which creates AdDirSyncResponse controls.
AdDirSyncResponseFactory(LdapApiService) - Constructor for class org.apache.directory.api.ldap.extras.controls.ad_impl.AdDirSyncResponseFactory
Creates a new instance of AdDirSyncResponseFactory.
AdDirSyncResponseFlag - Enum in org.apache.directory.api.ldap.extras.controls.ad
The flags used in the AdDirSync response.
AdDirSyncResponseGrammar - Class in org.apache.directory.api.ldap.extras.controls.ad_impl
Implementation of AdDirSync Response Control.
AdDirSyncResponseImpl - Class in org.apache.directory.api.ldap.extras.controls.ad
The class implemnting the AdDirsSync interface
AdDirSyncResponseImpl() - Constructor for class org.apache.directory.api.ldap.extras.controls.ad.AdDirSyncResponseImpl
Creates an instance of the DirSync control
AdDirSyncResponseStatesEnum - Enum in org.apache.directory.api.ldap.extras.controls.ad_impl
ASN.1 grammar constants of AdDirSyncResponse Control.
addLdapUrl(String) - Method in interface org.apache.directory.api.ldap.model.message.Referral
Adds an LDAPv3 URL to this Referral.
addLdapUrl(String) - Method in class org.apache.directory.api.ldap.model.message.ReferralImpl
Adds an LDAPv3 URL to this Referral.
addLdapUrlBytes(byte[]) - Method in interface org.apache.directory.api.ldap.model.message.Referral
Adds an encoded LDAPv3 URL to this Referral.
addLdapUrlBytes(byte[]) - Method in class org.apache.directory.api.ldap.model.message.ReferralImpl
Adds an encoded LDAPv3 URL to this Referral.
addMappingFor(AttributeType) - Method in interface org.apache.directory.api.ldap.model.schema.registries.AttributeTypeRegistry
Add a new Oid/Normalizer couple in the OidNormalizer map
addMappingFor(AttributeType) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultAttributeTypeRegistry
Add a new Oid/Normalizer couple in the OidNormalizer map
addMappingFor(AttributeType) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
Add a new Oid/Normalizer couple in the OidNormalizer map
addMayAttributeTypeOids(String) - Method in class org.apache.directory.api.ldap.model.schema.DitContentRule
Add an allowed AttributeType
addMayAttributeTypeOids(String) - Method in class org.apache.directory.api.ldap.model.schema.NameForm
Add an allowed AttributeType
addMayAttributeTypeOids(String...) - Method in class org.apache.directory.api.ldap.model.schema.ObjectClass
Add some allowed AttributeType
addMayAttributeTypes(AttributeType) - Method in class org.apache.directory.api.ldap.model.schema.DitContentRule
Add an allowed AttributeType
addMayAttributeTypes(AttributeType) - Method in class org.apache.directory.api.ldap.model.schema.NameForm
Add an allowed AttributeType
addMayAttributeTypes(AttributeType...) - Method in class org.apache.directory.api.ldap.model.schema.ObjectClass
Add some allowed AttributeTypes
addMillis(long) - Method in class org.apache.directory.api.util.MockTimeProvider
 
addModification(Attribute, ModificationOperation) - Method in class org.apache.directory.api.dsmlv2.request.ModifyRequestDsml
Add a modification
addModification(Attribute, ModificationOperation) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
Add a modification
addModification(Attribute, ModificationOperation) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
Add a modification
addModification(Modification) - Method in class org.apache.directory.api.dsmlv2.request.ModifyRequestDsml
Adds a ModificationItem to the set of modifications composing this modify request.
addModification(Modification) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
Add a modification item (used by modify operations)
addModification(Modification) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
Adds a ModificationItem to the set of modifications composing this modify request.
addModification(Modification) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
Adds a ModificationItem to the set of modifications composing this modify request.
addModification(ModificationOperation, String) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
Add a modification with no value
addModification(ModificationOperation, String, Object) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
Add a modification
addModification(ModificationOperation, Attribute) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
Add a modification item (used by modify operations)
AddModifyRequestAttribute - Class in org.apache.directory.api.ldap.codec.actions.request.modify
The action used to store the ModificationRequest's attribute type
AddModifyRequestAttribute() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.modify.AddModifyRequestAttribute
Instantiates a new action.
addMustAttributeTypeOids(String) - Method in class org.apache.directory.api.ldap.model.schema.DitContentRule
Add a required AttributeType OID
addMustAttributeTypeOids(String) - Method in class org.apache.directory.api.ldap.model.schema.NameForm
Add a required AttributeType OID
addMustAttributeTypeOids(String...) - Method in class org.apache.directory.api.ldap.model.schema.ObjectClass
Add some required AttributeType OIDs
addMustAttributeTypes(AttributeType) - Method in class org.apache.directory.api.ldap.model.schema.DitContentRule
Add a required AttributeType
addMustAttributeTypes(AttributeType) - Method in class org.apache.directory.api.ldap.model.schema.NameForm
Add a required AttributeType
addMustAttributeTypes(AttributeType...) - Method in class org.apache.directory.api.ldap.model.schema.ObjectClass
Add some required AttributeTypes
addName(String...) - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
Add a new name to the list of names for this SchemaObject.
addName(String...) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
Add a new name to the list of names for this SchemaObject.
addNamingContext(String) - Method in class org.apache.directory.ldap.client.api.LdifAnonymizer
Add a new NamingContext
addNode(ExprNode) - Method in class org.apache.directory.api.ldap.model.filter.BranchNode
Adds a child node to this branch node node
addNode(ExprNode) - Method in class org.apache.directory.api.ldap.model.filter.NotNode
Adds a child node to this NOT node node
addNodeToHead(ExprNode) - Method in class org.apache.directory.api.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.api.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.api.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.api.ldap.model.schema.DitContentRule
Add a precluded AttributeType
addNotAttributeTypes(AttributeType) - Method in class org.apache.directory.api.ldap.model.schema.DitContentRule
Add a precluded AttributeType
addOperationAndStoredProcedureCalls() - Method in class org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParser
 
addOption(String) - Method in class org.apache.directory.api.ldap.model.schema.AttributeTypeOptions
Add a new option to the option set for this attributeType.
addOptions(Set<String>) - Method in class org.apache.directory.api.ldap.model.schema.AttributeTypeOptions
Add a set of optionS to the option set for this attributeType.
addParameter(Object, Object) - Method in interface org.apache.directory.api.ldap.extras.extended.storedProcedure.StoredProcedureRequest
Adds the parameter.
addParameter(Object, Object) - Method in class org.apache.directory.api.ldap.extras.extended.storedProcedure.StoredProcedureRequestImpl
Adds the parameter.
addParameter(StoredProcedureParameter) - Method in interface org.apache.directory.api.ldap.extras.extended.storedProcedure.StoredProcedureRequest
Adds a parameter
addParameter(StoredProcedureParameter) - Method in class org.apache.directory.api.ldap.extras.extended.storedProcedure.StoredProcedureRequestImpl
Adds a parameter
addReference(SchemaObject, SchemaObject) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
Add an association between a SchemaObject an the SchemaObject it refers
addReferral(LdapUrl) - Method in class org.apache.directory.api.dsmlv2.response.LdapResultDsml
Add a referral
AddReferral - Class in org.apache.directory.api.ldap.codec.actions.ldapResult
The action used to add a referral to a LdapTresult
AddReferral() - Constructor for class org.apache.directory.api.ldap.codec.actions.ldapResult.AddReferral
Instantiates a new referral action.
addReplicatedContexts(String) - Method in interface org.apache.directory.api.ldap.extras.extended.gracefulDisconnect.GracefulDisconnectResponse
Add a new URL of a replicated server
addReplicatedContexts(String) - Method in class org.apache.directory.api.ldap.extras.extended.gracefulDisconnect.GracefulDisconnectResponseImpl
Add a new URL of a replicated server
addRequest(DsmlDecorator<? extends Request>) - Method in class org.apache.directory.api.dsmlv2.request.BatchRequestDsml
Adds a request to the Batch Request DSML.
AddRequest - Interface in org.apache.directory.api.ldap.model.message
Add protocol operation request used to add a new entry to the DIT.
AddRequestDsml - Class in org.apache.directory.api.dsmlv2.request
DSML Decorator for AddRequest
AddRequestDsml(LdapApiService) - Constructor for class org.apache.directory.api.dsmlv2.request.AddRequestDsml
Creates a new getDecoratedMessage() of AddRequestDsml.
AddRequestDsml(LdapApiService, AddRequest) - Constructor for class org.apache.directory.api.dsmlv2.request.AddRequestDsml
Creates a new getDecoratedMessage() of AddRequestDsml.
AddRequestFactory - Class in org.apache.directory.api.ldap.codec.factory
The AddRequest factory.
AddRequestImpl - Class in org.apache.directory.api.ldap.model.message
Lockable add request implementation.
AddRequestImpl() - Constructor for class org.apache.directory.api.ldap.model.message.AddRequestImpl
Creates an AddRequest implementation to create a new entry.
addResponse(DsmlDecorator<? extends Response>) - Method in class org.apache.directory.api.dsmlv2.response.BatchResponseDsml
Adds a request to the Batch Response DSML.
addResponse(DsmlDecorator<? extends Response>) - Method in class org.apache.directory.api.dsmlv2.response.SearchResponseDsml
Adds a response.
AddResponse - Interface in org.apache.directory.api.ldap.model.message
Add protocol response message used to confirm the results of a add request message.
AddResponseDsml - Class in org.apache.directory.api.dsmlv2.response
DSML Decorator for AddResponse
AddResponseDsml(LdapApiService) - Constructor for class org.apache.directory.api.dsmlv2.response.AddResponseDsml
Creates a new getDecoratedMessage() of AddResponseDsml.
AddResponseDsml(LdapApiService, AddResponse) - Constructor for class org.apache.directory.api.dsmlv2.response.AddResponseDsml
Creates a new getDecoratedMessage() of AddResponseDsml.
AddResponseFactory - Class in org.apache.directory.api.ldap.codec.factory
The AddResponse factory.
AddResponseImpl - Class in org.apache.directory.api.ldap.model.message
AddResponse implementation.
AddResponseImpl() - Constructor for class org.apache.directory.api.ldap.model.message.AddResponseImpl
Creates an AddResponse as a reply to an AddRequest.
AddResponseImpl(int) - Constructor for class org.apache.directory.api.ldap.model.message.AddResponseImpl
Creates an AddResponse as a reply to an AddRequest.
addReturningAttributes(String) - Method in class org.apache.directory.api.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.api.ldap.model.schema.registries.Registries
Create a new schema association with its content
addSchema(String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
 
addSchema(Schema) - Method in class org.apache.directory.api.ldap.model.schema.registries.AbstractSchemaLoader
Add a new schema to the schema's list
addSchema(Schema) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
Add a new schema to the schema's list
addSearchResultEntry(SearchResultEntryDsml) - Method in class org.apache.directory.api.dsmlv2.response.SearchResponse
Adds a Search Result Entry
addSearchResultReference(SearchResultReferenceDsml) - Method in class org.apache.directory.api.dsmlv2.response.SearchResponse
Adds a Search Result Reference
addSearchResultReference(LdapUrl) - Method in class org.apache.directory.api.dsmlv2.response.SearchResultReferenceDsml
Add a new reference to the list.
addSortKey(SortKey) - Method in interface org.apache.directory.api.ldap.model.message.controls.SortRequest
adds a sort key
addSortKey(SortKey) - Method in class org.apache.directory.api.ldap.model.message.controls.SortRequestImpl
adds a sort key
addStoredProcedureParameter() - Method in class org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParser
 
addStoredProcedureParameterList() - Method in class org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParser
 
addSuperior(ObjectClass...) - Method in class org.apache.directory.api.ldap.model.schema.ObjectClass
Add some superior ObjectClasses
addSuperiorOids(String...) - Method in class org.apache.directory.api.ldap.model.schema.ObjectClass
Add some superior ObjectClass OIDs
addSuperRule(Integer) - Method in class org.apache.directory.api.ldap.model.schema.DitStructureRule
Adds a new superior RuleId
addSyncUUID(byte[]) - Method in interface org.apache.directory.api.ldap.extras.intermediate.syncrepl.SyncInfoValue
 
addSyncUUID(byte[]) - Method in class org.apache.directory.api.ldap.extras.intermediate.syncrepl.SyncInfoValueImpl
addThrowable(Throwable) - Method in exception org.apache.directory.api.util.exception.MultiException
Add an exception to this multiexception.
addThrowable(Throwable) - Method in exception org.apache.directory.api.util.exception.RuntimeMultiException
Add an exeception to this multiexception.
addToRegistries(AttributeType, SchemaErrorHandler, Registries) - Static method in class org.apache.directory.api.ldap.model.schema.registries.helper.AttributeTypeHelper
Inject the AttributeType into the Registries, updating the references to other SchemaObject If one of the referenced SchemaObject does not exist (SUP, EQUALITY, ORDERING, SUBSTR, SYNTAX), an exception is thrown.
addToRegistries(DitContentRule, SchemaErrorHandler, Registries) - Static method in class org.apache.directory.api.ldap.model.schema.registries.helper.DitContentRuleHelper
Inject the DitContentRule into the registries, updating the references to other SchemaObject
addToRegistries(DitStructureRule, SchemaErrorHandler, Registries) - Static method in class org.apache.directory.api.ldap.model.schema.registries.helper.DitStructureRuleHelper
Inject the DitContentRule into the registries, updating the references to other SchemaObject
addToRegistries(LdapSyntax, SchemaErrorHandler, Registries) - Static method in class org.apache.directory.api.ldap.model.schema.registries.helper.LdapSyntaxHelper
Inject the LdapSyntax into the registries, updating the references to other SchemaObject
addToRegistries(MatchingRule, SchemaErrorHandler, Registries) - Static method in class org.apache.directory.api.ldap.model.schema.registries.helper.MatchingRuleHelper
Inject the MatchingRule into the Registries, updating the references to other SchemaObject
addToRegistries(MatchingRuleUse, SchemaErrorHandler, Registries) - Static method in class org.apache.directory.api.ldap.model.schema.registries.helper.MatchingRuleUseHelper
Inject the MatchingRuleUse into the registries, updating the references to other SchemaObject
addToRegistries(NameForm, SchemaErrorHandler, Registries) - Static method in class org.apache.directory.api.ldap.model.schema.registries.helper.NameFormHelper
Inject the NameForm into the registries, updating the references to other SchemaObject
addToRegistries(ObjectClass, SchemaErrorHandler, Registries) - Static method in class org.apache.directory.api.ldap.model.schema.registries.helper.ObjectClassHelper
Inject the ObjectClass into the registries, updating the references to other SchemaObject
ADMIN_LIMIT_EXCEEDED - org.apache.directory.api.ldap.model.message.ResultCodeEnum
The server has reached some limit set by an administrative authority, and no partial results are available to return to the user [X511, Section 12.8].
ADMINISTRATIVE_ROLE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADMINISTRATIVE_ROLE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
AdministrativeRole - Enum in org.apache.directory.api.ldap.model.subtree
The Administrative roles
ADMINLIMITEXCEEDED - org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewResultCode
The admin limit has been exceeded
ADMINLIMITEXCEEDED - org.apache.directory.api.ldap.model.message.controls.SortResultCode
 
AdPolicyHints - Interface in org.apache.directory.api.ldap.extras.controls.ad
The AdPolicyHints control, an Active Directory control.
AdPolicyHintsContainer - Class in org.apache.directory.api.ldap.extras.controls.ad_impl
A container for the AdPolicyHints request control.
AdPolicyHintsContainer(Control) - Constructor for class org.apache.directory.api.ldap.extras.controls.ad_impl.AdPolicyHintsContainer
Creates a new AdPolicyHintsContainer instance
AdPolicyHintsFactory - Class in org.apache.directory.api.ldap.extras.controls.ad_impl
AdPolicyHintsFactory(LdapApiService) - Constructor for class org.apache.directory.api.ldap.extras.controls.ad_impl.AdPolicyHintsFactory
Creates a new instance of AdPolicyHintsFactory.
AdPolicyHintsGrammar - Class in org.apache.directory.api.ldap.extras.controls.ad_impl
The AdPolicyHints grammar
AdPolicyHintsImpl - Class in org.apache.directory.api.ldap.extras.controls.ad
Implementation of the AD PolicyHints control.
AdPolicyHintsImpl() - Constructor for class org.apache.directory.api.ldap.extras.controls.ad.AdPolicyHintsImpl
Creates an instance of AdPolicyHintsImpl
AdPolicyHintsStates - Enum in org.apache.directory.api.ldap.extras.controls.ad_impl
This class store the AdPolicyHints grammar constants.
ADS_DIRECTORY_SERVICE_ID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_DIRECTORY_SERVICE_ID_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_DS_REPLICA_ID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_DS_REPLICA_ID_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_REPL_ALIAS_DEREF_MODE - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_REPL_ALIAS_DEREF_MODE_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_REPL_ATTRIBUTES - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_REPL_ATTRIBUTES_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_REPL_CONSUMER - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_REPL_CONSUMER_ID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_REPL_CONSUMER_ID_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_REPL_CONSUMER_IMPL - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_REPL_CONSUMER_IMPL_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_REPL_CONSUMER_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_REPL_COOKIE - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_REPL_COOKIE_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_REPL_ENABLED - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_REPL_ENABLED_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_REPL_EVENT_LOG - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_REPL_EVENT_LOG_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_REPL_LAST_SENT_CSN - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_REPL_LAST_SENT_CSN_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_REPL_LOG_MAX_IDLE - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_REPL_LOG_MAX_IDLE_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_REPL_LOG_PURGE_THRESHOLD_COUNT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_REPL_LOG_PURGE_THRESHOLD_COUNT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_REPL_PROV_HOST_NAME - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_REPL_PROV_HOST_NAME_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_REPL_PROV_PORT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_REPL_PROV_PORT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_REPL_PROVIDER_ID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_REPL_PROVIDER_ID_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_REPL_REFRESH_INTERVAL - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_REPL_REFRESH_INTERVAL_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_REPL_REFRESH_N_PERSIST - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_REPL_REFRESH_N_PERSIST_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_REPL_REQ_HANDLER - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_REPL_REQ_HANDLER_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_REPL_SEARCH_FILTER - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_REPL_SEARCH_FILTER_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_REPL_SEARCH_SCOPE - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_REPL_SEARCH_SCOPE_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_REPL_SEARCH_SIZE_LIMIT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_REPL_SEARCH_SIZE_LIMIT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_REPL_SEARCH_TIMEOUT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_REPL_SEARCH_TIMEOUT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_REPL_STRICT_CERT_VALIDATION - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_REPL_STRICT_CERT_VALIDATION_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_REPL_USE_TLS - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_REPL_USE_TLS_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_REPL_USER_DN - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_REPL_USER_DN_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_REPL_USER_PASSWORD - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_REPL_USER_PASSWORD_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_SEARCH_BASE_DN - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADS_SEARCH_BASE_DN_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
AdShowDeleted - Interface in org.apache.directory.api.ldap.extras.controls.ad
The Active Directory Deleted control.
AdShowDeletedFactory - Class in org.apache.directory.api.ldap.extras.controls.ad_impl
A codec ControlFactory implementation for AdShowDeleted controls.
AdShowDeletedFactory(LdapApiService) - Constructor for class org.apache.directory.api.ldap.extras.controls.ad_impl.AdShowDeletedFactory
Creates a new instance of AdDeletedFactory.
AdShowDeletedImpl - Class in org.apache.directory.api.ldap.extras.controls.ad
The Active Directory Deleted control implementation.
AdShowDeletedImpl() - Constructor for class org.apache.directory.api.ldap.extras.controls.ad.AdShowDeletedImpl
Default constructor
AdShowDeletedImpl(boolean) - Constructor for class org.apache.directory.api.ldap.extras.controls.ad.AdShowDeletedImpl
Sets criticality when creating.
AFFECTS_MULTIPLE_DSAS - org.apache.directory.api.ldap.model.message.ResultCodeEnum
This error code should be returned to indicate that the operation could not be performed since it affects more than one DSA.
after(E) - Method in interface org.apache.directory.api.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.api.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.api.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.api.ldap.model.cursor.SetCursor
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.api.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(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 - Static variable in class org.apache.directory.api.ldap.trigger.ActionTime
The AFTER instance.
AFTER_INNER - org.apache.directory.api.ldap.model.cursor.CursorStateEnum
the Cursor is positioned just after an element but not on any element
AFTER_LAST - org.apache.directory.api.ldap.model.cursor.CursorStateEnum
the Cursor is positioned just after the last element
afterLast() - Method in interface org.apache.directory.api.ldap.model.cursor.Cursor
Positions this Cursor after the last element.
afterLast() - Method in class org.apache.directory.api.ldap.model.cursor.EmptyCursor
Positions this Cursor after the last element.
afterLast() - Method in class org.apache.directory.api.ldap.model.cursor.ListCursor
Positions this Cursor after the last element.
afterLast() - Method in class org.apache.directory.api.ldap.model.cursor.SetCursor
Positions this Cursor after the last element.
afterLast() - Method in class org.apache.directory.api.ldap.model.cursor.SingletonCursor
Positions this Cursor after the last element.
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.
ALIAS_DEREFERENCING_PROBLEM - org.apache.directory.api.ldap.model.message.ResultCodeEnum
An alias was encountered in a situation where it was not allowed or where access was denied [X511, Section 12.5].
ALIAS_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ALIAS_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ALIAS_PROBLEM - org.apache.directory.api.ldap.model.message.ResultCodeEnum
An alias has been dereferenced which names no object [X511, Section 12.5] Applicable operations: Search.
AliasDerefMode - Enum in org.apache.directory.api.ldap.model.message
Type-safe derefAliases search parameter enumeration which determines the mode of alias handling.
ALIASED_ENTRY_NAME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ALIASED_OBJECT_NAME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ALIASED_OBJECT_NAME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
aliasNamesMatch(SchemaObject, SchemaObject) - Static method in class org.apache.directory.api.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.api.ldap.model.constants.SchemaConstants
 
ALL_OPERATIONAL_ATTRIBUTES - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ALL_OPERATIONAL_ATTRIBUTES_ARRAY - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ALL_USER_ATTRIBUTE_TYPES - Static variable in class org.apache.directory.api.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.api.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.api.ldap.model.constants.SchemaConstants
 
ALL_USER_ATTRIBUTES_ARRAY - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ALL_USERS - Static variable in class org.apache.directory.api.ldap.aci.UserClass
Every directory user (with possible requirements for authenticationLevel).
allAttributeValues() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
allAttributeValues() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
AllAttributeValuesItem - Class in org.apache.directory.api.ldap.aci.protectedItem
All attribute value information pertaining to specific attributes.
AllAttributeValuesItem(Set<AttributeType>) - Constructor for class org.apache.directory.api.ldap.aci.protectedItem.AllAttributeValuesItem
Creates a new instance.
allComponentsUsed() - Method in class org.apache.directory.api.util.AbstractSimpleComponentsMonitor
Check if all components are used.
allComponentsUsed() - Method in interface org.apache.directory.api.util.ComponentsMonitor
Check if all components are used.
allComponentsUsed() - Method in class org.apache.directory.api.util.MandatoryAndOptionalComponentsMonitor
Check if all components are used.
AllowGrammarEnd - Class in org.apache.directory.api.ldap.codec.actions
The action used to indicate that the grammar can terminate after this action
AllowGrammarEnd() - Constructor for class org.apache.directory.api.ldap.codec.actions.AllowGrammarEnd
Instantiates a new value action.
allUserAttributeTypes() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
allUserAttributeTypes() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
allUserAttributeTypesAndValues() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
allUserAttributeTypesAndValues() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
AllUserAttributeTypesAndValuesItem - Class in org.apache.directory.api.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.api.ldap.aci.protectedItem.AllUserAttributeTypesAndValuesItem
 
AllUserAttributeTypesItem - Class in org.apache.directory.api.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.api.ldap.aci.protectedItem.AllUserAttributeTypesItem
 
allUsers() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
allUsers() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
ALPHA - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ALPHA - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ALPHA - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
 
ALPHA - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
ALPHA - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
ALPHA - Static variable in interface org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ALT_SERVER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ALT_SERVER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
aMaxValueCount() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
aMaxValueCount() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
and() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
and() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
and() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
and() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
and(FilterBuilder...) - Static method in class org.apache.directory.ldap.client.api.search.FilterBuilder
Returns a new FilterBuilder that will & together all of the supplied filters.
AND - org.apache.directory.api.ldap.model.filter.AssertionType
AND operator constant
AND - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
AND_FILTER_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
AND_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
AndFilter - Class in org.apache.directory.api.dsmlv2.request
And Filter Object to store the And filter.
AndFilter - Class in org.apache.directory.api.ldap.codec.search
And Filter Object to store the And filter.
AndFilter() - Constructor for class org.apache.directory.api.dsmlv2.request.AndFilter
 
AndFilter() - Constructor for class org.apache.directory.api.ldap.codec.search.AndFilter
The constructor.
AndFilter(int) - Constructor for class org.apache.directory.api.ldap.codec.search.AndFilter
The constructor.
AndNode - Class in org.apache.directory.api.ldap.model.filter
Node representing an AND connector in a filter operation
AndNode() - Constructor for class org.apache.directory.api.ldap.model.filter.AndNode
Creates an empty AndNode
AndNode(List<ExprNode>) - Constructor for class org.apache.directory.api.ldap.model.filter.AndNode
Creates a AndNode using a logical operator and a list of children.
AndNode(ExprNode...) - Constructor for class org.apache.directory.api.ldap.model.filter.AndNode
Creates a AndNode using a logical operator and a list of children.
AndRefinement - Class in org.apache.directory.api.ldap.model.subtree
A class holding a AND refinement, as defined in RFC 3672
AndRefinement(List<Refinement>) - Constructor for class org.apache.directory.api.ldap.model.subtree.AndRefinement
Creates a new instance of AndRefinement.
anonymize(String) - Method in class org.apache.directory.ldap.client.api.LdifAnonymizer
Anonymize a LDIF
anonymize(Map<Value, Value>, Set<Value>, Attribute) - Method in interface org.apache.directory.api.ldap.model.ldif.anonymizer.Anonymizer
Take an attribute and its value, anonymizing all of them.
anonymize(Map<Value, Value>, Set<Value>, Attribute) - Method in class org.apache.directory.api.ldap.model.ldif.anonymizer.BinaryAnonymizer
Anonymize an attribute using pure random values (either chars of bytes, depending on the Attribute type)
anonymize(Map<Value, Value>, Set<Value>, Attribute) - Method in class org.apache.directory.api.ldap.model.ldif.anonymizer.CaseSensitiveStringAnonymizer
Anonymize an attribute using pure random values (either chars of bytes, depending on the Attribute type)
anonymize(Map<Value, Value>, Set<Value>, Attribute) - Method in class org.apache.directory.api.ldap.model.ldif.anonymizer.IntegerAnonymizer
Anonymize an attribute using pure random values (either chars of bytes, depending on the Attribute type)
anonymize(Map<Value, Value>, Set<Value>, Attribute) - Method in class org.apache.directory.api.ldap.model.ldif.anonymizer.StringAnonymizer
Anonymize an attribute using pure random values (either chars of bytes, depending on the Attribute type)
anonymizeFile(String, Writer) - Method in class org.apache.directory.ldap.client.api.LdifAnonymizer
Anonymize a LDIF
Anonymizer<K> - Interface in org.apache.directory.api.ldap.model.ldif.anonymizer
An interface for Anonymizers.
ANONYMOUS - org.apache.directory.api.ldap.model.message.BindStatus
We are in Anonymous state.
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.LdapConnectionWrapper
Anonymous bind on a server.
anonymousBind() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Anonymous bind on a server.
anonymousBind() - Method in class org.apache.directory.ldap.client.api.MonitoringLdapConnection
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.api.ldap.aci
The antlr generated ACIItem checker.
AntlrACIItemChecker(ParserSharedInputState) - Constructor for class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
AntlrACIItemChecker(TokenBuffer) - Constructor for class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
AntlrACIItemChecker(TokenStream) - Constructor for class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
AntlrACIItemCheckerLexer - Class in org.apache.directory.api.ldap.aci
The parser's primary lexer.
AntlrACIItemCheckerLexer(InputBuffer) - Constructor for class org.apache.directory.api.ldap.aci.AntlrACIItemCheckerLexer
 
AntlrACIItemCheckerLexer(LexerSharedInputState) - Constructor for class org.apache.directory.api.ldap.aci.AntlrACIItemCheckerLexer
 
AntlrACIItemCheckerLexer(InputStream) - Constructor for class org.apache.directory.api.ldap.aci.AntlrACIItemCheckerLexer
 
AntlrACIItemCheckerLexer(Reader) - Constructor for class org.apache.directory.api.ldap.aci.AntlrACIItemCheckerLexer
 
AntlrACIItemCheckerTokenTypes - Interface in org.apache.directory.api.ldap.aci
 
AntlrACIItemLexer - Class in org.apache.directory.api.ldap.aci
The parser's primary lexer.
AntlrACIItemLexer(InputBuffer) - Constructor for class org.apache.directory.api.ldap.aci.AntlrACIItemLexer
 
AntlrACIItemLexer(LexerSharedInputState) - Constructor for class org.apache.directory.api.ldap.aci.AntlrACIItemLexer
 
AntlrACIItemLexer(InputStream) - Constructor for class org.apache.directory.api.ldap.aci.AntlrACIItemLexer
 
AntlrACIItemLexer(Reader) - Constructor for class org.apache.directory.api.ldap.aci.AntlrACIItemLexer
 
AntlrACIItemParser - Class in org.apache.directory.api.ldap.aci
The antlr generated ACIItem parser.
AntlrACIItemParser(ParserSharedInputState) - Constructor for class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
AntlrACIItemParser(TokenBuffer) - Constructor for class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
AntlrACIItemParser(TokenStream) - Constructor for class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
AntlrACIItemParserTokenTypes - Interface in org.apache.directory.api.ldap.aci
 
AntlrDnLexer - Class in org.apache.directory.api.ldap.model.name
An antlr generated Dn lexer.
AntlrDnLexer(InputBuffer) - Constructor for class org.apache.directory.api.ldap.model.name.AntlrDnLexer
 
AntlrDnLexer(LexerSharedInputState) - Constructor for class org.apache.directory.api.ldap.model.name.AntlrDnLexer
 
AntlrDnLexer(InputStream) - Constructor for class org.apache.directory.api.ldap.model.name.AntlrDnLexer
 
AntlrDnLexer(Reader) - Constructor for class org.apache.directory.api.ldap.model.name.AntlrDnLexer
 
AntlrDnParser - Class in org.apache.directory.api.ldap.model.name
An antlr generated Dn parser.
AntlrDnParser(ParserSharedInputState) - Constructor for class org.apache.directory.api.ldap.model.name.AntlrDnParser
 
AntlrDnParser(TokenBuffer) - Constructor for class org.apache.directory.api.ldap.model.name.AntlrDnParser
 
AntlrDnParser(TokenStream) - Constructor for class org.apache.directory.api.ldap.model.name.AntlrDnParser
 
AntlrDnTokenTypes - Interface in org.apache.directory.api.ldap.model.name
 
antlrSchemaConverterLexer - Class in org.apache.directory.api.ldap.schema.converter
 
antlrSchemaConverterLexer(InputBuffer) - Constructor for class org.apache.directory.api.ldap.schema.converter.antlrSchemaConverterLexer
 
antlrSchemaConverterLexer(LexerSharedInputState) - Constructor for class org.apache.directory.api.ldap.schema.converter.antlrSchemaConverterLexer
 
antlrSchemaConverterLexer(InputStream) - Constructor for class org.apache.directory.api.ldap.schema.converter.antlrSchemaConverterLexer
 
antlrSchemaConverterLexer(Reader) - Constructor for class org.apache.directory.api.ldap.schema.converter.antlrSchemaConverterLexer
 
antlrSchemaConverterParser - Class in org.apache.directory.api.ldap.schema.converter
 
antlrSchemaConverterParser(ParserSharedInputState) - Constructor for class org.apache.directory.api.ldap.schema.converter.antlrSchemaConverterParser
 
antlrSchemaConverterParser(TokenBuffer) - Constructor for class org.apache.directory.api.ldap.schema.converter.antlrSchemaConverterParser
 
antlrSchemaConverterParser(TokenStream) - Constructor for class org.apache.directory.api.ldap.schema.converter.antlrSchemaConverterParser
 
antlrSchemaTokenTypes - Interface in org.apache.directory.api.ldap.schema.converter
 
AntlrSubtreeSpecificationChecker - Class in org.apache.directory.api.ldap.model.subtree
The antlr generated subtree specification parser.
AntlrSubtreeSpecificationChecker(ParserSharedInputState) - Constructor for class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
AntlrSubtreeSpecificationChecker(TokenBuffer) - Constructor for class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
AntlrSubtreeSpecificationChecker(TokenStream) - Constructor for class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
AntlrSubtreeSpecificationCheckerLexer - Class in org.apache.directory.api.ldap.model.subtree
The parser's primary lexer.
AntlrSubtreeSpecificationCheckerLexer(InputBuffer) - Constructor for class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
 
AntlrSubtreeSpecificationCheckerLexer(LexerSharedInputState) - Constructor for class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
 
AntlrSubtreeSpecificationCheckerLexer(InputStream) - Constructor for class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
 
AntlrSubtreeSpecificationCheckerLexer(Reader) - Constructor for class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
 
AntlrSubtreeSpecificationCheckerTokenTypes - Interface in org.apache.directory.api.ldap.model.subtree
 
AntlrSubtreeSpecificationLexer - Class in org.apache.directory.api.ldap.model.subtree
The parser's primary lexer.
AntlrSubtreeSpecificationLexer(InputBuffer) - Constructor for class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationLexer
 
AntlrSubtreeSpecificationLexer(LexerSharedInputState) - Constructor for class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationLexer
 
AntlrSubtreeSpecificationLexer(InputStream) - Constructor for class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationLexer
 
AntlrSubtreeSpecificationLexer(Reader) - Constructor for class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationLexer
 
AntlrSubtreeSpecificationParser - Class in org.apache.directory.api.ldap.model.subtree
The antlr generated subtree specification parser.
AntlrSubtreeSpecificationParser(ParserSharedInputState) - Constructor for class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
AntlrSubtreeSpecificationParser(TokenBuffer) - Constructor for class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
AntlrSubtreeSpecificationParser(TokenStream) - Constructor for class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
AntlrSubtreeSpecificationParserTokenTypes - Interface in org.apache.directory.api.ldap.model.subtree
 
AntlrTriggerSpecificationLexer - Class in org.apache.directory.api.ldap.trigger
The parser's primary lexer.
AntlrTriggerSpecificationLexer(InputBuffer) - Constructor for class org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationLexer
 
AntlrTriggerSpecificationLexer(LexerSharedInputState) - Constructor for class org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationLexer
 
AntlrTriggerSpecificationLexer(InputStream) - Constructor for class org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationLexer
 
AntlrTriggerSpecificationLexer(Reader) - Constructor for class org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationLexer
 
AntlrTriggerSpecificationParser - Class in org.apache.directory.api.ldap.trigger
The ANTLR generated TriggerSpecification parser.
AntlrTriggerSpecificationParser(ParserSharedInputState) - Constructor for class org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParser
 
AntlrTriggerSpecificationParser(TokenBuffer) - Constructor for class org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParser
 
AntlrTriggerSpecificationParser(TokenStream) - Constructor for class org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParser
 
AntlrTriggerSpecificationParserTokenTypes - Interface in org.apache.directory.api.ldap.trigger
 
ANY - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
ANY_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
anyItemPermission() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
anyItemPermission() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
anyUserPermission() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
anyUserPermission() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
append(byte) - Method in class org.apache.directory.api.util.ExpansibleByteBuffer
Appends a byte to this buffer.
append(byte[]) - Method in class org.apache.directory.api.util.ExpansibleByteBuffer
Appends the bytes to this buffer.
append(char) - Method in class org.apache.directory.api.util.StringBuilderWriter
Append a single character to this Writer.
append(int) - Method in class org.apache.directory.api.util.ExpansibleByteBuffer
Appends an int to this buffer.
append(CharSequence) - Method in class org.apache.directory.api.util.StringBuilderWriter
Append a character sequence to this Writer.
append(CharSequence, int, int) - Method in class org.apache.directory.api.util.StringBuilderWriter
Append a portion of a character sequence to the StringBuilder.
APPLICATION_ENTITY_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
APPLICATION_ENTITY_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
APPLICATION_PROCESS_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
APPLICATION_PROCESS_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
apply(AttributeType) - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
Set the attribute type associated with this EntryAttribute.
apply(AttributeType) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Set the attribute type associated with this EntryAttribute.
apply(AttributeType) - Method in class org.apache.directory.api.ldap.model.entry.DefaultModification
Apply the AttributeType to the Modification
apply(AttributeType) - Method in interface org.apache.directory.api.ldap.model.entry.Modification
Apply the AttributeType to the Modification
applyModification(Entry, Modification) - Static method in class org.apache.directory.api.ldap.model.entry.AttributeUtils
A method to apply a modification to an existing entry.
APPROX_MATCH - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
APPROX_MATCH_FILTER - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
APPROX_MATCH_FILTER_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
APPROX_MATCH_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
APPROXIMATE - org.apache.directory.api.ldap.model.filter.AssertionType
approximate assertion node
approximatelyEqual(String, String) - Static method in class org.apache.directory.ldap.client.api.search.FilterBuilder
Returns a new FilterBuilder for testing the approximate equality of an attribute.
ApproximateNode<T> - Class in org.apache.directory.api.ldap.model.filter
A simple assertion value node.
ApproximateNode(String, byte[]) - Constructor for class org.apache.directory.api.ldap.model.filter.ApproximateNode
Creates a new ApproximateNode object.
ApproximateNode(String, String) - Constructor for class org.apache.directory.api.ldap.model.filter.ApproximateNode
Creates a new ApproximateNode object.
ApproximateNode(AttributeType, Value) - Constructor for class org.apache.directory.api.ldap.model.filter.ApproximateNode
Creates a new ApproximateNode object.
areEquals(byte[], int, byte[]) - Static method in class org.apache.directory.api.util.Strings
Check if a text is present at the current position in a buffer.
areEquals(byte[], int, String) - Static method in class org.apache.directory.api.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.api.util.Strings
Check if a text is present at the current position in a buffer.
areEquals(char[], int, char[], boolean) - Static method in class org.apache.directory.api.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.api.util.Strings
Check if a text is present at the current position in a buffer.
areEquals(char[], int, String, boolean) - Static method in class org.apache.directory.api.util.Strings
Check if a text is present at the current position in a buffer.
areEquals(String, int, String) - Static method in class org.apache.directory.api.util.Strings
Check if a text is present at the current position in another string.
asciiBytesToString(byte[]) - Static method in class org.apache.directory.api.util.Strings
Transform an array of ASCII bytes to a string. the byte array should contains only values in [0, 127].
asciiStringToByte(String) - Static method in class org.apache.directory.api.asn1.util.Asn1StringUtils
Transform a string to an array of ASCII bytes, where the byte array will contain only values in [0, 127].
Asn1Buffer - Class in org.apache.directory.api.asn1.util
A buffer used to store an encoding PDU.
Asn1Buffer() - Constructor for class org.apache.directory.api.asn1.util.Asn1Buffer
Creates a new Asn1Buffer instance
Asn1Buffer2 - Class in org.apache.directory.api.asn1.util
A buffer used to store an encoding PDU.
Asn1Buffer2() - Constructor for class org.apache.directory.api.asn1.util.Asn1Buffer2
Create a new instance of Asn1Buffer2
Asn1Container - Interface in org.apache.directory.api.asn1.ber
Every ASN1 container must implement this interface.
Asn1Decoder - Class in org.apache.directory.api.asn1.ber
A BER TLV Tag component decoder.
Asn1Object - Interface in org.apache.directory.api.asn1
An abstract class which implements basic TLV operations.
Asn1StringUtils - Class in org.apache.directory.api.asn1.util
Little helper class for the asn1 package.
assertCandidate(Entry) - Method in interface org.apache.directory.api.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.api.ldap.model.filter
A candidacy predicate which tests if an entry satisfies some condition before being returned by a search.
ASSERTION - org.apache.directory.api.ldap.model.filter.AssertionType
Predicate assertion node
ASSERTION - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
ASSERTION_VALUE_FILTER_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
ASSERTION_VALUE_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
ASSERTION_VALUE_TAG - org.apache.directory.api.ldap.extras.controls.vlv_impl.VirtualListViewerTags
greaterThanOrEqual [1]
AssertionNode - Class in org.apache.directory.api.ldap.model.filter
Node used for the application of arbitrary predicates on return candidates.
AssertionNode(Assertion) - Constructor for class org.apache.directory.api.ldap.model.filter.AssertionNode
Creates an AssertionNode using an arbitrary candidate assertion.
AssertionNode(Assertion, String) - Constructor for class org.apache.directory.api.ldap.model.filter.AssertionNode
Creates an AssertionNode using an arbitrary candidate assertion with a descriptions used for filter AST walker dumps.
AssertionType - Enum in org.apache.directory.api.ldap.model.filter
All the different kind of assertions.
ASSOCIATED_DOMAIN_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ASSOCIATED_DOMAIN_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ASSOCIATED_NAME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ASSOCIATED_NAME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
associateWithSchema(SchemaObject) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
Store the given SchemaObject in the Map associating SchemaObjetcs to their related Schema.
AT_CANNOT_SUBTYPE_COLLECTIVE_AT - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
Characterizing an AT sub-typing a Collective AT
AT_COLLECTIVE_CANNOT_BE_SINGLE_VALUED - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
Characterizing an AT which is collective and is single-valued
AT_COLLECTIVE_MUST_HAVE_USER_APPLICATIONS_USAGE - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
Characterizing an AT which is collective but does not have a 'userApplications' usage
AT_CYCLE_TYPE_HIERARCHY - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
Characterizing an AT containing a cycle in its type hierarchy
AT_DESC_STATE - org.apache.directory.api.ldap.codec.controls.sort.SortRequestStates
attributeType AttributeDescription transition
AT_DESC_STATE - org.apache.directory.api.ldap.codec.controls.sort.SortResponseStates
attributeType [0] AttributeDescription OPTIONAL transition
AT_MUST_HAVE_SAME_USAGE_THAN_SUPERIOR - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
Characterizing an AT which has a different usage than its superior
AT_NONEXISTENT_EQUALITY_MATCHING_RULE - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
Characterizing an AT with a nonexistent equality matching rule
AT_NONEXISTENT_ORDERING_MATCHING_RULE - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
Characterizing an AT with a nonexistent ordering matching rule
AT_NONEXISTENT_SUBSTRING_MATCHING_RULE - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
Characterizing an AT with a nonexistent substring matching rule
AT_NONEXISTENT_SUPERIOR - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
Characterizing an AT with a nonexistent superior
AT_NONEXISTENT_SYNTAX - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
Characterizing an AT with a nonexistent syntax
AT_SYNTAX_OR_SUPERIOR_REQUIRED - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
Characterizing an AT has no syntax and no superior
AT_USER_APPLICATIONS_USAGE_MUST_BE_USER_MODIFIABLE - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
Characterizing an AT which has a 'userApplications' usage but is not user modifiable
ATTR - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
Attribute - Interface in org.apache.directory.api.ldap.model.entry
A generic interface used to store the LDAP Attributes.
ATTRIBUTE - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
ATTRIBUTE_CERTIFICATE_ASSERTION_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ATTRIBUTE_DESC_FILTER_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
ATTRIBUTE_DESC_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
ATTRIBUTE_DESCRIPTION_LIST_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
ATTRIBUTE_DESCRIPTION_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
ATTRIBUTE_OR_VALUE_EXISTS - org.apache.directory.api.ldap.model.message.ResultCodeEnum
This error should be returned by the server if the value specified by the client already exists within the attribute.
ATTRIBUTE_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
ATTRIBUTE_TYPE - org.apache.directory.api.ldap.model.schema.SchemaObjectType
An AttributeType
ATTRIBUTE_TYPE - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ATTRIBUTE_TYPE_DESCRIPTION_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ATTRIBUTE_TYPE_TAG - Static variable in class org.apache.directory.api.ldap.codec.controls.sort.SortResponseFactory
ASN.1 BER tag for the AttriubteType
ATTRIBUTE_TYPE_USAGE_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ATTRIBUTE_TYPES_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ATTRIBUTE_TYPES_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ATTRIBUTE_TYPES_PATH - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ATTRIBUTE_VALUE - org.apache.directory.api.ldap.model.schema.PrepareString.AssertionType
An Attribute Value
ATTRIBUTE_VALUE_CANDIDATE - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ATTRIBUTE_VALUE_CANDIDATE - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ATTRIBUTE_VALUE_SR_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
ATTRIBUTE_VALUE_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
AttributeClassLoader - Class in org.apache.directory.api.ldap.schema.loader
A class loader that loads classes from an attribute within an entry.
AttributeClassLoader() - Constructor for class org.apache.directory.api.ldap.schema.loader.AttributeClassLoader
Instantiates a new attribute class loader.
ATTRIBUTES - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
ATTRIBUTES_SR_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
ATTRIBUTES_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
AttributesFactory - Class in org.apache.directory.api.ldap.model.schema
A factory that generates an entry using the meta schema for schema elements.
AttributesFactory() - Constructor for class org.apache.directory.api.ldap.model.schema.AttributesFactory
 
attributeType() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
attributeType() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
attributeType() - Method in class org.apache.directory.api.ldap.model.name.AntlrDnParser
RFC 4514 Section 3
attributeType() - Method in class org.apache.directory.api.ldap.schema.converter.antlrSchemaConverterParser
 
AttributeType - Class in org.apache.directory.api.ldap.model.schema
An attributeType specification. attributeType specifications describe the nature of attributes within the directory.
AttributeType(String) - Constructor for class org.apache.directory.api.ldap.model.schema.AttributeType
Creates a AttributeType object using a unique OID.
attributeTypeAndValue(SchemaManager, Rdn) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnParser
RFC 4514, Section 3
attributeTypeDesc(AttributeTypeHolder) - Method in class org.apache.directory.api.ldap.schema.converter.antlrSchemaConverterParser
 
AttributeTypeDescriptionSchemaParser - Class in org.apache.directory.api.ldap.model.schema.parsers
A parser for RFC 4512 attribute type descriptions.
AttributeTypeDescriptionSchemaParser() - Constructor for class org.apache.directory.api.ldap.model.schema.parsers.AttributeTypeDescriptionSchemaParser
Creates a schema parser instance.
AttributeTypeDescriptionSyntaxChecker - Class in org.apache.directory.api.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.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
AttributeTypeHelper - Class in org.apache.directory.api.ldap.model.schema.registries.helper
An helper class used to store all the methods associated with an AttributeType in relation with the Registries and SchemaManager.
AttributeTypeHolder - Class in org.apache.directory.api.ldap.schema.converter
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.api.ldap.schema.converter.AttributeTypeHolder
Create an instance of an attributeType
AttributeTypeItem - Class in org.apache.directory.api.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.api.ldap.aci.protectedItem.AttributeTypeItem
Creates a new instance.
AttributeTypeOptions - Class in org.apache.directory.api.ldap.model.schema
An structure containing a couple of attributeType and options.
AttributeTypeOptions(AttributeType) - Constructor for class org.apache.directory.api.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.api.ldap.model.schema.AttributeTypeOptions
Creates a new instance of AttributeTypeOptions, containing an attributeType, and options.
AttributeTypeRegistry - Interface in org.apache.directory.api.ldap.model.schema.registries
An AttributeType registry service interface.
attributeTypeSet() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
attributeTypeSet() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
attributeTypesMatch(AttributeType, AttributeType) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.ParserDescriptionUtils
Checks two schema attributeTypes for an exact match.
AttributeTypeUsageSyntaxChecker - Class in org.apache.directory.api.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.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
AttributeUtils - Class in org.apache.directory.api.ldap.model.entry
A set of utility fuctions for working with Attributes.
attributeValue() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
attributeValue() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
attributeValue(AntlrDnParser.UpAndNormValue) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnParser
RFC 4514, Section 3
AttributeValueAssertion - Class in org.apache.directory.api.dsmlv2.request
A class to store an attribute value assertion.
AttributeValueAssertion - Class in org.apache.directory.api.ldap.codec
A class to store an attribute value assertion.
AttributeValueAssertion() - Constructor for class org.apache.directory.api.dsmlv2.request.AttributeValueAssertion
 
AttributeValueAssertion() - Constructor for class org.apache.directory.api.ldap.codec.AttributeValueAssertion
 
AttributeValueAssertionFilter - Class in org.apache.directory.api.dsmlv2.request
Object to store the filter.
AttributeValueAssertionFilter - Class in org.apache.directory.api.ldap.codec.search
Object to store the filter.
AttributeValueAssertionFilter(int) - Constructor for class org.apache.directory.api.dsmlv2.request.AttributeValueAssertionFilter
The constructor.
AttributeValueAssertionFilter(int) - Constructor for class org.apache.directory.api.ldap.codec.search.AttributeValueAssertionFilter
The constructor.
AttributeValueAssertionFilter(int, int) - Constructor for class org.apache.directory.api.ldap.codec.search.AttributeValueAssertionFilter
The constructor.
AttributeValueItem - Class in org.apache.directory.api.ldap.aci.protectedItem
A specific value of specific attributes.
AttributeValueItem(Set<Attribute>) - Constructor for class org.apache.directory.api.ldap.aci.protectedItem.AttributeValueItem
Creates a new instance.
AUDIO_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
AUDIO_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
AUDIO_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
AudioSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is an Audio according to RFC 2252.
AudioSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
AUTH - org.apache.directory.api.ldap.model.constants.SaslQoP
Authentication only
AUTH_CONF - org.apache.directory.api.ldap.model.constants.SaslQoP
Authentication with integrity and privacy protection
AUTH_INT - org.apache.directory.api.ldap.model.constants.SaslQoP
Authentication with integrity protection
AUTH_METHOD_NOT_SUPPORTED - org.apache.directory.api.ldap.model.message.ResultCodeEnum
This error code should be returned if the client requests, in a Bind request, an authentication method which is not supported or recognized by the server.
AUTH_REQUEST - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
AUTH_REQUEST_CONTROL_END_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The </control> tag
AUTH_REQUEST_CONTROL_START_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The <control> tag
AUTH_REQUEST_CONTROLVALUE_END_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The </controlValue> tag
AUTH_REQUEST_CONTROLVALUE_START_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The <controlValue> tag
AUTH_REQUEST_START_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The <authRequest> tag
AUTH_RESPONSE - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
authenticate(String, String, SearchScope, char[]) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
Attempts to authenticate the supplied credentials against the first entry found matching the search criteria.
authenticate(String, String, SearchScope, char[]) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Attempts to authenticate the supplied credentials against the first entry found matching the search criteria.
authenticate(SearchRequest, char[]) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
Attempts to authenticate the supplied credentials against the first entry found matching the search criteria.
authenticate(SearchRequest, char[]) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Attempts to authenticate the supplied credentials against the first entry found matching the search criteria.
authenticate(Dn, char[]) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
Attempts to authenticate the supplied credentials.
authenticate(Dn, char[]) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Attempts to authenticate the supplied credentials.
authenticate(Dn, String, SearchScope, char[]) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
Attempts to authenticate the supplied credentials against the first entry found matching the search criteria.
authenticate(Dn, String, SearchScope, char[]) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Attempts to authenticate the supplied credentials against the first entry found matching the search criteria.
AUTHENTICATED - org.apache.directory.api.ldap.model.message.BindStatus
The user has been authenticated
AUTHENTICATION_FAILED - org.apache.directory.api.dsmlv2.response.ErrorResponse.ErrorResponseType
Authentication failed error response type.
authenticationLevel() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
authenticationLevel() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
AuthenticationLevel - Enum in org.apache.directory.api.ldap.model.constants
An enumeration that represents the level of authentication.
AUTHORITY_REVOCATION_LIST_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
AUTHORITY_REVOCATION_LIST_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
AUTOMOUNT_INFORMATION_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
AUTOMOUNT_INFORMATION_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
AUTOMOUNT_MAP_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
AUTOMOUNT_MAP_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
AUTOMOUNT_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
AUTOMOUNT_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
AUTONOMOUS_AREA - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
AUTONOMOUS_AREA_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
AutonomousArea - org.apache.directory.api.ldap.model.subtree.AdministrativeRole
The AutonomousArea role
AUXILIARY - org.apache.directory.api.ldap.model.schema.ObjectClassTypeEnum
The enumeration constant value for the auxillary objectClasses
AUXILIARY_VAL - Static variable in enum org.apache.directory.api.ldap.model.schema.ObjectClassTypeEnum
The int constant value for the auxillary objectClasses
Ava - Class in org.apache.directory.api.ldap.model.name
A Attribute Type And Value, which is the basis of all Rdn.
Ava() - Constructor for class org.apache.directory.api.ldap.model.name.Ava
Constructs an empty Ava
Ava(String, byte[]) - Constructor for class org.apache.directory.api.ldap.model.name.Ava
Construct an Ava containing a binary value.
Ava(String, String) - Constructor for class org.apache.directory.api.ldap.model.name.Ava
Construct an Ava with a String value.
Ava(SchemaManager) - Constructor for class org.apache.directory.api.ldap.model.name.Ava
Constructs an empty schema aware Ava.
Ava(SchemaManager, String, byte[]) - Constructor for class org.apache.directory.api.ldap.model.name.Ava
Construct a schema aware Ava containing a binary value.
Ava(SchemaManager, String, String) - Constructor for class org.apache.directory.api.ldap.model.name.Ava
Construct a schema aware Ava with a String value.
Ava(SchemaManager, String, String, byte[]) - Constructor for class org.apache.directory.api.ldap.model.name.Ava
Construct a schema aware Ava containing a binary value.
Ava(SchemaManager, String, String, String) - Constructor for class org.apache.directory.api.ldap.model.name.Ava
Construct a schema aware Ava with a String value.
Ava(SchemaManager, Ava) - Constructor for class org.apache.directory.api.ldap.model.name.Ava
Constructs new Ava using the provided SchemaManager and AVA
AVA_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
available() - Method in interface org.apache.directory.api.ldap.model.cursor.Cursor
Determines whether or not a call to get() will succeed.
available() - Method in class org.apache.directory.api.ldap.model.cursor.EmptyCursor
Determines whether or not a call to get() will succeed.
available() - Method in class org.apache.directory.api.ldap.model.cursor.ListCursor
Determines whether or not a call to get() will succeed.
available() - Method in class org.apache.directory.api.ldap.model.cursor.SetCursor
Determines whether or not a call to get() will succeed.
available() - Method in class org.apache.directory.api.ldap.model.cursor.SingletonCursor
Determines whether or not a call to get() will succeed.
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.

B

BASE_OBJECT - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
BASE_OBJECT_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
Base64 - Class in org.apache.directory.api.util
Encoding and decoding of Base64 characters to and from raw bytes.
BASE64BINARY - Static variable in class org.apache.directory.api.dsmlv2.ParserUtils
Base-64 identifier.
base64Encode(Object) - Static method in class org.apache.directory.api.dsmlv2.ParserUtils
Encodes the value as a Base64 String
baseDistance() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
baseDistance() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
baseDistance() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
baseDistance() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
BaseSubtreeSpecification - Class in org.apache.directory.api.ldap.model.subtree
A simple implementation of the SubtreeSpecification interface.
BaseSubtreeSpecification() - Constructor for class org.apache.directory.api.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.api.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.api.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.api.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.api.ldap.model.subtree.BaseSubtreeSpecification
Creates a subtree which may be a refinement filter where all aspects of the specification can be set.
BasicControlDecorator - Class in org.apache.directory.api.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.api.ldap.codec.BasicControlDecorator
Creates a new instance of BasicControlDecorator, decorating a Control.
BATCH_REQUEST - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
BATCH_RESPONSE - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
BATCH_RESPONSE_LOOP - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The Batch Response Loop state
BATCHREQUEST_END_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The </batchRequest> tag
BATCHREQUEST_LOOP - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The BatchRequest loop
BATCHREQUEST_START_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The <batchRequest> tag
BatchRequestDsml - Class in org.apache.directory.api.dsmlv2.request
This class represents the Batch Request.
BatchRequestDsml() - Constructor for class org.apache.directory.api.dsmlv2.request.BatchRequestDsml
Creates a new instance of BatchResponseDsml.
BatchRequestDsml.OnError - Enum in org.apache.directory.api.dsmlv2.request
This enum represents the different types of on error handling for a BatchRequest
BatchRequestDsml.Processing - Enum in org.apache.directory.api.dsmlv2.request
This enum represents the different types of processing for a Batch Request
BatchRequestDsml.ResponseOrder - Enum in org.apache.directory.api.dsmlv2.request
This enum represents the different types of response order for a Batch Request
BatchResponseDsml - Class in org.apache.directory.api.dsmlv2.response
This class represents the Batch Response.
BatchResponseDsml() - Constructor for class org.apache.directory.api.dsmlv2.response.BatchResponseDsml
Creates a new instance of BatchResponseDsml.
BCrypt - Class in org.apache.directory.api.ldap.model.password
BCrypt implements OpenBSD-style Blowfish password hashing using the scheme described in "A Future-Adaptable Password Scheme" by Niels Provos and David Mazieres.
BCrypt() - Constructor for class org.apache.directory.api.ldap.model.password.BCrypt
 
before(E) - Method in interface org.apache.directory.api.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.api.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.api.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.api.ldap.model.cursor.SetCursor
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.api.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.
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_FIRST - org.apache.directory.api.ldap.model.cursor.CursorStateEnum
the Cursor is positioned just before the first element
BEFORE_INNER - org.apache.directory.api.ldap.model.cursor.CursorStateEnum
the Cursor is positioned just before an element but not on any element
beforeFirst() - Method in interface org.apache.directory.api.ldap.model.cursor.Cursor
Positions this Cursor before the first element.
beforeFirst() - Method in class org.apache.directory.api.ldap.model.cursor.EmptyCursor
Positions this Cursor before the first element.
beforeFirst() - Method in class org.apache.directory.api.ldap.model.cursor.ListCursor
Positions this Cursor before the first element.
beforeFirst() - Method in class org.apache.directory.api.ldap.model.cursor.SetCursor
Positions this Cursor before the first element.
beforeFirst() - Method in class org.apache.directory.api.ldap.model.cursor.SingletonCursor
Positions this Cursor before the first element.
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.
BerValue - Class in org.apache.directory.api.asn1.ber.tlv
This class stores the data decoded from a TLV.
BerValue() - Constructor for class org.apache.directory.api.asn1.ber.tlv.BerValue
The default constructor.
BerValue(byte[]) - Constructor for class org.apache.directory.api.asn1.ber.tlv.BerValue
Creates a new Value from a byte[]
BIG_INTEGER_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
BIG_INTEGER_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
BINARY_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
BinaryAnonymizer - Class in org.apache.directory.api.ldap.model.ldif.anonymizer
A default anonymizer for attributes that are not HR
BinaryAnonymizer() - Constructor for class org.apache.directory.api.ldap.model.ldif.anonymizer.BinaryAnonymizer
Creates a new instance of BinaryAnonymizer.
BinaryAnonymizer(Map<Integer, byte[]>) - Constructor for class org.apache.directory.api.ldap.model.ldif.anonymizer.BinaryAnonymizer
Creates a new instance of BinaryAnonymizer.
BinaryAttributeDetector - Interface in org.apache.directory.api.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.api.ldap.model.schema.syntaxCheckers
A binary value (universal value acceptor) syntax checker.
BinarySyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
bind() - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Bind on a server, using the LdapConnectionConfig information of this connection.
bind() - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
Bind on a server, using the LdapConnectionConfig information of this connection.
bind() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Bind on a server, using the LdapConnectionConfig information of this connection.
bind() - Method in class org.apache.directory.ldap.client.api.MonitoringLdapConnection
Bind on a server, using the LdapConnectionConfig information of this connection.
bind(String) - Method in class org.apache.directory.ldap.client.api.AbstractLdapConnection
Unauthenticated authentication bind on a server.
bind(String) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Unauthenticated authentication bind on a server.
bind(String) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
Unauthenticated authentication bind on a server.
bind(String) - Method in class org.apache.directory.ldap.client.api.MonitoringLdapConnection
Unauthenticated authentication bind on a server.
bind(String, String) - Method in class org.apache.directory.ldap.client.api.AbstractLdapConnection
Simple bind on a server.
bind(String, String) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Simple bind on a server.
bind(String, String) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
Simple bind on a server.
bind(String, String) - Method in class org.apache.directory.ldap.client.api.MonitoringLdapConnection
Simple bind on a server.
bind(BindRequest) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Bind to the server using a bind request object.
bind(BindRequest) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
Bind to the server using a bind request object.
bind(BindRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Bind to the server using a bind request object.
bind(BindRequest) - Method in class org.apache.directory.ldap.client.api.MonitoringLdapConnection
Bind to the server using a bind request object.
bind(Dn) - Method in class org.apache.directory.ldap.client.api.AbstractLdapConnection
Unauthenticated authentication bind on a server.
bind(Dn) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Unauthenticated authentication bind on a server.
bind(Dn) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
Unauthenticated authentication bind on a server.
bind(Dn) - Method in class org.apache.directory.ldap.client.api.MonitoringLdapConnection
Unauthenticated authentication bind on a server.
bind(Dn, String) - Method in class org.apache.directory.ldap.client.api.AbstractLdapConnection
Simple bind on a server.
bind(Dn, String) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Simple bind on a server.
bind(Dn, String) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
Simple bind on a server.
bind(Dn, String) - Method in class org.apache.directory.ldap.client.api.MonitoringLdapConnection
Simple bind on a server.
bind(SaslCramMd5Request) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Bind to the server using a CramMd5Request object.
bind(SaslDigestMd5Request) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Bind to the server using a DigestMd5Request object.
bind(SaslExternalRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Bind to the server using a SaslExternalRequest object.
bind(SaslGssApiRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Bind to the server using a GssApiRequest object.
bind(SaslRequest) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
SASL Bind to the server using a SASL request object.
bind(SaslRequest) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
SASL Bind to the server using a SASL request object.
bind(SaslRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Bind to the server using a SaslRequest object.
BIND_REQUEST - org.apache.directory.api.ldap.model.message.MessageTypeEnum
The BindRequest message
BIND_REQUEST_SASL_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
BIND_REQUEST_SIMPLE_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
BIND_REQUEST_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
BIND_REQUEST_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
BIND_RESPONSE - org.apache.directory.api.ldap.model.message.MessageTypeEnum
The BindResponse message
BIND_RESPONSE_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
BIND_RESPONSE_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
bindAsync() - Method in interface org.apache.directory.ldap.client.api.LdapAsyncConnection
Asynchronous Bind on a server, using the LdapConnectionConfig informations.
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 interface org.apache.directory.ldap.client.api.LdapAsyncConnection
Simple asynchronous Bind on a server.
bindAsync(String, String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
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(BindRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Do an asynchronous bind, based on a BindRequest.
bindAsync(Dn) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Asynchronous unauthenticated authentication Bind on a server.
bindAsync(Dn, String) - Method in interface org.apache.directory.ldap.client.api.LdapAsyncConnection
Simple asynchronous Bind on a server.
bindAsync(Dn, String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Simple asynchronous Bind on a server.
bindAsync(SaslGssApiRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Do an asynchronous bind, based on a GssApiRequest.
bindAsync(SaslRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Do an asynchronous bind, based on a SaslPlainRequest.
bindCalled() - Method in class org.apache.directory.ldap.client.api.MonitoringLdapConnection
 
bindConnection(LdapConnection) - Method in class org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory
Issues a bind request on the supplied connection using the name and credentials from the LdapConnectionConfg supplied to the constructor.
bindConnection(LdapConnection) - Method in interface org.apache.directory.ldap.client.api.LdapConnectionFactory
Issues a bind request on the supplied connection using the name and credentials from the LdapConnectionConfg supplied to the constructor.
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.api.ldap.model.message.extended
An extended operation intended for notifying clients of upcoming disconnection for the Bind response.
BindRequest - Interface in org.apache.directory.api.ldap.model.message
Bind protocol operation request which authenticates and begins a client session.
BindRequestDsml - Class in org.apache.directory.api.dsmlv2.request
DSML Decorator for BindRequest
BindRequestDsml(LdapApiService) - Constructor for class org.apache.directory.api.dsmlv2.request.BindRequestDsml
Creates a new getDecoratedMessage() of AuthRequestDsml.
BindRequestDsml(LdapApiService, BindRequest) - Constructor for class org.apache.directory.api.dsmlv2.request.BindRequestDsml
Creates a new getDecoratedMessage() of AuthRequestDsml.
BindRequestFactory - Class in org.apache.directory.api.ldap.codec.factory
The BindRequest factory.
BindRequestImpl - Class in org.apache.directory.api.ldap.model.message
Bind protocol operation request which authenticates and begins a client session.
BindRequestImpl() - Constructor for class org.apache.directory.api.ldap.model.message.BindRequestImpl
Creates an BindRequest implementation to bind to an LDAP server.
BindResponse - Interface in org.apache.directory.api.ldap.model.message
Bind protocol response message used to confirm the results of a bind request message.
BindResponseDsml - Class in org.apache.directory.api.dsmlv2.response
DSML Decorator for AuthResponse
BindResponseDsml(LdapApiService) - Constructor for class org.apache.directory.api.dsmlv2.response.BindResponseDsml
Creates a new getDecoratedMessage() of AuthResponseDsml.
BindResponseDsml(LdapApiService, BindResponse) - Constructor for class org.apache.directory.api.dsmlv2.response.BindResponseDsml
Creates a new getDecoratedMessage() of AuthResponseDsml.
BindResponseFactory - Class in org.apache.directory.api.ldap.codec.factory
The BindResponse factory.
BindResponseImpl - Class in org.apache.directory.api.ldap.model.message
BindResponse implementation.
BindResponseImpl() - Constructor for class org.apache.directory.api.ldap.model.message.BindResponseImpl
Creates a BindResponse as a reply to an BindRequest.
BindResponseImpl(int) - Constructor for class org.apache.directory.api.ldap.model.message.BindResponseImpl
Creates a BindResponse as a reply to an BindRequest.
bindSasl(SaslRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Process the SASL Bind.
bindSaslCramMd5(String, String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Bind to the server using the SASL CRAM-MD5 mechanism.
bindSaslDigestMd5(String, String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Bind to the server using the SASL DIGEST-MD5 mechanism.
bindSaslPlain(String, String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
SASL PLAIN Bind on a server.
bindSaslPlain(String, String, String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
SASL PLAIN Bind on a server.
BindStatus - Enum in org.apache.directory.api.ldap.model.message
An enum used to store the BindRequest state.
BIT_STRING - org.apache.directory.api.asn1.ber.tlv.UniversalTag
value for the tag
BIT_STRING_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
BIT_STRING_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
BIT_STRING_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
BitString - Class in org.apache.directory.api.asn1.util
Implement the Bit String primitive type.
BitString(byte[]) - Constructor for class org.apache.directory.api.asn1.util.BitString
Creates a BitString from a byte[].
BitString(int) - Constructor for class org.apache.directory.api.asn1.util.BitString
Creates a BitString with a specific length (length is the number of bits).
BitStringComparator - Class in org.apache.directory.api.ldap.model.schema.comparators
A class for the bitStringMatch matchingRule (RFC 4517, par. 4.2.1)
BitStringComparator(String) - Constructor for class org.apache.directory.api.ldap.model.schema.comparators.BitStringComparator
The BitStringComparator constructor.
BitStringSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a Boolean according to RFC 4517.
BitStringSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
BMP_STRING - org.apache.directory.api.asn1.ber.tlv.UniversalTag
value for the tag
BODY - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
BOOLEAN - org.apache.directory.api.asn1.ber.tlv.UniversalTag
value for the tag
BOOLEAN_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
BOOLEAN_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
BOOLEAN_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
BooleanComparator - Class in org.apache.directory.api.ldap.model.schema.comparators
A class for the BooleanComparator matchingRule (RFC 4517, par. 4.2.2)
BooleanComparator(String) - Constructor for class org.apache.directory.api.ldap.model.schema.comparators.BooleanComparator
The BooleanComparator constructor.
BooleanDecoder - Class in org.apache.directory.api.asn1.ber.tlv
Parse and decode a Boolean value.
BooleanDecoderException - Exception in org.apache.directory.api.asn1.ber.tlv
Thrown when a BooleanDecoder has encountered a failure condition during a decode.
BooleanDecoderException(String) - Constructor for exception org.apache.directory.api.asn1.ber.tlv.BooleanDecoderException
Creates a BooleanDecoderException
BooleanNormalizer - Class in org.apache.directory.api.ldap.model.schema.normalizers
Normalizer for boolean values.
BooleanNormalizer() - Constructor for class org.apache.directory.api.ldap.model.schema.normalizers.BooleanNormalizer
Creates a new instance of BooleanNormalizer.
BooleanSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a Boolean according to RFC 4517.
BooleanSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
BOOT_FILE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
BOOT_FILE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
BOOT_PARAMETER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
BOOT_PARAMETER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
BOOT_PARAMETER_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
BOOTABLE_DEVICE_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
BOOTABLE_DEVICE_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
BootParameterSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a BootParameter according to RFC 2307 :
BootParameterSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
BranchNode - Class in org.apache.directory.api.ldap.model.filter
Node representing branches within the expression tree corresponding to logical operators within the filter expression.
BranchNormalizedVisitor - Class in org.apache.directory.api.ldap.model.filter
Visitor which traverses a filter tree while normalizing the branch node order.
BranchNormalizedVisitor() - Constructor for class org.apache.directory.api.ldap.model.filter.BranchNormalizedVisitor
 
BROWSE - org.apache.directory.api.ldap.aci.MicroOperation
The Browse permission, may be used only in conjunction with the entry component.
buffer() - Method in class org.apache.directory.api.util.ExpansibleByteBuffer
Get's the bytes, the backing store for this buffer.
build() - Method in class org.apache.directory.api.ldap.aci.ACIItemSyntaxChecker.Builder
Create a new instance of ACIItemSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.SyntaxChecker.SCBuilder
 
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.AccessPointSyntaxChecker.Builder
Create a new instance of AccessPointSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.AttributeTypeDescriptionSyntaxChecker.Builder
Create a new instance of AttributeTypeDescriptionSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.AttributeTypeUsageSyntaxChecker.Builder
Create a new instance of AttributeTypeUsageSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.AudioSyntaxChecker.Builder
Create a new instance of AudioSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.BinarySyntaxChecker.Builder
Create a new instance of BinarySyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.BitStringSyntaxChecker.Builder
Create a new instance of BitStringSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.BooleanSyntaxChecker.Builder
Create a new instance of BooleanSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.BootParameterSyntaxChecker.Builder
Create a new instance of BootParameterSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CertificateListSyntaxChecker.Builder
Create a new instance of CertificateListSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CertificatePairSyntaxChecker.Builder
Create a new instance of CertificatePairSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CertificateSyntaxChecker.Builder
Create a new instance of CertificateSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.ComparatorSyntaxChecker.Builder
Create a new instance of ComparatorSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CountrySyntaxChecker.Builder
Create a new instance of CountrySyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CsnSidSyntaxChecker.Builder
Create a new instance of CsnSidSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CsnSyntaxChecker.Builder
Create a new instance of CsnSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DataQualitySyntaxSyntaxChecker.Builder
Create a new instance of DataQualitySyntaxSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DeliveryMethodSyntaxChecker.Builder
Create a new instance of DeliveryMethodSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DerefAliasSyntaxChecker.Builder
Create a new instance of DerefAliasSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DirectoryStringSyntaxChecker.Builder
Create a new instance of DirectoryStringSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DitContentRuleDescriptionSyntaxChecker.Builder
Create a new instance of DitContentRuleDescriptionSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DitStructureRuleDescriptionSyntaxChecker.Builder
Create a new instance of DitStructureRuleDescriptionSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DlSubmitPermissionSyntaxChecker.Builder
Create a new instance of DlSubmitPermissionSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DnSyntaxChecker.Builder
Create a new instance of DnSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DsaQualitySyntaxSyntaxChecker.Builder
Create a new instance of DsaQualitySyntaxSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DseTypeSyntaxChecker.Builder
Create a new instance of DseTypeSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.EnhancedGuideSyntaxChecker.Builder
Create a new instance of EnhancedGuideSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.FacsimileTelephoneNumberSyntaxChecker.Builder
Create a new instance of FacsimileTelephoneNumberSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.FaxSyntaxChecker.Builder
Create a new instance of FaxSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.GeneralizedTimeSyntaxChecker.Builder
Create a new instance of GeneralizedTimeSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.GuideSyntaxChecker.Builder
Create a new instance of GuideSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.Ia5StringSyntaxChecker.Builder
Create a new instance of Ia5StringSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.IntegerSyntaxChecker.Builder
Create a new instance of IntegerSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.JavaByteSyntaxChecker.Builder
Create a new instance of JavaByteSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.JavaIntegerSyntaxChecker.Builder
Create a new instance of JavaIntegerSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.JavaLongSyntaxChecker.Builder
Create a new instance of JavaLongSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.JavaShortSyntaxChecker.Builder
Create a new instance of JavaShortSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.JpegSyntaxChecker.Builder
Create a new instance of JpegSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.LdapSyntaxDescriptionSyntaxChecker.Builder
Create a new instance of LdapSyntaxDescriptionSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.MailPreferenceSyntaxChecker.Builder
Create a new instance of MailPreferenceSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.MasterAndShadowAccessPointSyntaxChecker.Builder
Create a new instance of MasterAndShadowAccessPointSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.MatchingRuleDescriptionSyntaxChecker.Builder
Create a new instance of MatchingRuleDescriptionSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.MatchingRuleUseDescriptionSyntaxChecker.Builder
Create a new instance of MatchingRuleUseDescriptionSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.MhsOrAddressSyntaxChecker.Builder
Create a new instance of MhsOrAddressSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NameAndOptionalUIDSyntaxChecker.Builder
Create a new instance of NameAndOptionalUIDSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NameFormDescriptionSyntaxChecker.Builder
Create a new instance of NameFormDescriptionSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NisNetgroupTripleSyntaxChecker.Builder
Create a new instance of NisNetgroupTripleSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NormalizerSyntaxChecker.Builder
Create a new instance of NormalizerSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NumberSyntaxChecker.Builder
Create a new instance of NumberSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NumericOidSyntaxChecker.Builder
Create a new instance of NumericOidSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NumericStringSyntaxChecker.Builder
Create a new instance of NumericStringSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.ObjectClassDescriptionSyntaxChecker.Builder
Create a new instance of ObjectClassDescriptionSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.ObjectClassTypeSyntaxChecker.Builder
Create a new instance of ObjectClassTypeSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.ObjectNameSyntaxChecker.Builder
Create a new instance of ObjectNameSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OctetStringSyntaxChecker.Builder
Create a new instance of OctetStringSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OidLenSyntaxChecker.Builder
Create a new instance of OidLenSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OidSyntaxChecker.Builder
Create a new instance of OidSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OtherMailboxSyntaxChecker.Builder
Create a new instance of OtherMailboxSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.PostalAddressSyntaxChecker.Builder
Create a new instance of PostalAddressSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.PresentationAddressSyntaxChecker.Builder
Create a new instance of PresentationAddressSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.PrintableStringSyntaxChecker.Builder
Create a new instance of PrintableStringSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.ProtocolInformationSyntaxChecker.Builder
Create a new instance of ProtocolInformationSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.RegexSyntaxChecker.Builder
Create a new instance of RegexSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SearchScopeSyntaxChecker.Builder
Create a new instance of SearchScopeSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SubstringAssertionSyntaxChecker.Builder
Create a new instance of SubstringAssertionSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SubtreeSpecificationSyntaxChecker.Builder
Create a new instance of SubtreeSpecificationSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SupplierAndConsumerSyntaxChecker.Builder
Create a new instance of SupplierAndConsumerSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SupplierInformationSyntaxChecker.Builder
Create a new instance of SupplierInformationSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SupplierOrConsumerSyntaxChecker.Builder
Create a new instance of SupplierOrConsumerSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SupportedAlgorithmSyntaxChecker.Builder
Create a new instance of SupportedAlgorithmSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SyntaxCheckerSyntaxChecker.Builder
Create a new instance of SyntaxCheckerSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.TelephoneNumberSyntaxChecker.Builder
Create a new instance of TelephoneNumberSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.TeletexTerminalIdentifierSyntaxChecker.Builder
Create a new instance of TeletexTerminalIdentifierSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.TelexNumberSyntaxChecker.Builder
Create a new instance of TelexNumberSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.UtcTimeSyntaxChecker.Builder
Create a new instance of UtcTimeSyntaxChecker
build() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.UuidSyntaxChecker.Builder
Create a new instance of UuidSyntaxChecker
builder() - Static method in class org.apache.directory.api.ldap.aci.ACIItemSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.AccessPointSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.AttributeTypeDescriptionSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.AttributeTypeUsageSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.AudioSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.BinarySyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.BitStringSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.BooleanSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.BootParameterSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CertificateListSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CertificatePairSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CertificateSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.ComparatorSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CountrySyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CsnSidSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CsnSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DataQualitySyntaxSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DeliveryMethodSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DerefAliasSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DirectoryStringSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DitContentRuleDescriptionSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DitStructureRuleDescriptionSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DlSubmitPermissionSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DnSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DsaQualitySyntaxSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DseTypeSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.EnhancedGuideSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.FacsimileTelephoneNumberSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.FaxSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.GeneralizedTimeSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.GuideSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.Ia5StringSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.IntegerSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.JavaByteSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.JavaIntegerSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.JavaLongSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.JavaShortSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.JpegSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.LdapSyntaxDescriptionSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.MailPreferenceSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.MasterAndShadowAccessPointSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.MatchingRuleDescriptionSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.MatchingRuleUseDescriptionSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.MhsOrAddressSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NameAndOptionalUIDSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NameFormDescriptionSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NisNetgroupTripleSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NormalizerSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NumberSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NumericOidSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NumericStringSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.ObjectClassDescriptionSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.ObjectClassTypeSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.ObjectNameSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OctetStringSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OidLenSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OidSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OtherMailboxSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.PostalAddressSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.PresentationAddressSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.PrintableStringSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.ProtocolInformationSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.RegexSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SearchScopeSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SubstringAssertionSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SubtreeSpecificationSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SupplierAndConsumerSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SupplierInformationSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SupplierOrConsumerSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SupportedAlgorithmSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SyntaxCheckerSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.TelephoneNumberSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.TeletexTerminalIdentifierSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.TelexNumberSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.UtcTimeSyntaxChecker
 
builder() - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.UuidSyntaxChecker
 
BUILDING_NAME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
BUILDING_NAME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
buildReference(SchemaObject) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
Build the SchemaObject references
buildReferences() - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
Build the usedBy and using references from the stored elements.
buildRequest(T) - Method in interface org.apache.directory.ldap.client.template.RequestBuilder
Modifies the provided request adding specific information to it.
BUSINESS_CATEGORY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
BUSINESS_CATEGORY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
BUSY - org.apache.directory.api.ldap.model.message.controls.SortResultCode
 
BUSY - org.apache.directory.api.ldap.model.message.ResultCodeEnum
This error code may be returned if the server is unable to process the client's request at this time.
BY_OFFSET_TAG - org.apache.directory.api.ldap.extras.controls.vlv_impl.VirtualListViewerTags
byOffset [0]
ByteArrayComparator - Class in org.apache.directory.api.ldap.model.schema.comparators
A comparator for byte[]s.
ByteArrayComparator(String) - Constructor for class org.apache.directory.api.ldap.model.schema.comparators.ByteArrayComparator
The ByteArrayComparator constructor.
byteAt(byte[], int) - Static method in class org.apache.directory.api.util.Strings
Get the byte at a given position in a byte array, checking for limits
BYTES - Static variable in class org.apache.directory.api.ldap.codec.api.SaslFilter
A session attribute key that holds the received bytes of partially received SASL message.
bytesToChar(byte[]) - Static method in class org.apache.directory.api.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.api.util.Unicode
Return the Unicode char which is coded in the bytes at the given position.
byteToString(byte) - Static method in class org.apache.directory.api.util.Strings
Helper function that dump a byte as a double digit value

C

C_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
C_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
C_FACSIMILE_TELEPHONE_NUMBER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
C_FACSIMILE_TELEPHONE_NUMBER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
C_INTERNATIONAL_ISDN_NUMBER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
C_INTERNATIONAL_ISDN_NUMBER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
C_L_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
C_L_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
C_O_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
C_O_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
C_OU_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
C_OU_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
C_PHYSICAL_DELIVERY_OFFICE_NAME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
C_PHYSICAL_DELIVERY_OFFICE_NAME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
C_POSTAL_ADDRESS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
C_POSTAL_ADDRESS_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
C_POSTALCODE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
C_POSTALCODE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
C_POSTOFFICEBOX_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
C_POSTOFFICEBOX_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
C_ST_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
C_ST_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
C_STREET_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
C_STREET_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
C_TELEPHONE_NUMBER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
C_TELEPHONE_NUMBER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
C_TELEX_NUMBER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
C_TELEX_NUMBER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CA_CERTIFICATE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CA_CERTIFICATE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
callStoredProcedure(LdapContext, String, Object[]) - Static method in class org.apache.directory.api.ldap.sp.JavaStoredProcUtils
Invoke a Stored Procedure
cancel() - Method in class org.apache.directory.ldap.client.api.future.HandshakeFuture
Cancel the Future
cancel() - Method in class org.apache.directory.ldap.client.api.future.MultipleResponseFuture
Cancel the Future
cancel() - Method in interface org.apache.directory.ldap.client.api.future.ResponseFuture
Cancel the Future
cancel() - Method in class org.apache.directory.ldap.client.api.future.UniqueResponseFuture
Cancel the Future
cancel(boolean) - Method in class org.apache.directory.ldap.client.api.future.HandshakeFuture
cancel(boolean) - Method in class org.apache.directory.ldap.client.api.future.MultipleResponseFuture
cancel(boolean) - Method in class org.apache.directory.ldap.client.api.future.UniqueResponseFuture
CANCEL_ID_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.cancel.CancelStatesEnum
cancelId
CANCEL_SEQUENCE_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.cancel.CancelStatesEnum
Sequence
CANCELED - org.apache.directory.api.ldap.model.message.ResultCodeEnum
This error code is returned when an operation has been canceled using the Cancel extended operation.
CancelFactory - Class in org.apache.directory.api.ldap.extras.extended.ads_impl.cancel
An ExtendedOperationFactory for creating cancel extended request response pairs.
CancelFactory(LdapApiService) - Constructor for class org.apache.directory.api.ldap.extras.extended.ads_impl.cancel.CancelFactory
Creates a new instance of CancelFactory.
CancelRequest - Interface in org.apache.directory.api.ldap.extras.extended.cancel
The CancelRequest interface, as described in RFC 3909 :
CancelRequestContainer - Class in org.apache.directory.api.ldap.extras.extended.ads_impl.cancel
A container for the Cancel codec.
CancelRequestContainer() - Constructor for class org.apache.directory.api.ldap.extras.extended.ads_impl.cancel.CancelRequestContainer
Creates a new CancelContainer object.
CancelRequestGrammar - Class in org.apache.directory.api.ldap.extras.extended.ads_impl.cancel
This class implements the Cancel operation.
CancelRequestImpl - Class in org.apache.directory.api.ldap.extras.extended.cancel
Implement the extended Cancel Request as described in RFC 3909.
CancelRequestImpl() - Constructor for class org.apache.directory.api.ldap.extras.extended.cancel.CancelRequestImpl
Creates a new instance of CancelRequest.
CancelRequestImpl(int, int) - Constructor for class org.apache.directory.api.ldap.extras.extended.cancel.CancelRequestImpl
Creates a new instance of CancelRequest.
CancelResponse - Interface in org.apache.directory.api.ldap.extras.extended.cancel
The interface for Cancel ExtendedResponse, as defined in RFC 3909.
CancelResponseImpl - Class in org.apache.directory.api.ldap.extras.extended.cancel
The response sent back from the server after the Cancel extended operation is performed.
CancelResponseImpl() - Constructor for class org.apache.directory.api.ldap.extras.extended.cancel.CancelResponseImpl
Create a new CancelResponse instance
CancelResponseImpl(int) - Constructor for class org.apache.directory.api.ldap.extras.extended.cancel.CancelResponseImpl
Create a new CancelResponse instance
CancelResponseImpl(int, ResultCodeEnum) - Constructor for class org.apache.directory.api.ldap.extras.extended.cancel.CancelResponseImpl
Create a new CancelResponse object
CancelStatesEnum - Enum in org.apache.directory.api.ldap.extras.extended.ads_impl.cancel
This class store the Cancel's grammar constants.
CANNOT_CANCEL - org.apache.directory.api.ldap.model.message.ResultCodeEnum
The cannotCancel resultCode is returned if the identified operation does not support cancelation or the cancel operation could not be performed.
canVisit(ExprNode) - Method in class org.apache.directory.api.ldap.model.filter.BranchNormalizedVisitor
Checks to see if a node can be visited.
canVisit(ExprNode) - Method in interface org.apache.directory.api.ldap.model.filter.FilterVisitor
Checks to see if a node can be visited.
capacity() - Method in class org.apache.directory.api.util.ExpansibleByteBuffer
 
CAR_LICENSE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CAR_LICENSE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
Cascade - Interface in org.apache.directory.api.ldap.model.message.controls
The Cascade control
CascadeFactory - Class in org.apache.directory.api.ldap.codec.controls.cascade
A codec ControlFactory implementation for Cascade controls.
CascadeFactory(LdapApiService) - Constructor for class org.apache.directory.api.ldap.codec.controls.cascade.CascadeFactory
Creates a new instance of CascadeFactory.
CascadeImpl - Class in org.apache.directory.api.ldap.model.message.controls
Simple Cascade control implementation.
CascadeImpl() - Constructor for class org.apache.directory.api.ldap.model.message.controls.CascadeImpl
Default constructor
CascadeImpl(boolean) - Constructor for class org.apache.directory.api.ldap.model.message.controls.CascadeImpl
Sets criticality when creating.
CASE_EXACT_IA5_MATCH - org.apache.directory.api.ldap.model.schema.MatchingRuleTypeEnum
Case Exact IA5 Match
CASE_EXACT_IA5_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CASE_EXACT_IA5_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CASE_EXACT_MATCH - org.apache.directory.api.ldap.model.schema.MatchingRuleTypeEnum
Case Exact Match
CASE_EXACT_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CASE_EXACT_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CASE_EXACT_ORDERING_MATCH - org.apache.directory.api.ldap.model.schema.MatchingRuleTypeEnum
Case Exact Ordering Match
CASE_EXACT_ORDERING_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CASE_EXACT_ORDERING_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CASE_EXACT_SUBSTRING_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CASE_EXACT_SUBSTRING_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CASE_EXACT_SUBSTRINGS_MATCH - org.apache.directory.api.ldap.model.schema.MatchingRuleTypeEnum
Case Exact Substring Match
CASE_IGNORE_IA5_MATCH - org.apache.directory.api.ldap.model.schema.MatchingRuleTypeEnum
Case Ignore Match
CASE_IGNORE_IA5_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CASE_IGNORE_IA5_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CASE_IGNORE_IA5_SUBSTRINGS_MATCH - org.apache.directory.api.ldap.model.schema.MatchingRuleTypeEnum
Case Ignore IA5 Substring Match
CASE_IGNORE_IA5_SUBSTRINGS_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CASE_IGNORE_IA5_SUBSTRINGS_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CASE_IGNORE_LIST_MATCH - org.apache.directory.api.ldap.model.schema.MatchingRuleTypeEnum
Case Ignore List Match
CASE_IGNORE_LIST_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CASE_IGNORE_LIST_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CASE_IGNORE_LIST_SUBSTRINGS_MATCH - org.apache.directory.api.ldap.model.schema.MatchingRuleTypeEnum
Case Ignore List Substring Match
CASE_IGNORE_LIST_SUBSTRINGS_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CASE_IGNORE_LIST_SUBSTRINGS_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CASE_IGNORE_MATCH - org.apache.directory.api.ldap.model.schema.MatchingRuleTypeEnum
Case Ignore Match
CASE_IGNORE_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CASE_IGNORE_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CASE_IGNORE_ORDERING_MATCH - org.apache.directory.api.ldap.model.schema.MatchingRuleTypeEnum
Case Ignore Ordering Match
CASE_IGNORE_ORDERING_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CASE_IGNORE_ORDERING_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CASE_IGNORE_SUBSTRING_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CASE_IGNORE_SUBSTRING_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CASE_IGNORE_SUBSTRINGS_MATCH - org.apache.directory.api.ldap.model.schema.MatchingRuleTypeEnum
CaseIgnore Substring Match
CASE_SENSITIVE - Static variable in class org.apache.directory.api.ldap.model.schema.PrepareString
A flag used to lowercase chars during the map process
CaseSensitiveStringAnonymizer - Class in org.apache.directory.api.ldap.model.ldif.anonymizer
A default anonymizer for attributes that are HR.
CaseSensitiveStringAnonymizer() - Constructor for class org.apache.directory.api.ldap.model.ldif.anonymizer.CaseSensitiveStringAnonymizer
Creates a new instance of StringAnonymizer.
CaseSensitiveStringAnonymizer(Map<Integer, String>) - Constructor for class org.apache.directory.api.ldap.model.ldif.anonymizer.CaseSensitiveStringAnonymizer
Creates a new instance of StringAnonymizer.
centerTrunc(String, int, int) - Static method in class org.apache.directory.api.util.Strings
Truncates large Strings showing a portion of the String's head and tail with the center cut out and replaced with '...'.
CERT_GENERATION_REQUEST_SEQUENCE_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.certGeneration.CertGenerationRequestStatesEnum
sequence
CertGenerationFactory - Class in org.apache.directory.api.ldap.extras.extended.ads_impl.certGeneration
An ExtendedOperationFactory for creating certificate generation extended request response pairs.
CertGenerationFactory(LdapApiService) - Constructor for class org.apache.directory.api.ldap.extras.extended.ads_impl.certGeneration.CertGenerationFactory
Creates a new instance of CertGenerationFactory.
CertGenerationRequest - Interface in org.apache.directory.api.ldap.extras.extended.certGeneration
The interface for a certificate generation request extended operation.
CertGenerationRequestContainer - Class in org.apache.directory.api.ldap.extras.extended.ads_impl.certGeneration
A container for certificate generation request codec.
CertGenerationRequestContainer() - Constructor for class org.apache.directory.api.ldap.extras.extended.ads_impl.certGeneration.CertGenerationRequestContainer
Creates a new CertGenContainer object.
CertGenerationRequestGrammar - Class in org.apache.directory.api.ldap.extras.extended.ads_impl.certGeneration
This class implements the Certificate generation extended operation's ASN.1 grammer.
CertGenerationRequestGrammar() - Constructor for class org.apache.directory.api.ldap.extras.extended.ads_impl.certGeneration.CertGenerationRequestGrammar
Creates a new CertGenerationGrammar object.
CertGenerationRequestImpl - Class in org.apache.directory.api.ldap.extras.extended.certGeneration
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() - Constructor for class org.apache.directory.api.ldap.extras.extended.certGeneration.CertGenerationRequestImpl
Creates a new instance of CertGenerationRequest.
CertGenerationRequestImpl(int, String, String, String, String) - Constructor for class org.apache.directory.api.ldap.extras.extended.certGeneration.CertGenerationRequestImpl
Creates a new instance of CertGenerationRequest.
CertGenerationRequestStatesEnum - Enum in org.apache.directory.api.ldap.extras.extended.ads_impl.certGeneration
This class store the CertGeneration's grammar constants.
CertGenerationResponse - Interface in org.apache.directory.api.ldap.extras.extended.certGeneration
The interface for the certificate generation extended operation.
CertGenerationResponseImpl - Class in org.apache.directory.api.ldap.extras.extended.certGeneration
The response sent back from the server after the CertGeneration extended operation is performed.
CertGenerationResponseImpl() - Constructor for class org.apache.directory.api.ldap.extras.extended.certGeneration.CertGenerationResponseImpl
Create a new CertGenerationResponseImpl instance
CertGenerationResponseImpl(int) - Constructor for class org.apache.directory.api.ldap.extras.extended.certGeneration.CertGenerationResponseImpl
Create a new CertGenerationResponseImpl instance
CertGenerationResponseImpl(int, ResultCodeEnum) - Constructor for class org.apache.directory.api.ldap.extras.extended.certGeneration.CertGenerationResponseImpl
Create a new CertGenerationResponseImpl instance
CERTIFICATE_LIST_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CERTIFICATE_PAIR_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CERTIFICATE_REVOCATION_LIST_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CERTIFICATE_REVOCATION_LIST_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CERTIFICATE_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CertificateComparator - Class in org.apache.directory.api.ldap.model.schema.comparators
A Comparator for Certificates
CertificateComparator(String) - Constructor for class org.apache.directory.api.ldap.model.schema.comparators.CertificateComparator
Creates a new instance of CertificateComparator.
CertificateListSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a certificateList according to RFC 4523 :
CertificateListSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
CertificatePairSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a certificate pair according to RFC 4523 :
CertificatePairSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
CertificateSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a certificate according to RFC 4523 :
CertificateSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
CERTIFICATION_AUTHORITY_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CERTIFICATION_AUTHORITY_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CERTIFICATION_AUTHORITY_V2_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CERTIFICATION_AUTHORITY_V2_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CHANGE_AFTER_RESET - org.apache.directory.api.ldap.extras.controls.ppolicy.PasswordPolicyErrorEnum
 
CHANGE_NUMBER_STATE - org.apache.directory.api.ldap.codec.controls.search.entryChange.EntryChangeStates
changeNumber
CHANGE_TYPE_STATE - org.apache.directory.api.ldap.codec.controls.search.entryChange.EntryChangeStates
changeType
CHANGE_TYPES_MAX - Static variable in interface org.apache.directory.api.ldap.model.message.controls.PersistentSearch
The maximum value for the possible combined changes type
CHANGE_TYPES_MIN - Static variable in interface org.apache.directory.api.ldap.model.message.controls.PersistentSearch
Min and Max values for the possible combined change types
CHANGE_TYPES_STATE - org.apache.directory.api.ldap.codec.controls.search.persistentSearch.PersistentSearchStates
changeTypes Value
ChangeNotifications - Interface in org.apache.directory.api.ldap.extras.controls.changeNotifications
The Active Directory ChangeNotifications control.
ChangeNotificationsFactory - Class in org.apache.directory.api.ldap.extras.controls.changeNotifications_impl
A codec ControlFactory implementation for ChangeNotifications control.
ChangeNotificationsFactory(LdapApiService) - Constructor for class org.apache.directory.api.ldap.extras.controls.changeNotifications_impl.ChangeNotificationsFactory
Creates a new instance of ChangeNotificationsFactory.
ChangeNotificationsImpl - Class in org.apache.directory.api.ldap.extras.controls.changeNotifications
Simple Microsoft AD ChangeNotifications implementation class.
ChangeNotificationsImpl() - Constructor for class org.apache.directory.api.ldap.extras.controls.changeNotifications.ChangeNotificationsImpl
Default constructor.
ChangeNotificationsImpl(boolean) - Constructor for class org.apache.directory.api.ldap.extras.controls.changeNotifications.ChangeNotificationsImpl
Creates instance and sets criticality at same time.
CHANGES_ONLY_STATE - org.apache.directory.api.ldap.codec.controls.search.persistentSearch.PersistentSearchStates
changesOnly Value
ChangeType - Enum in org.apache.directory.api.ldap.model.ldif
A type safe enumeration for an LDIF record's change type.
ChangeType - Enum in org.apache.directory.api.ldap.model.message.controls
Enumeration type for entry changes associates with the persistent search control and the entry change control.
CHAR_REST - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
 
CHARACTER_STRING - org.apache.directory.api.asn1.ber.tlv.UniversalTag
value for the tag
charAt(char[], int) - Static method in class org.apache.directory.api.util.Strings
Get the char at a given position in a byte array, checking for limits
charAt(String, int) - Static method in class org.apache.directory.api.util.Strings
Get the character at a given position in a string, checking for limits
CharConstants - Interface in org.apache.directory.api.util
Various Character constants are kept here.
Chars - Class in org.apache.directory.api.util
Various Character methods are kept here.
charToBytes(char) - Static method in class org.apache.directory.api.util.Unicode
Return the Unicode char which is coded in the bytes at the given position.
check() - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
Check the registries for invalid relations.
checkClientTrusted(X509Certificate[], String) - Method in class org.apache.directory.ldap.client.api.LdapClientTrustStoreManager
Determine if client certificate is to be trusted.
checkClientTrusted(X509Certificate[], String) - Method in class org.apache.directory.ldap.client.api.NoVerificationTrustManager
checkClientTrusted(X509Certificate[], String, Socket) - Method in class org.apache.directory.ldap.client.api.NoVerificationTrustManager
checkClientTrusted(X509Certificate[], String, SSLEngine) - Method in class org.apache.directory.ldap.client.api.NoVerificationTrustManager
CheckLengthNotNull - Class in org.apache.directory.api.ldap.codec.actions
The action used to check that the TLV length is not null
CheckLengthNotNull() - Constructor for class org.apache.directory.api.ldap.codec.actions.CheckLengthNotNull
Instantiates the action.
checkNotClosed() - Method in class org.apache.directory.api.ldap.model.cursor.AbstractCursor
Check that the cursor is not closed before executing an operation.
checkNotClosed() - Method in interface org.apache.directory.api.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.api.ldap.model.cursor.DefaultClosureMonitor
Checks if state of this ClosureMonitor is set to closed and if so, throws the causing Exception.
CheckNotNullLength<C extends Asn1Container> - Class in org.apache.directory.api.asn1.actions
An action that checks the length is not null
CheckNotNullLength() - Constructor for class org.apache.directory.api.asn1.actions.CheckNotNullLength
Instantiates the action.
checkProhibited(char[]) - Static method in class org.apache.directory.api.ldap.model.schema.PrepareString
Check that the String does not contain any prohibited char
checkPw(String, String) - Static method in class org.apache.directory.api.ldap.model.password.BCrypt
Check that a plaintext password matches a previously hashed one
checkRefInteg() - Method in class org.apache.directory.api.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.LdapClientTrustStoreManager
Determine if server certificate is to be trusted.
checkServerTrusted(X509Certificate[], String) - Method in class org.apache.directory.ldap.client.api.NoVerificationTrustManager
checkServerTrusted(X509Certificate[], String, Socket) - Method in class org.apache.directory.ldap.client.api.NoVerificationTrustManager
 
checkServerTrusted(X509Certificate[], String, SSLEngine) - Method in class org.apache.directory.ldap.client.api.NoVerificationTrustManager
chopAfter() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
chopAfter() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
chopAfter() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
chopAfter() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
chopBefore() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
chopBefore() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
chopBefore() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
chopBefore() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
classes() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
classes() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
ClassesItem - Class in org.apache.directory.api.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.api.ldap.aci.protectedItem.ClassesItem
Creates a new instance.
classify(Throwable) - Static method in class org.apache.directory.api.ldap.model.exception.LdapTlsHandshakeExceptionClassifier
 
classify(Throwable, X509Certificate) - Static method in class org.apache.directory.api.ldap.model.exception.LdapTlsHandshakeExceptionClassifier
 
clean() - Method in class org.apache.directory.api.asn1.ber.AbstractContainer
Clean the container for the next usage.
clean() - Method in class org.apache.directory.api.ldap.codec.api.LdapMessageContainer
Clean the container for the next usage.
clean() - Method in class org.apache.directory.api.ldap.codec.controls.search.entryChange.EntryChangeContainer
Clean the container
clean() - Method in class org.apache.directory.api.ldap.codec.controls.search.pagedSearch.PagedResultsContainer
Clean the container
clean() - Method in class org.apache.directory.api.ldap.codec.controls.search.persistentSearch.PersistentSearchContainer
Clean the container
clean() - Method in class org.apache.directory.api.ldap.codec.controls.search.subentries.SubentriesContainer
Clean the current container
clean() - Method in class org.apache.directory.api.ldap.codec.controls.sort.SortRequestContainer
Clean the container
clean() - Method in class org.apache.directory.api.ldap.codec.controls.sort.SortResponseContainer
Clean the container
clean() - Method in class org.apache.directory.api.ldap.extras.controls.ad_impl.AdDirSyncRequestContainer
clean the container
clean() - Method in class org.apache.directory.api.ldap.extras.controls.ad_impl.AdDirSyncResponseContainer
clean the container
clean() - Method in class org.apache.directory.api.ldap.extras.controls.ad_impl.AdPolicyHintsContainer
Clean the container for the next usage.
clean() - Method in class org.apache.directory.api.ldap.extras.controls.ppolicy_impl.PasswordPolicyResponseContainer
clean the container
clean() - Method in class org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncDoneValueContainer
clean the container
clean() - Method in class org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncRequestValueContainer
Clean the container
clean() - Method in class org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncStateValueContainer
Clean the container
clean() - Method in class org.apache.directory.api.ldap.extras.controls.vlv_impl.VirtualListViewRequestContainer
Clean the container for the next usage.
clean() - Method in class org.apache.directory.api.ldap.extras.controls.vlv_impl.VirtualListViewResponseContainer
Clean the container for the next usage.
clean() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.cancel.CancelRequestContainer
Clean the container for the next decoding.
clean() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.certGeneration.CertGenerationRequestContainer
Clean the container for the next decoding.
clean() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.EndTransactionRequestContainer
Clean the container for the next decoding.
clean() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.EndTransactionResponseContainer
Clean the container for the next decoding.
clean() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectResponseContainer
Clean the container for the next decoding.
clean() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownRequestContainer
Clean the container for the next decoding.
clean() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify.PasswordModifyRequestContainer
Clean the container for the next decoding.
clean() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify.PasswordModifyResponseContainer
Clean the container for the next decoding.
clean() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureRequestContainer
Clean the container for the next usage.
clean() - Method in class org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl.SyncInfoValueContainer
Clean the container
cleanDirectory(File) - Static method in class org.apache.directory.api.util.FileUtils
Deletes a directory recursively.
clear() - Method in class org.apache.directory.api.asn1.util.Asn1Buffer
Clear the position, emptying the buffer.
clear() - Method in class org.apache.directory.api.asn1.util.Asn1Buffer2
Clear the position, emptying the buffer.
clear() - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
Remove all the values from this attribute.
clear() - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Remove all the values from this attribute.
clear() - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Remove all the attributes for this entry.
clear() - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Remove all the attributes for this entry.
clear() - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Remove all the attributes for this entry.
clear() - Method in class org.apache.directory.api.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.api.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.api.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.api.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.api.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.api.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.api.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.api.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.api.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.api.ldap.model.schema.parsers.OpenLdapSchemaParser
Reset the parser
clear() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultAttributeTypeRegistry
Clear the registry from all its content
clear() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultObjectClassRegistry
Clear the registry from all its content
clear() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
Clear the registry from all its content
clear() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
Clear the registry from all its content
clear() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableComparatorRegistry
Clear the registry from all its content
clear() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitContentRuleRegistry
Clear the registry from all its content
clear() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitStructureRuleRegistry
Clear the registry from all its content
clear() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
Clear the registry from all its content
clear() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
Clear the registry from all its content
clear() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
Clear the registry from all its content
clear() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNameFormRegistry
Clear the registry from all its content
clear() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNormalizerRegistry
Clear the registry from all its content
clear() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableObjectClassRegistry
Clear the registry from all its content
clear() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
Clear the registry from all its content
clear() - Method in class org.apache.directory.api.ldap.model.schema.registries.OidRegistry
Empty the byOid map
clear() - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
Clear the registries from all its elements
clear() - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaObjectRegistry
Clear the registry from all its content
clear() - Method in interface org.apache.directory.api.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.api.ldap.schema.converter.antlrSchemaConverterParser
 
clear() - Method in class org.apache.directory.api.ldap.schema.converter.SchemaParser
Clear the parser.
clear() - Method in class org.apache.directory.api.util.ExpansibleByteBuffer
Reset the Buffer position to 0.
clear() - Method in class org.apache.directory.api.util.SequencedHashMap
Implements Map.clear().
clear() - Method in class org.apache.directory.ldap.client.template.MemoryClearingBuffer
Clears the buffer out, filling its cells with null.
clearBit(int) - Method in class org.apache.directory.api.asn1.util.BitString
Clear a bit at a specified position.
clone() - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
 
clone() - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
clone() - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Clone an entry.
clone() - Method in class org.apache.directory.api.ldap.model.entry.DefaultModification
The clone operation
clone() - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Clone the current entry
clone() - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Clone an entry.
clone() - Method in interface org.apache.directory.api.ldap.model.entry.Modification
The clone operation
clone() - Method in class org.apache.directory.api.ldap.model.entry.Value
Clone a Value
clone() - Method in class org.apache.directory.api.ldap.model.filter.AbstractExprNode
Clone the object
clone() - Method in class org.apache.directory.api.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.api.ldap.model.filter.ExprNode
Clone this expression node.
clone() - Method in class org.apache.directory.api.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.api.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.api.ldap.model.filter.SubstringNode
Clone the Node
clone() - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
Clone method
clone() - Method in class org.apache.directory.api.ldap.model.name.Ava
Implements the cloning.
clone() - Method in class org.apache.directory.api.ldap.model.name.Rdn
Clone the Rdn
clone() - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
Clone the Registries.
clone() - Method in class org.apache.directory.api.util.SequencedHashMap
Creates a shallow copy of this object, preserving the internal structure by copying only references.
close() - Method in class org.apache.directory.api.ldap.model.cursor.AbstractCursor
close() - Method in interface org.apache.directory.api.ldap.model.cursor.ClosureMonitor
Sets monitor state to closed, and sets the cause to a CursorClosedException without an error message string.
close() - Method in class org.apache.directory.api.ldap.model.cursor.DefaultClosureMonitor
Sets monitor state to closed, and sets the cause to a CursorClosedException without an error message string.
close() - Method in class org.apache.directory.api.ldap.model.cursor.EmptyCursor
close() - Method in class org.apache.directory.api.ldap.model.cursor.ListCursor
close() - Method in class org.apache.directory.api.ldap.model.cursor.SetCursor
close() - Method in class org.apache.directory.api.ldap.model.cursor.SingletonCursor
close() - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
close() - Method in class org.apache.directory.api.util.EmptyEnumeration
 
close() - Method in class org.apache.directory.api.util.SingletonEnumeration
Makes calls to hasMore to false even if we had more.
close() - Method in class org.apache.directory.api.util.StringBuilderWriter
Closing this writer has no effect.
close() - Method in class org.apache.directory.ldap.client.api.EntryCursorImpl
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.LdapConnectionWrapper
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
close(Exception) - Method in class org.apache.directory.api.ldap.model.cursor.AbstractCursor
Closes this Cursor and frees any resources it my have allocated.
close(Exception) - Method in interface org.apache.directory.api.ldap.model.cursor.ClosureMonitor
Sets monitor state to closed, and sets the cause to a specific Exception.
close(Exception) - Method in interface org.apache.directory.api.ldap.model.cursor.Cursor
Closes this Cursor and frees any resources it my have allocated.
close(Exception) - Method in class org.apache.directory.api.ldap.model.cursor.DefaultClosureMonitor
Sets monitor state to closed, and sets the cause to a specific Exception.
close(Exception) - Method in class org.apache.directory.api.ldap.model.cursor.EmptyCursor
Closes this Cursor and frees any resources it my have allocated.
close(Exception) - Method in class org.apache.directory.api.ldap.model.cursor.ListCursor
Closes this Cursor and frees any resources it my have allocated.
close(Exception) - Method in class org.apache.directory.api.ldap.model.cursor.SetCursor
Closes this Cursor and frees any resources it my have allocated.
close(Exception) - Method in class org.apache.directory.api.ldap.model.cursor.SingletonCursor
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(Exception) - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
Closes this Cursor and frees any resources it my have allocated.
close(String) - Method in interface org.apache.directory.api.ldap.model.cursor.ClosureMonitor
Sets monitor state to closed, and sets the cause to a CursorClosedException with a specific error message string.
close(String) - Method in class org.apache.directory.api.ldap.model.cursor.DefaultClosureMonitor
Sets monitor state to closed, and sets the cause to a CursorClosedException with a specific error message string.
CLOSE_BRACKET - Static variable in interface org.apache.directory.api.ldap.schema.converter.antlrSchemaTokenTypes
 
CLOSE_CURLY - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
CLOSE_CURLY - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
CLOSE_CURLY - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
CLOSE_CURLY - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
CLOSE_CURLY - Static variable in interface org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
CLOSE_PARAN - Static variable in interface org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
CLOSE_PAREN - Static variable in interface org.apache.directory.api.ldap.schema.converter.antlrSchemaTokenTypes
 
CLOSED - org.apache.directory.api.ldap.model.cursor.CursorStateEnum
the Cursor is closed and not operations can be performed on it
closeQuietly(Closeable) - Static method in class org.apache.directory.api.util.IOUtils
Closes a Closeable unconditionally.
closeQuietly(Closeable...) - Static method in class org.apache.directory.api.util.IOUtils
Closes a Closeable unconditionally.
closeQuietly(InputStream) - Static method in class org.apache.directory.api.util.IOUtils
Closes an InputStream unconditionally.
ClosureMonitor - Interface in org.apache.directory.api.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.api.ldap.model.constants.SchemaConstants
 
CN_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CNAME_RECORD_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CNAME_RECORD_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CO_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CO_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CODE - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
CODEC_LOG - org.apache.directory.api.ldap.model.constants.Loggers
The dedicated logger for CODEC
CodecControl<E extends Control> - Interface in org.apache.directory.api.ldap.codec.api
The codec uses this interface to add additional information to LDAP Model Control objects during encoding and decoding.
CollectionUtils - Class in org.apache.directory.api.util
Collection and Iterator utils.
COLLECTIVE_ATTRIBUTE_INNER_AREA - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
COLLECTIVE_ATTRIBUTE_INNER_AREA_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
COLLECTIVE_ATTRIBUTE_SPECIFIC_AREA - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
COLLECTIVE_ATTRIBUTE_SPECIFIC_AREA_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
COLLECTIVE_ATTRIBUTE_SUBENTRIES_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
COLLECTIVE_ATTRIBUTE_SUBENTRIES_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
COLLECTIVE_ATTRIBUTE_SUBENTRY_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
COLLECTIVE_ATTRIBUTE_SUBENTRY_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
COLLECTIVE_EXCLUSIONS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
COLLECTIVE_EXCLUSIONS_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CollectiveAttributeInnerArea - org.apache.directory.api.ldap.model.subtree.AdministrativeRole
The CollectiveAttributeInnerArea role
CollectiveAttributeSpecificArea - org.apache.directory.api.ldap.model.subtree.AdministrativeRole
The CollectiveAttributeSpecificArea role
COLON - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
COLON - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
COLON - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
COLON - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
COMMA - org.apache.directory.api.util.GeneralizedTime.FractionDelimiter
Use a comma as fraction delimiter.
COMMA - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
 
COMMENT - Static variable in interface org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
COMMIT_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.EndTransactionRequestStates
The commit flag
COMMON_NAME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ComparableComparator<T> - Class in org.apache.directory.api.ldap.model.schema.comparators
Compares two objects taking into account that one might be a Comparable.
ComparableComparator(String) - Constructor for class org.apache.directory.api.ldap.model.schema.comparators.ComparableComparator
The ComparableComparator constructor.
COMPARATOR - org.apache.directory.api.ldap.model.schema.SchemaObjectType
A Comparator
COMPARATOR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
COMPARATOR_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
COMPARATOR_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
COMPARATOR_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ComparatorRegistry - Interface in org.apache.directory.api.ldap.model.schema.registries
Comparator registry component's service class.
COMPARATORS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
COMPARATORS_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
COMPARATORS_PATH - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ComparatorSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker for the Comparator schema element
ComparatorSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
compare(byte[], byte[]) - Method in class org.apache.directory.api.ldap.model.schema.comparators.ByteArrayComparator
compare(byte[], byte[]) - Static method in class org.apache.directory.api.util.Strings
 
compare(E, E) - Method in class org.apache.directory.api.ldap.model.schema.comparators.SerializableComparator
compare(Comparable<T>, Comparable<T>) - Method in class org.apache.directory.api.ldap.model.schema.comparators.ComparableComparator
Compares two objects taking into account that one may be a Comparable.
compare(Long, Long) - Method in class org.apache.directory.api.ldap.model.schema.comparators.LongComparator
compare(Object, Object) - Method in class org.apache.directory.api.ldap.model.schema.comparators.CsnComparator
compare(Object, Object) - Method in class org.apache.directory.api.ldap.model.schema.comparators.DnComparator
compare(Object, Object) - Method in class org.apache.directory.api.ldap.model.schema.comparators.IntegerComparator
compare(Object, Object) - Method in class org.apache.directory.api.ldap.model.schema.comparators.ObjectIdentifierComparator
compare(Object, Object) - Method in class org.apache.directory.api.ldap.model.schema.comparators.ParsedDnComparator
compare(String, String) - Method in class org.apache.directory.api.ldap.model.schema.comparators.BitStringComparator
compare(String, String) - Method in class org.apache.directory.api.ldap.model.schema.comparators.BooleanComparator
compare(String, String) - Method in class org.apache.directory.api.ldap.model.schema.comparators.CsnSidComparator
compare(String, String) - Method in class org.apache.directory.api.ldap.model.schema.comparators.DeepTrimComparator
compare(String, String) - Method in class org.apache.directory.api.ldap.model.schema.comparators.DeepTrimToLowerComparator
compare(String, String) - Method in class org.apache.directory.api.ldap.model.schema.comparators.DnComparator
Compare two String DNs
compare(String, String) - Method in class org.apache.directory.api.ldap.model.schema.comparators.GeneralizedTimeComparator
compare(String, String) - Method in class org.apache.directory.api.ldap.model.schema.comparators.NormalizingComparator
compare(String, String) - Method in class org.apache.directory.api.ldap.model.schema.comparators.NumericStringComparator
compare(String, String) - Method in class org.apache.directory.api.ldap.model.schema.comparators.ObjectIdentifierFirstComponentComparator
compare(String, String) - Method in class org.apache.directory.api.ldap.model.schema.comparators.StringComparator
compare(String, String) - Method in class org.apache.directory.api.ldap.model.schema.comparators.TelephoneNumberComparator
compare(String, String) - Method in class org.apache.directory.api.ldap.model.schema.comparators.UniqueMemberComparator
compare(String, String) - Method in class org.apache.directory.api.ldap.model.schema.comparators.UuidComparator
compare(String, String) - Method in class org.apache.directory.api.ldap.model.schema.comparators.WordComparator
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 distinguished name.
compare(String, String, byte[]) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
Compares whether a given attribute's value matches that of the existing value of the attribute present in the entry with the given distinguished name.
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 distinguished name.
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 distinguished name.
compare(String, String, String) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
Compares whether a given attribute's value matches that of the existing value of the attribute present in the entry with the given distinguished name.
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 distinguished name.
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 distinguished name.
compare(String, String, Value) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
Compares whether a given attribute's value matches that of the existing value of the attribute present in the entry with the given distinguished name.
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 distinguished name.
compare(UUID, UUID) - Method in class org.apache.directory.api.ldap.model.schema.comparators.UuidComparator
Compare two UUID.
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(CompareRequest) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
Compares an entry's attribute's value with that of the given value.
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(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 distinguished name.
compare(Dn, String, byte[]) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
Compares whether a given attribute's value matches that of the existing value of the attribute present in the entry with the given distinguished name.
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 distinguished name.
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 distinguished name.
compare(Dn, String, String) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
Compares whether a given attribute's value matches that of the existing value of the attribute present in the entry with the given distinguished name.
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 distinguished name.
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 distinguished name.
compare(Dn, String, Value) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
Compares whether a given attribute's value matches that of the existing value of the attribute present in the entry with the given distinguished name.
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 distinguished name.
compare(T, T) - Method in class org.apache.directory.api.ldap.model.schema.comparators.ObjectClassTypeComparator
COMPARE - org.apache.directory.api.ldap.aci.MicroOperation
The Compare permission, may be used in conjunction with any component, except entry.
COMPARE_FALSE - org.apache.directory.api.ldap.model.message.ResultCodeEnum
It is used to indicate that the result of a Compare operation is FALSE and does not indicate an error. 1 of 5 codes that do not indicate an error condition.
COMPARE_REQUEST - org.apache.directory.api.ldap.model.message.MessageTypeEnum
The ompareRequest message
COMPARE_REQUEST - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
COMPARE_REQUEST_ASSERTION_END_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The </assertion> tag
COMPARE_REQUEST_ASSERTION_START_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The <assertion> tag
COMPARE_REQUEST_CONTROL_END_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The </control> tag
COMPARE_REQUEST_CONTROL_START_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The <control> tag
COMPARE_REQUEST_CONTROLVALUE_END_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The </controlValue> tag
COMPARE_REQUEST_CONTROLVALUE_START_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The <controlValue> tag
COMPARE_REQUEST_START_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The <compareRequest> tag
COMPARE_REQUEST_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
COMPARE_REQUEST_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
COMPARE_REQUEST_VALUE_END_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The </value> tag
COMPARE_REQUEST_VALUE_START_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The <value> tag
COMPARE_RESPONSE - org.apache.directory.api.ldap.model.message.MessageTypeEnum
The CompareResponse message
COMPARE_RESPONSE - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
COMPARE_RESPONSE_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
COMPARE_RESPONSE_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
COMPARE_TRUE - org.apache.directory.api.ldap.model.message.ResultCodeEnum
It is used to indicate that the result of a Compare operation is TRUE and does not indicate an error. 1 of 5 codes that do not indicate an error condition.
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
compareCredentials(byte[], byte[]) - Static method in class org.apache.directory.api.ldap.model.password.PasswordUtil
Compare the credentials.
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.api.ldap.model.message.extended
An extended operation intended for notifying clients of upcoming disconnection for the Compare response.
CompareRequest - Interface in org.apache.directory.api.ldap.model.message
Compare request protocol message that tests an entry to see if it abides by an attribute value assertion.
CompareRequestDsml - Class in org.apache.directory.api.dsmlv2.request
DSML Decorator for CompareRequest
CompareRequestDsml(LdapApiService) - Constructor for class org.apache.directory.api.dsmlv2.request.CompareRequestDsml
Creates a new getDecoratedMessage() of CompareRequestDsml.
CompareRequestDsml(LdapApiService, CompareRequest) - Constructor for class org.apache.directory.api.dsmlv2.request.CompareRequestDsml
Creates a new getDecoratedMessage() of CompareRequestDsml.
CompareRequestFactory - Class in org.apache.directory.api.ldap.codec.factory
The CompareRequest factory.
CompareRequestImpl - Class in org.apache.directory.api.ldap.model.message
Comparison request implementation.
CompareRequestImpl() - Constructor for class org.apache.directory.api.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.api.ldap.model.message
Compare protocol response message used to confirm the results of a compare request message.
CompareResponseDsml - Class in org.apache.directory.api.dsmlv2.response
DSML Decorator for CompareResponse
CompareResponseDsml(LdapApiService) - Constructor for class org.apache.directory.api.dsmlv2.response.CompareResponseDsml
Creates a new getDecoratedMessage() of CompareResponseDsml.
CompareResponseDsml(LdapApiService, CompareResponse) - Constructor for class org.apache.directory.api.dsmlv2.response.CompareResponseDsml
Creates a new getDecoratedMessage() of CompareResponseDsml.
CompareResponseFactory - Class in org.apache.directory.api.ldap.codec.factory
The CompareResponse factory.
CompareResponseImpl - Class in org.apache.directory.api.ldap.model.message
CompareResponse implementation.
CompareResponseImpl() - Constructor for class org.apache.directory.api.ldap.model.message.CompareResponseImpl
Creates a CompareResponse as a reply to an CompareRequest.
CompareResponseImpl(int) - Constructor for class org.apache.directory.api.ldap.model.message.CompareResponseImpl
Creates a CompareResponse as a reply to an CompareRequest.
compareTo(byte[]) - Method in class org.apache.directory.api.ldap.model.entry.Value
Compare two values.
compareTo(String) - Method in class org.apache.directory.api.ldap.model.entry.Value
Compare the current value with a String.
compareTo(Csn) - Method in class org.apache.directory.api.ldap.model.csn.Csn
Compares this object with the specified object for order.
compareTo(Value) - Method in class org.apache.directory.api.ldap.model.entry.Value
Compare two values.
compareTo(Ava) - Method in class org.apache.directory.api.ldap.model.name.Ava
 
compareTo(Rdn) - Method in class org.apache.directory.api.ldap.model.name.Rdn
Compare the current RDN with the provided one.
compareTo(GeneralizedTime) - Method in class org.apache.directory.api.util.GeneralizedTime
Compares this GeneralizedTime object with the specified GeneralizedTime object.
ComponentsMonitor - Interface in org.apache.directory.api.util
Monitor used to track existence or duplication of components.
computeLength() - Method in interface org.apache.directory.api.asn1.Asn1Object
Compute the object length, which is the sum of all inner length.
computeLength() - Method in class org.apache.directory.api.dsmlv2.request.AbstractRequestDsml
 
computeLength() - Method in class org.apache.directory.api.dsmlv2.request.AbstractResultResponseRequestDsml
computeLength() - Method in class org.apache.directory.api.ldap.codec.BasicControlDecorator
Compute the object length, which is the sum of all inner length.
computeLength() - Method in class org.apache.directory.api.ldap.codec.search.AndFilter
Compute the AndFilter length
AndFilter :
computeLength() - Method in class org.apache.directory.api.ldap.codec.search.AttributeValueAssertionFilter
Compute the AttributeValueFilter length
AttributeValueFilter :
computeLength() - Method in class org.apache.directory.api.ldap.codec.search.ConnectorFilter
Compute the ConnectorFilter length Length(ConnectorFilter) = sum(filterSet.computeLength())
computeLength() - Method in class org.apache.directory.api.ldap.codec.search.ExtensibleMatchFilter
Compute the ExtensibleMatchFilter length
ExtensibleMatchFilter :
computeLength() - Method in class org.apache.directory.api.ldap.codec.search.Filter
Compute the Filter length
computeLength() - Method in class org.apache.directory.api.ldap.codec.search.NotFilter
Compute the NotFilter length
NotFilter :
computeLength() - Method in class org.apache.directory.api.ldap.codec.search.OrFilter
Compute the OrFilter length
OrFilter :
computeLength() - Method in class org.apache.directory.api.ldap.codec.search.PresentFilter
Compute the PresentFilter length
PresentFilter :
computeLength() - Method in class org.apache.directory.api.ldap.codec.search.SubstringFilter
Compute the SubstringFilter length
SubstringFilter :
ConcreteNameComponentNormalizer - Class in org.apache.directory.api.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.api.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.
CONFIDENTIALITY_REQUIRED - org.apache.directory.api.ldap.model.message.ResultCodeEnum
This error code may be returned if the session is not protected by a protocol which provides session confidentiality.
ConfigurableBinaryAttributeDetector - Interface in org.apache.directory.api.ldap.codec.api
An interface used to abstract the means to detect whether or not an attribute identifier/descriptor represents a binary attributeType.
configureConnection(LdapConnection) - Method in class org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory
Applies the following configuration settings from the LdapConnectionConfig to the supplied connection: timeOut binaryAttributeDetector This method is called by newLdapConnection, so there is no need to call this on a newly created connection.
configureConnection(LdapConnection) - Method in interface org.apache.directory.ldap.client.api.LdapConnectionFactory
Applies the following configuration settings from the LdapConnectionConfig to the supplied connection: timeOut binaryAttributeDetector This method is called by newLdapConnection, so there is no need to call this on a newly created connection.
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.LdapConnectionWrapper
Connect to the remote LDAP server.
connect() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Connect to the remote LDAP server.
CONNECTION_CLOSED - org.apache.directory.api.dsmlv2.response.ErrorResponse.ErrorResponseType
error response type.
ConnectionCallback<T> - Interface in org.apache.directory.ldap.client.template
A callback for running code against a managed LdapConnection.
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.api.dsmlv2.request
This Filter abstract class is used to store a set of filters used by OR/AND/NOT filters.
ConnectorFilter - Class in org.apache.directory.api.ldap.codec.search
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.api.dsmlv2.request.ConnectorFilter
 
ConnectorFilter() - Constructor for class org.apache.directory.api.ldap.codec.search.ConnectorFilter
The constructor.
ConnectorFilter(int) - Constructor for class org.apache.directory.api.ldap.codec.search.ConnectorFilter
The constructor.
CONSTRAINT_VIOLATION - org.apache.directory.api.ldap.model.message.ResultCodeEnum
This error should be returned by the server if an attribute value specified by the client violates the constraints placed on the attribute as it was defined in the DSA - this may be a size constraint or a constraint on the content.
CONSTRUCTED_FLAG - Static variable in class org.apache.directory.api.asn1.ber.tlv.TLV
tag flag for the primitive/constructed bit - 0010 0000 - 0x20
CONSUMER_LOG - org.apache.directory.api.ldap.model.constants.Loggers
The dedicated logs for the replication consumer
Container - Interface in org.apache.directory.api.dsmlv2
This interface represents a container that can be used by the parser to store parsed information
contains(byte[]...) - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
Indicates whether the specified values are some of the attribute's values.
contains(byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Indicates whether the specified values are some of the attribute's values.
contains(int) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultDitStructureRuleRegistry
Checks to see if an DitStructureRule exists in the registry, by its ruleId.
contains(int) - Method in interface org.apache.directory.api.ldap.model.schema.registries.DitStructureRuleRegistry
Checks to see if an DitStructureRule exists in the registry, by its ruleId.
contains(int) - Method in class org.apache.directory.api.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.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
Checks to see if an SchemaObject exists in the registry, by its OID or name.
contains(String) - Method in class org.apache.directory.api.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.api.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.api.ldap.model.schema.registries.ImmutableDitContentRuleRegistry
Checks to see if an SchemaObject exists in the registry, by its OID or name.
contains(String) - Method in class org.apache.directory.api.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.api.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.api.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.api.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.api.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.api.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.api.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.api.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.api.ldap.model.schema.registries.OidRegistry
Tells if the given OID is present on this registry
contains(String) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaObjectRegistry
Checks to see if an SchemaObject exists in the registry, by its OID or name.
contains(String...) - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
Indicates whether the specified values are some of the attribute's values.
contains(String...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Indicates whether the specified values are some of the attribute's values.
contains(String, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Checks if an entry contains an attribute with some binary values.
contains(String, byte[]...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Checks if an entry contains an attribute with some binary values.
contains(String, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Checks if an entry contains an attribute with some binary values.
contains(String, String...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Checks if an entry contains an attribute with some String values.
contains(String, String...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Checks if an entry contains an attribute with some String values.
contains(String, String...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Checks if an entry contains an attribute with some String values.
contains(String, String...) - Static method in class org.apache.directory.ldap.client.api.search.FilterBuilder
Returns a new FilterBuilder that will construct a SubString filter, with zero to N any parts, but no initial or final parts.
contains(String, Value...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Checks if an entry contains an attribute with some values.
contains(String, Value...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Checks if an entry contains an attribute with some values.
contains(String, Value...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Checks if an entry contains an attribute with some values.
contains(Attribute...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Checks if an entry contains a list of attributes.
contains(Attribute...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Checks if an entry contains a list of attributes.
contains(Attribute...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Checks if an entry contains a list of attributes.
contains(Value...) - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
Indicates whether the specified values are some of the attribute's values.
contains(Value...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Indicates whether the specified values are some of the attribute's values.
contains(Rdn) - Method in class org.apache.directory.api.ldap.util.tree.DnNode
Tells if the current DnBranchNode contains another node associated with an rdn.
contains(AttributeType, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Checks if an entry contains an attribute with some given binary values.
contains(AttributeType, byte[]...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Checks if an entry contains an attribute with some given binary values.
contains(AttributeType, byte[]...) - Method in class org.apache.directory.api.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.api.ldap.model.entry.DefaultEntry
Checks if an entry contains an attribute with some given String values.
contains(AttributeType, String...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Checks if an entry contains an attribute with some given String values.
contains(AttributeType, String...) - Method in class org.apache.directory.api.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.api.ldap.model.entry.DefaultEntry
Checks if an entry contains an attribute with some given binary values.
contains(AttributeType, Value...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Checks if an entry contains an attribute with some given binary values.
contains(AttributeType, Value...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Checks if an entry contains an attribute with some given binary values.
contains(SchemaObject) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
Tells if the given SchemaObject is present in one schema.
containsAttribute(String...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Checks if an entry contains some specific attributes.
containsAttribute(String...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Checks if an entry contains some specific attributes.
containsAttribute(String...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Checks if an entry contains some specific attributes.
containsAttribute(AttributeType) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Checks if an entry contains a specific AttributeType.
containsAttribute(AttributeType) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Checks if an entry contains a specific AttributeType.
containsAttribute(AttributeType) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Checks if an entry contains a specific AttributeType.
containsEntries() - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
 
containsKey(Object) - Method in class org.apache.directory.api.ldap.model.schema.registries.LowerCaseKeyMap
containsKey(Object) - Method in class org.apache.directory.api.util.SequencedHashMap
containsValue(Object) - Method in class org.apache.directory.api.util.SequencedHashMap
containsValueCaseIgnore(Attribute, Object) - Static method in class org.apache.directory.api.ldap.model.entry.AttributeUtils
Check if an attribute contains a value.
CONTEXT_CSN_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CONTEXT_CSN_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
Control - Interface in org.apache.directory.api.ldap.model.message
Protocol request and response altering control interface.
CONTROL - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
CONTROL_CRITICALITY_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.controls.ControlsStates
The criticality
CONTROL_MESSAGE_ID_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.EndTransactionResponseStates
THe control's message ID state
CONTROL_SEQUENCE_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.controls.ControlsStates
The Control SEQUENCE
CONTROL_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
CONTROL_TYPE_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
CONTROL_TYPE_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.controls.ControlsStates
The Control type
CONTROL_VALUE - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
CONTROL_VALUE_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
CONTROL_VALUE_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.controls.ControlsStates
The value
ControlContainer - Interface in org.apache.directory.api.ldap.codec.api
An interface for the Control containers
ControlDecorator<E extends Control> - Class in org.apache.directory.api.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.api.ldap.codec.api.ControlDecorator
Creates a ControlDecorator to codec enable it.
ControlFactory<C extends Control> - Interface in org.apache.directory.api.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_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
CONTROLS_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.EndTransactionResponseStates
The control's state
CONTROLS_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
ControlsContainer - Class in org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.controls
A container storing decoded controls for a EndTransactionResponse extended operation
ControlsContainer() - Constructor for class org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.controls.ControlsContainer
A constructor for this container
ControlsGrammar - Class in org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.controls
A grammar to decode controls in a EndTransactionResponse extended operation
ControlsGrammar() - Constructor for class org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.controls.ControlsGrammar
Creates a new ControlsGrammar object.
ControlsStates - Enum in org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.controls
This class store the Controls' grammar constants.
convert(String, LdapComparator<? super Object>, Schema, SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.AttributesFactory
Convert a LdapComparator instance into an Entry
convert(String, Normalizer, Schema, SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.AttributesFactory
Convert a Normalizer instance into an Entry
convert(AttributeType, Schema, SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.AttributesFactory
objectclass ( 1.3.6.1.4.1.18060.0.4.0.3.3 NAME 'metaAttributeType' DESC 'meta definition of the AttributeType object' SUP metaTop STRUCTURAL MUST ( m-name $ m-syntax ) MAY ( m-supAttributeType $ m-obsolete $ m-equality $ m-ordering $ m-substr $ m-singleValue $ m-collective $ m-noUserModification $ m-usage $ m-extensionAttributeType ) )
convert(DitContentRule, Schema, SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.AttributesFactory
Converts a DitContentRule into an Entry
convert(DitStructureRule, Schema, SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.AttributesFactory
Converts a DitStructureRule into an Entry
convert(LdapSyntax, Schema, SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.AttributesFactory
Convert a Syntax instance into an Entry
convert(MatchingRule, Schema, SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.AttributesFactory
Converts a MatchingRule into an Entry
convert(MatchingRuleUse, Schema, SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.AttributesFactory
Converts a MatchingRuleUse into an Entry
convert(NameForm, Schema, SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.AttributesFactory
Converts a NameForm into an Entry
convert(ObjectClass, Schema, SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.AttributesFactory
Creates the attributes of an entry representing an objectClass.
convert(Schema, SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.AttributesFactory
Converts a Schema to an Entry
convert(SyntaxChecker, Schema, SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.AttributesFactory
Convert a SyntaxChecker instance into an Entry
convertAttributesToLdif(Entry) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifUtils
Convert all the Entry's attributes to LDIF.
convertAttributesToLdif(Entry, int) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifUtils
Convert the Entry's attributes to LDIF.
convertEscapedHex(String) - Static method in class org.apache.directory.api.util.Hex
Convert an escaoed list of bytes to a byte[]
convertIntervalDate(String) - Static method in class org.apache.directory.api.util.DateUtils
Converts the 18-digit Active Directory timestamps, also named 'Windows NT time format' or 'Win32 FILETIME or SYSTEMTIME'.
convertToLdif(Attributes) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifUtils
Convert an Attributes as LDIF
convertToLdif(Attributes, int) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifUtils
Convert an Attributes as LDIF
convertToLdif(Attributes, Dn) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifUtils
Convert an Attributes as LDIF.
convertToLdif(Attributes, Dn, int) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifUtils
Convert an Attributes as LDIF.
convertToLdif(Attribute) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifUtils
Converts an EntryAttribute to LDIF
convertToLdif(Attribute, int) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifUtils
Converts an EntryAttribute as LDIF
convertToLdif(Entry) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifUtils
Convert an Entry to LDIF
convertToLdif(Entry, boolean) - Static method in class org.apache.directory.api.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.api.ldap.model.ldif.LdifUtils
Convert an Entry as LDIF
convertToLdif(LdifEntry) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifUtils
Convert an LdifEntry to LDIF
convertToLdif(LdifEntry, int) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifUtils
Convert an LdifEntry to LDIF
COOKIE_STATE - org.apache.directory.api.ldap.codec.controls.search.pagedSearch.PagedResultsStates
Cookie Value
COOKIE_STATE - org.apache.directory.api.ldap.extras.controls.ad_impl.AdDirSyncRequestStatesEnum
cookie value state
COOKIE_STATE - org.apache.directory.api.ldap.extras.controls.ad_impl.AdDirSyncResponseStatesEnum
cookie value state
COOKIE_STATE - org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncDoneValueStatesEnum
cookie value state
COOKIE_STATE - org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncRequestValueStatesEnum
cookie Value
COOKIE_STATE - org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncStateValueStatesEnum
cookie Value
copy() - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
Copy the current SchemaObject on place
copy() - Method in class org.apache.directory.api.ldap.model.schema.DitContentRule
Copy a DitContentRule
copy() - Method in class org.apache.directory.api.ldap.model.schema.DitStructureRule
Copy the current SchemaObject on place
copy() - Method in class org.apache.directory.api.ldap.model.schema.LdapSyntax
Copy the current SchemaObject on place
copy() - Method in class org.apache.directory.api.ldap.model.schema.LoadableSchemaObject
Copy the current SchemaObject on place
copy() - Method in class org.apache.directory.api.ldap.model.schema.MatchingRule
Copy an MatchingRule
copy() - Method in class org.apache.directory.api.ldap.model.schema.MatchingRuleUse
Copy an MatchingRuleUse
copy() - Method in class org.apache.directory.api.ldap.model.schema.NameForm
Copy a NameForm
copy() - Method in class org.apache.directory.api.ldap.model.schema.ObjectClass
Copy an ObjectClass
copy() - Method in interface org.apache.directory.api.ldap.model.schema.registries.AttributeTypeRegistry
Copy the AttributeTypeRegistry
copy() - Method in interface org.apache.directory.api.ldap.model.schema.registries.ComparatorRegistry
Copy the ComparatorRegistry
copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultAttributeTypeRegistry
Copy the AttributeTypeRegistry
copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultComparatorRegistry
Copy the ComparatorRegistry
copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultDitContentRuleRegistry
Copy the DitContentRuleRegistry
copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultDitStructureRuleRegistry
Copy the DitStructureRuleRegistry
copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultLdapSyntaxRegistry
Copy the LdapSyntaxRegistry
copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultMatchingRuleRegistry
Copy the MatchingRuleRegistry
copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultMatchingRuleUseRegistry
Copy the MatchingRuleUseRegistry
copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultNameFormRegistry
Copy the NameFormRegistry
copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultNormalizerRegistry
Copy the NormalizerRegistry
copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultObjectClassRegistry
Copy the ObjectClassRegistry
copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSyntaxCheckerRegistry
Copy the SyntaxCheckerRegistry
copy() - Method in interface org.apache.directory.api.ldap.model.schema.registries.DitContentRuleRegistry
Copy the DitContentRuleRegistry
copy() - Method in interface org.apache.directory.api.ldap.model.schema.registries.DitStructureRuleRegistry
Copy the DitStructureRuleRegistry
copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
Copy the AttributeTypeRegistry
copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableComparatorRegistry
Copy the ComparatorRegistry
copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitContentRuleRegistry
Copy the DitContentRuleRegistry
copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitStructureRuleRegistry
Copy the DitStructureRuleRegistry
copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
Copy the LdapSyntaxRegistry
copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
Copy the MatchingRuleRegistry
copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
Copy the MatchingRuleUseRegistry
copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNameFormRegistry
Copy the NameFormRegistry
copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNormalizerRegistry
Copy the NormalizerRegistry
copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableObjectClassRegistry
Clone the ObjectClassRegistry
copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
Copy the SyntaxCheckerRegistry
copy() - Method in interface org.apache.directory.api.ldap.model.schema.registries.LdapSyntaxRegistry
Copy the LdapSyntaxRegistry
copy() - Method in interface org.apache.directory.api.ldap.model.schema.registries.MatchingRuleRegistry
Copy the MatchingRuleRegistry
copy() - Method in interface org.apache.directory.api.ldap.model.schema.registries.MatchingRuleUseRegistry
Copy the MatchingRuleUseRegistry
copy() - Method in interface org.apache.directory.api.ldap.model.schema.registries.NameFormRegistry
Copy the NameFormRegistry
copy() - Method in interface org.apache.directory.api.ldap.model.schema.registries.NormalizerRegistry
Copy the NormalizerRegistry
copy() - Method in interface org.apache.directory.api.ldap.model.schema.registries.ObjectClassRegistry
Copy the ObjectClassRegistry
copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.OidRegistry
Copy the OidRegistry, without the contained values
copy() - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaObjectRegistry
Copy a DefaultSchemaObjectRegistry.
copy() - Method in interface org.apache.directory.api.ldap.model.schema.registries.SyntaxCheckerRegistry
Copy the SyntaxCheckerRegistry
copy() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
Copy the current SchemaObject on place
copy(byte[]) - Static method in class org.apache.directory.api.util.Strings
Copy a byte array into a new byte array
copy(InputStream, OutputStream) - Static method in class org.apache.directory.api.util.IOUtils
Copies bytes from an InputStream to an OutputStream.
copy(InputStream, OutputStream, int) - Static method in class org.apache.directory.api.util.IOUtils
Copies bytes from an InputStream to an OutputStream using an internal buffer of the given size.
copy(InputStream, Writer, Charset) - Static method in class org.apache.directory.api.util.IOUtils
Copies bytes from an InputStream to chars on a Writer using the specified character encoding.
copy(Reader, Writer) - Static method in class org.apache.directory.api.util.IOUtils
Copies chars from a Reader to a Writer.
copy(SchemaObjectRegistry<T>) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
Copy a SchemaObject registry
copy(SchemaObject) - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
Copies the given schema object into this schema object.
copy(SchemaObject) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
Copies the given schema object into this schema object.
copyLarge(InputStream, OutputStream) - Static method in class org.apache.directory.api.util.IOUtils
Copies bytes from a large (over 2GB) InputStream to an OutputStream.
copyLarge(InputStream, OutputStream, byte[]) - Static method in class org.apache.directory.api.util.IOUtils
Copies bytes from a large (over 2GB) InputStream to an OutputStream.
copyLarge(Reader, Writer) - Static method in class org.apache.directory.api.util.IOUtils
Copies chars from a large (over 2GB) Reader to a Writer.
copyLarge(Reader, Writer, char[]) - Static method in class org.apache.directory.api.util.IOUtils
Copies chars from a large (over 2GB) Reader to a Writer.
copyLdapResult(ResultResponse, ExtendedResponse) - Static method in class org.apache.directory.api.ldap.codec.api.LdapMessageContainer
Copy the LdapResult element from a opaque response to a newly created extendedResponse
copyOfUsedBytes() - Method in class org.apache.directory.api.util.ExpansibleByteBuffer
Get's a copy of the bytes used.
CORBA_CONTAINER_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CORBA_CONTAINER_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CORBA_IOR_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CORBA_IOR_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CORBA_OBJECT_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CORBA_OBJECT_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CORBA_REFERENCE_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CORBA_REFERENCE_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CORBA_REPOSITORY_ID_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CORBA_REPOSITORY_ID_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
COULD_NOT_CONNECT - org.apache.directory.api.dsmlv2.response.ErrorResponse.ErrorResponseType
Could not connect error response type.
countBytes(char[]) - Static method in class org.apache.directory.api.util.Unicode
Count the number of bytes included in the given char[].
countBytesPerChar(byte[], int) - Static method in class org.apache.directory.api.util.Unicode
Count the number of bytes needed to return an Unicode char.
countChars(byte[]) - Static method in class org.apache.directory.api.util.Unicode
Count the number of chars included in the given byte[].
countNbBytesPerChar(char) - Static method in class org.apache.directory.api.util.Unicode
Return the number of bytes that hold an Unicode char.
COUNTRY_NAME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
COUNTRY_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
COUNTRY_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
COUNTRY_STRING_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CountrySyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a country according to RFC 4517.
CountrySyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
CRAM_MD5 - Static variable in class org.apache.directory.api.ldap.model.constants.SupportedSaslMechanisms
CRAM-MD5 mechanism
CREATE_TIMESTAMP_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CREATE_TIMESTAMP_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
createJndiAttributes(Object...) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifUtils
Build a new Attributes instance from a LDIF list of lines.
createNoticeOfDisconnect(ResultCodeEnum) - Static method in class org.apache.directory.api.ldap.model.message.extended.NoticeOfDisconnect
Create a NoD associated with a result code enum
createStoragePassword(byte[], LdapSecurityConstants) - Static method in class org.apache.directory.api.ldap.model.password.PasswordUtil
create a hashed password in a format that can be stored in the server.
createStoragePassword(String, LdapSecurityConstants) - Static method in class org.apache.directory.api.ldap.model.password.PasswordUtil
 
createTriggerExecutionSubentry(LdapContext, String, String, String) - Static method in class org.apache.directory.api.ldap.trigger.TriggerUtils
Create the Trigger execution subentry
createValue(AttributeType) - Static method in class org.apache.directory.api.ldap.model.entry.Value
Create a Value with an AttributeType.
CREATORS_NAME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CREATORS_NAME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CREDENTIALS_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
CRITICALITY - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
CRITICALITY_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
CRL_DISTRIBUTION_POINT_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CRL_DISTRIBUTION_POINT_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CROSS_CERTIFICATE_PAIR_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CROSS_CERTIFICATE_PAIR_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CRYPT_BCRYPT_LENGTH - Static variable in class org.apache.directory.api.ldap.model.password.PasswordUtil
The CRYPT (BCrypt) hash length
CRYPT_LENGTH - Static variable in class org.apache.directory.api.ldap.model.password.PasswordUtil
The CRYPT (DES) hash length
CRYPT_MD5_LENGTH - Static variable in class org.apache.directory.api.ldap.model.password.PasswordUtil
The CRYPT (MD5) hash length
CRYPT_SHA256_LENGTH - Static variable in class org.apache.directory.api.ldap.model.password.PasswordUtil
The CRYPT (SHA-256) hash length
CRYPT_SHA512_LENGTH - Static variable in class org.apache.directory.api.ldap.model.password.PasswordUtil
The CRYPT (SHA-512) hash length
cryptRaw(byte[], byte[], int, int[]) - Method in class org.apache.directory.api.ldap.model.password.BCrypt
Perform the central password hashing step in the bcrypt scheme
Csn - Class in org.apache.directory.api.ldap.model.csn
Represents 'Change Sequence Number' in LDUP specification.
Csn(long, int, int, int) - Constructor for class org.apache.directory.api.ldap.model.csn.Csn
Creates a new instance.
Csn(String) - Constructor for class org.apache.directory.api.ldap.model.csn.Csn
Creates a new instance of SimpleCSN from a String.
CSN_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CSN_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CSN_ORDERING_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CSN_ORDERING_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CSN_SID_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CSN_SID_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CSN_SID_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CSN_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CsnComparator - Class in org.apache.directory.api.ldap.model.schema.comparators
A comparator for CSN.
CsnComparator(String) - Constructor for class org.apache.directory.api.ldap.model.schema.comparators.CsnComparator
The CsnComparator constructor.
CsnFactory - Class in org.apache.directory.api.ldap.model.csn
Generates a new Csn.
CsnFactory(int) - Constructor for class org.apache.directory.api.ldap.model.csn.CsnFactory
Creates a new CsnFactory instance
CsnSidComparator - Class in org.apache.directory.api.ldap.model.schema.comparators
A comparator for CSN SID.
CsnSidComparator(String) - Constructor for class org.apache.directory.api.ldap.model.schema.comparators.CsnSidComparator
The CsnSidComparator constructor.
CsnSidSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
An CSN SID syntax checker.
CsnSidSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
CsnSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
An CSN syntax checker.
CsnSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
currentIimeMillis() - Method in class org.apache.directory.api.util.MockTimeProvider
 
currentIimeMillis() - Method in interface org.apache.directory.api.util.TimeProvider
Gets the current time in milliseconds sind 1970-01-01 UTC.
Cursor<E> - Interface in org.apache.directory.api.ldap.model.cursor
A Cursor for bidirectional traversal over elements in a dataSet.
CURSOR_LOG - org.apache.directory.api.ldap.model.constants.Loggers
The dedicated logs for the cursors
CursorClosedException - Exception in org.apache.directory.api.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.api.ldap.model.cursor.CursorClosedException
Creates a new instance of CursorClosedException.
CursorClosedException(String) - Constructor for exception org.apache.directory.api.ldap.model.cursor.CursorClosedException
Creates a new instance of CursorClosedException.
CursorClosedException(String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.cursor.CursorClosedException
Creates a new instance of CursorClosedException.
CursorException - Exception in org.apache.directory.api.ldap.model.cursor
An class for exceptions which add Cursor specific information to Exceptions.
CursorException() - Constructor for exception org.apache.directory.api.ldap.model.cursor.CursorException
Creates a new instance of CursorException.
CursorException(String) - Constructor for exception org.apache.directory.api.ldap.model.cursor.CursorException
Creates a new instance of CursorException.
CursorException(String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.cursor.CursorException
Creates a new instance of CursorException.
CursorException(Throwable) - Constructor for exception org.apache.directory.api.ldap.model.cursor.CursorException
Creates a new instance of LdapException.
CursorIterator<E> - Class in org.apache.directory.api.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.api.ldap.model.cursor.CursorIterator
Creates a new instance of CursorIterator.
CursorLdapReferralException - Exception in org.apache.directory.api.ldap.model.cursor
A specific form of CursorException used when a referral is met
CursorLdapReferralException(LdapReferralException) - Constructor for exception org.apache.directory.api.ldap.model.cursor.CursorLdapReferralException
Creates a new instance of CursorClosedException.
CursorLdapReferralException(LdapReferralException, String) - Constructor for exception org.apache.directory.api.ldap.model.cursor.CursorLdapReferralException
Creates a new instance of CursorClosedException.
CursorLdapReferralException(LdapReferralException, String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.cursor.CursorLdapReferralException
Creates a new instance of CursorClosedException.
CursorStateEnum - Enum in org.apache.directory.api.ldap.model.cursor
An enumeration to represent the various states of a Cursor.

D

DATA_QUALITY_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DataQualitySyntaxSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a DataQualitySyntax.
DataQualitySyntaxSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
DateUtils - Class in org.apache.directory.api.util
Gets the generalized time using the "Z" form of the g-time-zone.
DC_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DC_OBJECT_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DC_OBJECT_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
decode(byte[]) - Method in interface org.apache.directory.api.ldap.codec.api.CodecControl
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
decode(byte[]) - Method in class org.apache.directory.api.ldap.codec.BasicControlDecorator
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
decode(byte[]) - Static method in class org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.EndTransactionResponseContainer
Decodes raw ASN.1 encoded bytes into an Asn1Object for the controls.
decode(char[]) - Static method in class org.apache.directory.api.util.Base64
Deprecated.
Use the java.util.Base64.geDecoder().decode(String) method instead
decode(InputStream, LdapMessageContainer<? extends Message>) - Method in class org.apache.directory.api.ldap.codec.api.LdapDecoder
Decodes a PDU from an input stream into a Ldap message container.
decode(Object) - Method in interface org.apache.directory.api.asn1.Decoder
Decodes an "encoded" Object and returns a "decoded" Object.
decode(ByteBuffer, Asn1Container) - Static method in class org.apache.directory.api.asn1.ber.Asn1Decoder
The decoder main function.
decode(WhoAmIResponse, byte[]) - Static method in class org.apache.directory.api.ldap.extras.extended.ads_impl.whoAmI.WhoAmIFactory
Decode a PDU which must contain a WhoAmIResponse extended operation.
decode(IoSession, IoBuffer, ProtocolDecoderOutput) - Method in class org.apache.directory.api.ldap.codec.protocol.mina.LdapProtocolDecoder
decodeHexString(String) - Static method in class org.apache.directory.api.util.Hex
Decodes values of attributes in the DN encoded in hex into a UTF-8 String.
Decoder - Interface in org.apache.directory.api.asn1
Provides the highest level of abstraction for Decoders.
DecoderException - Exception in org.apache.directory.api.asn1
Thrown when a Decoder has encountered a failure condition during a decode.
DecoderException(String) - Constructor for exception org.apache.directory.api.asn1.DecoderException
Creates a DecoderException
DecoderException(String, Throwable) - Constructor for exception org.apache.directory.api.asn1.DecoderException
Creates a DecoderException
decodeValue(ControlContainer, Control, byte[]) - Method in class org.apache.directory.api.ldap.codec.api.AbstractControlFactory
Decode a Control's value.
decodeValue(ControlContainer, Control, byte[]) - Method in interface org.apache.directory.api.ldap.codec.api.ControlFactory
Decode a Control's value.
decodeValue(Control, byte[]) - Method in class org.apache.directory.api.ldap.codec.api.AbstractControlFactory
Decode a Control's value.
decodeValue(Control, byte[]) - Method in interface org.apache.directory.api.ldap.codec.api.ControlFactory
Decode a Control's value.
decodeValue(Control, byte[]) - Method in class org.apache.directory.api.ldap.codec.controls.OpaqueControlFactory
Decode a Control's value.
decodeValue(Control, byte[]) - Method in class org.apache.directory.api.ldap.codec.controls.proxiedauthz.ProxiedAuthzFactory
Decode a Control's value.
decodeValue(Control, byte[]) - Method in class org.apache.directory.api.ldap.codec.controls.search.entryChange.EntryChangeFactory
Decode a Control's value.
decodeValue(Control, byte[]) - Method in class org.apache.directory.api.ldap.codec.controls.search.pagedSearch.PagedResultsFactory
Decode a Control's value.
decodeValue(Control, byte[]) - Method in class org.apache.directory.api.ldap.codec.controls.search.persistentSearch.PersistentSearchFactory
Decode a Control's value.
decodeValue(Control, byte[]) - Method in class org.apache.directory.api.ldap.codec.controls.search.subentries.SubentriesFactory
Decode a Control's value.
decodeValue(Control, byte[]) - Method in class org.apache.directory.api.ldap.codec.controls.sort.SortRequestFactory
Decode a Control's value.
decodeValue(Control, byte[]) - Method in class org.apache.directory.api.ldap.codec.controls.sort.SortResponseFactory
Decode a Control's value.
decodeValue(Control, byte[]) - Method in class org.apache.directory.api.ldap.extras.controls.ad_impl.AdDirSyncRequestFactory
Decode a Control's value.
decodeValue(Control, byte[]) - Method in class org.apache.directory.api.ldap.extras.controls.ad_impl.AdDirSyncResponseFactory
Decode a Control's value.
decodeValue(Control, byte[]) - Method in class org.apache.directory.api.ldap.extras.controls.ad_impl.AdPolicyHintsFactory
Decode a Control's value.
decodeValue(Control, byte[]) - Method in class org.apache.directory.api.ldap.extras.controls.passwordExpired_impl.PasswordExpiredResponseFactory
Decode a Control's value.
decodeValue(Control, byte[]) - Method in class org.apache.directory.api.ldap.extras.controls.ppolicy_impl.PasswordPolicyResponseFactory
Decode a Control's value.
decodeValue(Control, byte[]) - Method in class org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncDoneValueFactory
Decode a Control's value.
decodeValue(Control, byte[]) - Method in class org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncRequestValueFactory
Decode a Control's value.
decodeValue(Control, byte[]) - Method in class org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncStateValueFactory
Decode a Control's value.
decodeValue(Control, byte[]) - Method in class org.apache.directory.api.ldap.extras.controls.vlv_impl.VirtualListViewRequestFactory
Decode a Control's value.
decodeValue(Control, byte[]) - Method in class org.apache.directory.api.ldap.extras.controls.vlv_impl.VirtualListViewResponseFactory
Decode a Control's value.
decodeValue(ExtendedRequest, byte[]) - Method in class org.apache.directory.api.ldap.codec.api.AbstractExtendedOperationFactory
Decode the value part of the extended request operation.
decodeValue(ExtendedRequest, byte[]) - Method in interface org.apache.directory.api.ldap.codec.api.ExtendedOperationFactory
Decode the value part of the extended request operation.
decodeValue(ExtendedRequest, byte[]) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.cancel.CancelFactory
Decode the value part of the extended request operation.
decodeValue(ExtendedRequest, byte[]) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.certGeneration.CertGenerationFactory
Decode the value part of the extended request operation.
decodeValue(ExtendedRequest, byte[]) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.EndTransactionFactory
Decode the value part of the extended request operation.
decodeValue(ExtendedRequest, byte[]) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownFactory
Decode the value part of the extended request operation.
decodeValue(ExtendedRequest, byte[]) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify.PasswordModifyFactory
Decode the value part of the extended request operation.
decodeValue(ExtendedRequest, byte[]) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureFactory
Decode the value part of the extended request operation.
decodeValue(ExtendedResponse, byte[]) - Method in class org.apache.directory.api.ldap.codec.api.AbstractExtendedOperationFactory
Decode the value part of the extended response operation.
decodeValue(ExtendedResponse, byte[]) - Method in interface org.apache.directory.api.ldap.codec.api.ExtendedOperationFactory
Decode the value part of the extended response operation.
decodeValue(ExtendedResponse, byte[]) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.EndTransactionFactory
Decode the value part of the extended response operation.
decodeValue(ExtendedResponse, byte[]) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectFactory
Decode the value part of the extended response operation.
decodeValue(ExtendedResponse, byte[]) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify.PasswordModifyFactory
Decode the value part of the extended response operation.
decodeValue(ExtendedResponse, byte[]) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.whoAmI.WhoAmIFactory
Decode the value part of the extended response operation.
decodeValue(IntermediateResponse, byte[]) - Method in interface org.apache.directory.api.ldap.codec.api.IntermediateOperationFactory
Decode the value part of the intermediate response operation.
decodeValue(IntermediateResponse, byte[]) - Method in class org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl.SyncInfoValueFactory
Decode the value part of the intermediate response operation.
Decorator<E> - Interface in org.apache.directory.api.ldap.codec.api
The codec uses this interface to add additional information to LDAP Model objects during encoding and decoding,
deepTrim(String) - Static method in class org.apache.directory.api.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.
deepTrim(String, boolean) - Static method in class org.apache.directory.api.util.Strings
Put common code to deepTrim(String) and deepTrimToLower here.
DeepTrimComparator - Class in org.apache.directory.api.ldap.model.schema.comparators
A comparator that uses the DeepTrimNormalizer before comparing two values
DeepTrimComparator(String) - Constructor for class org.apache.directory.api.ldap.model.schema.comparators.DeepTrimComparator
The NormalizingComparator constructor.
DeepTrimNormalizer - Class in org.apache.directory.api.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() - Constructor for class org.apache.directory.api.ldap.model.schema.normalizers.DeepTrimNormalizer
Creates a new instance of DeepTrimNormalizer when the Normalizer must be instantiated before setting the OID.
DeepTrimNormalizer(String) - Constructor for class org.apache.directory.api.ldap.model.schema.normalizers.DeepTrimNormalizer
Creates a new instance of DeepTrimNormalizer with OID known.
deepTrimToLower(String) - Static method in class org.apache.directory.api.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.
DeepTrimToLowerComparator - Class in org.apache.directory.api.ldap.model.schema.comparators
A comparator that uses the DeepTrimToLowerNormalizer before comparing two values
DeepTrimToLowerComparator(String) - Constructor for class org.apache.directory.api.ldap.model.schema.comparators.DeepTrimToLowerComparator
The NormalizingComparator constructor.
DeepTrimToLowerNormalizer - Class in org.apache.directory.api.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() - Constructor for class org.apache.directory.api.ldap.model.schema.normalizers.DeepTrimToLowerNormalizer
Creates a new instance of DeepTrimToLowerNormalizer where the OID is set after instantiation.
DeepTrimToLowerNormalizer(String) - Constructor for class org.apache.directory.api.ldap.model.schema.normalizers.DeepTrimToLowerNormalizer
Creates a new instance of DeepTrimToLowerNormalizer.
DEFAULT - Static variable in interface org.apache.directory.api.util.TimeProvider
The default time provider that always returns the system time.
DEFAULT_BINARY_ATTRIBUTES - Static variable in class org.apache.directory.api.ldap.codec.api.DefaultConfigurableBinaryAttributeDetector
A list of all the known binary attributes
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_PROTOCOL_CODEC_FACTORY - Static variable in interface org.apache.directory.api.ldap.codec.api.LdapApiService
The default codec factory
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
DefaultActivator - Class in org.apache.directory.api.ldap.codec.osgi
The BundleActivator for the codec.
DefaultActivator() - Constructor for class org.apache.directory.api.ldap.codec.osgi.DefaultActivator
Creates a new instance of DefaultActivator
DefaultAttribute - Class in org.apache.directory.api.ldap.model.entry
An LDAP attribute.
DefaultAttribute(byte[]) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Create a new instance of an Attribute, without value.
DefaultAttribute(String) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Create a new instance of an Attribute, without value.
DefaultAttribute(String, byte[]...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Create a new instance of an Attribute, with some binary values, and a user provided ID.
DefaultAttribute(String, String...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Create a new instance of an Attribute, with some String values, and a user provided ID.
DefaultAttribute(String, Value...) - Constructor for class org.apache.directory.api.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(String, AttributeType) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Create a new instance of a schema aware Attribute, without value.
DefaultAttribute(String, AttributeType, byte[]...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Create a new instance of a schema aware Attribute, with some byte[] values, and a user provided ID.
DefaultAttribute(String, AttributeType, String...) - Constructor for class org.apache.directory.api.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.api.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) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Create a new instance of a schema aware Attribute, without ID nor value.
DefaultAttribute(AttributeType, byte[]...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Create a new instance of a schema aware Attribute, with some byte[] values.
DefaultAttribute(AttributeType, String...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Create a new instance of a schema aware Attribute, without ID but with some values.
DefaultAttribute(AttributeType, Attribute) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Creates a new instance of schema aware Attribute, by copying another attribute.
DefaultAttribute(AttributeType, Value...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Create a new instance of a schema aware Attribute, with some values.
DefaultAttributeTypeRegistry - Class in org.apache.directory.api.ldap.model.schema.registries
An AttributeType registry service default implementation.
DefaultAttributeTypeRegistry() - Constructor for class org.apache.directory.api.ldap.model.schema.registries.DefaultAttributeTypeRegistry
Creates a new default AttributeTypeRegistry instance.
DefaultClosureMonitor - Class in org.apache.directory.api.ldap.model.cursor
A basic ClosureMonitor that simply uses a boolean for state and a cause exception.
DefaultClosureMonitor() - Constructor for class org.apache.directory.api.ldap.model.cursor.DefaultClosureMonitor
 
DefaultComparatorRegistry - Class in org.apache.directory.api.ldap.model.schema.registries
A Comparator registry service default implementation.
DefaultComparatorRegistry() - Constructor for class org.apache.directory.api.ldap.model.schema.registries.DefaultComparatorRegistry
Creates a new default ComparatorRegistry instance.
DefaultConfigurableBinaryAttributeDetector - Class in org.apache.directory.api.ldap.codec.api
An implementation of the BinaryAttributeDetector interface.
DefaultConfigurableBinaryAttributeDetector() - Constructor for class org.apache.directory.api.ldap.codec.api.DefaultConfigurableBinaryAttributeDetector
Creates a new instance of a ConfigurableBinaryAttributeDetector.
DefaultDitContentRuleRegistry - Class in org.apache.directory.api.ldap.model.schema.registries
An DitContentRule registry's service default implementation.
DefaultDitContentRuleRegistry() - Constructor for class org.apache.directory.api.ldap.model.schema.registries.DefaultDitContentRuleRegistry
Creates a new default DitContentRuleRegistry instance.
DefaultDitStructureRuleRegistry - Class in org.apache.directory.api.ldap.model.schema.registries
A DitStructureRule registry's service default implementation.
DefaultDitStructureRuleRegistry() - Constructor for class org.apache.directory.api.ldap.model.schema.registries.DefaultDitStructureRuleRegistry
Creates a new default NormalizerRegistry instance.
DefaultEntry - Class in org.apache.directory.api.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.api.ldap.model.entry.DefaultEntry
Creates a new instance of DefaultEntry.
DefaultEntry(String) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultEntry
Creates a new instance of DefaultEntry, with a Dn.
DefaultEntry(String, Object...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultEntry
Creates a new instance of DefaultEntry, with a Dn and a list of IDs.
DefaultEntry(Dn) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultEntry
Creates a new instance of DefaultEntry, with a Dn.
DefaultEntry(Dn, Object...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultEntry
Creates a new instance of DefaultEntry, with a Dn and a list of IDs.
DefaultEntry(SchemaManager) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultEntry
Creates a new instance of DefaultEntry, schema aware.
DefaultEntry(SchemaManager, String) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultEntry
Creates a new instance of DefaultEntry, schema aware.
DefaultEntry(SchemaManager, String, Object...) - Constructor for class org.apache.directory.api.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.api.ldap.model.entry.DefaultEntry
Creates a new instance of DefaultEntry, copying another entry.
DefaultEntry(SchemaManager, Dn) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultEntry
Creates a new instance of DefaultEntry, schema aware.
DefaultEntry(SchemaManager, Dn, Object...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultEntry
Creates a new instance of DefaultEntry, with a Dn and a list of IDs.
DefaultLdapCodecService - Class in org.apache.directory.api.ldap.codec.osgi
The default LdapApiService implementation.
DefaultLdapCodecService() - Constructor for class org.apache.directory.api.ldap.codec.osgi.DefaultLdapCodecService
Creates a new instance of DefaultLdapCodecService.
DefaultLdapConnectionFactory - Class in org.apache.directory.ldap.client.api
The default implementation of LdapConnectionFactory.
DefaultLdapConnectionFactory(LdapConnectionConfig) - Constructor for class org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory
Creates a new instance of DefaultLdapConnectionFactory.
DefaultLdapConnectionValidator - Class in org.apache.directory.ldap.client.api
An implementation of LdapConnectionValidator that checks to see that the connection isConnected() and isAuthenticated().
DefaultLdapConnectionValidator() - Constructor for class org.apache.directory.ldap.client.api.DefaultLdapConnectionValidator
 
DefaultLdapSyntaxRegistry - Class in org.apache.directory.api.ldap.model.schema.registries
A LdapSyntax registry's service default implementation.
DefaultLdapSyntaxRegistry() - Constructor for class org.apache.directory.api.ldap.model.schema.registries.DefaultLdapSyntaxRegistry
Creates a new default LdapSyntaxRegistry instance.
DefaultMatchingRuleRegistry - Class in org.apache.directory.api.ldap.model.schema.registries
A MatchingRule registry's service default implementation.
DefaultMatchingRuleRegistry() - Constructor for class org.apache.directory.api.ldap.model.schema.registries.DefaultMatchingRuleRegistry
Creates a new default MatchingRuleRegistry instance.
DefaultMatchingRuleUseRegistry - Class in org.apache.directory.api.ldap.model.schema.registries
A MatchingRuleUse registry service default implementation.
DefaultMatchingRuleUseRegistry() - Constructor for class org.apache.directory.api.ldap.model.schema.registries.DefaultMatchingRuleUseRegistry
Creates a new default MatchingRuleUseRegistry instance.
DefaultModification - Class in org.apache.directory.api.ldap.model.entry
An internal implementation for a ModificationItem.
DefaultModification() - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultModification
Creates a new instance of DefaultModification.
DefaultModification(ModificationOperation, String) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultModification
Creates a new instance of DefaultModification with no value
DefaultModification(ModificationOperation, String, byte[]...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultModification
Creates a new instance of DefaultModification.
DefaultModification(ModificationOperation, String, String...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultModification
Creates a new instance of DefaultModification.
DefaultModification(ModificationOperation, String, Value...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultModification
Creates a new instance of DefaultModification.
DefaultModification(ModificationOperation, Attribute) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultModification
Creates a new instance of DefaultModification.
DefaultModification(ModificationOperation, AttributeType) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultModification
Creates a new instance of DefaultModification with no value.
DefaultModification(ModificationOperation, AttributeType, byte[]...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultModification
Creates a new instance of DefaultModification.
DefaultModification(ModificationOperation, AttributeType, String...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultModification
Creates a new instance of DefaultModification.
DefaultModification(ModificationOperation, AttributeType, Value...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultModification
Creates a new instance of DefaultModification.
DefaultModification(SchemaManager, Modification) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultModification
Creates a new instance of DefaultModification.
DefaultNameFormRegistry - Class in org.apache.directory.api.ldap.model.schema.registries
An NameForm registry's service default implementation.
DefaultNameFormRegistry() - Constructor for class org.apache.directory.api.ldap.model.schema.registries.DefaultNameFormRegistry
Creates a new default NameFormRegistry instance.
DefaultNormalizerRegistry - Class in org.apache.directory.api.ldap.model.schema.registries
A Normalizer registry's service default implementation.
DefaultNormalizerRegistry() - Constructor for class org.apache.directory.api.ldap.model.schema.registries.DefaultNormalizerRegistry
Creates a new default NormalizerRegistry instance.
DefaultObjectClassRegistry - Class in org.apache.directory.api.ldap.model.schema.registries
An ObjectClass registry's service default implementation.
DefaultObjectClassRegistry() - Constructor for class org.apache.directory.api.ldap.model.schema.registries.DefaultObjectClassRegistry
Creates a new default ObjectClassRegistry instance.
DefaultPoolableLdapConnectionFactory - Class in org.apache.directory.ldap.client.api
A factory for creating LdapConnection objects managed by LdapConnectionPool.
DefaultPoolableLdapConnectionFactory(LdapConnectionConfig) - Constructor for class org.apache.directory.ldap.client.api.DefaultPoolableLdapConnectionFactory
Creates a new instance of PoolableLdapConnectionFactory.
DefaultPoolableLdapConnectionFactory(LdapConnectionConfig, Class<? extends LdapConnectionFactory>) - Constructor for class org.apache.directory.ldap.client.api.DefaultPoolableLdapConnectionFactory
Creates a new instance of PoolableLdapConnectionFactory using an instance of the supplied class as its LdapConnection factory.
DefaultPoolableLdapConnectionFactory(LdapConnectionFactory) - Constructor for class org.apache.directory.ldap.client.api.DefaultPoolableLdapConnectionFactory
Creates a new instance of PoolableLdapConnectionFactory.
DefaultSchema - Class in org.apache.directory.api.ldap.model.schema.registries
The default Schema interface implementation.
DefaultSchema(SchemaLoader, String) - Constructor for class org.apache.directory.api.ldap.model.schema.registries.DefaultSchema
Creates a new instance of DefaultSchema.
DefaultSchema(SchemaLoader, String, String) - Constructor for class org.apache.directory.api.ldap.model.schema.registries.DefaultSchema
Creates a new instance of DefaultSchema.
DefaultSchema(SchemaLoader, String, String, String[]) - Constructor for class org.apache.directory.api.ldap.model.schema.registries.DefaultSchema
Creates a new instance of DefaultSchema.
DefaultSchema(SchemaLoader, String, String, String[], boolean) - Constructor for class org.apache.directory.api.ldap.model.schema.registries.DefaultSchema
Creates a new instance of DefaultSchema.
DefaultSchemaLdifExtractor - Class in org.apache.directory.api.ldap.schema.extractor.impl
Extracts LDIF files for the schema repository onto a destination directory.
DefaultSchemaLdifExtractor(File) - Constructor for class org.apache.directory.api.ldap.schema.extractor.impl.DefaultSchemaLdifExtractor
Creates an extractor which deposits files into the specified output directory.
DefaultSchemaLoader - Class in org.apache.directory.ldap.client.api
A schema loader which uses LdapConnection to load schema from a ApacheDS serveur
DefaultSchemaLoader(LdapConnection) - Constructor for class org.apache.directory.ldap.client.api.DefaultSchemaLoader
Creates a new instance of DefaultSchemaLoader.
DefaultSchemaLoader(LdapConnection, boolean) - Constructor for class org.apache.directory.ldap.client.api.DefaultSchemaLoader
Creates a new instance of DefaultSchemaLoader.
DefaultSchemaLoader(LdapConnection, Dn) - Constructor for class org.apache.directory.ldap.client.api.DefaultSchemaLoader
Creates a new instance of NetworkSchemaLoader.
DefaultSchemaManager - Class in org.apache.directory.api.ldap.schema.manager.impl
The SchemaManager class : it handles all the schema operations (addition, removal, modification).
DefaultSchemaManager() - Constructor for class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Creates a new instance of DefaultSchemaManager with LDIF based SchemaLoader, Strict schema validation
DefaultSchemaManager(boolean, Collection<Schema>) - Constructor for class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Creates a new instance of DefaultSchemaManager with the default schema schemaLoader
DefaultSchemaManager(Collection<Schema>) - Constructor for class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Creates a new instance of DefaultSchemaManager with the default schema schemaLoader Strict schema validation
DefaultSchemaManager(SchemaLoader) - Constructor for class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Creates a new instance of DefaultSchemaManager with the given schemaLoader Schema validation strictness (i.e. relaxed/strict) controlled by the given schemaLoader
DefaultSchemaObjectRegistry<T extends SchemaObject> - Class in org.apache.directory.api.ldap.model.schema.registries
Common schema object registry interface.
DefaultSyntaxCheckerRegistry - Class in org.apache.directory.api.ldap.model.schema.registries
SyntaxChecker registry component's service interface.
DefaultSyntaxCheckerRegistry() - Constructor for class org.apache.directory.api.ldap.model.schema.registries.DefaultSyntaxCheckerRegistry
Creates a new default SyntaxCheckerRegistry instance.
defineTriggerExecutionSpecificPoint(LdapContext) - Static method in class org.apache.directory.api.ldap.trigger.TriggerUtils
Defines the Administration point and administrative role for the TriggerExecution specific point
DEL_REQUEST - org.apache.directory.api.ldap.model.message.MessageTypeEnum
The DelRequest message
DEL_REQUEST - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
DEL_REQUEST_CONTROL_END_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The </control> tag
DEL_REQUEST_CONTROL_START_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The <control> tag
DEL_REQUEST_CONTROLVALUE_END_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The </controlValue> tag
DEL_REQUEST_CONTROLVALUE_START_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The <controlValue> tag
DEL_REQUEST_START_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The <delRequest> tag
DEL_REQUEST_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
DEL_REQUEST_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
DEL_RESPONSE - org.apache.directory.api.ldap.model.message.MessageTypeEnum
The DelResponse message
DEL_RESPONSE - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
DEL_RESPONSE_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
DEL_RESPONSE_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
DELAY_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectStatesEnum
Delay
DELAY_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownStatesEnum
Delay
delCrossReferences(AttributeType) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
Add the SchemaObjectReferences.
delCrossReferences(MatchingRule) - Method in class org.apache.directory.api.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 distinguished name.
delete(String) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
Deletes the entry with the given distinguished name.
delete(String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Deletes the entry with the given distinguished name.
delete(DeleteRequest) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Performs a delete operation based on the delete request object.
delete(DeleteRequest) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
Performs a delete operation based on the delete request object.
delete(DeleteRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Performs a delete operation based on the delete request object.
delete(DeleteRequest) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
Deletes an entry specified by a DeleteRequest from the LDAP server.
delete(DeleteRequest) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Deletes an entry specified by a DeleteRequest from the LDAP server.
delete(Dn) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Deletes the entry with the given distinguished name.
delete(Dn) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
Deletes the entry with the given distinguished name.
delete(Dn) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Deletes the entry with the given distinguished name.
delete(Dn) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
Deletes an entry specified by Dn from the LDAP server.
delete(Dn) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Deletes an entry specified by Dn from the LDAP server.
delete(Dn, RequestBuilder<DeleteRequest>) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
Deletes an entry specified by Dn, and whose request is configured by a RequestBuilder, from the LDAP server.
delete(Dn, RequestBuilder<DeleteRequest>) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Deletes an entry specified by Dn, and whose request is configured by a RequestBuilder, from the LDAP server.
delete(SchemaObject) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
Remove the given SchemaObject from the registries
delete(SchemaObject) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Unregisters a new SchemaObject.
delete(SchemaObject) - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Unregisters a new SchemaObject.
Delete - org.apache.directory.api.ldap.model.ldif.ChangeType
The Delete changeType
DELETE - org.apache.directory.api.ldap.extras.controls.syncrepl.syncState.SyncStateTypeEnum
The entry has been deleted
DELETE - org.apache.directory.api.ldap.model.message.controls.ChangeType
A Delete
DELETE - org.apache.directory.api.ldap.trigger.LdapOperation
The Delete operation
DELETE - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
DELETE_OLD_RDN - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
DELETE_OLD_RDN - Static variable in class org.apache.directory.api.ldap.model.ldif.LdifRevertor
Flag used when we want to delete the old Rdn
DELETE_OLD_RDN_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
DELETE_ORDINAL - Static variable in enum org.apache.directory.api.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.
deleteDirectory(File) - Static method in class org.apache.directory.api.util.FileUtils
Deletes a directory recursively.
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.api.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.api.ldap.trigger.AntlrTriggerSpecificationParser
 
deleteQuietly(File) - Static method in class org.apache.directory.api.util.FileUtils
Deletes a file, never throwing an exception.
DeleteRequest - Interface in org.apache.directory.api.ldap.model.message
Delete request protocol message used to remove an existing leaf entry from the directory.
DeleteRequestFactory - Class in org.apache.directory.api.ldap.codec.factory
The DeleteRequest factory.
DeleteRequestImpl - Class in org.apache.directory.api.ldap.model.message
Delete request implementation.
DeleteRequestImpl() - Constructor for class org.apache.directory.api.ldap.model.message.DeleteRequestImpl
Creates a DeleteRequest implementing object used to delete a leaf entry from the DIT.
DeleteResponse - Interface in org.apache.directory.api.ldap.model.message
Delete protocol response message used to confirm the results of a delete request message.
DeleteResponseFactory - Class in org.apache.directory.api.ldap.codec.factory
The DeleteResponse factory.
DeleteResponseImpl - Class in org.apache.directory.api.ldap.model.message
DeleteResponse implementation
DeleteResponseImpl() - Constructor for class org.apache.directory.api.ldap.model.message.DeleteResponseImpl
Creates a DeleteResponse as a reply to an DeleteRequest.
DeleteResponseImpl(int) - Constructor for class org.apache.directory.api.ldap.model.message.DeleteResponseImpl
Creates a DeleteResponse as a reply to an DeleteRequest.
deleteStoredProcedureParameter() - Method in class org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParser
 
deleteStoredProcedureParameterList() - Method in class org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParser
 
deleteTree(String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
deletes the entry with the given Dn, and all its children
deleteTree(Dn) - 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.api.ldap.model.constants.SchemaConstants
 
DeliveryMethodSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a delivery method according to RFC 4517.
DeliveryMethodSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
delReference(SchemaObject, SchemaObject) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
Delete an association between a SchemaObject an the SchemaObject it refers
DelRequestDsml - Class in org.apache.directory.api.dsmlv2.request
DSML Decorator for DeleteRequest
DelRequestDsml(LdapApiService) - Constructor for class org.apache.directory.api.dsmlv2.request.DelRequestDsml
Creates a new getDecoratedMessage() of DelRequestDsml.
DelRequestDsml(LdapApiService, DeleteRequest) - Constructor for class org.apache.directory.api.dsmlv2.request.DelRequestDsml
Creates a new getDecoratedMessage() of DelRequestDsml.
DelResponseDsml - Class in org.apache.directory.api.dsmlv2.response
DSML Decorator for DelResponse
DelResponseDsml(LdapApiService) - Constructor for class org.apache.directory.api.dsmlv2.response.DelResponseDsml
Creates a new getDecoratedMessage() of DelResponseDsml.
DelResponseDsml(LdapApiService, DeleteResponse) - Constructor for class org.apache.directory.api.dsmlv2.response.DelResponseDsml
Creates a new getDecoratedMessage() of DelResponseDsml.
DELTA_CRL_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DELTA_CRL_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DELTA_REVOCATION_LIST_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DELTA_REVOCATION_LIST_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DENY_ADD - org.apache.directory.api.ldap.aci.GrantAndDenial
DENY_BROWSE - org.apache.directory.api.ldap.aci.GrantAndDenial
DENY_COMPARE - org.apache.directory.api.ldap.aci.GrantAndDenial
DENY_DISCLOSE_ON_ERROR - org.apache.directory.api.ldap.aci.GrantAndDenial
DENY_EXPORT - org.apache.directory.api.ldap.aci.GrantAndDenial
DENY_FILTER_MATCH - org.apache.directory.api.ldap.aci.GrantAndDenial
DENY_IMPORT - org.apache.directory.api.ldap.aci.GrantAndDenial
DENY_INVOKE - org.apache.directory.api.ldap.aci.GrantAndDenial
DENY_MODIFY - org.apache.directory.api.ldap.aci.GrantAndDenial
DENY_READ - org.apache.directory.api.ldap.aci.GrantAndDenial
DENY_REMOVE - org.apache.directory.api.ldap.aci.GrantAndDenial
DENY_RENAME - org.apache.directory.api.ldap.aci.GrantAndDenial
DENY_RETURN_DN - org.apache.directory.api.ldap.aci.GrantAndDenial
DEPARTMENT_NUMBER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DEPARTMENT_NUMBER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DEREF_ALIAS_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
DEREF_ALIAS_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DEREF_ALIASES - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
DEREF_ALWAYS - org.apache.directory.api.ldap.model.message.AliasDerefMode
Alias handling mode value that dereferences always
DEREF_ALWAYS - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
DEREF_ALWAYS - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
DEREF_FINDING_BASE_OBJ - org.apache.directory.api.ldap.model.message.AliasDerefMode
Alias handling mode value that dereferences only in finding the base
DEREF_FINDING_BASE_OBJ - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
DEREF_FINDING_BASE_OBJ - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
DEREF_IN_SEARCHING - org.apache.directory.api.ldap.model.message.AliasDerefMode
Alias handling mode value that dereferences only when searching
DEREF_IN_SEARCHING - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
DEREF_IN_SEARCHING - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
DerefAliasSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a valid DerefAlias.
DerefAliasSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
DESC - Static variable in interface org.apache.directory.api.ldap.schema.converter.antlrSchemaTokenTypes
 
descendants(String) - Method in interface org.apache.directory.api.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.api.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.api.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.api.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.api.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.api.ldap.model.schema.registries.ObjectClassRegistry
Get's an iterator over the set of descendant ObjectClasses for some ancestor's name alias or their OID.
descendants(AttributeType) - Method in interface org.apache.directory.api.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 class org.apache.directory.api.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.api.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
Get's an iterator over the set of descendant attributeTypes for some ancestor's name alias or their OID.
descr() - Method in class org.apache.directory.api.ldap.model.name.AntlrDnParser
RFC 4512 Section 1.4
DESCR - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
DESCR - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
DESCR - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
DESCR - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
DESCR - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
DESCRIPTION_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DESCRIPTION_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
descriptionsMatch(SchemaObject, SchemaObject) - Static method in class org.apache.directory.api.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.api.ldap.model.schema
Utility class used to generate schema object specifications.
deserialize(byte[], int) - Method in class org.apache.directory.api.ldap.model.entry.Value
Deserialize a StringValue from a byte[], starting at a given position
deserialize(byte[], int) - Method in class org.apache.directory.api.ldap.model.name.Ava
Deserialize an AVA from a byte[], starting at a given position
deserialize(byte[], int) - Method in class org.apache.directory.api.ldap.model.name.Rdn
Deserialize a RDN from a byte[], starting at a given position
deserialize(ObjectInput) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Deserialize an entry.
deserialize(ObjectInput) - Static method in class org.apache.directory.api.ldap.model.entry.Value
Deserialize a Value.
deserialize(AttributeType, ObjectInput) - Static method in class org.apache.directory.api.ldap.model.entry.Value
Deserialize a Value.
deserializeBoolean(byte[], int) - Static method in class org.apache.directory.api.util.Serialize
Read a boolean from a buffer at a given position
deserializeBytes(byte[], int) - Static method in class org.apache.directory.api.util.Serialize
Read a byte[] from a buffer at a given position
deserializeInt(byte[], int) - Static method in class org.apache.directory.api.util.Serialize
Read an integer from a buffer at a given position
DESTINATION_INDICATOR_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DESTINATION_INDICATOR_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
destroyObject(PooledObject<LdapConnection>) - Method in class org.apache.directory.ldap.client.api.AbstractPoolableLdapConnectionFactory
Destroying a connection will unbind it which will result on a shutdown of teh underlying protocol.
DETAIL - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
DETAIL_END - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The Detail End state
DETAIL_START - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The Detail Start state
DEVICE_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DEVICE_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DIFF_HOUR - org.apache.directory.api.util.GeneralizedTime.TimeZoneFormat
g-differential format, using hour only.
DIFF_HOUR_MINUTE - org.apache.directory.api.util.GeneralizedTime.TimeZoneFormat
g-differential format, using hour and minute.
DIGEST_MD5 - Static variable in class org.apache.directory.api.ldap.model.constants.SupportedSaslMechanisms
DIGEST_MD5-MD5 mechanism
DIGIT - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
DIGIT - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
DIGIT - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
 
DIGIT - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
DIGIT - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
DIGIT - Static variable in interface org.apache.directory.api.ldap.schema.converter.antlrSchemaTokenTypes
 
DIRECTORY_OPERATION - org.apache.directory.api.ldap.model.schema.UsageEnum
value for attributes with directoryOperation usage
DIRECTORY_STRING_FIRST_COMPONENT_MATCH - org.apache.directory.api.ldap.model.schema.MatchingRuleTypeEnum
DirectoryString First Component Match
DIRECTORY_STRING_FIRST_COMPONENT_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DIRECTORY_STRING_FIRST_COMPONENT_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DIRECTORY_STRING_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DirectoryStringSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a Directory String according to RFC 4517.
DirectoryStringSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
disable() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchema
Disable the schema
disable() - Method in interface org.apache.directory.api.ldap.model.schema.registries.Schema
Disable the schema
disable(String...) - Method in interface org.apache.directory.api.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 class org.apache.directory.api.ldap.schema.manager.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(Schema...) - Method in interface org.apache.directory.api.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.api.ldap.schema.manager.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_SECURITY_LAYER_ONCE - Static variable in class org.apache.directory.api.ldap.codec.api.SaslFilter
A session attribute key that makes next one write request bypass this filter (not adding a security layer).
disabledRelaxed(String...) - Method in interface org.apache.directory.api.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 class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Disables a set of Schemas, and returns true if all the schema have been disabled, with all the dependent schemas.
disabledRelaxed(Schema...) - Method in interface org.apache.directory.api.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.api.ldap.schema.manager.impl.DefaultSchemaManager
Disables a set of Schemas, and returns true if all the schema have been disabled, with all the dependent schemas.
disableNotification(ChangeType) - Method in interface org.apache.directory.api.ldap.model.message.controls.PersistentSearch
Unsets the notification for a given changeType
disableNotification(ChangeType) - Method in class org.apache.directory.api.ldap.model.message.controls.PersistentSearchImpl
Unsets the notification for a given changeType
DISCLOSE_ON_ERROR - org.apache.directory.api.ldap.aci.MicroOperation
The DiscloseOnError permission, may be used in conjunction with any component of ProtectedItems.
DISPLAY_NAME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DISPLAY_NAME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
dispose(IoSession) - Method in class org.apache.directory.api.ldap.codec.protocol.mina.LdapProtocolDecoder
dispose(IoSession) - Method in class org.apache.directory.api.ldap.codec.protocol.mina.LdapProtocolEncoder
dissociateFromSchema(SchemaObject) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
Store the given SchemaObject in the Map associating SchemaObjetcs to their related Schema.
DISTINGUISHED_NAME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DISTINGUISHED_NAME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DISTINGUISHED_NAME_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DISTINGUISHED_NAME_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
distinguishedName() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
distinguishedName() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
distinguishedName() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
distinguishedName() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
distinguishedName() - Method in class org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParser
 
distinguishedName(SchemaManager, Dn) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnParser
Parses a Dn string.
DISTRIBUTED_OPERATION - org.apache.directory.api.ldap.model.schema.UsageEnum
value for attributes with distributedOperation usage
DIT_CONTENT_RULE - org.apache.directory.api.ldap.model.schema.SchemaObjectType
 
DIT_CONTENT_RULE - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DIT_CONTENT_RULE_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DIT_CONTENT_RULES_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DIT_CONTENT_RULES_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DIT_CONTENT_RULES_PATH - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DIT_REDIRECT_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DIT_REDIRECT_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DIT_STRUCTURE_RULE - org.apache.directory.api.ldap.model.schema.SchemaObjectType
 
DIT_STRUCTURE_RULE - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DIT_STRUCTURE_RULE_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DIT_STRUCTURE_RULES_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DIT_STRUCTURE_RULES_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DIT_STRUCTURE_RULES_PATH - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DitContentRule - Class in org.apache.directory.api.ldap.model.schema
A ditContentRule specification. ditContentRules identify the content of entries of a particular structural objectClass.
DitContentRule(String) - Constructor for class org.apache.directory.api.ldap.model.schema.DitContentRule
Creates a DitContentRule object using a unique OID.
DitContentRuleDescriptionSchemaParser - Class in org.apache.directory.api.ldap.model.schema.parsers
A parser for RFC 4512 DIT content rule descriptions.
DitContentRuleDescriptionSchemaParser() - Constructor for class org.apache.directory.api.ldap.model.schema.parsers.DitContentRuleDescriptionSchemaParser
Creates a schema parser instance.
DitContentRuleDescriptionSyntaxChecker - Class in org.apache.directory.api.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.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
DitContentRuleHelper - Class in org.apache.directory.api.ldap.model.schema.registries.helper
An helper class used to store all the methods associated with an DitContentRule in relation with the Registries and SchemaManager.
DitContentRuleRegistry - Interface in org.apache.directory.api.ldap.model.schema.registries
An DitContentRule registry's service interface.
DitStructureRule - Class in org.apache.directory.api.ldap.model.schema
A dITStructureRule definition.
DitStructureRule(int) - Constructor for class org.apache.directory.api.ldap.model.schema.DitStructureRule
Creates a new instance of DitStructureRule
DitStructureRuleDescriptionSchemaParser - Class in org.apache.directory.api.ldap.model.schema.parsers
A parser for RFC 4512 DIT structure rule descriptions.
DitStructureRuleDescriptionSchemaParser() - Constructor for class org.apache.directory.api.ldap.model.schema.parsers.DitStructureRuleDescriptionSchemaParser
Creates a schema parser instance.
DitStructureRuleDescriptionSyntaxChecker - Class in org.apache.directory.api.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.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
DitStructureRuleHelper - Class in org.apache.directory.api.ldap.model.schema.registries.helper
An helper class used to store all the methods associated with an DitStructureRule in relation with the Registries and SchemaManager.
DitStructureRuleRegistry - Interface in org.apache.directory.api.ldap.model.schema.registries
An DitStructureRule registry service interface.
DL_SUBMIT_PERMISSION_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DlSubmitPermissionSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a DLSubmitPermission.
DlSubmitPermissionSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
DMD_NAME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DMD_NAME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DMD_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DMD_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
Dn - Class in org.apache.directory.api.ldap.model.name
The Dn class contains a Dn (Distinguished Name).
Dn() - Constructor for class org.apache.directory.api.ldap.model.name.Dn
Construct an empty Dn object
Dn(String...) - Constructor for class org.apache.directory.api.ldap.model.name.Dn
Creates a new instance of Dn, using varargs to declare the RDNs.
Dn(Rdn...) - Constructor for class org.apache.directory.api.ldap.model.name.Dn
Creates a Dn from a list of Rdns.
Dn(Rdn, Dn) - Constructor for class org.apache.directory.api.ldap.model.name.Dn
Creates a Dn concatenating a Rdn and a Dn.
Dn(SchemaManager) - Constructor for class org.apache.directory.api.ldap.model.name.Dn
Construct an empty Schema aware Dn object
Dn(SchemaManager, String...) - Constructor for class org.apache.directory.api.ldap.model.name.Dn
Creates a new instance of schema aware Dn, using varargs to declare the RDNs.
Dn(SchemaManager, Dn) - Constructor for class org.apache.directory.api.ldap.model.name.Dn
Construct an empty Schema aware Dn object
Dn(SchemaManager, Rdn...) - Constructor for class org.apache.directory.api.ldap.model.name.Dn
Creates a Schema aware Dn from a list of Rdns.
DN - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
DN_ATTRIBUTES - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
DN_ATTRIBUTES_FILTER_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
DN_ATTRIBUTES_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
DN_QUALIFIER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DN_QUALIFIER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DN_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DnComparator - Class in org.apache.directory.api.ldap.model.schema.comparators
Compare two DNs
DnComparator(String) - Constructor for class org.apache.directory.api.ldap.model.schema.comparators.DnComparator
Creates a new instance of DnComparator.
DnNode<N> - Class in org.apache.directory.api.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.api.ldap.util.tree.DnNode
Creates a new instance of DnNode.
DnNode(N) - Constructor for class org.apache.directory.api.ldap.util.tree.DnNode
Creates a new instance of DnNode.
DnNode(Dn, N) - Constructor for class org.apache.directory.api.ldap.util.tree.DnNode
Creates a new instance of DnNode.
DnNormalizer - Class in org.apache.directory.api.ldap.model.schema.normalizers
Normalizer a Dn
DnNormalizer() - Constructor for class org.apache.directory.api.ldap.model.schema.normalizers.DnNormalizer
Empty constructor
DNS_DOMAIN_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DNS_DOMAIN_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DnSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a valid Dn.
DnSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
dnToLdif(String) - Method in class org.apache.directory.api.ldap.schema.converter.AttributeTypeHolder
Transform a schema name to a Dn pointing to the correct position in the DIT
dnToLdif(String) - Method in class org.apache.directory.api.ldap.schema.converter.ObjectClassHolder
Transform a schema name to a Dn pointing to the correct position in the DIT
dnToLdif(String) - Method in class org.apache.directory.api.ldap.schema.converter.SchemaElementImpl
Transform a Schema Element to a LDIF String
DnUtils - Class in org.apache.directory.api.ldap.model.name
Utility class used to manipulate Dn or Rdn elements.
DOCUMENT_AUTHOR_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DOCUMENT_AUTHOR_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DOCUMENT_IDENTIFIER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DOCUMENT_IDENTIFIER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DOCUMENT_LOCATION_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DOCUMENT_LOCATION_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DOCUMENT_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DOCUMENT_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DOCUMENT_PUBLISHER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DOCUMENT_PUBLISHER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DOCUMENT_SERIES_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DOCUMENT_SERIES_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DOCUMENT_TITLE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DOCUMENT_TITLE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DOCUMENT_VERSION_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DOCUMENT_VERSION_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
doesFutureExistFor(int) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
doesFutureExistFor(int) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
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.api.ldap.schema.converter.antlrSchemaTokenTypes
 
DOMAIN_COMPONENT_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DOMAIN_COMPONENT_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DOMAIN_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DOMAIN_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DOMAIN_RELATED_OBJECT_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DOMAIN_RELATED_OBJECT_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DOT - org.apache.directory.api.util.GeneralizedTime.FractionDelimiter
Use a dot as fraction delimiter.
DOT - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
DOT - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
DOT - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
 
DOT - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
DOT - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
DOT - Static variable in interface org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
doWithConnection(LdapConnection) - Method in interface org.apache.directory.ldap.client.template.ConnectionCallback
Provides a managed connection to the implementation of this method.
DQUOTE - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
 
DRINK_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DRINK_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DSA_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DSA_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DSA_OPERATION - org.apache.directory.api.ldap.model.schema.UsageEnum
value for attributes with dSAOperation usage
DSA_QUALITY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DSA_QUALITY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DSA_QUALITY_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DsaQualitySyntaxSyntaxChecker - Class in org.apache.directory.api.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 :
DsaQualitySyntaxSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
DSE_TYPE_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DseTypeSyntaxChecker - Class in org.apache.directory.api.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 :
DseTypeSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
DSML_NAMESPACE - Static variable in class org.apache.directory.api.dsmlv2.ParserUtils
The DSML namespace
DsmlControl<C extends Control> - Class in org.apache.directory.api.dsmlv2
A DSML decorator for a Control.
DsmlControl(LdapApiService, C) - Constructor for class org.apache.directory.api.dsmlv2.DsmlControl
Creates a new instance of DsmlControl
DsmlDecorator<M> - Interface in org.apache.directory.api.dsmlv2
This interface defines the methods that must be implemented to define a DSML Decorator
DsmlLiterals - Class in org.apache.directory.api.dsmlv2
This Class contains DMSL literals
Dsmlv2Container - Class in org.apache.directory.api.dsmlv2
This class represents the DSML Container.
Dsmlv2Container(LdapApiService) - Constructor for class org.apache.directory.api.dsmlv2.Dsmlv2Container
Creates a new LdapMessageContainer object.
Dsmlv2Engine - Class in org.apache.directory.api.dsmlv2.engine
This is the DSMLv2Engine.
Dsmlv2Engine(String, int, String, String) - Constructor for class org.apache.directory.api.dsmlv2.engine.Dsmlv2Engine
Creates a new instance of Dsmlv2Engine.
Dsmlv2Engine(LdapConnection, String, String) - Constructor for class org.apache.directory.api.dsmlv2.engine.Dsmlv2Engine
Creates a new instance of Dsmlv2Engine.
Dsmlv2Grammar - Class in org.apache.directory.api.dsmlv2.request
This Class represents the DSMLv2 Request Grammar
Dsmlv2Grammar() - Constructor for class org.apache.directory.api.dsmlv2.request.Dsmlv2Grammar
Creates a new instance of Dsmlv2Grammar.
Dsmlv2Parser - Class in org.apache.directory.api.dsmlv2
This class represents the DSMLv2 Parser.
Dsmlv2Parser() - Constructor for class org.apache.directory.api.dsmlv2.Dsmlv2Parser
Creates a new instance of Dsmlv2Parser.
Dsmlv2Parser(boolean) - Constructor for class org.apache.directory.api.dsmlv2.Dsmlv2Parser
Creates a new instance of Dsmlv2Parser.
Dsmlv2Parser(Dsmlv2Grammar) - Constructor for class org.apache.directory.api.dsmlv2.Dsmlv2Parser
Creates a new instance of Dsmlv2Parser.
Dsmlv2ResponseGrammar - Class in org.apache.directory.api.dsmlv2.response
This Class represents the DSMLv2 Response Grammar
Dsmlv2ResponseParser - Class in org.apache.directory.api.dsmlv2
This class represents the DSMLv2 Parser.
Dsmlv2ResponseParser(LdapApiService) - Constructor for class org.apache.directory.api.dsmlv2.Dsmlv2ResponseParser
Creates a new instance of Dsmlv2ResponseParser.
Dsmlv2StatesEnum - Enum in org.apache.directory.api.dsmlv2
This class store the Dsml grammar's constants.
dumpByte(byte) - Static method in class org.apache.directory.api.asn1.util.Asn1StringUtils
Helper function that dump a byte in hex form
dumpByte(byte) - Static method in class org.apache.directory.api.util.Strings
Helper function that dump a byte in hex form
dumpBytes(byte[]) - Static method in class org.apache.directory.api.asn1.util.Asn1StringUtils
Helper function that dump an array of bytes in hex form
dumpBytes(byte[]) - Static method in class org.apache.directory.api.util.Strings
Helper function that dump an array of bytes in hex form
dumpBytes(byte[], int, int) - Static method in class org.apache.directory.api.asn1.util.Asn1StringUtils
Helper function that dump an array of bytes in hex form
dumpHex(byte) - Static method in class org.apache.directory.api.util.Strings
Helper function that returns a char from an hex
dumpHexPairs(byte[]) - Static method in class org.apache.directory.api.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.api.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.api.ldap.codec.AttributeValueAssertion
Helper method to render an object which can be a String or a byte[]
dumpUsedBy() - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
Dump the UsedBy data structure as a String
dumpUsing() - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
Dump the Using data structure as a String
DYNAMIC_OBJECT_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DYNAMIC_OBJECT_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DYNAMIC_SUBTREES_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DYNAMIC_SUBTREES_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 

E

E_SYNC_REFRESH_REQUIRED - org.apache.directory.api.ldap.model.message.ResultCodeEnum
The server may return this result code on the initial content poll if it is safe to do so when it is unable to perform the operation due to various reasons.
EC_SEQUENCE_STATE - org.apache.directory.api.ldap.codec.controls.search.entryChange.EntryChangeStates
Sequence
EMAIL_ADDRESS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
EMAIL_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
EMAIL_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
EMBEDDED_PDV - org.apache.directory.api.asn1.ber.tlv.UniversalTag
value for the tag
EMPLOYEE_NUMBER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
EMPLOYEE_NUMBER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
EMPLOYEE_TYPE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
EMPLOYEE_TYPE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
EMPTY - Static variable in class org.apache.directory.api.util.StringConstants
The empty String "".
EMPTY_BYTES - Static variable in class org.apache.directory.api.asn1.util.Asn1StringUtils
The empty byte[]
EMPTY_BYTES - Static variable in class org.apache.directory.api.util.Strings
An empty byte array
EMPTY_DN - Static variable in class org.apache.directory.api.ldap.model.name.Dn
A null Dn
EMPTY_MODS - Static variable in class org.apache.directory.api.ldap.model.ldif.LdifEntry
Used in toArray()
EMPTY_RDN - Static variable in class org.apache.directory.api.ldap.model.name.Rdn
An empty Rdn
EMPTY_STRING - Static variable in class org.apache.directory.api.asn1.util.BitString
A null MutableString
EMPTY_STRING - Static variable in class org.apache.directory.api.util.Strings
An empty String
EMPTY_STRING_ARRAY - Static variable in class org.apache.directory.api.util.Strings
An empty String array
EMPTY_STRINGS - Static variable in class org.apache.directory.api.util.StringConstants
The empty String[]
EMPTY_URL - Static variable in class org.apache.directory.api.ldap.model.url.LdapUrl
A null LdapUrl
EmptyCursor<E> - Class in org.apache.directory.api.ldap.model.cursor
An empty Cursor implementation.
EmptyCursor() - Constructor for class org.apache.directory.api.ldap.model.cursor.EmptyCursor
Creates a new EmptyCursor instance
EmptyEnumeration<T> - Class in org.apache.directory.api.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.api.util.EmptyEnumeration
 
enable() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchema
Enable the schema
enable() - Method in interface org.apache.directory.api.ldap.model.schema.registries.Schema
Enable the schema
enable(String...) - Method in interface org.apache.directory.api.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 class org.apache.directory.api.ldap.schema.manager.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(Schema...) - Method in interface org.apache.directory.api.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.api.ldap.schema.manager.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 interface org.apache.directory.api.ldap.model.message.controls.PersistentSearch
Sets the notification for a given changeType
enableNotification(ChangeType) - Method in class org.apache.directory.api.ldap.model.message.controls.PersistentSearchImpl
Sets the notification for a given changeType
enableRelaxed(String...) - Method in interface org.apache.directory.api.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 class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Enables a set of Schemas, and returns true if all the schema have been enabled, with all the dependent schemas.
enableRelaxed(Schema...) - Method in interface org.apache.directory.api.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.api.ldap.schema.manager.impl.DefaultSchemaManager
Enables a set of Schemas, and returns true if all the schema have been enabled, with all the dependent schemas.
encode(byte[]) - Static method in class org.apache.directory.api.util.Base64
Deprecated.
Use the java.util.Base64.getEncoder().encode(byte[]) method instead
encode(Object) - Method in interface org.apache.directory.api.asn1.Encoder
Encodes an "Object" and returns the encoded content as an Object.
encode(ByteBuffer) - Method in interface org.apache.directory.api.asn1.Asn1Object
Encode the object to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.api.dsmlv2.request.AbstractRequestDsml
Encode the request.
encode(ByteBuffer) - Method in class org.apache.directory.api.dsmlv2.request.AbstractResultResponseRequestDsml
Encode the request.
encode(ByteBuffer) - Method in class org.apache.directory.api.ldap.codec.BasicControlDecorator
Encode the object to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.api.ldap.codec.search.AndFilter
Encode the AndFilter message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.api.ldap.codec.search.AttributeValueAssertionFilter
Encode the AttributeValueAssertion Filters to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.api.ldap.codec.search.ConnectorFilter
Encode the ConnectorFilter message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.api.ldap.codec.search.ExtensibleMatchFilter
Encode the ExtensibleMatch Filters to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.api.ldap.codec.search.Filter
Encode the Filter message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.api.ldap.codec.search.NotFilter
Encode the NotFilter message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.api.ldap.codec.search.OrFilter
Encode the OrFilter message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.api.ldap.codec.search.PresentFilter
Encode the PresentFilter message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.api.ldap.codec.search.SubstringFilter
Encode the Substrings Filter to a PDU.
encode(ByteBuffer, boolean) - Static method in class org.apache.directory.api.asn1.ber.tlv.BerValue
Encode a boolean value
encode(ByteBuffer, byte[]) - Static method in class org.apache.directory.api.asn1.ber.tlv.BerValue
Encode an OctetString value
encode(ByteBuffer, byte, int) - Static method in class org.apache.directory.api.asn1.ber.tlv.BerValue
Encode an integer value
encode(ByteBuffer, int) - Static method in class org.apache.directory.api.asn1.ber.tlv.BerValue
Encode an integer value
encode(ByteBuffer, long) - Static method in class org.apache.directory.api.asn1.ber.tlv.BerValue
Encode a long value
encode(ByteBuffer, String) - Static method in class org.apache.directory.api.asn1.ber.tlv.BerValue
Encode a String value
encode(ByteBuffer, BitString) - Static method in class org.apache.directory.api.asn1.ber.tlv.BerValue
Encode a BIT STRING value
encode(ByteBuffer, Oid) - Static method in class org.apache.directory.api.asn1.ber.tlv.BerValue
Encode an OID value
encode(IoSession, Object, ProtocolEncoderOutput) - Method in class org.apache.directory.api.ldap.codec.protocol.mina.LdapProtocolEncoder
encodeBoolean(Asn1Buffer, boolean) - Static method in class org.apache.directory.api.asn1.ber.tlv.BerValue
Encode a boolean value
encodeBoolean(Asn1Buffer, byte, boolean) - Static method in class org.apache.directory.api.asn1.ber.tlv.BerValue
Encode a boolean value
encodeEnumerated(ByteBuffer, int) - Static method in class org.apache.directory.api.asn1.ber.tlv.BerValue
Encode an enumerated value
encodeEnumerated(Asn1Buffer, byte, int) - Static method in class org.apache.directory.api.asn1.ber.tlv.BerValue
Encode an enumerated value
encodeEnumerated(Asn1Buffer, int) - Static method in class org.apache.directory.api.asn1.ber.tlv.BerValue
Encode an enumerated value
encodeFilterValue(String) - Static method in class org.apache.directory.api.ldap.model.filter.FilterEncoder
Handles encoding of special characters in LDAP search filter assertion values using the <valueencoding> rule as described in RFC 4515.
encodeHex(byte[]) - Static method in class org.apache.directory.api.util.Hex
Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
encodeInteger(Asn1Buffer, byte, int) - Static method in class org.apache.directory.api.asn1.ber.tlv.BerValue
Encode an integer value, with a specific tag
encodeInteger(Asn1Buffer, byte, long) - Static method in class org.apache.directory.api.asn1.ber.tlv.BerValue
Encode an integer value, with a specific tag
encodeInteger(Asn1Buffer, int) - Static method in class org.apache.directory.api.asn1.ber.tlv.BerValue
Encode an integer value
encodeInteger(Asn1Buffer, long) - Static method in class org.apache.directory.api.asn1.ber.tlv.BerValue
Encode an integer value
encodeMessage(Asn1Buffer, LdapApiService, Message) - Static method in class org.apache.directory.api.ldap.codec.api.LdapEncoder
Generate the PDU which contains the encoded object.
encodeOctetString(Asn1Buffer, byte[]) - Static method in class org.apache.directory.api.asn1.ber.tlv.BerValue
Encode an OctetString
encodeOctetString(Asn1Buffer, byte, byte[]) - Static method in class org.apache.directory.api.asn1.ber.tlv.BerValue
Encode an OctetString
encodeOctetString(Asn1Buffer, byte, String) - Static method in class org.apache.directory.api.asn1.ber.tlv.BerValue
Encode an OctetString
encodeOctetString(Asn1Buffer, String) - Static method in class org.apache.directory.api.asn1.ber.tlv.BerValue
Encode an OctetString
Encoder - Interface in org.apache.directory.api.asn1
Provides the highest level of abstraction for Encoders.
encodeReverse(LdapApiService, Asn1Buffer, Message) - Method in class org.apache.directory.api.ldap.codec.factory.AbandonRequestFactory
Encode the AbandonRequest message to a PDU.
encodeReverse(LdapApiService, Asn1Buffer, Message) - Method in class org.apache.directory.api.ldap.codec.factory.AddRequestFactory
Encode the AddRequest message to a PDU.
encodeReverse(LdapApiService, Asn1Buffer, Message) - Method in class org.apache.directory.api.ldap.codec.factory.AddResponseFactory
Encode the AddResponse message to a PDU.
encodeReverse(LdapApiService, Asn1Buffer, Message) - Method in class org.apache.directory.api.ldap.codec.factory.BindRequestFactory
Encode the BindRequest message to a PDU.
encodeReverse(LdapApiService, Asn1Buffer, Message) - Method in class org.apache.directory.api.ldap.codec.factory.BindResponseFactory
Encode the BindResponse message to a PDU.
encodeReverse(LdapApiService, Asn1Buffer, Message) - Method in class org.apache.directory.api.ldap.codec.factory.CompareRequestFactory
Encode the CompareRequest message to a PDU.
encodeReverse(LdapApiService, Asn1Buffer, Message) - Method in class org.apache.directory.api.ldap.codec.factory.CompareResponseFactory
Encode the CompareResponse message to a PDU.
encodeReverse(LdapApiService, Asn1Buffer, Message) - Method in class org.apache.directory.api.ldap.codec.factory.DeleteRequestFactory
Encode the DeleteRequest message to a PDU.
encodeReverse(LdapApiService, Asn1Buffer, Message) - Method in class org.apache.directory.api.ldap.codec.factory.DeleteResponseFactory
Encode the DeleteResponse message to a PDU.
encodeReverse(LdapApiService, Asn1Buffer, Message) - Method in class org.apache.directory.api.ldap.codec.factory.ExtendedRequestFactory
Encode the ExtendedRequest message to a PDU.
encodeReverse(LdapApiService, Asn1Buffer, Message) - Method in class org.apache.directory.api.ldap.codec.factory.ExtendedResponseFactory
Encode the ExtendedResponse message to a PDU.
encodeReverse(LdapApiService, Asn1Buffer, Message) - Method in class org.apache.directory.api.ldap.codec.factory.IntermediateResponseFactory
Encode the IntermediateResponse message to a PDU.
encodeReverse(LdapApiService, Asn1Buffer, Message) - Method in interface org.apache.directory.api.ldap.codec.factory.Messagefactory
Encode a message, in a reverse way (ie, starting from the end of the PDU.
encodeReverse(LdapApiService, Asn1Buffer, Message) - Method in class org.apache.directory.api.ldap.codec.factory.ModifyDnRequestFactory
Encode the ModifyDnRequest message to a PDU.
encodeReverse(LdapApiService, Asn1Buffer, Message) - Method in class org.apache.directory.api.ldap.codec.factory.ModifyDnResponseFactory
Encode the ModifyDnResponse message to a PDU.
encodeReverse(LdapApiService, Asn1Buffer, Message) - Method in class org.apache.directory.api.ldap.codec.factory.ModifyRequestFactory
Encode the ModifyRequest message to a PDU.
encodeReverse(LdapApiService, Asn1Buffer, Message) - Method in class org.apache.directory.api.ldap.codec.factory.ModifyResponseFactory
Encode the ModifyResponse message to a PDU.
encodeReverse(LdapApiService, Asn1Buffer, Message) - Method in class org.apache.directory.api.ldap.codec.factory.SearchRequestFactory
Encode the SearchRequest message to a PDU.
encodeReverse(LdapApiService, Asn1Buffer, Message) - Method in class org.apache.directory.api.ldap.codec.factory.SearchResultDoneFactory
Encode the SearchResultDone message to a PDU.
encodeReverse(LdapApiService, Asn1Buffer, Message) - Method in class org.apache.directory.api.ldap.codec.factory.SearchResultEntryFactory
Encode the SearchResultEntry message to a PDU.
encodeReverse(LdapApiService, Asn1Buffer, Message) - Method in class org.apache.directory.api.ldap.codec.factory.SearchResultReferenceFactory
Encode the SearchResultReference message to a PDU.
encodeReverse(LdapApiService, Asn1Buffer, Message) - Method in class org.apache.directory.api.ldap.codec.factory.UnbindRequestFactory
Encode the UnbindRequest message to a PDU.
EncoderException - Exception in org.apache.directory.api.asn1
Thrown when there is a failure condition during the encoding process.
EncoderException(String) - Constructor for exception org.apache.directory.api.asn1.EncoderException
Creates a new instance of this exception with an useful message.
EncoderException(String, Exception) - Constructor for exception org.apache.directory.api.asn1.EncoderException
Creates a new instance of this exception with an useful message.
encodeSequence(Asn1Buffer) - Static method in class org.apache.directory.api.asn1.ber.tlv.BerValue
Encode a Sequence
encodeSequence(Asn1Buffer, byte) - Static method in class org.apache.directory.api.asn1.ber.tlv.BerValue
Encode a Sequence, with a specific tag
encodeSequence(Asn1Buffer, byte, int) - Static method in class org.apache.directory.api.asn1.ber.tlv.BerValue
Encode a Sequence, with a specific length and tag
encodeSequence(Asn1Buffer, int) - Static method in class org.apache.directory.api.asn1.ber.tlv.BerValue
Encode a Sequence, with a specific length
encodeSet(Asn1Buffer) - Static method in class org.apache.directory.api.asn1.ber.tlv.BerValue
Encode a Set
encodeSet(Asn1Buffer, byte) - Static method in class org.apache.directory.api.asn1.ber.tlv.BerValue
Encode a Set, with a specific tag
encodeSet(Asn1Buffer, byte, int) - Static method in class org.apache.directory.api.asn1.ber.tlv.BerValue
Encode a Set, with a specific length and tag
encodeSet(Asn1Buffer, int) - Static method in class org.apache.directory.api.asn1.ber.tlv.BerValue
Encode a Set, with a specific length
encodeValue(Asn1Buffer, Control) - Method in class org.apache.directory.api.ldap.codec.api.AbstractControlFactory
Encode the value part of the control.
encodeValue(Asn1Buffer, Control) - Method in interface org.apache.directory.api.ldap.codec.api.ControlFactory
Encode the value part of the control.
encodeValue(Asn1Buffer, Control) - Method in class org.apache.directory.api.ldap.codec.controls.OpaqueControlFactory
Encode the value part of the control.
encodeValue(Asn1Buffer, Control) - Method in class org.apache.directory.api.ldap.codec.controls.proxiedauthz.ProxiedAuthzFactory
Encode the value part of the control.
encodeValue(Asn1Buffer, Control) - Method in class org.apache.directory.api.ldap.codec.controls.search.entryChange.EntryChangeFactory
Encode the value part of the control.
encodeValue(Asn1Buffer, Control) - Method in class org.apache.directory.api.ldap.codec.controls.search.pagedSearch.PagedResultsFactory
Encode the value part of the control.
encodeValue(Asn1Buffer, Control) - Method in class org.apache.directory.api.ldap.codec.controls.search.persistentSearch.PersistentSearchFactory
Encode the value part of the control.
encodeValue(Asn1Buffer, Control) - Method in class org.apache.directory.api.ldap.codec.controls.search.subentries.SubentriesFactory
Encode the value part of the control.
encodeValue(Asn1Buffer, Control) - Method in class org.apache.directory.api.ldap.codec.controls.sort.SortRequestFactory
Encode the value part of the control.
encodeValue(Asn1Buffer, Control) - Method in class org.apache.directory.api.ldap.codec.controls.sort.SortResponseFactory
Encode the value part of the control.
encodeValue(Asn1Buffer, Control) - Method in class org.apache.directory.api.ldap.extras.controls.ad_impl.AdDirSyncRequestFactory
Encode the value part of the control.
encodeValue(Asn1Buffer, Control) - Method in class org.apache.directory.api.ldap.extras.controls.ad_impl.AdDirSyncResponseFactory
Encode the value part of the control.
encodeValue(Asn1Buffer, Control) - Method in class org.apache.directory.api.ldap.extras.controls.ad_impl.AdPolicyHintsFactory
Encode the value part of the control.
encodeValue(Asn1Buffer, Control) - Method in class org.apache.directory.api.ldap.extras.controls.passwordExpired_impl.PasswordExpiredResponseFactory
Encode the value part of the control.
encodeValue(Asn1Buffer, Control) - Method in class org.apache.directory.api.ldap.extras.controls.ppolicy_impl.PasswordPolicyResponseFactory
Encode the value part of the control.
encodeValue(Asn1Buffer, Control) - Method in class org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncDoneValueFactory
Encode the value part of the control.
encodeValue(Asn1Buffer, Control) - Method in class org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncRequestValueFactory
 
encodeValue(Asn1Buffer, Control) - Method in class org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncStateValueFactory
Encode the value part of the control.
encodeValue(Asn1Buffer, Control) - Method in class org.apache.directory.api.ldap.extras.controls.vlv_impl.VirtualListViewRequestFactory
Encode the value part of the control.
encodeValue(Asn1Buffer, Control) - Method in class org.apache.directory.api.ldap.extras.controls.vlv_impl.VirtualListViewResponseFactory
Encode the value part of the control.
encodeValue(Asn1Buffer, ExtendedRequest) - Method in class org.apache.directory.api.ldap.codec.api.AbstractExtendedOperationFactory
Encode the value part of the extended request operation.
encodeValue(Asn1Buffer, ExtendedRequest) - Method in interface org.apache.directory.api.ldap.codec.api.ExtendedOperationFactory
Encode the value part of the extended request operation.
encodeValue(Asn1Buffer, ExtendedRequest) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.cancel.CancelFactory
Encode the value part of the extended request operation.
encodeValue(Asn1Buffer, ExtendedRequest) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.certGeneration.CertGenerationFactory
Encode the value part of the extended request operation.
encodeValue(Asn1Buffer, ExtendedRequest) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.EndTransactionFactory
Encode the value part of the extended request operation.
encodeValue(Asn1Buffer, ExtendedRequest) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownFactory
Encode the value part of the extended request operation.
encodeValue(Asn1Buffer, ExtendedRequest) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify.PasswordModifyFactory
Encode the value part of the extended request operation.
encodeValue(Asn1Buffer, ExtendedRequest) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureFactory
Encode the value part of the extended request operation.
encodeValue(Asn1Buffer, ExtendedResponse) - Method in class org.apache.directory.api.ldap.codec.api.AbstractExtendedOperationFactory
Encode the value part of the extended response operation.
encodeValue(Asn1Buffer, ExtendedResponse) - Method in interface org.apache.directory.api.ldap.codec.api.ExtendedOperationFactory
Encode the value part of the extended response operation.
encodeValue(Asn1Buffer, ExtendedResponse) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.EndTransactionFactory
Encode the value part of the extended response operation.
encodeValue(Asn1Buffer, ExtendedResponse) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectFactory
Encode the value part of the extended response operation.
encodeValue(Asn1Buffer, ExtendedResponse) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify.PasswordModifyFactory
Encode the value part of the extended response operation.
encodeValue(Asn1Buffer, ExtendedResponse) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.startTransaction.StartTransactionFactory
Encode the value part of the extended response operation.
encodeValue(Asn1Buffer, ExtendedResponse) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.whoAmI.WhoAmIFactory
Encode the value part of the extended response operation.
encodeValue(Asn1Buffer, IntermediateResponse) - Method in interface org.apache.directory.api.ldap.codec.api.IntermediateOperationFactory
Encode the value part of the intermediate response operation.
encodeValue(Asn1Buffer, IntermediateResponse) - Method in class org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl.SyncInfoValueFactory
 
end - Variable in class org.apache.directory.api.util.Position
The token end position in the string
END - Static variable in class org.apache.directory.api.dsmlv2.Tag
This int represents a END tag
END_STATE - org.apache.directory.api.ldap.codec.controls.search.entryChange.EntryChangeStates
The END_STATE
END_STATE - org.apache.directory.api.ldap.codec.controls.search.pagedSearch.PagedResultsStates
The END_STATE
END_STATE - org.apache.directory.api.ldap.codec.controls.search.persistentSearch.PersistentSearchStates
The END_STATE
END_STATE - org.apache.directory.api.ldap.codec.controls.search.subentries.SubentriesStates
The END_STATE
END_STATE - org.apache.directory.api.ldap.codec.controls.sort.SortRequestStates
Final state
END_STATE - org.apache.directory.api.ldap.codec.controls.sort.SortResponseStates
Final state
END_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
The END_STATE
END_STATE - org.apache.directory.api.ldap.extras.controls.ad_impl.AdDirSyncRequestStatesEnum
The END_STATE
END_STATE - org.apache.directory.api.ldap.extras.controls.ad_impl.AdDirSyncResponseStatesEnum
The END_STATE
END_STATE - org.apache.directory.api.ldap.extras.controls.ad_impl.AdPolicyHintsStates
Final state
END_STATE - org.apache.directory.api.ldap.extras.controls.ppolicy_impl.PasswordPolicyResponseStates
end state
END_STATE - org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncDoneValueStatesEnum
The END_STATE
END_STATE - org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncRequestValueStatesEnum
The END_STATE
END_STATE - org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncStateValueStatesEnum
The END_STATE
END_STATE - org.apache.directory.api.ldap.extras.controls.vlv_impl.VirtualListViewRequestStates
Final state
END_STATE - org.apache.directory.api.ldap.extras.controls.vlv_impl.VirtualListViewResponseStates
Final state
END_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.cancel.CancelStatesEnum
The END_STATE
END_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.certGeneration.CertGenerationRequestStatesEnum
The END_STATE
END_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.controls.ControlsStates
The END_STATE
END_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.EndTransactionRequestStates
The END_STATE
END_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.EndTransactionResponseStates
The END_STATE
END_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectStatesEnum
The END_STATE
END_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownStatesEnum
The END_STATE
END_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify.PasswordModifyRequestStatesEnum
The END_STATE
END_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify.PasswordModifyResponseStatesEnum
The END_STATE
END_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureStatesEnum
The END_STATE
END_STATE - org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl.SyncInfoValueStatesEnum
The END_STATE
END_TRANSACTION_SEQUENCE_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.EndTransactionResponseStates
The initial SEQUENCE
endCurrentConnectorFilter() - Method in class org.apache.directory.api.dsmlv2.request.SearchRequestDsml
set the currentFilter to its parent
endsWith(String, String...) - Static method in class org.apache.directory.ldap.client.api.search.FilterBuilder
Returns a new FilterBuilder that will construct a SubString filter, with an initial part, and zero to N any parts, but no final part.
EndTransactionFactory - Class in org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction
An ExtendedOperationFactory for creating EndTransaction extended request response pairs.
EndTransactionFactory(LdapApiService) - Constructor for class org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.EndTransactionFactory
Creates a new instance of EndTransactionFactory.
EndTransactionRequest - Interface in org.apache.directory.api.ldap.extras.extended.endTransaction
The EndTransactionRequest interface.
EndTransactionRequestContainer - Class in org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction
A container for EndTransactionRequest codec.
EndTransactionRequestContainer() - Constructor for class org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.EndTransactionRequestContainer
Creates a new EndTransactionRequestContainer object.
EndTransactionRequestGrammar - Class in org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction
This class implements the EndTransactionRequest extended operation's ASN.1 grammar.
EndTransactionRequestGrammar() - Constructor for class org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.EndTransactionRequestGrammar
Creates a new EndTransactionRequestGrammar object.
EndTransactionRequestImpl - Class in org.apache.directory.api.ldap.extras.extended.endTransaction
The EndTransactionRequest implementation.
EndTransactionRequestImpl() - Constructor for class org.apache.directory.api.ldap.extras.extended.endTransaction.EndTransactionRequestImpl
Creates a new instance of EndTransactionRequestImpl.
EndTransactionRequestImpl(int) - Constructor for class org.apache.directory.api.ldap.extras.extended.endTransaction.EndTransactionRequestImpl
Creates a new instance of EndTransactionRequestImpl.
EndTransactionRequestStates - Enum in org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction
This class store the EndTransactionRequest's grammar constants.
EndTransactionResponse - Interface in org.apache.directory.api.ldap.extras.extended.endTransaction
The interface for End Transaction Extended Response.
EndTransactionResponseContainer - Class in org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction
A container for EndTransactionResponse codec.
EndTransactionResponseContainer() - Constructor for class org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.EndTransactionResponseContainer
Creates a new EndTransactionResponseContainer object.
EndTransactionResponseGrammar - Class in org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction
This class implements the EndTransactionResponse extended operation's ASN.1 grammar.
EndTransactionResponseGrammar() - Constructor for class org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.EndTransactionResponseGrammar
Creates a new EndTransactionResponseGrammar object.
EndTransactionResponseImpl - Class in org.apache.directory.api.ldap.extras.extended.endTransaction
The End Transaction Extended Response implementation.
EndTransactionResponseImpl() - Constructor for class org.apache.directory.api.ldap.extras.extended.endTransaction.EndTransactionResponseImpl
Create a new StartTransactionResponseImpl instance
EndTransactionResponseImpl(int) - Constructor for class org.apache.directory.api.ldap.extras.extended.endTransaction.EndTransactionResponseImpl
Create a new EndTransactionResponseImpl instance
EndTransactionResponseImpl(int, ResultCodeEnum) - Constructor for class org.apache.directory.api.ldap.extras.extended.endTransaction.EndTransactionResponseImpl
Create a new EndTransactionResponseImpl object
EndTransactionResponseStates - Enum in org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction
This class store the EndTransactionResponse's grammar constants.
ENHANCED_GUIDE_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ENHANCED_SEARCH_GUIDE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ENHANCED_SEARCH_GUIDE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
EnhancedGuideSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is an EnhancedGuide according to RFC 4517.
EnhancedGuideSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
EntityFactory - Interface in org.apache.directory.api.ldap.schema.loader
An interface to be implemented by classes needed to create Schema elements.
entry() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
entry() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
Entry - Interface in org.apache.directory.api.ldap.model.entry
This interface represent a LDAP entry.
ENTRY - Static variable in class org.apache.directory.api.ldap.aci.ProtectedItem
The entry contents as a whole.
ENTRY_ACI_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ENTRY_ACI_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ENTRY_ALREADY_EXISTS - org.apache.directory.api.ldap.model.message.ResultCodeEnum
This error should be returned by the server when the client attempts to add an entry which already exists, or if the client attempts to rename an entry with the name of an entry which exists.
ENTRY_COMP_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
ENTRY_CSN_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ENTRY_CSN_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ENTRY_DN_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ENTRY_DN_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ENTRY_MOD_DN_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
ENTRY_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
ENTRY_TRIGGER_SPECIFICATION_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ENTRY_TRIGGER_SPECIFICATION_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ENTRY_TTL_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ENTRY_TTL_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ENTRY_UUID_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ENTRY_UUID_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
EntryChange - Interface in org.apache.directory.api.ldap.model.message.controls
A response control that may be returned by Persistent Search entry responses.
EntryChangeContainer - Class in org.apache.directory.api.ldap.codec.controls.search.entryChange
 
EntryChangeContainer(Control) - Constructor for class org.apache.directory.api.ldap.codec.controls.search.entryChange.EntryChangeContainer
Creates a container with a EntryChange control
EntryChangeFactory - Class in org.apache.directory.api.ldap.codec.controls.search.entryChange
A ControlFactory for EntryChange controls.
EntryChangeFactory(LdapApiService) - Constructor for class org.apache.directory.api.ldap.codec.controls.search.entryChange.EntryChangeFactory
Creates a new instance of EntryChangeFactory.
EntryChangeGrammar - Class in org.apache.directory.api.ldap.codec.controls.search.entryChange
This class implements the EntryChangeControl.
EntryChangeImpl - Class in org.apache.directory.api.ldap.model.message.controls
A simple implementation of the EntryChange response control.
EntryChangeImpl() - Constructor for class org.apache.directory.api.ldap.model.message.controls.EntryChangeImpl
Creates a new instance of EntryChangeControl.
EntryChangeStates - Enum in org.apache.directory.api.ldap.codec.controls.search.entryChange
This class store the EntryChangeControl's grammar constants.
EntryCursor - Interface in org.apache.directory.api.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.api.ldap.aci.protectedItem
The entry contents as a whole.
EntryItem() - Constructor for class org.apache.directory.api.ldap.aci.protectedItem.EntryItem
 
EntryMapper<T> - Interface in org.apache.directory.ldap.client.template
A callback for processing entries from a search result.
entrySet() - Method in class org.apache.directory.api.util.SequencedHashMap
Implements Map.entrySet().
ENUMERATED - org.apache.directory.api.asn1.ber.tlv.UniversalTag
value for the tag
ENVELOPE - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
EOF - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
EOF - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
EOF - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
 
EOF - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
EOF - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
EOF - Static variable in interface org.apache.directory.api.ldap.schema.converter.antlrSchemaTokenTypes
 
EOF - Static variable in interface org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
equal(String, String) - Static method in class org.apache.directory.ldap.client.api.search.FilterBuilder
Returns a new FilterBuilder for testing equality of an attribute.
EQUAL - Static variable in class org.apache.directory.api.ldap.model.name.Dn
Value returned by the compareTo method if values are equals
EQUAL - Static variable in class org.apache.directory.api.ldap.model.name.Rdn
Constant used in comparisons
equality(AttributeTypeHolder) - Method in class org.apache.directory.api.ldap.schema.converter.antlrSchemaConverterParser
 
EQUALITY - org.apache.directory.api.ldap.model.filter.AssertionType
equality assertion node
EQUALITY - org.apache.directory.api.ldap.model.schema.MatchingRuleEnum
value for equality usage
EQUALITY_MATCH - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
EQUALITY_MATCH_FILTER - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
The filters
EQUALITY_MATCH_FILTER_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
EQUALITY_MATCH_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
EqualityNode<T> - Class in org.apache.directory.api.ldap.model.filter
A assertion value node for Equality.
EqualityNode(String, byte[]) - Constructor for class org.apache.directory.api.ldap.model.filter.EqualityNode
Creates a new Equality object.
EqualityNode(String, String) - Constructor for class org.apache.directory.api.ldap.model.filter.EqualityNode
Creates a new Equality object.
EqualityNode(AttributeType, Value) - Constructor for class org.apache.directory.api.ldap.model.filter.EqualityNode
Creates a new Equality object.
equals(Object) - Method in class org.apache.directory.api.asn1.util.Oid
equals(Object) - Method in class org.apache.directory.api.dsmlv2.Tag
equals(Object) - Method in class org.apache.directory.api.ldap.aci.protectedItem.AbstractAttributeTypeProtectedItem
equals(Object) - Method in class org.apache.directory.api.ldap.aci.protectedItem.AttributeValueItem
equals(Object) - Method in class org.apache.directory.api.ldap.aci.protectedItem.ClassesItem
equals(Object) - Method in class org.apache.directory.api.ldap.aci.protectedItem.MaxImmSubItem
equals(Object) - Method in class org.apache.directory.api.ldap.aci.protectedItem.MaxValueCountElem
equals(Object) - Method in class org.apache.directory.api.ldap.aci.protectedItem.MaxValueCountItem
equals(Object) - Method in class org.apache.directory.api.ldap.aci.protectedItem.RangeOfValuesItem
equals(Object) - Method in class org.apache.directory.api.ldap.aci.protectedItem.RestrictedByElem
equals(Object) - Method in class org.apache.directory.api.ldap.aci.protectedItem.RestrictedByItem
equals(Object) - Method in class org.apache.directory.api.ldap.aci.UserClass.Subtree
equals(Object) - Method in class org.apache.directory.api.ldap.codec.api.ControlDecorator
 
equals(Object) - Method in class org.apache.directory.api.ldap.extras.controls.ad.AdDirSyncRequestImpl
 
equals(Object) - Method in class org.apache.directory.api.ldap.extras.controls.ad.AdDirSyncResponseImpl
 
equals(Object) - Method in class org.apache.directory.api.ldap.extras.controls.ad.AdPolicyHintsImpl
 
equals(Object) - Method in class org.apache.directory.api.ldap.extras.controls.syncrepl.syncDone.SyncDoneValueImpl
 
equals(Object) - Method in class org.apache.directory.api.ldap.extras.controls.syncrepl.syncRequest.SyncRequestValueImpl
 
equals(Object) - Method in class org.apache.directory.api.ldap.extras.controls.syncrepl.syncState.SyncStateValueImpl
 
equals(Object) - Method in class org.apache.directory.api.ldap.extras.controls.transaction.TransactionSpecificationImpl
 
equals(Object) - Method in class org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewRequestImpl
 
equals(Object) - Method in class org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewResponseImpl
 
equals(Object) - Method in class org.apache.directory.api.ldap.extras.extended.cancel.CancelResponseImpl
 
equals(Object) - Method in class org.apache.directory.api.ldap.extras.extended.certGeneration.CertGenerationResponseImpl
Checks to see if an object equals this ExtendedRequest.
equals(Object) - Method in class org.apache.directory.api.ldap.extras.extended.endTransaction.EndTransactionResponseImpl
 
equals(Object) - Method in class org.apache.directory.api.ldap.extras.extended.endTransaction.UpdateControls
 
equals(Object) - Method in class org.apache.directory.api.ldap.extras.extended.gracefulShutdown.GracefulShutdownResponseImpl
Checks to see if an object equals this ExtendedRequest.
equals(Object) - Method in class org.apache.directory.api.ldap.extras.extended.startTransaction.StartTransactionResponseImpl
 
equals(Object) - Method in class org.apache.directory.api.ldap.extras.intermediate.syncrepl.SyncInfoValueImpl
 
equals(Object) - Method in class org.apache.directory.api.ldap.model.csn.Csn
Indicates whether some other object is "equal to" this one
equals(Object) - Method in class org.apache.directory.api.ldap.model.cursor.Tuple
equals(Object) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
 
equals(Object) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
 
equals(Object) - Method in class org.apache.directory.api.ldap.model.entry.DefaultModification
 
equals(Object) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
 
equals(Object) - Method in class org.apache.directory.api.ldap.model.entry.Value
We compare two values using their Comparator, if any.
equals(Object) - Method in class org.apache.directory.api.ldap.model.filter.AbstractExprNode
 
equals(Object) - Method in class org.apache.directory.api.ldap.model.filter.AndNode
 
equals(Object) - Method in class org.apache.directory.api.ldap.model.filter.AssertionNode
equals(Object) - Method in class org.apache.directory.api.ldap.model.filter.BranchNode
 
equals(Object) - Method in class org.apache.directory.api.ldap.model.filter.ExtensibleNode
equals(Object) - Method in class org.apache.directory.api.ldap.model.filter.LeafNode
 
equals(Object) - Method in class org.apache.directory.api.ldap.model.filter.OrNode
 
equals(Object) - Method in class org.apache.directory.api.ldap.model.filter.ScopeNode
equals(Object) - Method in class org.apache.directory.api.ldap.model.filter.SimpleNode
 
equals(Object) - Method in class org.apache.directory.api.ldap.model.filter.SubstringNode
equals(Object) - Method in class org.apache.directory.api.ldap.model.ldif.LdifControl
 
equals(Object) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
equals(Object) - Method in class org.apache.directory.api.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.api.ldap.model.message.AbstractExtendedRequest
Checks to see if an object equals this ExtendedRequest.
equals(Object) - Method in class org.apache.directory.api.ldap.model.message.AbstractExtendedResponse
Checks to see if an object equals this ExtendedRequest.
equals(Object) - Method in class org.apache.directory.api.ldap.model.message.AbstractMessage
Checks to see if two messages are equivalent.
equals(Object) - Method in class org.apache.directory.api.ldap.model.message.AbstractRequest
Checks to see if two messages are equivalent.
equals(Object) - Method in class org.apache.directory.api.ldap.model.message.AbstractResultResponse
Checks to see if an object is equal to this AbstractResultResponse.
equals(Object) - Method in class org.apache.directory.api.ldap.model.message.AddRequestImpl
Checks to see if an object is equivalent to this AddRequest.
equals(Object) - Method in class org.apache.directory.api.ldap.model.message.BindRequestImpl
Checks to see if two messages are equivalent.
equals(Object) - Method in class org.apache.directory.api.ldap.model.message.BindResponseImpl
Checks to see if this BindResponse is equal to another BindResponse.
equals(Object) - Method in class org.apache.directory.api.ldap.model.message.CompareRequestImpl
Checks to see if an object is equivalent to this CompareRequest.
equals(Object) - Method in class org.apache.directory.api.ldap.model.message.controls.AbstractControl
 
equals(Object) - Method in class org.apache.directory.api.ldap.model.message.controls.EntryChangeImpl
equals(Object) - Method in class org.apache.directory.api.ldap.model.message.controls.PagedResultsImpl
 
equals(Object) - Method in class org.apache.directory.api.ldap.model.message.controls.PersistentSearchImpl
 
equals(Object) - Method in class org.apache.directory.api.ldap.model.message.controls.ProxiedAuthzImpl
 
equals(Object) - Method in class org.apache.directory.api.ldap.model.message.controls.SortRequestImpl
equals(Object) - Method in class org.apache.directory.api.ldap.model.message.controls.SortResponseImpl
equals(Object) - Method in class org.apache.directory.api.ldap.model.message.controls.SubentriesImpl
 
equals(Object) - Method in class org.apache.directory.api.ldap.model.message.DeleteRequestImpl
Checks to see if an object is equivalent to this DeleteRequest.
equals(Object) - Method in class org.apache.directory.api.ldap.model.message.extended.NoticeOfDisconnect
Checks to see if an object equals this ExtendedRequest.
equals(Object) - Method in class org.apache.directory.api.ldap.model.message.IntermediateResponseImpl
Checks to see if an object equals this IntemediateResponse.
equals(Object) - Method in class org.apache.directory.api.ldap.model.message.LdapResultImpl
 
equals(Object) - Method in class org.apache.directory.api.ldap.model.message.ModifyDnRequestImpl
Checks to see of an object equals this ModifyDnRequest stub.
equals(Object) - Method in class org.apache.directory.api.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.api.ldap.model.message.OpaqueExtendedRequest
Checks to see if an object equals this ExtendedRequest.
equals(Object) - Method in class org.apache.directory.api.ldap.model.message.OpaqueExtendedResponse
Checks to see if an object equals this ExtendedRequest.
equals(Object) - Method in class org.apache.directory.api.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.api.ldap.model.message.SearchRequestImpl
Checks to see if two search requests are equal.
equals(Object) - Method in class org.apache.directory.api.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.api.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.api.ldap.model.message.SearchResultReferenceImpl
Checks to see if an object is equal to this SearchResponseReference stub.
equals(Object) - Method in class org.apache.directory.api.ldap.model.name.Ava
 
equals(Object) - Method in class org.apache.directory.api.ldap.model.name.Dn
 
equals(Object) - Method in class org.apache.directory.api.ldap.model.name.Rdn
Compares the specified Object with this Rdn for equality.
equals(Object) - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
equals(Object) - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
equals(Object) - Method in class org.apache.directory.api.ldap.model.schema.AttributeTypeOptions
 
equals(Object) - Method in class org.apache.directory.api.ldap.model.schema.DitContentRule
 
equals(Object) - Method in class org.apache.directory.api.ldap.model.schema.DitStructureRule
equals(Object) - Method in class org.apache.directory.api.ldap.model.schema.LdapComparator
equals(Object) - Method in class org.apache.directory.api.ldap.model.schema.LdapSyntax
equals(Object) - Method in class org.apache.directory.api.ldap.model.schema.LoadableSchemaObject
equals(Object) - Method in class org.apache.directory.api.ldap.model.schema.MatchingRule
 
equals(Object) - Method in class org.apache.directory.api.ldap.model.schema.MatchingRuleUse
 
equals(Object) - Method in class org.apache.directory.api.ldap.model.schema.NameForm
 
equals(Object) - Method in class org.apache.directory.api.ldap.model.schema.Normalizer
equals(Object) - Method in class org.apache.directory.api.ldap.model.schema.ObjectClass
 
equals(Object) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
equals(Object) - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectWrapper
 
equals(Object) - Method in class org.apache.directory.api.ldap.model.schema.SyntaxChecker
equals(Object) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
equals(Object) - Method in class org.apache.directory.api.ldap.trigger.ActionTime
equals(Object) - Method in class org.apache.directory.api.ldap.trigger.StoredProcedureLanguageSchemeOption
equals(Object) - Method in class org.apache.directory.api.ldap.trigger.StoredProcedureParameter
 
equals(Object) - Method in class org.apache.directory.api.ldap.trigger.StoredProcedureSearchContextOption
equals(Object) - Method in class org.apache.directory.api.ldap.trigger.TriggerSpecification.SPSpec
equals(Object) - Method in class org.apache.directory.api.util.GeneralizedTime
equals(Object) - Method in class org.apache.directory.api.util.SequencedHashMap
Implements Map.equals(Object).
equals(String, String) - Static method in class org.apache.directory.api.util.Strings
Compares two Strings, returning true if they are equal.
EQUALS - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
 
err(I18n, Object...) - Static method in enum org.apache.directory.api.i18n.I18n
Translate an error code with argument(s)
ERR_00000_NULL_OR_NEG_LENGTH_NOT_ALLOWED - org.apache.directory.api.i18n.I18n
 
ERR_00001_BIT_NUMBER_OUT_OF_BOUND - org.apache.directory.api.i18n.I18n
 
ERR_00002_CANNOT_FIND_BIT - org.apache.directory.api.i18n.I18n
 
ERR_00003_INVALID_OID - org.apache.directory.api.i18n.I18n
 
ERR_01000_LENGTH_OVERFLOW - org.apache.directory.api.i18n.I18n
 
ERR_01001_LENGTH_EXTENSION_RESERVED - org.apache.directory.api.i18n.I18n
 
ERR_01002_TLV_NULL - org.apache.directory.api.i18n.I18n
 
ERR_01003_VALUE_LENGTH_ABOVE_EXPECTED_LENGTH - org.apache.directory.api.i18n.I18n
 
ERR_01004_MORE_TLV_EXPECTED - org.apache.directory.api.i18n.I18n
 
ERR_01005_TRUNCATED_PDU - org.apache.directory.api.i18n.I18n
 
ERR_01006_LENGTH_TOO_LONG_FOR_DEFINITE_FORM - org.apache.directory.api.i18n.I18n
 
ERR_01007_PDU_SIZE_TOO_LONG - org.apache.directory.api.i18n.I18n
 
ERR_01008_REMAINING_BYTES_FOR_DECODED_PDU - org.apache.directory.api.i18n.I18n
 
ERR_01100_INCORRECT_LENGTH - org.apache.directory.api.i18n.I18n
 
ERR_01101_NULL_LENGTH - org.apache.directory.api.i18n.I18n
 
ERR_01102_INVALID_INTEGER - org.apache.directory.api.i18n.I18n
 
ERR_01200_BAD_TRANSITION_FROM_STATE - org.apache.directory.api.i18n.I18n
 
ERR_01300_CANNOT_PUT_PDU_IN_NULL_BUFFER - org.apache.directory.api.i18n.I18n
 
ERR_01301_PDU_BUFFER_SIZE_TOO_SMALL - org.apache.directory.api.i18n.I18n
 
ERR_01302_0_BYTES_LONG_BOOLEAN - org.apache.directory.api.i18n.I18n
 
ERR_01303_N_BYTES_LONG_BOOLEAN - org.apache.directory.api.i18n.I18n
 
ERR_01304_0_BYTES_LONG_INTEGER - org.apache.directory.api.i18n.I18n
 
ERR_01305_ABOVE_4_BYTES_INTEGER - org.apache.directory.api.i18n.I18n
 
ERR_01306_VALUE_NOT_IN_RANGE - org.apache.directory.api.i18n.I18n
 
ERR_01307_0_BYTES_LONG_LONG - org.apache.directory.api.i18n.I18n
 
ERR_01308_ZERO_LENGTH_TLV - org.apache.directory.api.i18n.I18n
 
ERR_01309_EMPTY_TLV - org.apache.directory.api.i18n.I18n
 
ERR_01310_INTEGER_DECODING_ERROR - org.apache.directory.api.i18n.I18n
 
ERR_02000_FAILED_PROCESSING_DSML - org.apache.directory.api.i18n.I18n
 
ERR_02001_UNEXPECTED_REQUEST_TYPE - org.apache.directory.api.i18n.I18n
 
ERR_02002_MISSING_CONNECTION_TO_BIND - org.apache.directory.api.i18n.I18n
 
ERR_02003_LINE_COLUMN - org.apache.directory.api.i18n.I18n
 
ERR_02004_MISSING_REQUEST_ID - org.apache.directory.api.i18n.I18n
 
ERR_02005_INTERNAL_ERROR - org.apache.directory.api.i18n.I18n
 
ERR_03000_REQUEST_ID_REQUIRED - org.apache.directory.api.i18n.I18n
 
ERR_03001_DN_ATTRIBUTE_REQUIRED - org.apache.directory.api.i18n.I18n
 
ERR_03002_NAME_ATTRIBUTE_REQUIRED - org.apache.directory.api.i18n.I18n
 
ERR_03003_UNABLE_TO_FIND_BATCH_REQUEST - org.apache.directory.api.i18n.I18n
 
ERR_03004_UNKNOWN_TYPE - org.apache.directory.api.i18n.I18n
 
ERR_03005_REQUIRE_ATTRIBUTE_TYPE - org.apache.directory.api.i18n.I18n
 
ERR_03006_INCORRECT_TYPE_ATTRIBUTE_VALUE - org.apache.directory.api.i18n.I18n
 
ERR_03007_INCORRECT_CRITICALITY_VALUE - org.apache.directory.api.i18n.I18n
 
ERR_03008_UNEXPECTED_ERROR - org.apache.directory.api.i18n.I18n
 
ERR_03009_RESULT_CODE_NOT_INTEGER - org.apache.directory.api.i18n.I18n
 
ERR_03010_CODE_ATTRIBUTE_REQUIRED - org.apache.directory.api.i18n.I18n
 
ERR_03011_DESCR_DOESNT_MATCH_VALUES - org.apache.directory.api.i18n.I18n
 
ERR_03012_REQUEST_ID_NOT_INTEGER - org.apache.directory.api.i18n.I18n
 
ERR_03013_UNKNOWN_PROCESSING_VALUE - org.apache.directory.api.i18n.I18n
 
ERR_03014_UNKNOWN_ON_ERROR_VALUE - org.apache.directory.api.i18n.I18n
 
ERR_03015_UNKNOWN_RESPONSE_ORDER_VALUE - org.apache.directory.api.i18n.I18n
 
ERR_03016_BELOW_0_REQUEST_ID - org.apache.directory.api.i18n.I18n
 
ERR_03017_ABANDON_ID_NOT_INTEGER - org.apache.directory.api.i18n.I18n
 
ERR_03018_ABANDON_ID_REQUIRED - org.apache.directory.api.i18n.I18n
 
ERR_03019_IO_EXCEPTION_OCCURED - org.apache.directory.api.i18n.I18n
 
ERR_03020_CANT_ADD_ATTRIBUTE_VALUE - org.apache.directory.api.i18n.I18n
 
ERR_03021_PRINCIPAL_ATTRIBUTE_REQUIRED - org.apache.directory.api.i18n.I18n
 
ERR_03022_NULL_REQUEST_NAME - org.apache.directory.api.i18n.I18n
 
ERR_03023_NEW_RDN_ATTRIBUTE_REQUESTED - org.apache.directory.api.i18n.I18n
 
ERR_03024_INCORRECT_DELETE_OLD_RDN_VALUE - org.apache.directory.api.i18n.I18n
 
ERR_03025_OPERATION_TTRIBUTE_REQUIRED - org.apache.directory.api.i18n.I18n
 
ERR_03026_UNKNOWN_SCOPE - org.apache.directory.api.i18n.I18n
 
ERR_03027_SCOPE_ATTRIBUTE_REQUIRED - org.apache.directory.api.i18n.I18n
 
ERR_03028_UNKNOWN_DEREFALIAS_VALUE - org.apache.directory.api.i18n.I18n
 
ERR_03029_DEREFALIA_ATTRIBUTE_REQUIRED - org.apache.directory.api.i18n.I18n
 
ERR_03030_SIZE_LIMIT_NOT_INTEGER - org.apache.directory.api.i18n.I18n
 
ERR_03031_TIME_LIMIT_NOT_INTEGER - org.apache.directory.api.i18n.I18n
 
ERR_03032_TYPES_ONLY_NOT_BOOLEAN - org.apache.directory.api.i18n.I18n
 
ERR_03033_DN_ATTRIBUTES_NOT_BOOLEAN - org.apache.directory.api.i18n.I18n
 
ERR_03034_INCORRECT_TYPE_VALUE - org.apache.directory.api.i18n.I18n
 
ERR_03035_TYPE_ATTRIBUTE_REQUIRED - org.apache.directory.api.i18n.I18n
 
ERR_03036_MISSING_TAG - org.apache.directory.api.i18n.I18n
 
ERR_03037_UNEXPECTED_FILTER_TYPE - org.apache.directory.api.i18n.I18n
 
ERR_03038_BAD_OID - org.apache.directory.api.i18n.I18n
 
ERR_03039_PARSING_ERROR - org.apache.directory.api.i18n.I18n
 
ERR_03040_UNKNOWN_OPERATION - org.apache.directory.api.i18n.I18n
 
ERR_03041_NO_FILTER_ELEMENT - org.apache.directory.api.i18n.I18n
 
ERR_03042_UNEXPECTED_FILTER_TYPE - org.apache.directory.api.i18n.I18n
 
ERR_03043_UNEXPECTED_DEREF_ALIAS - org.apache.directory.api.i18n.I18n
 
ERR_03044_SHOULD_NOT_BE_A_DECORATOR - org.apache.directory.api.i18n.I18n
 
ERR_03045_UNIDENTIFIED_RESPONSE_TYPE - org.apache.directory.api.i18n.I18n
 
ERR_04100_UNABLE_TO_UNBIND - org.apache.directory.api.i18n.I18n
 
ERR_04101_CANNOT_CREATE_LDAP_CONNECTION_FACTORY - org.apache.directory.api.i18n.I18n
 
ERR_04102_UNABLE_TO_BIND_CONNECTION - org.apache.directory.api.i18n.I18n
 
ERR_04103_UNABLE_TO_CLOSE_FAILED_CONNECTION - org.apache.directory.api.i18n.I18n
 
ERR_04104_NULL_CONNECTION_CANNOT_CONNECT - org.apache.directory.api.i18n.I18n
 
ERR_04105_CONNECTION_NOT_AUTHENTICATED - org.apache.directory.api.i18n.I18n
 
ERR_04106_OPERATION_NOT_SUPPORTED - org.apache.directory.api.i18n.I18n
 
ERR_04107_UNEXPECTED_THROWN_EXCEPTION - org.apache.directory.api.i18n.I18n
 
ERR_04108_INVALID_CONNECTION - org.apache.directory.api.i18n.I18n
 
ERR_04109_CANNOT_CONNECT - org.apache.directory.api.i18n.I18n
 
ERR_04110_CANNOT_CONNECT_TO_SERVER - org.apache.directory.api.i18n.I18n
 
ERR_04111_UNKNOWN_RESPONSE_FUTURE_TYPE - org.apache.directory.api.i18n.I18n
 
ERR_04112_OP_FAILED_TIMEOUT - org.apache.directory.api.i18n.I18n
 
ERR_04113_ERROR_PROCESSING_NOD - org.apache.directory.api.i18n.I18n
 
ERR_04114_CURSOR_CLOSE_FAIL - org.apache.directory.api.i18n.I18n
 
ERR_04115_ERROR_LOADING_SCHEMA - org.apache.directory.api.i18n.I18n
 
ERR_04116_FAIL_LOAD_SCHEMA - org.apache.directory.api.i18n.I18n
 
ERR_04117_FAIL_LOAD_SCHEMA_FILE - org.apache.directory.api.i18n.I18n
 
ERR_04118_SOMETHING_WRONG_HAPPENED - org.apache.directory.api.i18n.I18n
 
ERR_04119_TIMEOUT - org.apache.directory.api.i18n.I18n
 
ERR_04120_TLS_HANDSHAKE_ERROR - org.apache.directory.api.i18n.I18n
 
ERR_04121_CANNOT_RESOLVE_HOSTNAME - org.apache.directory.api.i18n.I18n
 
ERR_04122_SSL_CONTEXT_INIT_FAILURE - org.apache.directory.api.i18n.I18n
 
ERR_04123_CANNOT_ADD_EMPTY_ENTRY - org.apache.directory.api.i18n.I18n
 
ERR_04124_CANNOT_PROCESS_NULL_ADD_REQUEST - org.apache.directory.api.i18n.I18n
 
ERR_04125_CANNOT_ADD_NULL_ENTRY - org.apache.directory.api.i18n.I18n
 
ERR_04126_CANNOT_ABANDON_NEG_MSG_ID - org.apache.directory.api.i18n.I18n
 
ERR_04127_CANNOT_PROCESS_NULL_ABANDON_REQ - org.apache.directory.api.i18n.I18n
 
ERR_04128_CANNOT_PROCESS_NULL_BIND_REQ - org.apache.directory.api.i18n.I18n
 
ERR_04129_NULL_BASE_DN - org.apache.directory.api.i18n.I18n
 
ERR_04130_CANNOT_PROCESS_NULL_SEARCH_REQ - org.apache.directory.api.i18n.I18n
 
ERR_04131_CANNOT_PROCESS_SEARCH_NULL_DN - org.apache.directory.api.i18n.I18n
 
ERR_04132_UNEXPECTED_RESPONSE_TYPE - org.apache.directory.api.i18n.I18n
 
ERR_04133_NULL_MODIFIED_ENTRY - org.apache.directory.api.i18n.I18n
 
ERR_04134_NULL_MODIFIED_DN - org.apache.directory.api.i18n.I18n
 
ERR_04135_CANNOT_PROCESS_NO_MODIFICATION_MOD - org.apache.directory.api.i18n.I18n
 
ERR_04136_CANNOT_PROCESS_NULL_MOD_REQ - org.apache.directory.api.i18n.I18n
 
ERR_04137_CANNOT_PROCESS_MOD_NULL_DN - org.apache.directory.api.i18n.I18n
 
ERR_04138_CANNOT_PROCESS_RENAME_NULL_DN - org.apache.directory.api.i18n.I18n
 
ERR_04139_CANNOT_PROCESS_RENAME_NULL_RDN - org.apache.directory.api.i18n.I18n
 
ERR_04140_CANNOT_PROCESS_MOVE_NULL_DN - org.apache.directory.api.i18n.I18n
 
ERR_04141_CANNOT_PROCESS_MOVE_NULL_SUPERIOR - org.apache.directory.api.i18n.I18n
 
ERR_04142_NULL_ENTRY_DN - org.apache.directory.api.i18n.I18n
 
ERR_04143_CANNOT_MOVE_ROOT_DSE - org.apache.directory.api.i18n.I18n
 
ERR_04144_NULL_NEW_DN - org.apache.directory.api.i18n.I18n
 
ERR_04145_ROOT_DSE_CANNOT_BE_TARGET - org.apache.directory.api.i18n.I18n
 
ERR_04146_CANNOT_PROCESS_NULL_MODDN_REQ - org.apache.directory.api.i18n.I18n
 
ERR_04147_CANNOT_PROCESS_MOD_NULL_DN_SUP - org.apache.directory.api.i18n.I18n
 
ERR_04148_SUBTREE_CONTROL_NOT_SUPPORTED - org.apache.directory.api.i18n.I18n
 
ERR_04149_CANNOT_PROCESS_NULL_DEL_REQ - org.apache.directory.api.i18n.I18n
 
ERR_04150_CANNOT_PROCESS_NULL_DEL_NULL_DN - org.apache.directory.api.i18n.I18n
 
ERR_04151_CANNOT_PROCESS_NULL_COMP_REQ - org.apache.directory.api.i18n.I18n
 
ERR_04152_CANNOT_PROCESS_NULL_DN_COMP_REQ - org.apache.directory.api.i18n.I18n
 
ERR_04153_OID_DECODING_FAILURE - org.apache.directory.api.i18n.I18n
 
ERR_04154_CANNOT_PROCESS_NULL_EXT_REQ - org.apache.directory.api.i18n.I18n
 
ERR_04155_ROOT_DSE_SEARCH_FAILED - org.apache.directory.api.i18n.I18n
 
ERR_04156_FAILED_FETCHING_ROOT_DSE - org.apache.directory.api.i18n.I18n
 
ERR_04157_CANNOT_USE_TLS_WITH_SSL_FLAG - org.apache.directory.api.i18n.I18n
 
ERR_04158_CANNOT_FIND_SASL_FACTORY_FOR_MECH - org.apache.directory.api.i18n.I18n
 
ERR_04159_PROTOCOL_ERROR - org.apache.directory.api.i18n.I18n
 
ERR_04160_SESSION_HAS_BEEN_CLOSED - org.apache.directory.api.i18n.I18n
 
ERR_04161_START_TLS_EXT_NOT_VALID_OID - org.apache.directory.api.i18n.I18n
 
ERR_04162_INITIAL_PART_NEEDED - org.apache.directory.api.i18n.I18n
 
ERR_04163_FINAL_PART_NEEDED - org.apache.directory.api.i18n.I18n
 
ERR_04164_ANY_PART_NEEDED - org.apache.directory.api.i18n.I18n
 
ERR_04165_INITIAL_ANY_FINAL_PART_NEEDED - org.apache.directory.api.i18n.I18n
 
ERR_04166_ONE_FILTER_REQUIRED - org.apache.directory.api.i18n.I18n
 
ERR_04167_FILTER_NOT_SET - org.apache.directory.api.i18n.I18n
 
ERR_04168_TRIM_LOWERCASE_FOR_CHAR_ARRAY - org.apache.directory.api.i18n.I18n
 
ERR_04169_RESPONSE_QUEUE_EMPTIED - org.apache.directory.api.i18n.I18n
 
ERR_04170_TIMEOUT_OCCURED - org.apache.directory.api.i18n.I18n
 
ERR_04171_CANNOT_PARSE_MATCHED_DN - org.apache.directory.api.i18n.I18n
 
ERR_04172_KEYSTORE_INIT_FAILURE - org.apache.directory.api.i18n.I18n
 
ERR_04173_ALGORITHM_NOT_FOUND - org.apache.directory.api.i18n.I18n
 
ERR_04174_INPUT_FILE_NAME_NULL - org.apache.directory.api.i18n.I18n
 
ERR_04175_TRUST_STORE_FILE_NULL - org.apache.directory.api.i18n.I18n
 
ERR_04176_TRUST_MANAGER_NOT_FOUND - org.apache.directory.api.i18n.I18n
 
ERR_04177_NO_SUCH_ALGORITHM - org.apache.directory.api.i18n.I18n
 
ERR_04178_CANT_LOAD_KEY_STORE - org.apache.directory.api.i18n.I18n
 
ERR_04179_TRUST_STORE_CANT_BE_READ - org.apache.directory.api.i18n.I18n
 
ERR_04180_FILE_DOES_NOT_EXIST_ON_CLASSPATH - org.apache.directory.api.i18n.I18n
 
ERR_05000_NULL_REQUEST_NAME - org.apache.directory.api.i18n.I18n
 
ERR_05001_EMPTY_MATCHING_RULE - org.apache.directory.api.i18n.I18n
 
ERR_05002_ENTRY_NULL_VALUE - org.apache.directory.api.i18n.I18n
 
ERR_05100_ZERO_LENGTH_MESSAGE_ID_NOT_ALLOWED - org.apache.directory.api.i18n.I18n
 
ERR_05101_NULL_MESSAGE_ID_NOT_ALLOWED - org.apache.directory.api.i18n.I18n
 
ERR_05102_INVALID_MESSAGE_ID - org.apache.directory.api.i18n.I18n
 
ERR_05103_INVALID_URL - org.apache.directory.api.i18n.I18n
 
ERR_05104_INVALID_URL - org.apache.directory.api.i18n.I18n
 
ERR_05105_REFERRAL_MUST_NOT_BE_NULL - org.apache.directory.api.i18n.I18n
 
ERR_05106_INCORRECT_DN_GIVEN_INVALID - org.apache.directory.api.i18n.I18n
 
ERR_05107_INCORRECT_DN_GIVEN - org.apache.directory.api.i18n.I18n
 
ERR_05108_INVALID_RESULT_CODE - org.apache.directory.api.i18n.I18n
 
ERR_05109_ABANDON_REQ_MSG_ID_NULL - org.apache.directory.api.i18n.I18n
 
ERR_05110_INVALID_ABANDON_REQ_MSG_ID - org.apache.directory.api.i18n.I18n
 
ERR_05111_NULL_OR_EMPTY_TYPE_NOT_ALLOWED - org.apache.directory.api.i18n.I18n
 
ERR_05112_ERROR_WITH_ATTRIBUTE_TYPE - org.apache.directory.api.i18n.I18n
 
ERR_05113_INVALID_DN - org.apache.directory.api.i18n.I18n
 
ERR_05114_ERROR_MESSAGE - org.apache.directory.api.i18n.I18n
 
ERR_05115_EMTPY_ENTRY_DN_GIVEN - org.apache.directory.api.i18n.I18n
 
ERR_05116_SASL_CREDS_CANT_BE_NULL - org.apache.directory.api.i18n.I18n
 
ERR_05117_INVALID_VERSION - org.apache.directory.api.i18n.I18n
 
ERR_05118_NULL_ATTRIBUTE_DESC - org.apache.directory.api.i18n.I18n
 
ERR_05119_NULL_ENTRY - org.apache.directory.api.i18n.I18n
 
ERR_05120_INVALID_DELETE_DN - org.apache.directory.api.i18n.I18n
 
ERR_05121_INVALID_REQUEST_NAME_OID - org.apache.directory.api.i18n.I18n
 
ERR_05122_NULL_NAME - org.apache.directory.api.i18n.I18n
 
ERR_05123_TYPE_CANT_BE_NULL - org.apache.directory.api.i18n.I18n
 
ERR_05124_INVALID_OPERATION - org.apache.directory.api.i18n.I18n
 
ERR_05125_INVALID_OLD_RDN - org.apache.directory.api.i18n.I18n
 
ERR_05126_RDN_MUST_NOT_BE_NULL - org.apache.directory.api.i18n.I18n
 
ERR_05127_INVALID_NEW_RDN - org.apache.directory.api.i18n.I18n
 
ERR_05128_NULL_SUPERIOR - org.apache.directory.api.i18n.I18n
 
ERR_05129_INVALID_NEW_SUPERIOR - org.apache.directory.api.i18n.I18n
 
ERR_05130_NON_NULL_UNBIND_LENGTH - org.apache.directory.api.i18n.I18n
 
ERR_05131_UNBIND_REQUEST_LENGTH_MUST_BE_NULL - org.apache.directory.api.i18n.I18n
 
ERR_05132_INVALID_ROOT_DN - org.apache.directory.api.i18n.I18n
 
ERR_05133_INTERMEDIATE_RESPONSE_INVALID_OID - org.apache.directory.api.i18n.I18n
 
ERR_05134_EMPTY_AND_FILTER_PDU - org.apache.directory.api.i18n.I18n
 
ERR_05135_EMPTY_ATTRIBUTE_DESCRIPTION - org.apache.directory.api.i18n.I18n
 
ERR_05136_EMPTY_NOT_FILTER_PDU - org.apache.directory.api.i18n.I18n
 
ERR_05137_EMPTY_OR_FILTER_PDU - org.apache.directory.api.i18n.I18n
 
ERR_05138_EMPTY_SUBSTRING_FILTER_PDU - org.apache.directory.api.i18n.I18n
 
ERR_05139_EMPTY_SUBSTRING_ANY_FILTER_PDU - org.apache.directory.api.i18n.I18n
 
ERR_05140_EMPTY_SUBSTRING_FINAL_FILTER_PDU - org.apache.directory.api.i18n.I18n
 
ERR_05141_NULL_MATCHING_RULE_ASSERTION_TYPE - org.apache.directory.api.i18n.I18n
 
ERR_05142_ZERO_LENGTH_MESSAGE - org.apache.directory.api.i18n.I18n
 
ERR_05143_EMPTY_MESSAGE - org.apache.directory.api.i18n.I18n
 
ERR_05144_NULL_BIND_REQUEST - org.apache.directory.api.i18n.I18n
 
ERR_05145_NULL_ADD_REQUEST - org.apache.directory.api.i18n.I18n
 
ERR_05146_NULL_ADD_RESPONSE - org.apache.directory.api.i18n.I18n
 
ERR_05147_NULL_ATTRIBUTE_TYPE - org.apache.directory.api.i18n.I18n
 
ERR_05148_NULL_COMPARE_REQUEST - org.apache.directory.api.i18n.I18n
 
ERR_05149_BAD_SCOPE - org.apache.directory.api.i18n.I18n
 
ERR_05150_BAD_DEREF_ALIAS - org.apache.directory.api.i18n.I18n
 
ERR_05151_BAD_SIZE_LIMIT - org.apache.directory.api.i18n.I18n
 
ERR_05152_BAD_TIME_LIMIT - org.apache.directory.api.i18n.I18n
 
ERR_05153_NULL_ATTRIBUTE_DESCRIPTION - org.apache.directory.api.i18n.I18n
 
ERR_05154_EMPTY_SUBSTRING_INITIAL_FILTER_PDU - org.apache.directory.api.i18n.I18n
 
ERR_05155_FLAG_TYPE_INVALID - org.apache.directory.api.i18n.I18n
 
ERR_05156_INVALID_ATTRIBUTE_TYPE - org.apache.directory.api.i18n.I18n
 
ERR_05157_INVALID_DN - org.apache.directory.api.i18n.I18n
 
ERR_05158_INVALID_REQUEST_VALUE - org.apache.directory.api.i18n.I18n
 
ERR_05159_INVALID_RESPONSE_NAME_OID - org.apache.directory.api.i18n.I18n
 
ERR_05200_NOT_INITIALIZED_YET - org.apache.directory.api.i18n.I18n
 
ERR_05201_INSTANCE_ALREADY_SET - org.apache.directory.api.i18n.I18n
 
ERR_05202_FAILED_TO_INSTANCIATE - org.apache.directory.api.i18n.I18n
 
ERR_05203_CODEC_ARGS_CANNOT_BE_NULL - org.apache.directory.api.i18n.I18n
 
ERR_05204_LDAP_DECODER_FAILURE - org.apache.directory.api.i18n.I18n
 
ERR_05205_PDU_DOES_NOT_CONTAIN_ENOUGH_DATA - org.apache.directory.api.i18n.I18n
 
ERR_05206_INPUT_STREAM_TOO_SHORT_PDU - org.apache.directory.api.i18n.I18n
 
ERR_05300_CANT_DECODE_CHANGE_TYPE - org.apache.directory.api.i18n.I18n
 
ERR_05301_INVALID_PREVIOUS_DN - org.apache.directory.api.i18n.I18n
 
ERR_05302_PREVIOUS_DN_NOT_ALLOWED - org.apache.directory.api.i18n.I18n
 
ERR_05303_BAD_PREVIOUS_DN - org.apache.directory.api.i18n.I18n
 
ERR_05304_FAILED_TO_DECODE_PREVIOUS_DN - org.apache.directory.api.i18n.I18n
 
ERR_05305_CHANGE_NUMBER_DECODING_ERROR - org.apache.directory.api.i18n.I18n
 
ERR_05306_PAGED_SEARCH_SIZE_DECODING_ERROR - org.apache.directory.api.i18n.I18n
 
ERR_05307_CHANGE_TYPES_DECODING_ERROR - org.apache.directory.api.i18n.I18n
 
ERR_05308_CHANGE_ONLY_DECODING_ERROR - org.apache.directory.api.i18n.I18n
 
ERR_05309_RETURN_ECS_DECODING_ERROR - org.apache.directory.api.i18n.I18n
 
ERR_05310_INVALID_VISIBILITY_FLAG - org.apache.directory.api.i18n.I18n
 
ERR_05400_CONTROL_ARGUMENT_WAS_NULL - org.apache.directory.api.i18n.I18n
 
ERR_05401_FIGURE_OUT_HOW_TO_TRANSFORM - org.apache.directory.api.i18n.I18n
 
ERR_05402_UNABLE_TO_ENCODE_RESPONSE_VALUE - org.apache.directory.api.i18n.I18n
 
ERR_05500_NULL_MATCHING_RULE_AND_TYPE - org.apache.directory.api.i18n.I18n
 
ERR_05501_MORE_THAN_ONE_FILTER_FOR_NOT_FILTER - org.apache.directory.api.i18n.I18n
 
ERR_05502_NULL_INITIAL_ANY_OR_FINAL_SUBSTRING - org.apache.directory.api.i18n.I18n
 
ERR_05503_UNEXPECTED_FILTER_TYPE - org.apache.directory.api.i18n.I18n
 
ERR_06000_FAILED_TO_LOAD_DEFAULT_CODEC_FACTORY - org.apache.directory.api.i18n.I18n
 
ERR_07000_FILTER - org.apache.directory.api.i18n.I18n
 
ERR_07001_NULL_IDENTIFICATION_TAG - org.apache.directory.api.i18n.I18n
 
ERR_07002_BAD_PRECENDENCE - org.apache.directory.api.i18n.I18n
 
ERR_07003_NULL_AUTHENTICATION_LEVEL - org.apache.directory.api.i18n.I18n
 
ERR_07004_PARSER_FAILURE_ACI_ITEM - org.apache.directory.api.i18n.I18n
 
ERR_07005_MISSING_MANDATORY_ACIITEM - org.apache.directory.api.i18n.I18n
 
ERR_07006_EXPECTING_INTEGER_TOKEN - org.apache.directory.api.i18n.I18n
 
ERR_07007_DUPLICATED_PROTECTED_ITEM - org.apache.directory.api.i18n.I18n
 
ERR_07008_DN_PARSER_FAILED - org.apache.directory.api.i18n.I18n
 
ERR_07012_MISSING_MANDATORY_USER_PERMISSION - org.apache.directory.api.i18n.I18n
 
ERR_08000_CANNOT_PUT_A_PDU_IN_NULL_BUFFER - org.apache.directory.api.i18n.I18n
 
ERR_08001_CANNOT_DECODE_REFRESH_DELETES - org.apache.directory.api.i18n.I18n
 
ERR_08002_CANNOT_FIND_CONTROL_FACTORY - org.apache.directory.api.i18n.I18n
 
ERR_08100_SYNC_REQUEST_VALUE_MODE_DECODING_FAILED - org.apache.directory.api.i18n.I18n
 
ERR_08101_RELOAD_HINT_DECODING_FAILED - org.apache.directory.api.i18n.I18n
 
ERR_08102_SYNC_STATE_VALUE_MODE_DECODING_FAILED - org.apache.directory.api.i18n.I18n
 
ERR_08103_BAD_CONTROL_CRITICALITY - org.apache.directory.api.i18n.I18n
 
ERR_08104_AD_DIR_SYNC_FLAG_DECODING_FAILURE - org.apache.directory.api.i18n.I18n
 
ERR_08105_AD_DIR_SYNC_FLAG_DECODING_ERROR - org.apache.directory.api.i18n.I18n
 
ERR_08106_AD_DIR_SYNC_MAX_RETURN_LENGTH_DECODING_ERROR - org.apache.directory.api.i18n.I18n
 
ERR_08107_AD_DIR_SYNC_PARENTS_FIRST_DECODING_ERROR - org.apache.directory.api.i18n.I18n
 
ERR_08108_AD_DIR_SYNC_MAX_ATTRIBUTE_COUNT_DECODING_ERROR - org.apache.directory.api.i18n.I18n
 
ERR_08109_BAD_CONTROL_VALUE - org.apache.directory.api.i18n.I18n
 
ERR_08110_BAD_PASSWORD_EXPIRED_VALUE - org.apache.directory.api.i18n.I18n
 
ERR_08200_CANCELID_DECODING_FAILED - org.apache.directory.api.i18n.I18n
 
ERR_08201_INVALID_TARGET_DN - org.apache.directory.api.i18n.I18n
 
ERR_08202_NULL_TARGET_DN_DECODING_FAILED - org.apache.directory.api.i18n.I18n
 
ERR_08203_INVALID_ISSUER_DN - org.apache.directory.api.i18n.I18n
 
ERR_08204_INVALID_SUBJECT_DN - org.apache.directory.api.i18n.I18n
 
ERR_08205_CANNOT_DECODE_DELAY - org.apache.directory.api.i18n.I18n
 
ERR_08206_TIME_OFFLINE_DECODING_FAILED - org.apache.directory.api.i18n.I18n
 
ERR_08207_SP_LANGUAGE_NULL - org.apache.directory.api.i18n.I18n
 
ERR_08208_NULL_PROCEDURE - org.apache.directory.api.i18n.I18n
 
ERR_08209_NULL_PARAMETER_TYPE - org.apache.directory.api.i18n.I18n
 
ERR_08210_NULL_PARAMETER_VALUE - org.apache.directory.api.i18n.I18n
 
ERR_08211_EMPTY_PARAMETER_VALUE - org.apache.directory.api.i18n.I18n
 
ERR_08212_PDU_BUFFER_TOO_SMALL - org.apache.directory.api.i18n.I18n
 
ERR_08213_NULL_CONTROL_LENGTH - org.apache.directory.api.i18n.I18n
 
ERR_08214_NULL_OID - org.apache.directory.api.i18n.I18n
 
ERR_08215_INVALID_CONTROL_OID - org.apache.directory.api.i18n.I18n
 
ERR_08216_GRACEFUL_SHUTDOWN_PAYLOAD_ENCODING_FAILED - org.apache.directory.api.i18n.I18n
 
ERR_08217_PAYLOAD_DECODING_ERROR - org.apache.directory.api.i18n.I18n
 
ERR_08218_CERT_GENERATE_PAYLOAD_ENCODING_FAILED - org.apache.directory.api.i18n.I18n
 
ERR_08219_RESPONSE_DECODING_FAILED - org.apache.directory.api.i18n.I18n
 
ERR_08220_SP_PAYLOAD_ENCODING_FAILED - org.apache.directory.api.i18n.I18n
 
ERR_08221_BAD_END_TRANSACTION_COMMIT - org.apache.directory.api.i18n.I18n
 
ERR_08222_BAD_END_TRANSACTION_MESSAGE_ID - org.apache.directory.api.i18n.I18n
 
ERR_08223_INVALID_CONTROL_LIST - org.apache.directory.api.i18n.I18n
 
ERR_08224_NULL_URL_DECODING_FAILURE - org.apache.directory.api.i18n.I18n
 
ERR_08225_URL_DECODING_FAILURE - org.apache.directory.api.i18n.I18n
 
ERR_08226_AUTHZID_TOO_SHORT_MISSING_U_OR_DN - org.apache.directory.api.i18n.I18n
 
ERR_08227_AUTHZID_MUST_START_WITH_U_OR_DN - org.apache.directory.api.i18n.I18n
 
ERR_08228_DECORATED_SP_NULL - org.apache.directory.api.i18n.I18n
 
ERR_08229_UNEXPECTED_SYNC_INFO - org.apache.directory.api.i18n.I18n
 
ERR_08230_WHOAMI_PAYLOAD_ENCODING_FAILED - org.apache.directory.api.i18n.I18n
 
ERR_08231_START_TRANSACTION_PAYLOAD_ENCODING_FAILED - org.apache.directory.api.i18n.I18n
 
ERR_08232_END_TRANSACTION_PAYLOAD_ENCODING_FAILED - org.apache.directory.api.i18n.I18n
 
ERR_08300_REFRESH_DONE_DECODING_FAILED - org.apache.directory.api.i18n.I18n
 
ERR_08301_REFRESH_DELETES_DECODING_FAILED - org.apache.directory.api.i18n.I18n
 
ERR_08302_BAD_UUID_VALUE_INCORRECT_LENGTH - org.apache.directory.api.i18n.I18n
 
ERR_11000_TRIGGER_SPECIFICATION_INIT_WITH_NULL - org.apache.directory.api.i18n.I18n
 
ERR_11001_TRIGGER_SPECIFICATION_INIT_WITH_EPTY_SPEC_LIST - org.apache.directory.api.i18n.I18n
 
ERR_11002_TRIGGER_SPECIFICATION_PARSER_FAILURE - org.apache.directory.api.i18n.I18n
 
ERR_11003_NAME_PARSE_FAILED - org.apache.directory.api.i18n.I18n
 
ERR_12000_CANNOT_PROCESS_EMPTY_DN - org.apache.directory.api.i18n.I18n
 
ERR_12001_CANNOT_ADD_NODE_CHILD_EXISTS - org.apache.directory.api.i18n.I18n
 
ERR_12002_CANNOT_ADD_NODE_ALREADY_EXISTS - org.apache.directory.api.i18n.I18n
 
ERR_13000_INVALID_LENGTH - org.apache.directory.api.i18n.I18n
 
ERR_13001_INVALID_MAXOLEN - org.apache.directory.api.i18n.I18n
 
ERR_13002_BAD_NUMBERS_OF_ROUNDS - org.apache.directory.api.i18n.I18n
 
ERR_13003_BAD_SALT_LENGTH - org.apache.directory.api.i18n.I18n
 
ERR_13004_INVALID_SALT_VERSION - org.apache.directory.api.i18n.I18n
 
ERR_13005_INVALID_SALT_REVISION - org.apache.directory.api.i18n.I18n
 
ERR_13006_MISSING_SALT_ROUNDS - org.apache.directory.api.i18n.I18n
 
ERR_13008_ROUNDS_EXCEEDED_MAXIMUM - org.apache.directory.api.i18n.I18n
 
ERR_13009_LOG_ROUNDS_EXCEEDED_MAXIMUM - org.apache.directory.api.i18n.I18n
 
ERR_13010_UNKNOWN_HASH_ALGO - org.apache.directory.api.i18n.I18n
 
ERR_13011_ATTRIBUTE_INVALID - org.apache.directory.api.i18n.I18n
 
ERR_13012_UNEXPECTED_HOST_TYPE_ENUM - org.apache.directory.api.i18n.I18n
 
ERR_13013_UNKNOWN_AUTHENT_LEVEL - org.apache.directory.api.i18n.I18n
 
ERR_13014_DN_ATTR_FLAG_INVALID - org.apache.directory.api.i18n.I18n
 
ERR_13015_NULL_OR_EMPTY_CSN - org.apache.directory.api.i18n.I18n
 
ERR_13016_INCORRECT_CSN_LENGTH - org.apache.directory.api.i18n.I18n
 
ERR_13017_CANT_FIND_SHARP_IN_CSN - org.apache.directory.api.i18n.I18n
 
ERR_13018_TIMESTAMP_NOT_LONG_ENOUGH - org.apache.directory.api.i18n.I18n
 
ERR_13019_CANNOT_PARSE_TIMESTAMP - org.apache.directory.api.i18n.I18n
 
ERR_13020_INVALID_MICROSECOND - org.apache.directory.api.i18n.I18n
 
ERR_13021_INVALID_CHANGE_COUNT - org.apache.directory.api.i18n.I18n
 
ERR_13022_MISSING_SHARP_IN_CSN - org.apache.directory.api.i18n.I18n
 
ERR_13023_REPLICA_ID_NULL - org.apache.directory.api.i18n.I18n
 
ERR_13024_INVALID_REPLICA_ID - org.apache.directory.api.i18n.I18n
 
ERR_13025_NO_OPERATION_NUMBER - org.apache.directory.api.i18n.I18n
 
ERR_13026_INVALID_OPERATION_NUMBER - org.apache.directory.api.i18n.I18n
 
ERR_13027_UNACCEPTABLE_RESULT_CODE - org.apache.directory.api.i18n.I18n
 
ERR_13028_SUBTREE_SPEC_PARSER_FAILURE - org.apache.directory.api.i18n.I18n
 
ERR_13029_NEGATIVE_MINIMUM_BASE - org.apache.directory.api.i18n.I18n
 
ERR_13030_LDAP_URL_MUST_START_WITH_LDAP - org.apache.directory.api.i18n.I18n
 
ERR_13031_INVALID_HOST_PORT - org.apache.directory.api.i18n.I18n
 
ERR_13032_SLASH_EXPECTED - org.apache.directory.api.i18n.I18n
 
ERR_13033_INVALID_DN - org.apache.directory.api.i18n.I18n
 
ERR_13034_QUESTION_MARK_EXPECTED - org.apache.directory.api.i18n.I18n
 
ERR_13035_INVALID_ATTRIBUTES - org.apache.directory.api.i18n.I18n
 
ERR_13036_INVALID_SCOPE - org.apache.directory.api.i18n.I18n
 
ERR_13037_INVALID_FILTER - org.apache.directory.api.i18n.I18n
 
ERR_13038_INVALID_EXTENSIONS - org.apache.directory.api.i18n.I18n
 
ERR_13039_INVALID_CHAR_AT_LDAP_URL_END - org.apache.directory.api.i18n.I18n
 
ERR_13040_INVALID_URL_ENCODING - org.apache.directory.api.i18n.I18n
 
ERR_13041_INVALID_LDAP_URL_EMPTY_STRING - org.apache.directory.api.i18n.I18n
 
ERR_13100_FAILURE_ON_UNDERLYING_CURSOR - org.apache.directory.api.i18n.I18n
 
ERR_13101_MONITOR - org.apache.directory.api.i18n.I18n
 
ERR_13102_UNSUPPORTED_OPERATION - org.apache.directory.api.i18n.I18n
 
ERR_13103_REMOVAL_NOT_SUPPORTED - org.apache.directory.api.i18n.I18n
 
ERR_13104_EMPTY_CURSOR - org.apache.directory.api.i18n.I18n
 
ERR_13105_START_INDEX_OUT_OF_RANGE - org.apache.directory.api.i18n.I18n
 
ERR_13106_END_INDEX_OUT_OF_RANGE - org.apache.directory.api.i18n.I18n
 
ERR_13107_START_INDEX_ABOVE_END_INDEX - org.apache.directory.api.i18n.I18n
 
ERR_13108_LIST_MAY_BE_SORTED - org.apache.directory.api.i18n.I18n
 
ERR_13109_CURSOR_NOT_POSITIONED - org.apache.directory.api.i18n.I18n
 
ERR_13110_NO_COMPARATOR_CANT_MOVE_BEFORE - org.apache.directory.api.i18n.I18n
 
ERR_13111_NO_COMPARATOR_CANT_MOVE_AFTER - org.apache.directory.api.i18n.I18n
 
ERR_13112_CANNOT_ACCESS_IF_BEFORE_FIRST - org.apache.directory.api.i18n.I18n
 
ERR_13113_CANNOT_ACCESS_IF_AFTER_LAST - org.apache.directory.api.i18n.I18n
 
ERR_13200_VALUE_CANT_BE_NORMALIZED - org.apache.directory.api.i18n.I18n
 
ERR_13201_EMPTY_OPTION_NOT_ALLOWED - org.apache.directory.api.i18n.I18n
 
ERR_13202_INVALID_OID_MISSING_NUMBER - org.apache.directory.api.i18n.I18n
 
ERR_13203_ATTRIBUTE_TYPE_NULL_NOT_ALLOWED - org.apache.directory.api.i18n.I18n
 
ERR_13204_NULL_ATTRIBUTE_ID - org.apache.directory.api.i18n.I18n
 
ERR_13205_CANNOT_REMOVE_VAL_MISSING_ATTR - org.apache.directory.api.i18n.I18n
 
ERR_13206_CANNOT_REMOVE_VAL_BAD_ATTR - org.apache.directory.api.i18n.I18n
 
ERR_13207_VALUE_ALREADY_EXISTS - org.apache.directory.api.i18n.I18n
 
ERR_13208_ATTRIBUTE_IS_SINGLE_VALUED - org.apache.directory.api.i18n.I18n
 
ERR_13209_NULL_ATTRIBUTE_TYPE - org.apache.directory.api.i18n.I18n
 
ERR_13210_SYNTAX_INVALID - org.apache.directory.api.i18n.I18n
 
ERR_13211_BYTE_VALUE_EXPECTED - org.apache.directory.api.i18n.I18n
 
ERR_13212_ERROR_ADDING_VALUE - org.apache.directory.api.i18n.I18n
 
ERR_13213_VALUE_MUST_BE_A_STRING - org.apache.directory.api.i18n.I18n
 
ERR_13214_VALUE_EXPECT_BYTES - org.apache.directory.api.i18n.I18n
 
ERR_13215_VALUE_EXPECT_STRING - org.apache.directory.api.i18n.I18n
 
ERR_13216_AT_ID_NULL - org.apache.directory.api.i18n.I18n
 
ERR_13217_FAILED_LOOKUP_AT - org.apache.directory.api.i18n.I18n
 
ERR_13218_AT_DOES_NOT_EXIST - org.apache.directory.api.i18n.I18n
 
ERR_13219_NULL_SYNTAX_CHECKER - org.apache.directory.api.i18n.I18n
 
ERR_13220_NO_NORMALIZER - org.apache.directory.api.i18n.I18n
 
ERR_13221_INVALID_OID_MISSING_DOT - org.apache.directory.api.i18n.I18n
 
ERR_13222_EMPTY_ATTRIBUTE - org.apache.directory.api.i18n.I18n
 
ERR_13223_BAD_CHAR_IN_ATTRIBUTE - org.apache.directory.api.i18n.I18n
 
ERR_13224_FAILED_TO_COMPARE_NORM_VALUES - org.apache.directory.api.i18n.I18n
 
ERR_13225_NO_SYNTAX - org.apache.directory.api.i18n.I18n
 
ERR_13226_CANNOT_ADD_ATTRIBUTE_NO_ID - org.apache.directory.api.i18n.I18n
 
ERR_13227_NON_STRING_VALUE_NOT_ALLOWED - org.apache.directory.api.i18n.I18n
 
ERR_13228_AT_LIST_NULL_ELEMENTS - org.apache.directory.api.i18n.I18n
 
ERR_13229_ID_INCOMPATIBLE_WITH_AT - org.apache.directory.api.i18n.I18n
 
ERR_13230_INCORRECT_ATTRIBUTE - org.apache.directory.api.i18n.I18n
 
ERR_13231_NO_VALID_AT_FOR_THIS_ID - org.apache.directory.api.i18n.I18n
 
ERR_13232_NO_VALUE_NOT_ALLOWED - org.apache.directory.api.i18n.I18n
 
ERR_13233_ATTRIBUTE_ID_MUST_BE_A_STRING - org.apache.directory.api.i18n.I18n
 
ERR_13234_ATTRIBUTE_VAL_STRING_OR_BYTE - org.apache.directory.api.i18n.I18n
 
ERR_13235_NULL_ID_WITH_NULL_AT_NOT_ALLOWED - org.apache.directory.api.i18n.I18n
 
ERR_13236_ENTRY_IMMUTABLE_CANT_ADD_ATTRIBUTE - org.apache.directory.api.i18n.I18n
 
ERR_13237_ENTRY_IMMUTABLE_CANT_PUT_VALUE - org.apache.directory.api.i18n.I18n
 
ERR_13238_ENTRY_IMMUTABLE_CANT_REMOVE_VALUE - org.apache.directory.api.i18n.I18n
 
ERR_13239_ENTRY_IMMUTABLE_CANT_RENAME_ENTRY - org.apache.directory.api.i18n.I18n
 
ERR_13240_ENTRY_IMMUTABLE_CANT_CLEAR_ENTRY - org.apache.directory.api.i18n.I18n
 
ERR_13241_ENTRY_IMMUTABLE_CANT_READ_ENTRY - org.apache.directory.api.i18n.I18n
 
ERR_13242_ENTRY_IMMUTABLE_CANT_SERIALIZE - org.apache.directory.api.i18n.I18n
 
ERR_13243_ENTRY_IMMUTABLE_CANT_DESERIALIZE - org.apache.directory.api.i18n.I18n
 
ERR_13244_ID_AT_NOT_COMPATIBLE - org.apache.directory.api.i18n.I18n
 
ERR_13245_AT_PARAMETER_NULL - org.apache.directory.api.i18n.I18n
 
ERR_13246_INVALID_VALUE_PER_SYNTAX - org.apache.directory.api.i18n.I18n
 
ERR_13247_INVALID_VALUE_CANT_NORMALIZE - org.apache.directory.api.i18n.I18n
 
ERR_13248_CANNOT_READ_ENTRY - org.apache.directory.api.i18n.I18n
 
ERR_13249_NO_COMPARATOR_FOR_AT - org.apache.directory.api.i18n.I18n
 
ERR_13250_VALUE_MISSING_AT_THE_END - org.apache.directory.api.i18n.I18n
 
ERR_13300_BAD_PLACE_HOLDERS_NUMBER - org.apache.directory.api.i18n.I18n
 
ERR_13301_NO_ORDERING_MR_FOR_AT - org.apache.directory.api.i18n.I18n
 
ERR_13302_CANNOT_CREATE_NODE_NULL_ATTR - org.apache.directory.api.i18n.I18n
 
ERR_13303_SCOPENODE_IN_REFINEMENT - org.apache.directory.api.i18n.I18n
 
ERR_13304_ASSERTIONNODE_IN_REFINEMENT - org.apache.directory.api.i18n.I18n
 
ERR_13305_ASSERTION_VALUE_EXPECTED - org.apache.directory.api.i18n.I18n
 
ERR_13306_MR_OR_ASSERTION_VALUE_EXPECTED - org.apache.directory.api.i18n.I18n
 
ERR_13307_MATCHING_RULE_EXPECTED - org.apache.directory.api.i18n.I18n
 
ERR_13308_NOT_A_VALID_ESCAPED_VALUE - org.apache.directory.api.i18n.I18n
 
ERR_13309_BAD_SUBSTRING - org.apache.directory.api.i18n.I18n
 
ERR_13310_BAD_CHAR - org.apache.directory.api.i18n.I18n
 
ERR_13311_EXPECTING_EQUAL - org.apache.directory.api.i18n.I18n
 
ERR_13312_ITEM_EXPECTED - org.apache.directory.api.i18n.I18n
 
ERR_13313_EMPTY_FILTERCOMP - org.apache.directory.api.i18n.I18n
 
ERR_13314_FILTER_MISSING_OPEN_PAR - org.apache.directory.api.i18n.I18n
 
ERR_13315_FILTER_MISSING_CLOSE_PAR - org.apache.directory.api.i18n.I18n
 
ERR_13316_EMPTY_FILTER - org.apache.directory.api.i18n.I18n
 
ERR_13317_NO_MORE_THAN_ONE_ELEM_IN_NOT - org.apache.directory.api.i18n.I18n
 
ERR_13318_INVALID_ATTR_IN_REFINEMENT - org.apache.directory.api.i18n.I18n
 
ERR_13400_ENTRY_WITH_TWO_DNS - org.apache.directory.api.i18n.I18n
 
ERR_13401_CHANGE_NOT_ALLOWED - org.apache.directory.api.i18n.I18n
 
ERR_13402_EXPECTING_ATTRIBUTE_TYPE - org.apache.directory.api.i18n.I18n
 
ERR_13403_CANNOT_PARSE_LDIF_BUFFER - org.apache.directory.api.i18n.I18n
 
ERR_13404_EMPTY_DN_NOT_ALLOWED - org.apache.directory.api.i18n.I18n
 
ERR_13405_DN_EXPECTED - org.apache.directory.api.i18n.I18n
 
ERR_13406_FILE_NOT_FOUND - org.apache.directory.api.i18n.I18n
 
ERR_13407_ERROR_READING_FILE - org.apache.directory.api.i18n.I18n
 
ERR_13408_BAD_PROTOCOL - org.apache.directory.api.i18n.I18n
 
ERR_13409_CONTROL_WITHOUT_OID - org.apache.directory.api.i18n.I18n
 
ERR_13410_INVALID_CRITICALITY - org.apache.directory.api.i18n.I18n
 
ERR_13411_BAD_MODRDN_OPERATION - org.apache.directory.api.i18n.I18n
 
ERR_13412_NO_DELETEOLDRDN - org.apache.directory.api.i18n.I18n
 
ERR_13413_BAD_MODIFY_SEPARATOR - org.apache.directory.api.i18n.I18n
 
ERR_13414_BAD_MODIFY_SEPARATOR_2 - org.apache.directory.api.i18n.I18n
 
ERR_13415_MOD_ATTR_AND_VALUE_SPEC_NOT_EQUAL - org.apache.directory.api.i18n.I18n
 
ERR_13416_NEW_SUPERIOR_NEEDED - org.apache.directory.api.i18n.I18n
 
ERR_13417_UNKNOWN_OPERATION - org.apache.directory.api.i18n.I18n
 
ERR_13418_CONTROL_ALREADY_FOUND - org.apache.directory.api.i18n.I18n
 
ERR_13419_CHANGETYPE_ALREADY_FOUND - org.apache.directory.api.i18n.I18n
 
ERR_13420_AT_VALUE_NOT_ALLOWED_AFTER_CONTROL - org.apache.directory.api.i18n.I18n
 
ERR_13421_ATTRIBUTE_TYPE_EXPECTED - org.apache.directory.api.i18n.I18n
 
ERR_13422_UNKNOWN_ENTRY_TYPE - org.apache.directory.api.i18n.I18n
 
ERR_13423_VERSION_NOT_A_NUMBER - org.apache.directory.api.i18n.I18n
 
ERR_13424_EMPTY_CONTINUATION_LINE - org.apache.directory.api.i18n.I18n
 
ERR_13425_EMPTY_FILE_NAME - org.apache.directory.api.i18n.I18n
 
ERR_13426_CANNOT_PARSE_INEXISTANT_FILE - org.apache.directory.api.i18n.I18n
 
ERR_13427_CANNOT_FIND_FILE - org.apache.directory.api.i18n.I18n
 
ERR_13428_CANNOT_PARSE_LDIF - org.apache.directory.api.i18n.I18n
 
ERR_13429_ERROR_PARSING_LDIF - org.apache.directory.api.i18n.I18n
 
ERR_13430_PREMATURE_LDIF_ITERATOR_TERMINATION - org.apache.directory.api.i18n.I18n
 
ERR_13431_UNEXPECTED_CHANGETYPE - org.apache.directory.api.i18n.I18n
 
ERR_13432_NULL_ADDED_CONTROL - org.apache.directory.api.i18n.I18n
 
ERR_13433_SEE_DIRSERVER_1547 - org.apache.directory.api.i18n.I18n
 
ERR_13434_UNEXPECTED_MOD_OPERATION - org.apache.directory.api.i18n.I18n
 
ERR_13435_CANNOT_COMPUTE_NEW_VALUE - org.apache.directory.api.i18n.I18n
 
ERR_13436_ERROR_ANONYMIZING_VALUE - org.apache.directory.api.i18n.I18n
 
ERR_13437_OVERFLOW - org.apache.directory.api.i18n.I18n
 
ERR_13438_UNKNOWN_CHANGE_TYPE - org.apache.directory.api.i18n.I18n
 
ERR_13439_LDIF_ENTRY_WITH_TWO_DNS - org.apache.directory.api.i18n.I18n
 
ERR_13440_NO_CHANGE - org.apache.directory.api.i18n.I18n
 
ERR_13441_BAD_ATTRIBUTE - org.apache.directory.api.i18n.I18n
 
ERR_13442_ERROR_PARSING_LDIF_BUFFER - org.apache.directory.api.i18n.I18n
 
ERR_13443_CANNOT_FIND_FILE - org.apache.directory.api.i18n.I18n
 
ERR_13444_CANNOT_READ_FILE - org.apache.directory.api.i18n.I18n
 
ERR_13445_NO_DN - org.apache.directory.api.i18n.I18n
 
ERR_13446_INVALID_DN - org.apache.directory.api.i18n.I18n
 
ERR_13447_BAD_URL_FILE_NOT_FOUND - org.apache.directory.api.i18n.I18n
 
ERR_13448_FILE_TOO_BIG - org.apache.directory.api.i18n.I18n
 
ERR_13449_ERROR_READING_BAD_URL - org.apache.directory.api.i18n.I18n
 
ERR_13450_CANNOT_CLOSE_FILE - org.apache.directory.api.i18n.I18n
 
ERR_13451_UNSUPPORTED_PROTOCOL - org.apache.directory.api.i18n.I18n
 
ERR_13452_BAD_URL - org.apache.directory.api.i18n.I18n
 
ERR_13453_INVALID_OID - org.apache.directory.api.i18n.I18n
 
ERR_13454_BAD_MODIFY_ATTRIBUTE - org.apache.directory.api.i18n.I18n
 
ERR_13455_BAD_MODDN_NO_SUPERIOR - org.apache.directory.api.i18n.I18n
 
ERR_13456_BAD_OPERATION - org.apache.directory.api.i18n.I18n
 
ERR_13457_MISPLACED_CONTROL - org.apache.directory.api.i18n.I18n
 
ERR_13458_MISPLACED_CHANGETYPE - org.apache.directory.api.i18n.I18n
 
ERR_13459_MISPLACED_ATTRIBUTETYPE - org.apache.directory.api.i18n.I18n
 
ERR_13460_BAD_ATTRIBUTE - org.apache.directory.api.i18n.I18n
 
ERR_13461_UNKNOWN_ENTRY - org.apache.directory.api.i18n.I18n
 
ERR_13462_LDIF_PARSING_ERROR - org.apache.directory.api.i18n.I18n
 
ERR_13463_ERROR_WHILE_READING_LDIF_LINE - org.apache.directory.api.i18n.I18n
 
ERR_13464_FILENAME_NOT_FOUND - org.apache.directory.api.i18n.I18n
 
ERR_13465_CANT_DEDUCE_REVERSE_FOR_MOD - org.apache.directory.api.i18n.I18n
 
ERR_13466_NEW_SUPERIOR_DN_NULL - org.apache.directory.api.i18n.I18n
 
ERR_13467_NULL_MODIFIED_DN - org.apache.directory.api.i18n.I18n
 
ERR_13468_DONT_MOVE_ROOTDSE - org.apache.directory.api.i18n.I18n
 
ERR_13469_NULL_READ_DN - org.apache.directory.api.i18n.I18n
 
ERR_13470_DONT_RENAME_ROOTDSE - org.apache.directory.api.i18n.I18n
 
ERR_13471_DELETED_ENTRY_WITH_ATTRIBUTES - org.apache.directory.api.i18n.I18n
 
ERR_13472_ENTRY_WITH_NO_ATTRIBUTE - org.apache.directory.api.i18n.I18n
 
ERR_13473_MODDN_WITH_ATTRIBUTES - org.apache.directory.api.i18n.I18n
 
ERR_13474_LINE_LENGTH_TOO_SHORT - org.apache.directory.api.i18n.I18n
 
ERR_13475_UNKNOWN_ATTRIBUTETYPE - org.apache.directory.api.i18n.I18n
 
ERR_13500_UNDEFINED_CHANGETYPE - org.apache.directory.api.i18n.I18n
 
ERR_13501_UNKNOWN_JNDI_SCOPE - org.apache.directory.api.i18n.I18n
 
ERR_13502_UNKNOWN_LDAP_URL_SCOPE - org.apache.directory.api.i18n.I18n
 
ERR_13503_RESULT_CODE_SHOULD_BE_IN - org.apache.directory.api.i18n.I18n
 
ERR_13504_FIX_OID - org.apache.directory.api.i18n.I18n
 
ERR_13505_HARDCODED_ZERO_LENGTH_RESPONSE - org.apache.directory.api.i18n.I18n
 
ERR_13506_CANNOT_ABANDON_OPERATION - org.apache.directory.api.i18n.I18n
 
ERR_13507_UNRECOGNIZED_JNDI_PROPERTY_VALUE - org.apache.directory.api.i18n.I18n
 
ERR_13508_INVALID_FILTER - org.apache.directory.api.i18n.I18n
 
ERR_13509_UNEXPECTED_SCOPE - org.apache.directory.api.i18n.I18n
 
ERR_13510_UNKNOWN_DEREF_MODE - org.apache.directory.api.i18n.I18n
 
ERR_13511_INVALID_PROXIED_AUTHZ_NULL - org.apache.directory.api.i18n.I18n
 
ERR_13512_INVALID_PROXIED_AUTHZ_BAD_DN - org.apache.directory.api.i18n.I18n
 
ERR_13513_INVALID_PROXIED_AUTHZ_NO_DN_OR_U - org.apache.directory.api.i18n.I18n
 
ERR_13514_UNKNOWN_SORT_RESPONSE_RESULT - org.apache.directory.api.i18n.I18n
 
ERR_13515_UNEXPECTED_MOD_OP - org.apache.directory.api.i18n.I18n
 
ERR_13516_UNEXPECTED_MESSAGE_TYPE - org.apache.directory.api.i18n.I18n
 
ERR_13517_UNEXPECTED_ALIAS_DEREF_MODE - org.apache.directory.api.i18n.I18n
 
ERR_13518_CLASS_INVALID_ENULM_VALUE - org.apache.directory.api.i18n.I18n
 
ERR_13600_TYPE_IS_NULL_OR_EMPTY - org.apache.directory.api.i18n.I18n
 
ERR_13601_EXPECTED_COMMA_SEMI_COLON - org.apache.directory.api.i18n.I18n
 
ERR_13602_RDN_EMPTY - org.apache.directory.api.i18n.I18n
 
ERR_13603_NULL_RDN - org.apache.directory.api.i18n.I18n
 
ERR_13604_START_AT_EXPECTED - org.apache.directory.api.i18n.I18n
 
ERR_13605_START_AT_DESCR_EXPECTED - org.apache.directory.api.i18n.I18n
 
ERR_13606_EXPECTED_NUMERICOID - org.apache.directory.api.i18n.I18n
 
ERR_13607_DOT_MISSING_IN_OID - org.apache.directory.api.i18n.I18n
 
ERR_13608_START_AT_NUMERICOID_EXPECTED - org.apache.directory.api.i18n.I18n
 
ERR_13609_EQUAL_EXPECTED - org.apache.directory.api.i18n.I18n
 
ERR_13610_NO_MORE_CHAR_AVAILABLE - org.apache.directory.api.i18n.I18n
 
ERR_13611_VALUE_MISSING_ON_RDN - org.apache.directory.api.i18n.I18n
 
ERR_13612_POSITION_NOT_IN_RANGE - org.apache.directory.api.i18n.I18n
 
ERR_13613_VALUE_NOT_IN_HEX_FORM_ODD_NUMBER - org.apache.directory.api.i18n.I18n
 
ERR_13614_VALUE_NOT_IN_HEX_FORM - org.apache.directory.api.i18n.I18n
 
ERR_13615_UNESCAPED_CHARS_NOT_ALLOWED - org.apache.directory.api.i18n.I18n
 
ERR_13616_CANNOT_SERIALIZE_AVA_UPNAME_NULL - org.apache.directory.api.i18n.I18n
 
ERR_13617_CANNOT_SERIALIZE_AVA_UPTYPE_NULL - org.apache.directory.api.i18n.I18n
 
ERR_13618_CANNOT_SERIALIZE_AVA_NORMTYPE_NULL - org.apache.directory.api.i18n.I18n
 
ERR_13619_CANNOT_SERIALIZE_AVA_VALUE_NULL - org.apache.directory.api.i18n.I18n
 
ERR_13620_CANNOT_NORMALIZE_VALUE - org.apache.directory.api.i18n.I18n
 
ERR_13621_ASSERTION_FAILURE - org.apache.directory.api.i18n.I18n
 
ERR_13622_DN_OR_RDN_NULL - org.apache.directory.api.i18n.I18n
 
ERR_13623_INVALID_POSITION - org.apache.directory.api.i18n.I18n
 
ERR_13624_CANNOT_SERIALIZE_NULL_DN - org.apache.directory.api.i18n.I18n
 
ERR_13625_INVALID_RDN - org.apache.directory.api.i18n.I18n
 
ERR_13626_INVALID_RDN_DUPLICATE_AVA - org.apache.directory.api.i18n.I18n
 
ERR_13700_CANNOT_MODIFY_LOCKED_SCHEMA_OBJECT - org.apache.directory.api.i18n.I18n
 
ERR_13701_CANNOT_MODIFY_AT_REGISTRY_COPY - org.apache.directory.api.i18n.I18n
 
ERR_13702_CANNOT_MODIFY_CMP_REGISTRY_COPY - org.apache.directory.api.i18n.I18n
 
ERR_13703_CANNOT_MODIFY_DITCR_REGISTRY_COPY - org.apache.directory.api.i18n.I18n
 
ERR_13704_CANNOT_MODIFY_DITSR_REGISTRY_COPY - org.apache.directory.api.i18n.I18n
 
ERR_13705_CANNOT_MODIFY_SYN_REGISTRY_COPY - org.apache.directory.api.i18n.I18n
 
ERR_13706_CANNOT_MODIFY_MR_REGISTRY_COPY - org.apache.directory.api.i18n.I18n
 
ERR_13707_CANNOT_MODIFY_MRU_REGISTRY_COPY - org.apache.directory.api.i18n.I18n
 
ERR_13708_CANNOT_MODIFY_NF_REGISTRY_COPY - org.apache.directory.api.i18n.I18n
 
ERR_13709_CANNOT_MODIFY_NORM_REGISTRY_COPY - org.apache.directory.api.i18n.I18n
 
ERR_13710_CANNOT_MODIFY_OC_REGISTRY_COPY - org.apache.directory.api.i18n.I18n
 
ERR_13711_CANNOT_MODIFY_SC_REGISTRY_COPY - org.apache.directory.api.i18n.I18n
 
ERR_13712_UNKNOWN_SCHEMA_OBJECT_TYPE - org.apache.directory.api.i18n.I18n
 
ERR_13713_ESCAPED_WRONG_VALUE - org.apache.directory.api.i18n.I18n
 
ERR_13714_NULL - org.apache.directory.api.i18n.I18n
 
ERR_13715_OPENLDAP_PARSER_NON_STANDARD - org.apache.directory.api.i18n.I18n
 
ERR_13716_NULL_OR_EMPTY_STRING_SCHEMA_OBJECT - org.apache.directory.api.i18n.I18n
 
ERR_13717_UNEXPECTED_OBJECT_CLASS_TYPE_ENUM - org.apache.directory.api.i18n.I18n
 
ERR_13718_UNEXPECTED_SCHEMA_OBJECT_TYPE - org.apache.directory.api.i18n.I18n
 
ERR_13719_LOOP_DETECTED - org.apache.directory.api.i18n.I18n
 
ERR_13720_CANNOT_HANDLE_DN_COMPARISONS - org.apache.directory.api.i18n.I18n
 
ERR_13721_ARGUMENT1_NULL - org.apache.directory.api.i18n.I18n
 
ERR_13722_ARGUMENT2_NULL - org.apache.directory.api.i18n.I18n
 
ERR_13723_MATCHING_RULE_NOT_FOUND - org.apache.directory.api.i18n.I18n
 
ERR_13724_INVALID_VALUE - org.apache.directory.api.i18n.I18n
 
ERR_13725_CANNOT_HANDLE_NAME_AND_OPTIONAL_UID_NORM - org.apache.directory.api.i18n.I18n
 
ERR_13726_NO_OBJECT_IDENTIFIER_MACRO - org.apache.directory.api.i18n.I18n
 
ERR_13727_ENTRY_CANNOT_BE_NULL - org.apache.directory.api.i18n.I18n
 
ERR_13728_ENTRY_INVALID_CN - org.apache.directory.api.i18n.I18n
 
ERR_13729_RULE_ID_NOT_FOUND - org.apache.directory.api.i18n.I18n
 
ERR_13730_DIT_STRUCTURE_RULE_ALREADY_REGISTRED - org.apache.directory.api.i18n.I18n
 
ERR_13731_DIT_STRUCTURE_RULE_DOES_NOT_EXIST - org.apache.directory.api.i18n.I18n
 
ERR_13732_NAME_CANNOT_BE_NULL - org.apache.directory.api.i18n.I18n
 
ERR_13733_ARG_NOT_NUMERIC_OID - org.apache.directory.api.i18n.I18n
 
ERR_13734_OID_NOT_FOUND - org.apache.directory.api.i18n.I18n
 
ERR_13735_ELEMENT_FOR_OID_DOES_NOT_EXIST - org.apache.directory.api.i18n.I18n
 
ERR_13736_ELEMENT_FOR_OID_ALREADY_REGISTERED - org.apache.directory.api.i18n.I18n
 
ERR_13737_ELEMENT_WITH_NAME_ALREADY_REGISTERED - org.apache.directory.api.i18n.I18n
 
ERR_13738_OID_NOT_A_NUMERIC_OID - org.apache.directory.api.i18n.I18n
 
ERR_13739_ELEMENT_WITH_OID_NOT_REGISTERED - org.apache.directory.api.i18n.I18n
 
ERR_13740_CANNOT_FIND_OID_FROM_NAME - org.apache.directory.api.i18n.I18n
 
ERR_13741_OID_NOT_FOUND_IN_REGISTRY - org.apache.directory.api.i18n.I18n
 
ERR_13742_NO_SCHEMA_OBJECT_WITH_OID - org.apache.directory.api.i18n.I18n
 
ERR_13743_CANNOT_REGISTER_NULL_SCHEMA_OBJECT - org.apache.directory.api.i18n.I18n
 
ERR_13744_SCHEMA_OBJECT_HAS_NO_VALID_OID - org.apache.directory.api.i18n.I18n
 
ERR_13745_SCHEMA_OBJECT_WITH_OID_ALREADY_EXIST - org.apache.directory.api.i18n.I18n
 
ERR_13746_CANNOT_BUILD_REFERENCES - org.apache.directory.api.i18n.I18n
 
ERR_13747_CANNOT_REMOVE_REFERENCES - org.apache.directory.api.i18n.I18n
 
ERR_13748_MATCHING_RULE_NO_SYNTAX - org.apache.directory.api.i18n.I18n
 
ERR_13749_AT_WITH_CYCLE - org.apache.directory.api.i18n.I18n
 
ERR_13750_REGISTERING_FAILED_ALREADY_PRESENT - org.apache.directory.api.i18n.I18n
 
ERR_13751_UNREGISTERING_FAILED_NOT_PRESENT - org.apache.directory.api.i18n.I18n
 
ERR_13752_CANNOT_FIND_SUPERIOR - org.apache.directory.api.i18n.I18n
 
ERR_13753_CYCLE_DETECTED - org.apache.directory.api.i18n.I18n
 
ERR_13754_CANNOT_FIND_SYNTAX - org.apache.directory.api.i18n.I18n
 
ERR_13755_AT_MUST_HAVE_A_SYNTAX_OID - org.apache.directory.api.i18n.I18n
 
ERR_13756_CANNOT_FIND_EQUALITY_MR_OBJECT - org.apache.directory.api.i18n.I18n
 
ERR_13757_CANNOT_FIND_EQUALITY_MR_INSTANCE - org.apache.directory.api.i18n.I18n
 
ERR_13758_CANNOT_FIND_ORDERING_MR_OBJECT - org.apache.directory.api.i18n.I18n
 
ERR_13759_CANNOT_FIND_ORDERING_MR_INSTANCE - org.apache.directory.api.i18n.I18n
 
ERR_13760_CANNOT_FIND_SUBSTR_MR_OBJECT - org.apache.directory.api.i18n.I18n
 
ERR_13761_CANNOT_FIND_SUBSTR_MR_INSTANCE - org.apache.directory.api.i18n.I18n
 
ERR_13762_AT_MUST_HAVE_SUPERIOR_USAGE - org.apache.directory.api.i18n.I18n
 
ERR_13763_AT_MUST_BE_USER_MODIFIABLE - org.apache.directory.api.i18n.I18n
 
ERR_13764_AT_COLLECTIVE_SHOULD_BE_USER_APP - org.apache.directory.api.i18n.I18n
 
ERR_13765_MR_MUST_REFER_EXISTING_SYNTAX - org.apache.directory.api.i18n.I18n
 
ERR_13766_ABSTRACT_OC_CANNOT_INHERIT_FROM_OC - org.apache.directory.api.i18n.I18n
 
ERR_13767_AUX_OC_CANNOT_INHERIT_FROM_STRUCT_OC - org.apache.directory.api.i18n.I18n
 
ERR_13768_STRUCT_OC_CANNOT_INHERIT_FROM_AUX_OC - org.apache.directory.api.i18n.I18n
 
ERR_13769_CANNOT_REGISTER_SUPERIOR_MISSING - org.apache.directory.api.i18n.I18n
 
ERR_13770_CANNOT_REGISTER_DUPLICATE_AT_IN_MAY - org.apache.directory.api.i18n.I18n
 
ERR_13771_CANNOT_REGISTER_AT_IN_MAY_DOES_NOT_EXIST - org.apache.directory.api.i18n.I18n
 
ERR_13772_CANNOT_REGISTER_DUPLICATE_AT_IN_MUST - org.apache.directory.api.i18n.I18n
 
ERR_13773_CANNOT_REGISTER_DUPLICATE_AT_IN_MAY_AND_MUST - org.apache.directory.api.i18n.I18n
 
ERR_13774_CANNOT_REGISTER_AT_IN_MUST_DOES_NOT_EXIST - org.apache.directory.api.i18n.I18n
 
ERR_13775_UNDEFINED_MODIFICATION_TYPE - org.apache.directory.api.i18n.I18n
 
ERR_13776_CANNOT_SUBTYPE_COLLECTIVE - org.apache.directory.api.i18n.I18n
 
ERR_13777_COLLECTIVE_NOT_MULTI_VALUED - org.apache.directory.api.i18n.I18n
 
ERR_13778_COLLECTIVE_NOT_ALLOWED_IN_MUST - org.apache.directory.api.i18n.I18n
 
ERR_13779_COLLECTIVE_NOT_ALLOWED_IN_MAY - org.apache.directory.api.i18n.I18n
 
ERR_13780_SCHEMA_OBJECT_DESCRIPTION_HAS_ELEMENT_TWICE - org.apache.directory.api.i18n.I18n
 
ERR_13781_MR_DESCRIPTION_INVALID - org.apache.directory.api.i18n.I18n
 
ERR_13782_END_OF_FILE - org.apache.directory.api.i18n.I18n
 
ERR_13783_SPACE_EXPECTED - org.apache.directory.api.i18n.I18n
 
ERR_13784_BAD_OID_TWO_ZEROES - org.apache.directory.api.i18n.I18n
 
ERR_13785_BAD_OID_CONSECUTIVE_DOTS - org.apache.directory.api.i18n.I18n
 
ERR_13786_BAD_OID_DOT_AT_THE_END - org.apache.directory.api.i18n.I18n
 
ERR_13787_OID_EXPECTED - org.apache.directory.api.i18n.I18n
 
ERR_13788_LEAD_KEY_CHAR_EXPECTED - org.apache.directory.api.i18n.I18n
 
ERR_13789_SIMPLE_QUOTE_EXPECTED_AT_START - org.apache.directory.api.i18n.I18n
 
ERR_13790_NOT_A_KEYSTRING - org.apache.directory.api.i18n.I18n
 
ERR_13791_KEYCHAR_EXPECTED - org.apache.directory.api.i18n.I18n
 
ERR_13792_SIMPLE_QUOTE_EXPECTED_AT_END - org.apache.directory.api.i18n.I18n
 
ERR_13793_NO_CLOSING_PAREN - org.apache.directory.api.i18n.I18n
 
ERR_13794_MORE_OIDS_EXPECTED - org.apache.directory.api.i18n.I18n
 
ERR_13795_OPENED_BRACKET_NOT_CLOSED - org.apache.directory.api.i18n.I18n
 
ERR_13796_USAGE_EXPECTED - org.apache.directory.api.i18n.I18n
 
ERR_13797_USAGE_UNKNOWN - org.apache.directory.api.i18n.I18n
 
ERR_13798_AT_DESCRIPTION_INVALID - org.apache.directory.api.i18n.I18n
 
ERR_13799_SYNTAX_OR_SUP_REQUIRED - org.apache.directory.api.i18n.I18n
 
ERR_13800_COLLECTIVE_REQUIRES_USER_APPLICATION - org.apache.directory.api.i18n.I18n
 
ERR_13801_NO_USER_MOD_REQUIRE_OPERATIONAL - org.apache.directory.api.i18n.I18n
 
ERR_13802_EXTENSION_SHOULD_START_WITH_X - org.apache.directory.api.i18n.I18n
 
ERR_13803_OC_DESCRIPTION_INVALID - org.apache.directory.api.i18n.I18n
 
ERR_13804_OBJECT_IDENTIFIER_HAS_NO_OID - org.apache.directory.api.i18n.I18n
 
ERR_13805_OBJECT_IDENTIFIER_INVALID_OID - org.apache.directory.api.i18n.I18n
 
ERR_13806_UNEXPECTED_ELEMENT_READ - org.apache.directory.api.i18n.I18n
 
ERR_13807_SYN_DESCRIPTION_INVALID - org.apache.directory.api.i18n.I18n
 
ERR_13808_SYNTAX_REQUIRED - org.apache.directory.api.i18n.I18n
 
ERR_13809_DCR_DESCRIPTION_INVALID - org.apache.directory.api.i18n.I18n
 
ERR_13810_DSR_DESCRIPTION_INVALID - org.apache.directory.api.i18n.I18n
 
ERR_13811_INVALID_RULE_ID - org.apache.directory.api.i18n.I18n
 
ERR_13812_FORM_REQUIRED - org.apache.directory.api.i18n.I18n
 
ERR_13813_MORE_RULE_IDS_EXPECTED - org.apache.directory.api.i18n.I18n
 
ERR_13814_APPLIES_REQUIRED - org.apache.directory.api.i18n.I18n
 
ERR_13815_MRU_DESCRIPTION_INVALID - org.apache.directory.api.i18n.I18n
 
ERR_13816_NF_DESCRIPTION_INVALID - org.apache.directory.api.i18n.I18n
 
ERR_13817_STRUCTURAL_OBJECT_CLASS_REQUIRED - org.apache.directory.api.i18n.I18n
 
ERR_13818_MUST_REQUIRED - org.apache.directory.api.i18n.I18n
 
ERR_13819_FQCN_REQUIRED - org.apache.directory.api.i18n.I18n
 
ERR_13820_BYTE_CODE_REQUIRED - org.apache.directory.api.i18n.I18n
 
ERR_13821_NORM_DESCRIPTION_INVALID - org.apache.directory.api.i18n.I18n
 
ERR_13822_INVALID_FQCN_BAD_IDENTIFIER_START - org.apache.directory.api.i18n.I18n
 
ERR_13823_INVALID_FQCN_DOUBLE_DOT - org.apache.directory.api.i18n.I18n
 
ERR_13824_INVALID_FQCN_BAD_IDENTIFIER - org.apache.directory.api.i18n.I18n
 
ERR_13825_COMP_DESCRIPTION_INVALID - org.apache.directory.api.i18n.I18n
 
ERR_13826_SC_DESCRIPTION_INVALID - org.apache.directory.api.i18n.I18n
 
ERR_13827_EMPTY_SYNTAX_LEN - org.apache.directory.api.i18n.I18n
 
ERR_13828_MISSING_SYNTAX_OID - org.apache.directory.api.i18n.I18n
 
ERR_13829_NO_OPENING_PAREN - org.apache.directory.api.i18n.I18n
 
ERR_13830_CANNOT_PARSE_NULL_ATTR_TYPE - org.apache.directory.api.i18n.I18n
 
ERR_13831_ATTRIBUTE_TYPE_PARSING_FAILURE - org.apache.directory.api.i18n.I18n
 
ERR_13832_ATTRIBUTE_TYPE_DESC_PARSE_FAILURE - org.apache.directory.api.i18n.I18n
 
ERR_13833_CANNOT_PARSE_NULL_DCR - org.apache.directory.api.i18n.I18n
 
ERR_13834_DCR_PARSING_FAILURE - org.apache.directory.api.i18n.I18n
 
ERR_13835_DCR_DESC_PARSING_FAILURE - org.apache.directory.api.i18n.I18n
 
ERR_13836_CANNOT_PARSE_NULL_DSR - org.apache.directory.api.i18n.I18n
 
ERR_13837_DSR_PARSING_FAILURE - org.apache.directory.api.i18n.I18n
 
ERR_13838_DSR_DESC_PARSING_FAILURE - org.apache.directory.api.i18n.I18n
 
ERR_13839_CANNOT_PARSE_NULL_COMP - org.apache.directory.api.i18n.I18n
 
ERR_13840_COMP_PARSING_FAILURE - org.apache.directory.api.i18n.I18n
 
ERR_13841_COMP_DESC_PARSING_FAILURE - org.apache.directory.api.i18n.I18n
 
ERR_13842_CANNOT_PARSE_NULL_SYNTAX - org.apache.directory.api.i18n.I18n
 
ERR_13843_SYNTAX_PARSING_FAILURE - org.apache.directory.api.i18n.I18n
 
ERR_13844_SYNTAX_DESC_PARSING_FAILURE - org.apache.directory.api.i18n.I18n
 
ERR_13845_CANNOT_PARSE_NULL_MR - org.apache.directory.api.i18n.I18n
 
ERR_13846_MR_PARSING_FAILURE - org.apache.directory.api.i18n.I18n
 
ERR_13847_MR_DESC_PARSING_FAILURE - org.apache.directory.api.i18n.I18n
 
ERR_13848_CANNOT_PARSE_NULL_MRU - org.apache.directory.api.i18n.I18n
 
ERR_13849_MRU_PARSING_FAILURE - org.apache.directory.api.i18n.I18n
 
ERR_13850_MRU_DESC_PARSING_FAILURE - org.apache.directory.api.i18n.I18n
 
ERR_13851_CANNOT_PARSE_NULL_NF - org.apache.directory.api.i18n.I18n
 
ERR_13852_NF_PARSING_FAILURE - org.apache.directory.api.i18n.I18n
 
ERR_13853_NF_DESC_PARSING_FAILURE - org.apache.directory.api.i18n.I18n
 
ERR_13854_CANNOT_PARSE_NULL_NORM - org.apache.directory.api.i18n.I18n
 
ERR_13855_NORM_PARSING_FAILURE - org.apache.directory.api.i18n.I18n
 
ERR_13856_NORM_DESC_PARSING_FAILURE - org.apache.directory.api.i18n.I18n
 
ERR_13857_CANNOT_PARSE_NULL_OC - org.apache.directory.api.i18n.I18n
 
ERR_13858_OC_PARSING_FAILURE - org.apache.directory.api.i18n.I18n
 
ERR_13859_OC_DESC_PARSING_FAILURE - org.apache.directory.api.i18n.I18n
 
ERR_13860_CANNOT_PARSE_NULL_SC - org.apache.directory.api.i18n.I18n
 
ERR_13861_SC_PARSING_FAILURE - org.apache.directory.api.i18n.I18n
 
ERR_13862_SC_PARSING_FAILURE - org.apache.directory.api.i18n.I18n
 
ERR_13863_MR_DOES_NOT_HAVE_A_COMP - org.apache.directory.api.i18n.I18n
 
ERR_13864_AT_DOES_NOT_HAVE_A_SUPERIOR_NOR_SYNTAX - org.apache.directory.api.i18n.I18n
 
ERR_13865_ERROR_PARSING_AT - org.apache.directory.api.i18n.I18n
 
ERR_13866_MOD_INCREMENT_INVALID_VALUE - org.apache.directory.api.i18n.I18n
 
ERR_13867_MOD_INCREMENT_NO_ATTRIBUTE - org.apache.directory.api.i18n.I18n
 
ERR_13868_MOD_INCREMENT_NO_INT_ATTRIBUTE - org.apache.directory.api.i18n.I18n
 
ERR_13869_MOD_INCREMENT_OVERFLOW - org.apache.directory.api.i18n.I18n
 
ERR_13900_INTEGER_TOKEN_NOT_INTEGER - org.apache.directory.api.i18n.I18n
 
ERR_13901_MESSAGE - org.apache.directory.api.i18n.I18n
 
ERR_13902_FILTER_PARSER_FAILED - org.apache.directory.api.i18n.I18n
 
ERR_13903_DN_PARSER_FAILED - org.apache.directory.api.i18n.I18n
 
ERR_14000_ERROR_ENCODING_MESSAGE - org.apache.directory.api.i18n.I18n
 
ERR_15000_SCHEMA_ELEMENT_NAME_REQUIRED - org.apache.directory.api.i18n.I18n
 
ERR_15001_NULL_SCHEMA - org.apache.directory.api.i18n.I18n
 
ERR_15002_EMPTY_OR_NULL_SCHEMA_OBJECT - org.apache.directory.api.i18n.I18n
 
ERR_15003_PARSER_FAILURE - org.apache.directory.api.i18n.I18n
 
ERR_15004_CANNOT_GENERATE_SOURCES - org.apache.directory.api.i18n.I18n
 
ERR_15005_NO_PROPERTY - org.apache.directory.api.i18n.I18n
 
ERR_16000_CANNOT_OVEWRITE_SCHEMA - org.apache.directory.api.i18n.I18n
 
ERR_16001_CANNOT_COPY_NON_EXISTENT - org.apache.directory.api.i18n.I18n
 
ERR_16002_MORE_THAN_ONE_ENTRY - org.apache.directory.api.i18n.I18n
 
ERR_16003_ERROR_PARSING_LDIF - org.apache.directory.api.i18n.I18n
 
ERR_16004_ROOT_WITHOUT_SCHEMA - org.apache.directory.api.i18n.I18n
 
ERR_16005_PARENT_NULL - org.apache.directory.api.i18n.I18n
 
ERR_16006_DIRECTORY_CREATION_FAILED - org.apache.directory.api.i18n.I18n
 
ERR_16007_BINARY_REQUIRED - org.apache.directory.api.i18n.I18n
 
ERR_16008_AT_ACCESS_FAILURE - org.apache.directory.api.i18n.I18n
 
ERR_16009_LDIF_LOAD_FAIL - org.apache.directory.api.i18n.I18n
 
ERR_16010_NO_SHEMA_FILE - org.apache.directory.api.i18n.I18n
 
ERR_16011_NULL_ATTRIBUTE - org.apache.directory.api.i18n.I18n
 
ERR_16012_INVALID_COMPARATOR_OID - org.apache.directory.api.i18n.I18n
 
ERR_16013_NULL_ENTRY - org.apache.directory.api.i18n.I18n
 
ERR_16014_NULL_SCHEMA_DESC - org.apache.directory.api.i18n.I18n
 
ERR_16015_NON_EXISTENT_SCHEMA - org.apache.directory.api.i18n.I18n
 
ERR_16016_NULL_ENTRY - org.apache.directory.api.i18n.I18n
 
ERR_16017_INVALID_CN_AT - org.apache.directory.api.i18n.I18n
 
ERR_16018_INVALID_AT - org.apache.directory.api.i18n.I18n
 
ERR_16019_CANNOT_ADD_SC - org.apache.directory.api.i18n.I18n
 
ERR_16020_CANNOT_ADD_SC_IN_REGISTRY - org.apache.directory.api.i18n.I18n
 
ERR_16021_DIFFERENT_COMPARATOR_OID - org.apache.directory.api.i18n.I18n
 
ERR_16022_CANNOT_ADD_CMP - org.apache.directory.api.i18n.I18n
 
ERR_16023_CANNOT_ADD_CMP_IN_REGISTRY - org.apache.directory.api.i18n.I18n
 
ERR_16024_CANNOT_ADD_NORMALIZER - org.apache.directory.api.i18n.I18n
 
ERR_16025_CANNOT_ADD_NORMALIZER_IN_REGISTRY - org.apache.directory.api.i18n.I18n
 
ERR_16026_CANNOT_ADD_SYNTAX - org.apache.directory.api.i18n.I18n
 
ERR_16027_CANNOT_ADD_SYNTAX_IN_REGISTRY - org.apache.directory.api.i18n.I18n
 
ERR_16028_CANNOT_ADD_MR - org.apache.directory.api.i18n.I18n
 
ERR_16029_CANNOT_ADD_MR_IN_REGISTRY - org.apache.directory.api.i18n.I18n
 
ERR_16030_CANNOT_ADD_OC - org.apache.directory.api.i18n.I18n
 
ERR_16031_CANNOT_ADD_OC_IN_REGISTRY - org.apache.directory.api.i18n.I18n
 
ERR_16032_CANNOT_ADD_AT - org.apache.directory.api.i18n.I18n
 
ERR_16033_CANNOT_ADD_AT_IN_REGISTRY - org.apache.directory.api.i18n.I18n
 
ERR_16034_ENTRY_WITHOUT_VALID_AT - org.apache.directory.api.i18n.I18n
 
ERR_16035_CANNOT_LOAD_SCHEMA - org.apache.directory.api.i18n.I18n
 
ERR_16036_OID_NOT_UNIQUE - org.apache.directory.api.i18n.I18n
 
ERR_16037_NON_EXISTING_SCHEMA - org.apache.directory.api.i18n.I18n
 
ERR_16038_NOT_ASSOCIATED_TO_A_SCHEMA - org.apache.directory.api.i18n.I18n
 
ERR_16039_OID_DOES_NOT_EXIST - org.apache.directory.api.i18n.I18n
 
ERR_16040_CANNOT_REMOVE_FROM_REGISTRY - org.apache.directory.api.i18n.I18n
 
ERR_16041_CANNOT_DELETE_SCHEMA_OBJECT - org.apache.directory.api.i18n.I18n
 
ERR_16042_OUTPUT_DIR_CREATION_FAIL - org.apache.directory.api.i18n.I18n
 
ERR_16043_CANOT_LOAD_SCHEMA - org.apache.directory.api.i18n.I18n
 
ERR_16044_CANNOT_LOAD_FILE - org.apache.directory.api.i18n.I18n
 
ERR_16045_ERROR_LOADING_RESOURCE - org.apache.directory.api.i18n.I18n
 
ERR_16046_BASE_DIR_DOES_NOT_EXIST - org.apache.directory.api.i18n.I18n
 
ERR_16047_CANNOT_LOAD_RESOURCE - org.apache.directory.api.i18n.I18n
 
ERR_16048_CANNOT_FIND_SC_CTOR - org.apache.directory.api.i18n.I18n
 
ERR_16049_CANNOT_FIND_SC_CLASS - org.apache.directory.api.i18n.I18n
 
ERR_16050_CANNOT_LOAD_SC_CTOR - org.apache.directory.api.i18n.I18n
 
ERR_16051_CANNOT_LOAD_SC_CLASS - org.apache.directory.api.i18n.I18n
 
ERR_16052_CANNOT_INST_SC_CTOR - org.apache.directory.api.i18n.I18n
 
ERR_16053_CANNOT_INST_SC_CLASS - org.apache.directory.api.i18n.I18n
 
ERR_16054_CANNOT_ACCESS_SC_CTOR - org.apache.directory.api.i18n.I18n
 
ERR_16055_CANNOT_ACCESS_SC_CLASS - org.apache.directory.api.i18n.I18n
 
ERR_16056_CANNOT_FIND_CMP_CTOR - org.apache.directory.api.i18n.I18n
 
ERR_16057_CANNOT_FIND_CMP_CLASS - org.apache.directory.api.i18n.I18n
 
ERR_16058_CANNOT_LOAD_CMP_CTOR - org.apache.directory.api.i18n.I18n
 
ERR_16059_CANNOT_LOAD_CMP_CLASS - org.apache.directory.api.i18n.I18n
 
ERR_16060_CANNOT_INVOKE_CMP_CTOR - org.apache.directory.api.i18n.I18n
 
ERR_16061_CANNOT_INVOKE_CMP_CLASS - org.apache.directory.api.i18n.I18n
 
ERR_16062_CANNOT_INST_CMP_CTOR_CLASS - org.apache.directory.api.i18n.I18n
 
ERR_16063_CANNOT_INST_CMP_CLASS - org.apache.directory.api.i18n.I18n
 
ERR_16064_CANNOT_ACCESS_CMP_CTOR - org.apache.directory.api.i18n.I18n
 
ERR_16065_CANNOT_ACCESS_CMP_CLASS - org.apache.directory.api.i18n.I18n
 
ERR_16066_CANNOT_FIND_CMP_CTOR_METH_CLASS - org.apache.directory.api.i18n.I18n
 
ERR_16067_CANNOT_FIND_CMP_CTOR_METH - org.apache.directory.api.i18n.I18n
 
ERR_16068_CANNOT_FIND_NORM_CTOR - org.apache.directory.api.i18n.I18n
 
ERR_16069_CANNOT_FIND_NORM_CLASS - org.apache.directory.api.i18n.I18n
 
ERR_16070_CANNOT_LOAD_NORM_CTOR - org.apache.directory.api.i18n.I18n
 
ERR_16071_CANNOT_LOAD_NORM_CLASS - org.apache.directory.api.i18n.I18n
 
ERR_16072_CANNOT_INST_NORM_CTOR_CLASS - org.apache.directory.api.i18n.I18n
 
ERR_16073_CANNOT_INST_NORM_CLASS - org.apache.directory.api.i18n.I18n
 
ERR_16074_CANNOT_ACCESS_NORM_CTOR_CLASS - org.apache.directory.api.i18n.I18n
 
ERR_16075_CANNOT_ACCESS_NORM_CTOR - org.apache.directory.api.i18n.I18n
 
ERR_16076_NOT_A_SCHEMA_DEFINITION - org.apache.directory.api.i18n.I18n
 
ERR_16077_SCHEMA_MANAGER_CANT_BE_LOADED - org.apache.directory.api.i18n.I18n
 
ERR_16078_CANNOT_LOAD_UNKNOWN_SCHEMA - org.apache.directory.api.i18n.I18n
 
ERR_16079_INVALID_SCHEMA_OBJECT_CANNOT_BE_LOADED - org.apache.directory.api.i18n.I18n
 
ERR_16080_SCHEMA_LOADER_CANT_BE_CREATED - org.apache.directory.api.i18n.I18n
 
ERR_17000_UNEXPECTED_PARSER_CONDITION - org.apache.directory.api.i18n.I18n
 
ERR_17001_FAILED_OPEN_JAR_MANIFEST - org.apache.directory.api.i18n.I18n
 
ERR_17002_INTEGER_TOO_BIG - org.apache.directory.api.i18n.I18n
 
ERR_17003_INTEGER_INVALID - org.apache.directory.api.i18n.I18n
 
ERR_17004_UNABLE_DELETE_DIR - org.apache.directory.api.i18n.I18n
 
ERR_17005_FILE_MUST_NOT_BE_NULL - org.apache.directory.api.i18n.I18n
 
ERR_17006_DOES_NOT_EXIST - org.apache.directory.api.i18n.I18n
 
ERR_17007_IS_NOT_DIRECTORY - org.apache.directory.api.i18n.I18n
 
ERR_17008_FAIL_LIST_DIR - org.apache.directory.api.i18n.I18n
 
ERR_17009_FILE_DOES_NOT_EXIST - org.apache.directory.api.i18n.I18n
 
ERR_17010_UNABLE_DELETE_FILE - org.apache.directory.api.i18n.I18n
 
ERR_17011_FILE_IS_DIR - org.apache.directory.api.i18n.I18n
 
ERR_17012_CANNOT_READ_FILE - org.apache.directory.api.i18n.I18n
 
ERR_17013_FILE_DOES_NOT_EXIST - org.apache.directory.api.i18n.I18n
 
ERR_17014_CANNOT_WRITE_FILE - org.apache.directory.api.i18n.I18n
 
ERR_17015_CANNOT_CREATE_DIR - org.apache.directory.api.i18n.I18n
 
ERR_17016_SOURCE_MUST_NOT_BE_NULL - org.apache.directory.api.i18n.I18n
 
ERR_17017_DEST_MUST_NOT_BE_NULL - org.apache.directory.api.i18n.I18n
 
ERR_17018_SRC_DOES_NOT_EXIST - org.apache.directory.api.i18n.I18n
 
ERR_17019_SRC_IS_DIR - org.apache.directory.api.i18n.I18n
 
ERR_17020_SRC_AND_DEST_SAME - org.apache.directory.api.i18n.I18n
 
ERR_17021_CANNOT_CREATE_DEST_DIR - org.apache.directory.api.i18n.I18n
 
ERR_17022_DEST_READONLY - org.apache.directory.api.i18n.I18n
 
ERR_17023_DEST_IS_DIR - org.apache.directory.api.i18n.I18n
 
ERR_17024_FAILED_COPY_CONTENT - org.apache.directory.api.i18n.I18n
 
ERR_17025_INVALID_CHAR - org.apache.directory.api.i18n.I18n
 
ERR_17026_UNREGISTRED_COMPONENT - org.apache.directory.api.i18n.I18n
 
ERR_17027_WRONG_DATA_LENGTH - org.apache.directory.api.i18n.I18n
 
ERR_17028_PARAMETER_CANT_BE_NULL - org.apache.directory.api.i18n.I18n
 
ERR_17029_CHARSET_CANT_BE_NULL - org.apache.directory.api.i18n.I18n
 
ERR_17030_BAD_ITERATOR_TYPE - org.apache.directory.api.i18n.I18n
 
ERR_17031_REMOVE_FOLLOW_NEXT - org.apache.directory.api.i18n.I18n
 
ERR_17032_BELOW_ZERO - org.apache.directory.api.i18n.I18n
 
ERR_17033_ABOVE_OR_EQUAL - org.apache.directory.api.i18n.I18n
 
ERR_17034_ADDING_DUP_KEYS_NOT_ALLOWED - org.apache.directory.api.i18n.I18n
 
ERR_17035_DUPLICATED_COMMON_ELEMENT - org.apache.directory.api.i18n.I18n
 
ERR_17036_UNREGISTRED_COMPONENT - org.apache.directory.api.i18n.I18n
 
ERR_17037_MUST_START_WITH_SHARP - org.apache.directory.api.i18n.I18n
 
ERR_17038_MUST_START_WITH_ESC_SHARP - org.apache.directory.api.i18n.I18n
 
ERR_17039_NON_NULL_EXPECTED_STRING - org.apache.directory.api.i18n.I18n
 
ERR_17040_EXPECTED_NON_EMPTY_STRING - org.apache.directory.api.i18n.I18n
 
ERR_17041_VALID_ESC_CHARS_EXPECTED - org.apache.directory.api.i18n.I18n
 
ERR_17042_INITIAL_SIZE_ABOVE_ZERO - org.apache.directory.api.i18n.I18n
 
ERR_17043_GENERALIZED_TIME_NULL - org.apache.directory.api.i18n.I18n
 
ERR_17044_BAD_GENERALIZED_TIME - org.apache.directory.api.i18n.I18n
 
ERR_17045_BAD_GENERALIZED_TIME - org.apache.directory.api.i18n.I18n
 
ERR_17046_BAD_GENERALIZED_TIME - org.apache.directory.api.i18n.I18n
 
ERR_17047_TIME_TOO_SHORT - org.apache.directory.api.i18n.I18n
 
ERR_17048_TIME_TOO_SHORT - org.apache.directory.api.i18n.I18n
 
ERR_17049_INVALID_GENERALIZED_TIME - org.apache.directory.api.i18n.I18n
 
ERR_17050_INVALID_DATE_TIME - org.apache.directory.api.i18n.I18n
 
ERR_17051_CALENDAR_NULL - org.apache.directory.api.i18n.I18n
 
ERR_17052_TIME_TOO_SHOR_NO_TZ - org.apache.directory.api.i18n.I18n
 
ERR_17053_MISSING_TZ - org.apache.directory.api.i18n.I18n
 
ERR_17054_TZ_MUST_BE_2_OR_4_DIGITS - org.apache.directory.api.i18n.I18n
 
ERR_17055_MISSING_FRACTION - org.apache.directory.api.i18n.I18n
 
ERR_17056_TIME_TOO_SHORT_NO_SECOND - org.apache.directory.api.i18n.I18n
 
ERR_17057_SECOND_NOT_NUM - org.apache.directory.api.i18n.I18n
 
ERR_17058_MISSING_MINUTE - org.apache.directory.api.i18n.I18n
 
ERR_17059_MIN_NOT_NUM - org.apache.directory.api.i18n.I18n
 
ERR_17060_TIME_TO_SHORT_MISSING_HOUR - org.apache.directory.api.i18n.I18n
 
ERR_17061_HOUR_NOT_NUM - org.apache.directory.api.i18n.I18n
 
ERR_17062_TIME_TO_SHORT_MISSING_DAY - org.apache.directory.api.i18n.I18n
 
ERR_17063_DAY_NOT_NUM - org.apache.directory.api.i18n.I18n
 
ERR_17064_TIME_TO_SHORT_MISSING_MONTH - org.apache.directory.api.i18n.I18n
 
ERR_17065_MONTH_NOT_NUM - org.apache.directory.api.i18n.I18n
 
ERR_17066_TIME_TO_SHORT_MISSING_YEAR - org.apache.directory.api.i18n.I18n
 
ERR_17067_YEAR_NOT_NUM - org.apache.directory.api.i18n.I18n
 
ERR_17068_SHOULD_NOT_GET_HERE - org.apache.directory.api.i18n.I18n
 
ERR_17069_UNEXPECTED_FORMAT - org.apache.directory.api.i18n.I18n
 
ERR_17070_SIZE_POSITIVE - org.apache.directory.api.i18n.I18n
 
ERR_17071_UNEXPECTED_SIZE - org.apache.directory.api.i18n.I18n
 
ERR_17072_INTEGER_OVERFLOW - org.apache.directory.api.i18n.I18n
 
ERR_9100_UNKNOWN_PASSWORD_POLICY_ERROR - org.apache.directory.api.i18n.I18n
 
ERR_9101_UNKNOWN_MODIFY_DN_OP_TYPE - org.apache.directory.api.i18n.I18n
 
ERR_9102_UNKNOWN_VLV_RESPONSE - org.apache.directory.api.i18n.I18n
 
ERR_9103_UNKNOWN_SYNC_STATE_TYPE - org.apache.directory.api.i18n.I18n
 
ERR_9104_CLASS_LOADING_OF_PROC_TYPE_NOT_IMPLEMENTED - org.apache.directory.api.i18n.I18n
 
ERR_9105_CONVERSION_VALUE_TO_JAVA_NOT_IMPLEMENTED - org.apache.directory.api.i18n.I18n
 
ERR_9200_INTERGER_DECODING_FAILURE - org.apache.directory.api.i18n.I18n
 
ERR_9300_UNEXPECTED_SYNCINFO - org.apache.directory.api.i18n.I18n
 
ERROR - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
ERROR_MESSAGE - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
ERROR_MESSAGE_BR_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
ERROR_MESSAGE_ER_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
ERROR_MESSAGE_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
ERROR_RESPONSE - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The Error Response Loop state
ERROR_RESPONSE - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
ErrorResponse - Class in org.apache.directory.api.dsmlv2.response
Class representing Error Response.
ErrorResponse(int, ErrorResponse.ErrorResponseType, String) - Constructor for class org.apache.directory.api.dsmlv2.response.ErrorResponse
Creates a new instance of ErrorResponse.
ErrorResponse(int, MessageTypeEnum) - Constructor for class org.apache.directory.api.dsmlv2.response.ErrorResponse
Creates a new instance of ErrorResponse.
ErrorResponse.ErrorResponseType - Enum in org.apache.directory.api.dsmlv2.response
This enum represents the different types of error response
ESC - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
 
escapeValue(byte[]) - Static method in class org.apache.directory.api.ldap.model.name.Rdn
Transform a value in a String, accordingly to RFC 2253
escapeValue(String) - Static method in class org.apache.directory.api.ldap.model.name.Rdn
Transform a value in a String, accordingly to RFC 2253
ESCESC - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
 
ESCSHARP - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
 
EVAL_GREATER - Static variable in class org.apache.directory.api.ldap.model.filter.SimpleNode
Constants for comparisons : @gt;
EVAL_LESSER - Static variable in class org.apache.directory.api.ldap.model.filter.SimpleNode
Constants for comparisons : <
event(IoSession, FilterEvent) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
EXACT_DN_AS_STRING_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
EXACT_DN_AS_STRING_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
exceptionCaught() - Method in interface org.apache.directory.ldap.client.api.LdapConnection
tell if an exception was caught while processing the request or a response.
exceptionCaught() - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
tell if an exception was caught while processing the request or a response.
exceptionCaught() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
tell if an exception was caught while processing the request or a response.
exceptionCaught(IoSession, Throwable) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Handle the exception we got.
Exceptions - Class in org.apache.directory.api.util.exception
Provides utilities for manipulating and examining Throwable objects.
EXCLUDE_ALL_COLLECTIVE_ATTRIBUTES_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
EXCLUDE_ALL_COLLECTIVE_ATTRIBUTES_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
execute(ConnectionCallback<T>) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
Executes the connectionCallback, supplying it a managed connection.
execute(ConnectionCallback<T>) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Executes the connectionCallback, supplying it a managed connection.
executeAction(C) - Method in class org.apache.directory.api.asn1.ber.grammar.AbstractGrammar
This method, when called, execute an action on the current data stored in the container.
executeAction(C) - Method in interface org.apache.directory.api.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.api.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.api.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(String) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
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 interface org.apache.directory.ldap.client.api.LdapConnection
Tells if an Entry exists in the server.
exists(Dn) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
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 - org.apache.directory.api.dsmlv2.request.BatchRequestDsml.OnError
Exit on error.
EXIT - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
ExpansibleByteBuffer - Class in org.apache.directory.api.util
A dynamically growing byte[].
ExpansibleByteBuffer() - Constructor for class org.apache.directory.api.util.ExpansibleByteBuffer
Create a default ExpansibleByteBuffer capable of holding 10 bytes
ExpansibleByteBuffer(int) - Constructor for class org.apache.directory.api.util.ExpansibleByteBuffer
Creates a ExpansibleByteBuffer which has an initialze size
EXPORT - org.apache.directory.api.ldap.aci.MicroOperation
The Export permission, may be used only in conjunction with the entry component.
ExprNode - Interface in org.apache.directory.api.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) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
Sends a extended operation request to the server with the given OID and no value.
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) - Method in class org.apache.directory.ldap.client.api.MonitoringLdapConnection
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(String, byte[]) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
Sends a extended operation request to the server with the given OID and 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(String, byte[]) - Method in class org.apache.directory.ldap.client.api.MonitoringLdapConnection
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) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
Sends a extended operation request to the server with the given OID and no 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) - Method in class org.apache.directory.ldap.client.api.MonitoringLdapConnection
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(Oid, byte[]) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
Sends a extended operation request to the server with the given OID and 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(Oid, byte[]) - Method in class org.apache.directory.ldap.client.api.MonitoringLdapConnection
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(ExtendedRequest) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
Performs an extended operation based on the extended request object.
extended(ExtendedRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Performs an extended operation based on the extended request object.
extended(ExtendedRequest) - Method in class org.apache.directory.ldap.client.api.MonitoringLdapConnection
Performs an extended operation based on the extended request object.
EXTENDED_OPERATIONS_LIST - Static variable in class org.apache.directory.api.ldap.codec.standalone.StandaloneLdapApiService
The list of extended operations to load at startup
EXTENDED_REQUEST - org.apache.directory.api.ldap.model.message.MessageTypeEnum
The ExtendedRequest message
EXTENDED_REQUEST - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
EXTENDED_REQUEST_CONTROL_END_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The </control> tag
EXTENDED_REQUEST_CONTROL_START_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The <control> tag
EXTENDED_REQUEST_CONTROLVALUE_END_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The </controlValue> tag
EXTENDED_REQUEST_CONTROLVALUE_START_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The <controlValue> tag
EXTENDED_REQUEST_NAME_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
EXTENDED_REQUEST_REQUESTNAME_END_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The </requestName> tag
EXTENDED_REQUEST_REQUESTNAME_START_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The <requestName> tag
EXTENDED_REQUEST_REQUESTVALUE_END_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The </requestValue> tag
EXTENDED_REQUEST_REQUESTVALUE_START_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The <requestValue> tag
EXTENDED_REQUEST_START_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The <extendedRequest> tag
EXTENDED_REQUEST_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
EXTENDED_REQUEST_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
EXTENDED_REQUEST_VALUE_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
EXTENDED_RESPONSE - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The Extended Response state
EXTENDED_RESPONSE - org.apache.directory.api.ldap.model.message.MessageTypeEnum
The ExtendedResponse message
EXTENDED_RESPONSE - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
EXTENDED_RESPONSE_CONTROL_END - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The Extended Response Control End state
EXTENDED_RESPONSE_CONTROL_START - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The Extended Response Control Start state
EXTENDED_RESPONSE_CONTROL_VALUE_END - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The Extended Response Control Value End state
EXTENDED_RESPONSE_CONTROL_VALUE_START - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The Extended Response Control Value Start state
EXTENDED_RESPONSE_ERROR_MESSAGE_END - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The Extended Response Error Message End state
EXTENDED_RESPONSE_ERROR_MESSAGE_START - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The Extended Response Error Message Start state
EXTENDED_RESPONSE_NAME_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
EXTENDED_RESPONSE_REFERRAL_END - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The Extended Response Referral End state
EXTENDED_RESPONSE_REFERRAL_START - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The Extended Response Referral Start state
EXTENDED_RESPONSE_RESULT_CODE_END - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The Extended Response Result Code End state
EXTENDED_RESPONSE_RESULT_CODE_START - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The Extended Response Result Code Start state
EXTENDED_RESPONSE_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
EXTENDED_RESPONSE_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
EXTENDED_RESPONSE_VALUE_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
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.api.ldap.model.message.extended
An extended operation intended for notifying clients of upcoming disconnection for the Extended response.
ExtendedOperationFactory - Interface in org.apache.directory.api.ldap.codec.api
The factory interface, defined by the codec API, for creating new requests/responses for extended operations.
ExtendedRequest - Interface in org.apache.directory.api.ldap.model.message
Extended protocol request message used to add to more operations to the protocol.
ExtendedRequestDsml<Q extends ExtendedRequest,​P extends ExtendedResponse> - Class in org.apache.directory.api.dsmlv2.request
DSML Decorator for ExtendedRequest
ExtendedRequestDsml(LdapApiService, Q) - Constructor for class org.apache.directory.api.dsmlv2.request.ExtendedRequestDsml
Creates a new getDecoratedMessage() of ExtendedRequestDsml.
ExtendedRequestFactory - Class in org.apache.directory.api.ldap.codec.factory
The ExtendedRequest factory.
ExtendedResponse - Interface in org.apache.directory.api.ldap.model.message
Extended protocol response message used to confirm the results of a extended request message.
ExtendedResponseDsml - Class in org.apache.directory.api.dsmlv2.response
DSML Decorator for ExtendedResponse
ExtendedResponseDsml(LdapApiService) - Constructor for class org.apache.directory.api.dsmlv2.response.ExtendedResponseDsml
Creates a new getDecoratedMessage() of ExtendedResponseDsml.
ExtendedResponseDsml(LdapApiService, ExtendedResponse) - Constructor for class org.apache.directory.api.dsmlv2.response.ExtendedResponseDsml
Creates a new getDecoratedMessage() of ExtendedResponseDsml.
ExtendedResponseFactory - Class in org.apache.directory.api.ldap.codec.factory
The ExtendedResponse factory.
extensible(String) - Static method in class org.apache.directory.ldap.client.api.search.FilterBuilder
Creates an extensible match filter by calling extensible(null, value).
extensible(String, String) - Static method in class org.apache.directory.ldap.client.api.search.FilterBuilder
Creates an extensible match filter.
EXTENSIBLE - org.apache.directory.api.ldap.model.filter.AssertionType
extensible match assertion node
EXTENSIBLE_MATCH - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
EXTENSIBLE_MATCH_FILTER_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
EXTENSIBLE_MATCH_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
EXTENSIBLE_OBJECT_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
EXTENSIBLE_OBJECT_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ExtensibleMatchFilter - Class in org.apache.directory.api.dsmlv2.request
The search request filter Matching Rule assertion
ExtensibleMatchFilter - Class in org.apache.directory.api.ldap.codec.search
The search request filter Matching Rule assertion
ExtensibleMatchFilter() - Constructor for class org.apache.directory.api.dsmlv2.request.ExtensibleMatchFilter
 
ExtensibleMatchFilter() - Constructor for class org.apache.directory.api.ldap.codec.search.ExtensibleMatchFilter
Creates a new ExtensibleMatchFilter object.
ExtensibleMatchFilter(int) - Constructor for class org.apache.directory.api.ldap.codec.search.ExtensibleMatchFilter
Creates a new ExtensibleMatchFilter object.
ExtensibleNode - Class in org.apache.directory.api.ldap.model.filter
Filter expression tree node for extensible assertions.
ExtensibleNode(String) - Constructor for class org.apache.directory.api.ldap.model.filter.ExtensibleNode
Creates a new emptyExtensibleNode object.
ExtensibleNode(String, Value, String, boolean) - Constructor for class org.apache.directory.api.ldap.model.filter.ExtensibleNode
Creates a new ExtensibleNode object.
ExtensibleNode(AttributeType) - Constructor for class org.apache.directory.api.ldap.model.filter.ExtensibleNode
Creates a new emptyExtensibleNode object.
ExtensibleNode(AttributeType, Value, String, boolean) - Constructor for class org.apache.directory.api.ldap.model.filter.ExtensibleNode
Creates a new ExtensibleNode object.
Extension(boolean, String, String) - Constructor for class org.apache.directory.api.ldap.model.url.LdapUrl.Extension
Creates a new instance of Extension.
EXTENSION_OID - Static variable in interface org.apache.directory.api.ldap.extras.extended.cancel.CancelRequest
The OID for the Cancel extended operation request.
EXTENSION_OID - Static variable in interface org.apache.directory.api.ldap.extras.extended.cancel.CancelResponse
The OID for the Cancel extended operation request.
EXTENSION_OID - Static variable in interface org.apache.directory.api.ldap.extras.extended.certGeneration.CertGenerationRequest
The OID for the Certificate Generation extended operation request.
EXTENSION_OID - Static variable in interface org.apache.directory.api.ldap.extras.extended.certGeneration.CertGenerationResponse
The CertGenerationResponse OID
EXTENSION_OID - Static variable in interface org.apache.directory.api.ldap.extras.extended.endTransaction.EndTransactionRequest
The OID for the EndTransaction extended operation request.
EXTENSION_OID - Static variable in interface org.apache.directory.api.ldap.extras.extended.endTransaction.EndTransactionResponse
The OID for the Start Transaction extended operation response.
EXTENSION_OID - Static variable in interface org.apache.directory.api.ldap.extras.extended.gracefulDisconnect.GracefulDisconnectResponse
The OID for the graceful disconnect extended operation response.
EXTENSION_OID - Static variable in interface org.apache.directory.api.ldap.extras.extended.gracefulShutdown.GracefulShutdownRequest
The OID for the graceful shutdown extended operation request.
EXTENSION_OID - Static variable in interface org.apache.directory.api.ldap.extras.extended.gracefulShutdown.GracefulShutdownResponse
The OID for the graceful shutdown extended operation response.
EXTENSION_OID - Static variable in interface org.apache.directory.api.ldap.extras.extended.pwdModify.PasswordModifyRequest
The OID for the pwdModify extended operation request.
EXTENSION_OID - Static variable in interface org.apache.directory.api.ldap.extras.extended.pwdModify.PasswordModifyResponse
The OID for the PwdModify extended operation response.
EXTENSION_OID - Static variable in interface org.apache.directory.api.ldap.extras.extended.startTls.StartTlsRequest
The OID string for the StartTLS extended operation request.
EXTENSION_OID - Static variable in interface org.apache.directory.api.ldap.extras.extended.startTls.StartTlsResponse
The OID for the StartTLS extended operation response.
EXTENSION_OID - Static variable in interface org.apache.directory.api.ldap.extras.extended.startTransaction.StartTransactionRequest
The OID for the StartTransaction extended operation request.
EXTENSION_OID - Static variable in interface org.apache.directory.api.ldap.extras.extended.storedProcedure.StoredProcedureRequest
The OID for the stored procedure extended operation request.
EXTENSION_OID - Static variable in interface org.apache.directory.api.ldap.extras.extended.storedProcedure.StoredProcedureResponse
The OID for the stored procedure extended operation response.
EXTENSION_OID - Static variable in interface org.apache.directory.api.ldap.extras.extended.whoAmI.WhoAmIRequest
The OID for the WhoAmI extended operation request.
EXTENSION_OID - Static variable in interface org.apache.directory.api.ldap.extras.extended.whoAmI.WhoAmIResponse
The OID for the WhoAmI extended operation response.
EXTENSION_OID - Static variable in class org.apache.directory.api.ldap.model.message.extended.AddNoDResponse
The OID of the NotiveOfDisconnect extended operation.
EXTENSION_OID - Static variable in class org.apache.directory.api.ldap.model.message.extended.BindNoDResponse
The OID of the NotiveOfDisconnect extended operation.
EXTENSION_OID - Static variable in class org.apache.directory.api.ldap.model.message.extended.CompareNoDResponse
The OID of the NotiveOfDisconnect extended operation.
EXTENSION_OID - Static variable in class org.apache.directory.api.ldap.model.message.extended.DeleteNoDResponse
The OID of the NotiveOfDisconnect extended operation.
EXTENSION_OID - Static variable in class org.apache.directory.api.ldap.model.message.extended.ExtendedNoDResponse
The OID of the NotiveOfDisconnect extended operation.
EXTENSION_OID - Static variable in class org.apache.directory.api.ldap.model.message.extended.ModifyDnNoDResponse
The OID of the NotiveOfDisconnect extended operation.
EXTENSION_OID - Static variable in class org.apache.directory.api.ldap.model.message.extended.ModifyNoDResponse
The OID of the NotiveOfDisconnect extended operation.
EXTENSION_OID - Static variable in class org.apache.directory.api.ldap.model.message.extended.NoticeOfDisconnect
The OID of the NotiveOfDisconnect extended operation.
EXTENSION_OID - Static variable in class org.apache.directory.api.ldap.model.message.extended.SearchNoDResponse
The OID of the NotiveOfDisconnect extended operation.
extensionsMatch(SchemaObject, SchemaObject) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.ParserDescriptionUtils
Checks to see if the extensions of a schema description match another description.
EXTERNAL - Static variable in class org.apache.directory.api.ldap.model.constants.SupportedSaslMechanisms
EXTERNAL mechanism
EXTERNAL_INSTANCE_OF - org.apache.directory.api.asn1.ber.tlv.UniversalTag
value for the tag
extractOrCopy() - Method in class org.apache.directory.api.ldap.schema.extractor.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() - Method in interface org.apache.directory.api.ldap.schema.extractor.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.
extractOrCopy(boolean) - Method in class org.apache.directory.api.ldap.schema.extractor.impl.DefaultSchemaLdifExtractor
Extracts the LDIF files from a Jar file or copies exploded LDIF resources.
extractOrCopy(boolean) - Method in interface org.apache.directory.api.ldap.schema.extractor.SchemaLdifExtractor
Extracts the LDIF files from a Jar file or copies exploded LDIF resources.
ExtrasBundleActivator - Class in org.apache.directory.api.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.api.ldap.extras.ExtrasBundleActivator
 
ExtrasCodecFactoryUtil - Class in org.apache.directory.api.ldap.extras
A utility class for adding Codec and extended operation factories.

F

FACSIMILE_TELEPHONE_NUMBER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
FACSIMILE_TELEPHONE_NUMBER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
FACSIMILE_TELEPHONE_NUMBER_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
FacsimileTelephoneNumberSyntaxChecker - Class in org.apache.directory.api.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. 3.3.11 :
FacsimileTelephoneNumberSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
FAILED_MESSAGE_ID_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.EndTransactionResponseStates
The failed message ID
FALSE - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
FALSE - Static variable in class org.apache.directory.api.util.Serialize
The serialized value for FALSE
FALSE_VALUE - Static variable in class org.apache.directory.api.asn1.ber.tlv.BerValue
The encoded byte for a FALSE value
FAVOURITE_DRINK_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
FAX_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
FAX_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
FaxSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a Fax according to RFC 4517.
FaxSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
FEATURE_ALL_OPERATIONAL_ATTRIBUTES - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
FEATURE_MODIFY_INCREMENT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
fetch() - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
Gets the current entry, but don't move forward.
FileUtils - Class in org.apache.directory.api.util
This code comes from Apache commons.io library.
filter() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
filter() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
Filter - Class in org.apache.directory.api.dsmlv2.request
An abstract Asn1Object used to store the filter.
Filter - Class in org.apache.directory.api.ldap.codec.search
An abstract Asn1Object used to store the filter.
Filter() - Constructor for class org.apache.directory.api.dsmlv2.request.Filter
 
Filter() - Constructor for class org.apache.directory.api.ldap.codec.search.Filter
The constructor.
Filter(int) - Constructor for class org.apache.directory.api.ldap.codec.search.Filter
The constructor.
FILTER - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
FILTER - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
FILTER - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
FILTER - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
FILTER - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
FILTER_MATCH - org.apache.directory.api.ldap.aci.MicroOperation
The FilterMatch permission, may be used in conjunction with any component, except entry.
FILTER_VALUE - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
FILTER_VALUE - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
FILTER_VALUE - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
FILTER_VALUE - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
FilterBuilder - Class in org.apache.directory.ldap.client.api.search
A builder for constructing well formed search filters according to RFC 4515.
FilterEncoder - Class in org.apache.directory.api.ldap.model.filter
An encoder for LDAP filters.
FilterParser - Class in org.apache.directory.api.ldap.model.filter
This class parse a Ldap filter.
FilterVisitor - Interface in org.apache.directory.api.ldap.model.filter
Filter expression tree node visitor interface.
filterWrite(IoFilter.NextFilter, IoSession, WriteRequest) - Method in class org.apache.directory.api.ldap.codec.api.SaslFilter
 
FINAL - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
FINAL_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
finalStateValid() - Method in interface org.apache.directory.api.util.ComponentsMonitor
Checks if the final state is valid.
finalStateValid() - Method in class org.apache.directory.api.util.MandatoryAndOptionalComponentsMonitor
Checks if the final state is valid.
finalStateValid() - Method in class org.apache.directory.api.util.MandatoryComponentsMonitor
Checks if the final state is valid.
finalStateValid() - Method in class org.apache.directory.api.util.OptionalComponentsMonitor
Checks if the final state is valid.
findAlgorithm(byte[]) - Static method in class org.apache.directory.api.ldap.model.password.PasswordUtil
Get the algorithm from the stored password.
findClass(String) - Method in class org.apache.directory.api.ldap.schema.loader.AttributeClassLoader
finishDecode(IoSession, ProtocolDecoderOutput) - Method in class org.apache.directory.api.ldap.codec.protocol.mina.LdapProtocolDecoder
first() - Method in interface org.apache.directory.api.ldap.model.cursor.Cursor
Positions this Cursor at the first element.
first() - Method in class org.apache.directory.api.ldap.model.cursor.EmptyCursor
Positions this Cursor at the first element.
first() - Method in class org.apache.directory.api.ldap.model.cursor.ListCursor
Positions this Cursor at the first element.
first() - Method in class org.apache.directory.api.ldap.model.cursor.SetCursor
Positions this Cursor at the first element.
first() - Method in class org.apache.directory.api.ldap.model.cursor.SingletonCursor
Positions this Cursor at the first element.
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.
FLAG_STATE - org.apache.directory.api.ldap.extras.controls.ad_impl.AdDirSyncResponseStatesEnum
flag state
flush() - Method in class org.apache.directory.api.util.StringBuilderWriter
Flushing this writer has no effect.
FOLLOW - org.apache.directory.api.ldap.model.message.ReferralsPolicyEnum
Floow referral
followReferrals() - Method in class org.apache.directory.api.dsmlv2.request.SearchRequestDsml
Tells the client to follow referrals instead of throwing exceptions
followReferrals() - Method in interface org.apache.directory.api.ldap.model.message.SearchRequest
Tells the client to follow referrals instead of throwing exceptions
followReferrals() - Method in class org.apache.directory.api.ldap.model.message.SearchRequestImpl
Tells the client to follow referrals instead of throwing exceptions
forceDelete(File) - Static method in class org.apache.directory.api.util.FileUtils
Deletes a file.
format(String, Object...) - Static method in enum org.apache.directory.api.i18n.I18n
 
format(String, String...) - Static method in class org.apache.directory.api.ldap.model.filter.FilterEncoder
Formats a filter and handles encoding of special characters in the value arguments using the <valueencoding> rule as described in RFC 4515.
formatHtml(String, boolean, boolean, boolean) - Static method in class org.apache.directory.api.util.Strings
This method is used to insert HTML block dynamically
FRIENDLY_COUNTRY_NAME_CO_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
FRIENDLY_COUNTRY_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
FRIENDLY_COUNTRY_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
fromBytes(byte[]) - Static method in class org.apache.directory.api.asn1.util.Oid
Decodes an OID from a byte[].
fromJndi(ExtendedRequest) - Method in interface org.apache.directory.api.ldap.codec.api.LdapApiService
Creates a model ExtendedResponse from the JNDI ExtendedRequest.
fromJndi(ExtendedRequest) - Method in class org.apache.directory.api.ldap.codec.osgi.DefaultLdapCodecService
Creates a model ExtendedResponse from the JNDI ExtendedRequest.
fromJndi(ExtendedResponse) - Method in interface org.apache.directory.api.ldap.codec.api.LdapApiService
Creates a model ExtendedResponse from the JNDI ExtendedResponse.
fromJndi(ExtendedResponse) - Method in class org.apache.directory.api.ldap.codec.osgi.DefaultLdapCodecService
Creates a model ExtendedResponse from the JNDI ExtendedResponse.
fromJndiRequestControl(Control) - Method in interface org.apache.directory.api.ldap.codec.api.LdapApiService
Creates a model request control from the JNDI request control.
fromJndiRequestControl(Control) - Method in class org.apache.directory.api.ldap.codec.osgi.DefaultLdapCodecService
Creates a model request control from the JNDI request control.
fromJndiRequestControl(LdapApiService, Control) - Static method in class org.apache.directory.api.ldap.util.JndiUtils
Deprecated.
We don't use JNDI anymore
fromJndiRequestControls(LdapApiService, Control...) - Static method in class org.apache.directory.api.ldap.util.JndiUtils
Deprecated.
We don't use JNDI anymore
fromJndiResponseControl(Control) - Method in interface org.apache.directory.api.ldap.codec.api.LdapApiService
Creates a model response control from the JNDI response control.
fromJndiResponseControl(Control) - Method in class org.apache.directory.api.ldap.codec.osgi.DefaultLdapCodecService
Creates a model response control from the JNDI response control.
fromJndiResponseControl(LdapApiService, Control) - Static method in class org.apache.directory.api.ldap.util.JndiUtils
Deprecated.
We don't use JNDI anymore
fromName(Name) - Static method in class org.apache.directory.api.ldap.util.JndiUtils
Convert a Name to a Dn
fromString(String) - Static method in class org.apache.directory.api.asn1.util.Oid
Returns an OID object representing oidString.
fullyQualifiedStoredProcedureName() - Method in class org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParser
 

G

GATEWAY_INTERNAL_ERROR - org.apache.directory.api.dsmlv2.response.ErrorResponse.ErrorResponseType
Gateway internal error error response type.
GECOS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
GECOS_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
GEN_PASSWORD_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify.PasswordModifyResponseStatesEnum
the generated password
GEN_PASSWORD_TAG - Static variable in class org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify.PasswordModifyResponseConstants
This is the TAG used for the genPassword.
GENERAL_STRING - org.apache.directory.api.asn1.ber.tlv.UniversalTag
value for the tag
GENERALIZED_TIME - org.apache.directory.api.asn1.ber.tlv.UniversalTag
value for the tag
GENERALIZED_TIME_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
GENERALIZED_TIME_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
GENERALIZED_TIME_ORDERING_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
GENERALIZED_TIME_ORDERING_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
GENERALIZED_TIME_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
GeneralizedTime - Class in org.apache.directory.api.util
This class represents the generalized time syntax as defined in RFC 4517 section 3.3.13.
GeneralizedTime(long) - Constructor for class org.apache.directory.api.util.GeneralizedTime
Creates a new instance of GeneralizedTime by setting the time to an instance of Calendar.
GeneralizedTime(String) - Constructor for class org.apache.directory.api.util.GeneralizedTime
Creates a new instance of GeneralizedTime, based on the given generalized time string.
GeneralizedTime(Calendar) - Constructor for class org.apache.directory.api.util.GeneralizedTime
Creates a new instance of GeneralizedTime, based on the given Calendar object.
GeneralizedTime(Date) - Constructor for class org.apache.directory.api.util.GeneralizedTime
Creates a new instance of GeneralizedTime by setting the date to an instance of Calendar.
GeneralizedTime.Format - Enum in org.apache.directory.api.util
The format of the generalized time.
GeneralizedTime.FractionDelimiter - Enum in org.apache.directory.api.util
The fraction delimiter of the generalized time.
GeneralizedTime.TimeZoneFormat - Enum in org.apache.directory.api.util
The time zone format of the generalized time.
GeneralizedTimeComparator - Class in org.apache.directory.api.ldap.model.schema.comparators
A class for the generalizedTimeOrderingMatch matchingRule (RFC 4517, par. 4.2.17)
GeneralizedTimeComparator(String) - Constructor for class org.apache.directory.api.ldap.model.schema.comparators.GeneralizedTimeComparator
The GeneralizedTimeComparator constructor.
GeneralizedTimeNormalizer - Class in org.apache.directory.api.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 Note : there is no Substring for this type of values.
GeneralizedTimeNormalizer() - Constructor for class org.apache.directory.api.ldap.model.schema.normalizers.GeneralizedTimeNormalizer
Creates a new instance of GeneralizedTimeNormalizer.
GeneralizedTimeSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a generalized time according to RFC 4517.
GeneralizedTimeSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
GENERATION_QUALIFIER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
GENERATION_QUALIFIER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
genericStoredProcedureOption() - Method in class org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParser
 
genericStoredProcedureOptionList() - Method in class org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParser
 
genericStoredProcedureParameter() - Method in class org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParser
 
genSalt() - Static method in class org.apache.directory.api.ldap.model.password.BCrypt
Generate a salt for use with the BCrypt.hashpw() method, selecting a reasonable default for the number of hashing rounds to apply
genSalt(int) - Static method in class org.apache.directory.api.ldap.model.password.BCrypt
Generate a salt for use with the BCrypt.hashpw() method
genSalt(int, SecureRandom) - Static method in class org.apache.directory.api.ldap.model.password.BCrypt
Generate a salt for use with the BCrypt.hashpw() method
get() - Method in interface org.apache.directory.api.ldap.model.cursor.Cursor
Gets the object at the current position.
get() - Method in class org.apache.directory.api.ldap.model.cursor.EmptyCursor
Gets the object at the current position.
get() - Method in class org.apache.directory.api.ldap.model.cursor.ListCursor
Gets the object at the current position.
get() - Method in class org.apache.directory.api.ldap.model.cursor.SetCursor
Gets the object at the current position.
get() - Method in class org.apache.directory.api.ldap.model.cursor.SingletonCursor
Gets the object at the current position.
get() - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
Get the first value of this attribute.
get() - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Get the first value of this attribute.
get() - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectWrapper
 
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.HandshakeFuture
get() - Method in class org.apache.directory.ldap.client.api.future.MultipleResponseFuture
get() - Method in class org.apache.directory.ldap.client.api.future.UniqueResponseFuture
get() - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
Gets the object at the current position.
get(int) - Static method in enum org.apache.directory.api.ldap.extras.controls.ppolicy.PasswordPolicyErrorEnum
Get the PasswordPolicyErrorEnum gien its numeric value
get(int) - Static method in enum org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewResultCode
returns the enum value representing the given code.
get(int) - Static method in enum org.apache.directory.api.ldap.model.message.controls.SortResultCode
returns the enum value representing the given code.
get(int) - Method in class org.apache.directory.api.util.ExpansibleByteBuffer
Returns the byte at a given position.
get(int) - Method in class org.apache.directory.api.util.SequencedHashMap
Gets the key at the specified index.
get(long, TimeUnit) - Method in class org.apache.directory.ldap.client.api.future.HandshakeFuture
get(long, TimeUnit) - Method in class org.apache.directory.ldap.client.api.future.MultipleResponseFuture
get(long, TimeUnit) - Method in class org.apache.directory.ldap.client.api.future.UniqueResponseFuture
get(Object) - Method in class org.apache.directory.api.dsmlv2.AbstractDsmlMessageDecorator
Gets a message scope parameter.
get(Object) - Method in class org.apache.directory.api.ldap.model.filter.AbstractExprNode
 
get(Object) - Method in interface org.apache.directory.api.ldap.model.filter.ExprNode
Gets an annotation on the tree by key.
get(Object) - Method in class org.apache.directory.api.ldap.model.message.AbstractMessage
Gets a message scope parameter.
get(Object) - Method in interface org.apache.directory.api.ldap.model.message.Message
Gets a message scope parameter.
get(Object) - Method in class org.apache.directory.api.ldap.model.schema.registries.LowerCaseKeyMap
get(Object) - Method in class org.apache.directory.api.util.SequencedHashMap
Implements Map.get(Object).
get(Object) - Method in class org.apache.directory.api.util.SynchronizedLRUMap
Get the value for a key from the Map.
get(String) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Returns the attribute with the specified alias.
get(String) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Returns the attribute with the specified alias.
get(String) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Returns the attribute with the specified alias.
get(String) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
Returns a attribute given it's id
get(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
Gets the SchemaObject associated with a given OID.
get(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
Gets the SchemaObject associated with a given OID.
get(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableComparatorRegistry
Gets the SchemaObject associated with a given OID.
get(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitContentRuleRegistry
Gets the SchemaObject associated with a given OID.
get(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitStructureRuleRegistry
Gets the SchemaObject associated with a given OID.
get(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
Gets the SchemaObject associated with a given OID.
get(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
Gets the SchemaObject associated with a given OID.
get(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
Gets the SchemaObject associated with a given OID.
get(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNameFormRegistry
Gets the SchemaObject associated with a given OID.
get(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNormalizerRegistry
Gets the SchemaObject associated with a given OID.
get(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableObjectClassRegistry
Gets the SchemaObject associated with a given OID.
get(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
Gets the SchemaObject associated with a given OID.
get(String) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaObjectRegistry
Gets the SchemaObject associated with a given OID.
get(AttributeType) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Returns the attribute associated with an AttributeType
get(AttributeType) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Returns the attribute associated with an AttributeType
get(AttributeType) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Returns the attribute associated with an AttributeType
getAbandoned() - Method in class org.apache.directory.api.dsmlv2.request.AbandonRequestDsml
Gets the id of the request operation to terminate.
getAbandoned() - Method in interface org.apache.directory.api.ldap.model.message.AbandonRequest
Gets the id of the request operation to terminate.
getAbandoned() - Method in class org.apache.directory.api.ldap.model.message.AbandonRequestImpl
Gets the id of the request operation to terminate.
getAbandonedMessageId() - Method in class org.apache.directory.api.dsmlv2.request.AbandonRequestDsml
Get the abandoned message ID
getAcceptedIssuers() - Method in class org.apache.directory.ldap.client.api.LdapClientTrustStoreManager
Return the list of accepted issuers for this trust manager.
getAcceptedIssuers() - Method in class org.apache.directory.ldap.client.api.NoVerificationTrustManager
getAction() - Method in class org.apache.directory.api.asn1.ber.grammar.GrammarTransition
 
getAction() - Method in class org.apache.directory.api.dsmlv2.GrammarTransition
Gets the action associated with the transition
getActionTime() - Method in class org.apache.directory.api.ldap.trigger.TriggerSpecification
Gets the action time.
getAdDirSyncRequest() - Method in class org.apache.directory.api.ldap.extras.controls.ad_impl.AdDirSyncRequestContainer
 
getAdDirSyncResponseControl() - Method in class org.apache.directory.api.ldap.extras.controls.ad_impl.AdDirSyncResponseContainer
 
getAdministrativeRoles() - Method in class org.apache.directory.api.ldap.model.subtree.Subentry
 
getAdPolicyHints() - Method in class org.apache.directory.api.ldap.extras.controls.ad_impl.AdPolicyHintsContainer
 
getAfterCount() - Method in interface org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewRequest
 
getAfterCount() - Method in class org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewRequestImpl
getAlgorithm() - Method in enum org.apache.directory.api.ldap.model.constants.LdapSecurityConstants
 
getAlgorithm() - Method in class org.apache.directory.api.ldap.model.password.PasswordDetails
The hash algorithm used to hash the password, null for plain text passwords.
getAlgorithm(String) - Static method in enum org.apache.directory.api.ldap.model.constants.LdapSecurityConstants
Get the associated constant from a string
getAliasDerefMode() - Method in class org.apache.directory.api.ldap.model.message.SearchParams
 
getAllBundleExports(FileFilter, Set<String>) - Static method in class org.apache.directory.api.util.OsgiUtils
All the packages that are exported from all bundles found on the system classpath.
getAllEnabled() - Method in class org.apache.directory.api.ldap.model.schema.registries.AbstractSchemaLoader
getAllEnabled() - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
 
getAllSchemas() - Method in class org.apache.directory.api.ldap.model.schema.registries.AbstractSchemaLoader
getAllSchemas() - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
 
getAllSchemas() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
 
getAllSchemas() - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
getAncestorOf(String) - Method in class org.apache.directory.api.ldap.model.name.Dn
Get the ancestor of a given DN, using the descendant DN.
getAncestorOf(Dn) - Method in class org.apache.directory.api.ldap.model.name.Dn
Get the ancestor of a given DN, using the descendant DN.
getAndFilter() - Method in class org.apache.directory.api.dsmlv2.request.AndFilter
Get the AndFilter.
getAndFilter() - Method in class org.apache.directory.api.ldap.codec.search.AndFilter
Get the AndFilter.
getAny() - Method in class org.apache.directory.api.ldap.model.filter.SubstringNode
Gets the list of wildcard surrounded any fragments.
getAnyResource(String, String) - Static method in class org.apache.directory.api.ldap.schema.extractor.impl.DefaultSchemaLdifExtractor
Gets resource from the class loader.
getAnySubstrings() - Method in class org.apache.directory.api.dsmlv2.request.SubstringFilter
Get the internal substrings
getAnySubstrings() - Method in class org.apache.directory.api.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.api.ldap.model.schema.MatchingRuleUse
 
getApplicableAttributes() - Method in class org.apache.directory.api.ldap.model.schema.MatchingRuleUse
 
getAssertion() - Method in class org.apache.directory.api.dsmlv2.request.AttributeValueAssertionFilter
Get the assertion
getAssertion() - Method in class org.apache.directory.api.ldap.codec.AttributeValueAssertion
 
getAssertion() - Method in class org.apache.directory.api.ldap.codec.search.AttributeValueAssertionFilter
Get the assertion
getAssertion() - Method in class org.apache.directory.api.ldap.model.filter.AssertionNode
Gets the Assertion used by this assertion node.
getAssertionType() - Method in class org.apache.directory.api.ldap.model.filter.AbstractExprNode
 
getAssertionType() - Method in interface org.apache.directory.api.ldap.model.filter.ExprNode
Gets the assertion type of this node.
getAssertionValue() - Method in class org.apache.directory.api.dsmlv2.request.AttributeValueAssertion
Get the assertion value
getAssertionValue() - Method in class org.apache.directory.api.dsmlv2.request.CompareRequestDsml
Gets the attribute value to use in making the comparison.
getAssertionValue() - Method in interface org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewRequest
 
getAssertionValue() - Method in class org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewRequestImpl
getAssertionValue() - Method in interface org.apache.directory.api.ldap.model.message.CompareRequest
Gets the attribute value to use in making the comparison.
getAssertionValue() - Method in class org.apache.directory.api.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.api.util.MethodUtils
A replacement for Class.getMethod(java.lang.String, java.lang.Class<?>...) with extended capability.
getAttribute() - Method in class org.apache.directory.api.ldap.model.entry.DefaultModification
getAttribute() - Method in interface org.apache.directory.api.ldap.model.entry.Modification
 
getAttribute() - Method in class org.apache.directory.api.ldap.model.filter.LeafNode
Gets the attribute this leaf node is based on.
getAttributeAnonymizers() - Method in class org.apache.directory.ldap.client.api.LdifAnonymizer
 
getAttributeDesc() - Method in class org.apache.directory.api.dsmlv2.request.AttributeValueAssertion
Get the attribute description
getAttributeDesc() - Method in class org.apache.directory.api.dsmlv2.request.CompareRequestDsml
Get the attribute description
getAttributeDesc() - Method in class org.apache.directory.api.ldap.codec.AttributeValueAssertion
Get the attribute description
getAttributeDescription() - Method in class org.apache.directory.api.dsmlv2.request.PresentFilter
Get the attribute
getAttributeDescription() - Method in class org.apache.directory.api.ldap.codec.search.PresentFilter
Get the attribute
getAttributeId() - Method in class org.apache.directory.api.dsmlv2.request.CompareRequestDsml
Gets the attribute id use in making the comparison.
getAttributeId() - Method in interface org.apache.directory.api.ldap.model.message.CompareRequest
Gets the attribute id use in making the comparison.
getAttributeId() - Method in class org.apache.directory.api.ldap.model.message.CompareRequestImpl
Gets the attribute id use in making the comparison.
getAttributeName() - Method in interface org.apache.directory.api.ldap.model.message.controls.SortResponse
 
getAttributeName() - Method in class org.apache.directory.api.ldap.model.message.controls.SortResponseImpl
getAttributes() - Method in class org.apache.directory.api.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.api.ldap.model.entry.DefaultEntry
Gets all the attributes
getAttributes() - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Gets all the attributes
getAttributes() - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Gets all the attributes
getAttributes() - Method in interface org.apache.directory.api.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.api.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.api.ldap.model.url.LdapUrl
 
getAttributes(SchemaObject, Schema, SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.AttributesFactory
Get a SchemaObject as an Entry
getAttributeType() - Method in class org.apache.directory.api.ldap.aci.protectedItem.MaxValueCountElem
Gets the attribute to limit the maximum count.
getAttributeType() - Method in class org.apache.directory.api.ldap.aci.protectedItem.RestrictedByElem
Gets the attribute type to restrict.
getAttributeType() - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
Get the attribute type associated with this EntryAttribute.
getAttributeType() - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Get the attribute type associated with this EntryAttribute.
getAttributeType() - Method in class org.apache.directory.api.ldap.model.entry.DefaultModification
 
getAttributeType() - Method in class org.apache.directory.api.ldap.model.entry.Value
Get the associated AttributeType
getAttributeType() - Method in class org.apache.directory.api.ldap.model.filter.LeafNode
Gets the attributeType this leaf node is based on.
getAttributeType() - Method in class org.apache.directory.api.ldap.model.name.Ava
 
getAttributeType() - Method in class org.apache.directory.api.ldap.model.schema.AttributeTypeOptions
 
getAttributeType(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Get an AttributeType in the AttributeType registry.
getAttributeType(String) - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Get an AttributeType in the AttributeType registry.
getAttributeType(SchemaManager, Entry, Registries, String) - Method in interface org.apache.directory.api.ldap.schema.loader.EntityFactory
Construct an AttributeType from an entry representing an AttributeType.
getAttributeType(SchemaManager, Entry, Registries, String) - Method in class org.apache.directory.api.ldap.schema.loader.SchemaEntityFactory
Construct an AttributeType from an entry representing an AttributeType.
getAttributeTypeDesc() - Method in class org.apache.directory.api.ldap.model.message.controls.SortKey
 
getAttributeTypeOid() - Method in class org.apache.directory.api.ldap.model.schema.normalizers.OidNormalizer
Get the current name
getAttributeTypeRegistry() - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
 
getAttributeTypeRegistry() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Get an immutable reference on the AttributeType registry
getAttributeTypeRegistry() - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Get an immutable reference on the AttributeType registry
getAttributeTypes() - Method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
Gets the attribute types.
getAuthenticationLevel() - Method in class org.apache.directory.api.ldap.aci.ACIItem
Gets the level of authentication required to this item.
getAuthenticationLevel() - Method in class org.apache.directory.api.ldap.aci.ACITuple
Gets the level of authentication required.
getAuthorizationId() - Method in class org.apache.directory.ldap.client.api.AbstractSaslRequest
Gets the authorization ID.
getAuthorizationId() - Method in interface org.apache.directory.ldap.client.api.SaslRequest
Gets the authorization ID.
getAuthzId() - Method in interface org.apache.directory.api.ldap.extras.extended.whoAmI.WhoAmIResponse
Get the authzid as a byte[]
getAuthzId() - Method in class org.apache.directory.api.ldap.extras.extended.whoAmI.WhoAmIResponseImpl
Get the authzid as a byte[]
getAuthzId() - Method in interface org.apache.directory.api.ldap.model.message.controls.ProxiedAuthz
 
getAuthzId() - Method in class org.apache.directory.api.ldap.model.message.controls.ProxiedAuthzImpl
 
getAuthzIdString() - Method in interface org.apache.directory.api.ldap.extras.extended.whoAmI.WhoAmIResponse
Get the authzid as String.
getAuthzIdString() - Method in class org.apache.directory.api.ldap.extras.extended.whoAmI.WhoAmIResponseImpl
Get the authzid as String.
getAuxObjectClasses() - Method in class org.apache.directory.api.ldap.model.schema.DitContentRule
 
getAuxObjectClassOids() - Method in class org.apache.directory.api.ldap.model.schema.DitContentRule
 
getAva() - Method in class org.apache.directory.api.ldap.model.name.Rdn
Return the unique Ava, or the first one of we have more than one
getAva(int) - Method in class org.apache.directory.api.ldap.model.name.Rdn
Return the Nth Ava
getAva(String) - Method in class org.apache.directory.api.ldap.model.name.Rdn
Get the Ava which type is given as an argument.
getBase() - Method in class org.apache.directory.api.dsmlv2.request.SearchRequestDsml
Gets the search base as a distinguished name.
getBase() - Method in interface org.apache.directory.api.ldap.model.message.SearchRequest
Gets the search base as a distinguished name.
getBase() - Method in class org.apache.directory.api.ldap.model.message.SearchRequestImpl
Gets the search base as a distinguished name.
getBase() - Method in class org.apache.directory.api.ldap.model.subtree.BaseSubtreeSpecification
 
getBase() - Method in interface org.apache.directory.api.ldap.model.subtree.SubtreeSpecification
Gets an Rdn relative to the administrative context where the subtree scope begins.
getBaseDn() - Method in class org.apache.directory.api.ldap.model.filter.ScopeNode
Gets the base dn.
getBaseId() - Method in class org.apache.directory.api.ldap.model.filter.ScopeNode
Gets the base ID.
getBaseObject() - Method in class org.apache.directory.api.ldap.trigger.StoredProcedureSearchContextOption
Gets the base object.
getBatchRequest() - Method in class org.apache.directory.api.dsmlv2.Dsmlv2Container
Gets the DSML Batch Request
getBatchRequest() - Method in class org.apache.directory.api.dsmlv2.Dsmlv2Parser
Gets the Batch Request or null if the it has not been parsed yet
getBatchResponse() - Method in class org.apache.directory.api.dsmlv2.Dsmlv2Container
Gets the DSML Batch Response
getBatchResponse() - Method in class org.apache.directory.api.dsmlv2.Dsmlv2ResponseParser
Gets the Batch Response or null if the it has not been parsed yet
getBatchResponse() - Method in class org.apache.directory.api.dsmlv2.engine.Dsmlv2Engine
 
getBeforeCount() - Method in interface org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewRequest
 
getBeforeCount() - Method in class org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewRequestImpl
getBestEstimate(Throwable, MessageTypeEnum) - Static method in enum org.apache.directory.api.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.
getBinaryAttributeDetector() - Method in class org.apache.directory.api.ldap.codec.api.LdapMessageContainer
 
getBinaryAttributeDetector() - Method in interface org.apache.directory.ldap.client.api.LdapConnection
 
getBinaryAttributeDetector() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
 
getBinaryAttributeDetector() - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
getBinaryAttributeDetector() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
getBit(int) - Method in class org.apache.directory.api.asn1.util.BitString
Get the bit stored into the BitString at a specific position.
getBitmask(Set<AdDirSyncResponseFlag>) - Static method in enum org.apache.directory.api.ldap.extras.controls.ad.AdDirSyncResponseFlag
Get back the bitmask (as an integer) associated with the given flags
getBuilder() - Method in class org.apache.directory.api.util.StringBuilderWriter
Return the underlying builder.
getBundleExports(File) - Static method in class org.apache.directory.api.util.OsgiUtils
Gets the attribute value for the Export-Bundle OSGi Manifest Attribute.
getBytecode() - Method in class org.apache.directory.api.ldap.model.schema.LoadableSchemaObject
 
getBytes() - Method in class org.apache.directory.api.asn1.util.Asn1Buffer
 
getBytes() - Method in class org.apache.directory.api.asn1.util.Asn1Buffer2
 
getBytes() - Method in class org.apache.directory.api.ldap.model.csn.Csn
Get the CSN as a byte array.
getBytes() - Method in interface org.apache.directory.api.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.api.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.api.ldap.model.entry.Value
Get the wrapped value as a byte[], if and only if the Value is binary, otherwise returns null.
getBytes() - Method in class org.apache.directory.ldap.client.template.MemoryClearingBuffer
Returns the byte[] used to create this buffer, or getComputedBytes() if created with a char[].
getBytes(int) - Static method in class org.apache.directory.api.asn1.ber.tlv.BerValue
Utility function that return a byte array representing the Value We must respect the ASN.1 BER encoding scheme :
getBytes(int) - Static method in class org.apache.directory.api.asn1.ber.tlv.TLV
Utility function that return a byte array representing the length
getBytes(long) - Static method in class org.apache.directory.api.asn1.ber.tlv.BerValue
Utility function that return a byte array representing the Value.
getBytesCopy() - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
 
getBytesReference() - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
 
getBytesUtf8(String) - Static method in class org.apache.directory.api.asn1.util.Asn1StringUtils
Return UTF-8 encoded byte[] representation of a String
getBytesUtf8(String) - Static method in class org.apache.directory.api.util.Strings
Return UTF-8 encoded byte[] representation of a String
getBytesUtf8Ascii(String) - Static method in class org.apache.directory.api.util.Strings
When the string to convert to bytes is pure ascii, this is a faster method than the getBytesUtf8.
getCalendar() - Method in class org.apache.directory.api.util.GeneralizedTime
Gets the calendar.
getCancelId() - Method in interface org.apache.directory.api.ldap.extras.extended.cancel.CancelRequest
 
getCancelId() - Method in class org.apache.directory.api.ldap.extras.extended.cancel.CancelRequestImpl
getCancelRequest() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.cancel.CancelRequestContainer
 
getCause() - Method in interface org.apache.directory.api.ldap.model.cursor.ClosureMonitor
Gets the cause of the closure.
getCause() - Method in class org.apache.directory.api.ldap.model.cursor.DefaultClosureMonitor
Gets the cause of the closure.
getCause() - Method in exception org.apache.directory.api.ldap.model.exception.LdapConfigurationException
 
getCause() - Method in class org.apache.directory.api.ldap.model.exception.LdapTlsHandshakeFailCause
 
getCause() - Method in class org.apache.directory.ldap.client.api.future.MultipleResponseFuture
 
getCause() - Method in interface org.apache.directory.ldap.client.api.future.ResponseFuture
 
getCause() - Method in class org.apache.directory.ldap.client.api.future.UniqueResponseFuture
 
getCertGenerationRequest() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.certGeneration.CertGenerationRequestContainer
 
getChangeCount() - Method in class org.apache.directory.api.ldap.model.csn.Csn
 
getChangeNumber() - Method in interface org.apache.directory.api.ldap.model.message.controls.EntryChange
 
getChangeNumber() - Method in class org.apache.directory.api.ldap.model.message.controls.EntryChangeImpl
getChangeType() - Method in enum org.apache.directory.api.ldap.model.ldif.ChangeType
Get's the ordinal value for a ChangeType.
getChangeType() - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
Get the change type
getChangeType() - Method in interface org.apache.directory.api.ldap.model.message.controls.EntryChange
 
getChangeType() - Method in class org.apache.directory.api.ldap.model.message.controls.EntryChangeImpl
getChangeType(int) - Static method in enum org.apache.directory.api.ldap.model.ldif.ChangeType
Get the ChangeType instance from an integer value
getChangeType(int) - Static method in enum org.apache.directory.api.ldap.model.message.controls.ChangeType
Gets the changeType enumeration type for an integer value.
getChangeTypes() - Method in interface org.apache.directory.api.ldap.model.message.controls.PersistentSearch
 
getChangeTypes() - Method in class org.apache.directory.api.ldap.model.message.controls.PersistentSearchImpl
getChars() - Method in class org.apache.directory.ldap.client.template.MemoryClearingBuffer
Returns the char[] used to create this buffer, or getComputedChars() if created with a byte[].
getChild(Rdn) - Method in class org.apache.directory.api.ldap.util.tree.DnNode
Get's a child using an rdn string.
getChildren() - Method in class org.apache.directory.api.ldap.model.filter.BranchNode
Gets the children below this BranchNode.
getChildren() - Method in class org.apache.directory.api.ldap.util.tree.DnNode
 
getChopAfterExclusions() - Method in class org.apache.directory.api.ldap.model.subtree.BaseSubtreeSpecification
 
getChopAfterExclusions() - Method in interface org.apache.directory.api.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.api.ldap.model.subtree.BaseSubtreeSpecification
 
getChopBeforeExclusions() - Method in interface org.apache.directory.api.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.api.ldap.aci.protectedItem.ClassesItem
Gets the classes refinement.
getClassFileAsStream(Class<?>) - Static method in class org.apache.directory.api.ldap.sp.JavaStoredProcUtils
Returns the stream data of a Java class.
getClasspathCandidates(FileFilter) - Static method in class org.apache.directory.api.util.OsgiUtils
Get the files that fits a given filter
getClassType() - Method in class org.apache.directory.api.ldap.schema.converter.ObjectClassHolder
 
getClassType(String) - Static method in enum org.apache.directory.api.ldap.model.schema.ObjectClassTypeEnum
Gets the objectClass type enumeration of AUXILIARY, STRUCTURAL, or, ABSTRACT.
getCloseTimeout() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
Gets close timeout in milliseconds.
getCode() - Method in enum org.apache.directory.api.ldap.aci.GrantAndDenial
Gets the code number of this grant or denial.
getCode() - Method in exception org.apache.directory.api.ldap.model.exception.LdapSchemaException
Gets the code of the exception.
getCodecFilter() - Method in class org.apache.directory.api.dsmlv2.request.SearchRequestDsml
Gets the search filter associated with this search request.
getCodecService() - Method in class org.apache.directory.api.dsmlv2.AbstractDsmlMessageDecorator
 
getCodecService() - Method in class org.apache.directory.api.dsmlv2.DsmlControl
 
getCodecService() - Method in class org.apache.directory.api.dsmlv2.response.ErrorResponse
 
getCodecService() - Method in class org.apache.directory.api.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.api.ldap.codec.api.Decorator
Gets the codec service responsible for managing the encoding and decoding of the decorated objects.
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.LdapConnectionWrapper
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.
getCommit() - Method in interface org.apache.directory.api.ldap.extras.extended.endTransaction.EndTransactionRequest
 
getCommit() - Method in class org.apache.directory.api.ldap.extras.extended.endTransaction.EndTransactionRequestImpl
getComparatorRegistry() - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
 
getComparatorRegistry() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Get an immutable reference on the Comparator registry
getComparatorRegistry() - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Get an immutable reference on the Comparator registry
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.api.dsmlv2.engine.Dsmlv2Engine
 
getConnection() - Method in class org.apache.directory.ldap.client.api.LdapConnectionPool
Gives a LdapConnection fetched from the pool.
getConnectTimeout() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
Gets connect timeout in milliseconds.
getContent() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchema
Gets the set of SchemaObject elements declared in this schema
getContent() - Method in interface org.apache.directory.api.ldap.model.schema.registries.Schema
Gets the set of SchemaObject elements declared in this schema
getContentCount() - Method in interface org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewRequest
 
getContentCount() - Method in class org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewRequestImpl
getContentCount() - Method in interface org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewResponse
 
getContentCount() - Method in class org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewResponseImpl
getContextId() - Method in interface org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewRequest
 
getContextId() - Method in class org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewRequestImpl
getContextId() - Method in interface org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewResponse
 
getContextId() - Method in class org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewResponseImpl
getControl() - Method in class org.apache.directory.api.ldap.codec.controls.sort.SortRequestContainer
 
getControl() - Method in class org.apache.directory.api.ldap.codec.controls.sort.SortResponseContainer
 
getControl(String) - Method in class org.apache.directory.api.dsmlv2.AbstractDsmlMessageDecorator
Gets the control associated with the given OID.
getControl(String) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
 
getControl(String) - Method in class org.apache.directory.api.ldap.model.message.AbstractMessage
Gets the control associated with the given OID.
getControl(String) - Method in interface org.apache.directory.api.ldap.model.message.Message
Gets the control associated with the given OID.
getControlFactory() - Method in class org.apache.directory.api.ldap.codec.api.LdapMessageContainer
 
getControls() - Method in class org.apache.directory.api.dsmlv2.AbstractDsmlMessageDecorator
Gets the controls associated with this message mapped by OID.
getControls() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.controls.ControlsContainer
 
getControls() - Method in class org.apache.directory.api.ldap.extras.extended.endTransaction.UpdateControls
 
getControls() - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
 
getControls() - Method in class org.apache.directory.api.ldap.model.message.AbstractMessage
Gets the controls associated with this message mapped by OID.
getControls() - Method in interface org.apache.directory.api.ldap.model.message.Message
Gets the controls associated with this message mapped by OID.
getControls() - Method in class org.apache.directory.api.ldap.model.message.SearchParams
 
getControls() - Method in class org.apache.directory.ldap.client.api.AbstractSaslRequest
Gets the controls.
getControls() - Method in interface org.apache.directory.ldap.client.api.SaslRequest
Gets the controls.
getCookie() - Method in interface org.apache.directory.api.ldap.extras.controls.ad.AdDirSyncRequest
 
getCookie() - Method in class org.apache.directory.api.ldap.extras.controls.ad.AdDirSyncRequestImpl
getCookie() - Method in interface org.apache.directory.api.ldap.extras.controls.ad.AdDirSyncResponse
 
getCookie() - Method in class org.apache.directory.api.ldap.extras.controls.ad.AdDirSyncResponseImpl
getCookie() - Method in interface org.apache.directory.api.ldap.extras.controls.syncrepl.syncDone.SyncDoneValue
 
getCookie() - Method in class org.apache.directory.api.ldap.extras.controls.syncrepl.syncDone.SyncDoneValueImpl
getCookie() - Method in interface org.apache.directory.api.ldap.extras.controls.syncrepl.syncRequest.SyncRequestValue
 
getCookie() - Method in class org.apache.directory.api.ldap.extras.controls.syncrepl.syncRequest.SyncRequestValueImpl
getCookie() - Method in interface org.apache.directory.api.ldap.extras.controls.syncrepl.syncState.SyncStateValue
 
getCookie() - Method in class org.apache.directory.api.ldap.extras.controls.syncrepl.syncState.SyncStateValueImpl
getCookie() - Method in interface org.apache.directory.api.ldap.extras.intermediate.syncrepl.SyncInfoValue
 
getCookie() - Method in class org.apache.directory.api.ldap.extras.intermediate.syncrepl.SyncInfoValueImpl
getCookie() - Method in interface org.apache.directory.api.ldap.model.message.controls.PagedResults
 
getCookie() - Method in class org.apache.directory.api.ldap.model.message.controls.PagedResultsImpl
getCookieValue() - Method in interface org.apache.directory.api.ldap.model.message.controls.PagedResults
This method is ApacheDS specific, do not use for other LDAP servers.
getCookieValue() - Method in class org.apache.directory.api.ldap.model.message.controls.PagedResultsImpl
This method is ApacheDS specific, do not use for other LDAP servers.
getCredentials() - Method in class org.apache.directory.api.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 interface org.apache.directory.api.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.api.ldap.model.message.BindRequestImpl
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.ldap.client.api.AbstractSaslRequest
Gets the crendentials
getCredentials() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
Gets the credentials.
getCredentials() - Method in interface org.apache.directory.ldap.client.api.SaslRequest
Gets the crendentials
getCtxName() - Method in class org.apache.directory.api.ldap.trigger.StoredProcedureParameter.Generic_LDAP_CONTEXT
 
getCurrentAttribute() - Method in class org.apache.directory.api.dsmlv2.response.SearchResultEntryDsml
 
getCurrentAttribute() - Method in class org.apache.directory.api.ldap.codec.api.LdapMessageContainer
 
getCurrentAttributeType() - Method in class org.apache.directory.api.dsmlv2.request.AddRequestDsml
 
getCurrentAttributeType() - Method in class org.apache.directory.api.dsmlv2.request.ModifyRequestDsml
 
getCurrentAttributeType() - Method in class org.apache.directory.api.ldap.model.message.AddRequestImpl
 
getCurrentControl() - Method in class org.apache.directory.api.dsmlv2.AbstractDsmlMessageDecorator
Get the current Control Object
getCurrentControl() - Method in class org.apache.directory.api.ldap.codec.api.LdapMessageContainer
 
getCurrentControl() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.controls.ControlsContainer
 
getCurrentFilter() - Method in class org.apache.directory.api.ldap.codec.api.LdapMessageContainer
 
getCurrentKey() - Method in class org.apache.directory.api.ldap.codec.controls.sort.SortRequestContainer
 
getCurrentLength() - Method in class org.apache.directory.api.asn1.ber.tlv.BerValue
 
getCurrentModification() - Method in class org.apache.directory.api.ldap.codec.api.LdapMessageContainer
 
getCurrentParameter() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureRequestContainer
 
getCurrentRequest() - Method in class org.apache.directory.api.dsmlv2.request.BatchRequestDsml
Gets the current request
getCurrentResponse() - Method in class org.apache.directory.api.dsmlv2.response.BatchResponseDsml
Gets the current response
getCurrentSearchResultEntry() - Method in class org.apache.directory.api.dsmlv2.response.SearchResponse
Gets the Current Search Result Entry
getCurrentSearchResultReference() - Method in class org.apache.directory.api.dsmlv2.response.SearchResponse
Gets the current Search Result Reference
getCurrentState() - Method in class org.apache.directory.api.asn1.ber.grammar.GrammarTransition
 
getCurrentTLV() - Method in class org.apache.directory.api.asn1.ber.AbstractContainer
Gets the currentTLV
getCurrentTLV() - Method in interface org.apache.directory.api.asn1.ber.Asn1Container
Gets the currentTLV
getCurrentUpdateControls() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.EndTransactionResponseContainer
 
getData() - Method in class org.apache.directory.api.asn1.ber.tlv.BerValue
Get the Values'data
getData() - Method in class org.apache.directory.api.asn1.util.BitString
Get the representation of a BitString.
getDate() - Method in class org.apache.directory.api.util.GeneralizedTime
 
getDate(String) - Static method in class org.apache.directory.api.util.DateUtils
Converts a generalized time string to a Date object.
getDate(String) - Static method in class org.apache.directory.api.util.GeneralizedTime
Get a Dat einstance from a given String
getDay() - Method in class org.apache.directory.api.util.GeneralizedTime
 
getDecodedBytes() - Method in class org.apache.directory.api.asn1.ber.AbstractContainer
getDecodedBytes() - Method in interface org.apache.directory.api.asn1.ber.Asn1Container
 
getDecoder(IoSession) - Method in class org.apache.directory.api.ldap.codec.protocol.mina.LdapProtocolCodecFactory
Get the LDAP decoder.
getDecorated() - Method in class org.apache.directory.api.dsmlv2.AbstractDsmlMessageDecorator
Gets the Message this DsmlDecorator decorates.
getDecorated() - Method in class org.apache.directory.api.dsmlv2.DsmlControl
Gets the Message this DsmlDecorator decorates.
getDecorated() - Method in interface org.apache.directory.api.dsmlv2.DsmlDecorator
Gets the Message this DsmlDecorator decorates.
getDecorated() - Method in class org.apache.directory.api.dsmlv2.response.ErrorResponse
Gets the Message this DsmlDecorator decorates.
getDecorated() - Method in class org.apache.directory.api.dsmlv2.response.LdapResultDsml
Gets the Message this DsmlDecorator decorates.
getDecorated() - Method in class org.apache.directory.api.ldap.codec.api.ControlDecorator
Gets the object being decorated by this IDecorator.
getDecorated() - Method in interface org.apache.directory.api.ldap.codec.api.Decorator
Gets the object being decorated by this IDecorator.
getDefaultCharsetName() - Static method in class org.apache.directory.api.util.Strings
Get the default charset
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 in milliseconds.
getDelay() - Method in interface org.apache.directory.api.ldap.extras.extended.gracefulDisconnect.GracefulDisconnectResponse
Gets the delay before disconnection, in seconds.
getDelay() - Method in class org.apache.directory.api.ldap.extras.extended.gracefulDisconnect.GracefulDisconnectResponseImpl
Gets the delay before disconnection, in seconds.
getDelay() - Method in interface org.apache.directory.api.ldap.extras.extended.gracefulShutdown.GracefulShutdownRequest
Gets the delay before disconnection, in seconds.
getDelay() - Method in class org.apache.directory.api.ldap.extras.extended.gracefulShutdown.GracefulShutdownRequestImpl
Gets the delay before disconnection, in seconds.
getDeleteOldRdn() - Method in class org.apache.directory.api.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 interface org.apache.directory.api.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.api.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.
getDenials() - Method in class org.apache.directory.api.ldap.aci.Permission
Gets the set of denials only.
getDependencies() - Method in class org.apache.directory.api.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.api.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.api.dsmlv2.request.SearchRequestDsml
Gets the alias handling parameter.
getDerefAliases() - Method in class org.apache.directory.api.ldap.model.filter.ScopeNode
Gets the alias dereferencing mode type safe enumeration.
getDerefAliases() - Method in interface org.apache.directory.api.ldap.model.message.SearchRequest
Gets the alias handling parameter.
getDerefAliases() - Method in class org.apache.directory.api.ldap.model.message.SearchRequestImpl
Gets the alias handling parameter.
getDerefMode(int) - Static method in enum org.apache.directory.api.ldap.model.message.AliasDerefMode
get the AliasDerefMode corresponding to the integer value passed
getDerefMode(String) - Static method in enum org.apache.directory.api.ldap.model.message.AliasDerefMode
get the AliasDerefMode corresponding to the string value jndiValue passed
getDesc() - Method in enum org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewResultCode
 
getDescendantElements(Dn) - Method in class org.apache.directory.api.ldap.util.tree.DnNode
 
getDescendantOf(String) - Method in class org.apache.directory.api.ldap.model.name.Dn
Get the descendant of a given DN, using the ancestr DN.
getDescendantOf(Dn) - Method in class org.apache.directory.api.ldap.model.name.Dn
Get the descendant of a given DN, using the ancestr DN.
getDescription() - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
Gets a short description about this SchemaObject.
getDescription() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
Gets a short description about this SchemaObject.
getDescription() - Method in interface org.apache.directory.api.ldap.schema.converter.SchemaElement
 
getDescription() - Method in class org.apache.directory.api.ldap.schema.converter.SchemaElementImpl
getDescription(LdapComparator<?>) - Static method in class org.apache.directory.api.ldap.model.schema.DescriptionUtils
Generates the ComparatorDescription for a LdapComparator.
getDescription(Normalizer) - Static method in class org.apache.directory.api.ldap.model.schema.DescriptionUtils
Generates the NormalizerDescription for a Normalizer.
getDescription(SyntaxChecker) - Static method in class org.apache.directory.api.ldap.model.schema.DescriptionUtils
Generates the SyntaxCheckerDescription for a SyntaxChecker.
getDiagnosticMessage() - Method in class org.apache.directory.api.dsmlv2.response.LdapResultDsml
Gets the descriptive diagnostic message associated with the error code.
getDiagnosticMessage() - Method in interface org.apache.directory.api.ldap.model.message.LdapResult
Gets the descriptive diagnostic message associated with the error code.
getDiagnosticMessage() - Method in class org.apache.directory.api.ldap.model.message.LdapResultImpl
Gets the descriptive diagnostic message associated with the error code.
getDisabled() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
 
getDisabled() - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
getDitContentRuleRegistry() - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
 
getDITContentRuleRegistry() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Get an immutable reference on the DitContentRule registry
getDITContentRuleRegistry() - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Get an immutable reference on the DitContentRule registry
getDitStructureRuleRegistry() - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
 
getDITStructureRuleRegistry() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Get an immutable reference on the DitStructureRule registry
getDITStructureRuleRegistry() - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Get an immutable reference on the DitStructureRule registry
getDn() - Method in class org.apache.directory.api.dsmlv2.request.BindRequestDsml
Gets the DN of the subject in this authentication request.
getDn() - Method in interface org.apache.directory.api.ldap.extras.extended.whoAmI.WhoAmIResponse
Get the DN authzid.
getDn() - Method in class org.apache.directory.api.ldap.extras.extended.whoAmI.WhoAmIResponseImpl
Get the DN authzid.
getDn() - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Get this entry's Dn.
getDn() - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Get this entry's Dn.
getDn() - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Get this entry's Dn.
getDn() - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
 
getDn() - Method in interface org.apache.directory.api.ldap.model.message.BindRequest
Gets the DN of the subject in this authentication request.
getDn() - Method in class org.apache.directory.api.ldap.model.message.BindRequestImpl
Gets the DN of the subject in this authentication request.
getDn() - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
 
getDn() - Method in class org.apache.directory.api.ldap.util.tree.DnNode
 
getDn(Object) - Method in class org.apache.directory.api.ldap.model.schema.comparators.UniqueMemberComparator
Get the DN from the given object
getElement() - Method in class org.apache.directory.api.ldap.util.tree.DnNode
 
getElement(Dn) - Method in class org.apache.directory.api.ldap.util.tree.DnNode
 
getEnabled() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
 
getEnabled() - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
getEnabledCipherSuites() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
Gets the cipher suites which are enabled.
getEnabledProtocols() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
Gets the protocols which are enabled.
getEncodedLength() - Method in class org.apache.directory.api.asn1.util.Oid
Returns the length of the encoded byte[] representation.
getEncodedValue() - Method in class org.apache.directory.api.ldap.model.message.controls.OpaqueControl
 
getEncoder(IoSession) - Method in class org.apache.directory.api.ldap.codec.protocol.mina.LdapProtocolCodecFactory
Get the LDAP encoder.
getEndTransactionRequest() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.EndTransactionRequestContainer
 
getEndTransactionResponse() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.EndTransactionResponseContainer
 
getEntry() - Method in class org.apache.directory.api.dsmlv2.request.AddRequestDsml
Get the entry with its attributes.
getEntry() - Method in class org.apache.directory.api.dsmlv2.request.DelRequestDsml
Get the entry to be deleted
getEntry() - Method in class org.apache.directory.api.dsmlv2.response.SearchResultEntryDsml
Get the entry.
getEntry() - Method in interface org.apache.directory.api.ldap.model.cursor.SearchCursor
 
getEntry() - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
Get the entry's entry
getEntry() - Method in interface org.apache.directory.api.ldap.model.message.AddRequest
Gets the entry to add.
getEntry() - Method in class org.apache.directory.api.ldap.model.message.AddRequestImpl
Gets the entry to add.
getEntry() - Method in interface org.apache.directory.api.ldap.model.message.SearchResultEntry
Gets the entry.
getEntry() - Method in class org.apache.directory.api.ldap.model.message.SearchResultEntryImpl
Gets the entry
getEntry() - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
getEntryChange() - Method in class org.apache.directory.api.ldap.codec.controls.search.entryChange.EntryChangeContainer
 
getEntryDn() - Method in class org.apache.directory.api.dsmlv2.request.AddRequestDsml
Get the added Dn
getEntryDn() - Method in interface org.apache.directory.api.ldap.model.message.AddRequest
Gets the distinguished name of the entry to add.
getEntryDn() - Method in class org.apache.directory.api.ldap.model.message.AddRequestImpl
Gets the distinguished name of the entry to add.
getEntryUUID() - Method in interface org.apache.directory.api.ldap.extras.controls.syncrepl.syncState.SyncStateValue
 
getEntryUUID() - Method in class org.apache.directory.api.ldap.extras.controls.syncrepl.syncState.SyncStateValueImpl
getEnum(Map<String, Object>) - Static method in enum org.apache.directory.api.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.api.ldap.model.schema.AttributeType
Gets the MatchingRule for this AttributeType used for equality matching.
getEquality() - Method in class org.apache.directory.api.ldap.schema.converter.AttributeTypeHolder
Get the equality Matching Rule
getEqualityName() - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
Gets the Equality Name for this AttributeType's values.
getEqualityOid() - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
Gets the Equality OID for this AttributeType's values.
getError() - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
 
getErrorCode() - Method in enum org.apache.directory.api.i18n.I18n
Getter for the field errorCode.
getErrorHandler() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
 
getErrorHandler() - Method in class org.apache.directory.api.ldap.model.schema.registries.OidRegistry
 
getErrorHandler() - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
 
getErrorHandler() - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
 
getErrors() - Method in class org.apache.directory.api.ldap.model.schema.LoggingSchemaErrorHandler
 
getErrors() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaErrorHandler
Returns list of handled errors.
getErrors() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
 
getErrors() - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
getErrorType() - Method in class org.apache.directory.api.dsmlv2.response.ErrorResponse
Gets the type of error response
getEscaped() - Method in class org.apache.directory.api.ldap.model.entry.Value
 
getEscaped() - Method in class org.apache.directory.api.ldap.model.name.Ava
 
getEscaped() - Method in class org.apache.directory.api.ldap.model.name.Dn
 
getEscaped() - Method in class org.apache.directory.api.ldap.model.name.Rdn
 
getEscapedValue() - Method in class org.apache.directory.api.ldap.model.filter.ExtensibleNode
 
getEscapedValue() - Method in class org.apache.directory.api.ldap.model.filter.SimpleNode
 
getExpectedLength() - Method in class org.apache.directory.api.asn1.ber.tlv.TLV
Get the TLV expected length.
getExpectedMatchingRuleLength() - Method in class org.apache.directory.api.ldap.codec.search.ExtensibleMatchFilter
get the expectedMatchingRuleLength
getExpressions() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.RegexSyntaxChecker
Get the list of regexp stored into this SyntaxChecker
getExtendedFactory() - Method in class org.apache.directory.api.ldap.codec.api.LdapMessageContainer
 
getExtendedRequest() - Method in class org.apache.directory.ldap.client.api.future.ExtendedFuture
 
getExtendedRequestFactories() - Method in interface org.apache.directory.api.ldap.codec.api.LdapApiService
 
getExtendedRequestFactories() - Method in class org.apache.directory.api.ldap.codec.osgi.DefaultLdapCodecService
 
getExtendedResponse() - Method in class org.apache.directory.api.ldap.model.message.OpaqueExtendedRequest
The result containing response for this request.
getExtendedResponseFactories() - Method in interface org.apache.directory.api.ldap.codec.api.LdapApiService
 
getExtendedResponseFactories() - Method in class org.apache.directory.api.ldap.codec.osgi.DefaultLdapCodecService
 
getExtension(String) - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
Get back the values associated with a given extension.
getExtension(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
Get back the values associated with a given extension.
getExtension(String) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
Gets the extension.
getExtension(String) - Method in interface org.apache.directory.api.ldap.schema.converter.SchemaElement
 
getExtension(String) - Method in class org.apache.directory.api.ldap.schema.converter.SchemaElementImpl
getExtensions() - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
getExtensions() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
 
getExtensions() - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
 
getExtensions() - Method in interface org.apache.directory.api.ldap.schema.converter.SchemaElement
 
getExtensions() - Method in class org.apache.directory.api.ldap.schema.converter.SchemaElementImpl
getExtensionValue(String) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
Gets the extension value.
getFactory() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.controls.ControlsContainer
 
getFailCause() - Method in exception org.apache.directory.api.ldap.model.exception.LdapTlsHandshakeException
 
getFailedMessageId() - Method in interface org.apache.directory.api.ldap.extras.extended.endTransaction.EndTransactionResponse
 
getFailedMessageId() - Method in class org.apache.directory.api.ldap.extras.extended.endTransaction.EndTransactionResponseImpl
getFilter() - Method in class org.apache.directory.api.dsmlv2.request.SearchRequestDsml
Gets the search filter associated with this search request.
getFilter() - Method in interface org.apache.directory.api.ldap.model.message.SearchRequest
Gets the search filter associated with this search request.
getFilter() - Method in class org.apache.directory.api.ldap.model.message.SearchRequestImpl
Gets the search filter associated with this search request.
getFilter() - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
 
getFilterNode() - Method in class org.apache.directory.api.dsmlv2.request.SearchRequestDsml
Gets the search filter associated with this search request.
getFilterSet() - Method in class org.apache.directory.api.dsmlv2.request.ConnectorFilter
Get the list of filters stored in the composite filter
getFilterSet() - Method in class org.apache.directory.api.ldap.codec.search.ConnectorFilter
Get the list of filters stored in the composite filter
getFilterType() - Method in class org.apache.directory.api.dsmlv2.request.AttributeValueAssertionFilter
Get the filter type
getFilterType() - Method in class org.apache.directory.api.ldap.codec.search.AttributeValueAssertionFilter
Get the filter type
getFinal() - Method in class org.apache.directory.api.ldap.model.filter.SubstringNode
Gets the final fragment or suffix.
getFinalSubstrings() - Method in class org.apache.directory.api.dsmlv2.request.SubstringFilter
Get the final substring
getFinalSubstrings() - Method in class org.apache.directory.api.ldap.codec.search.SubstringFilter
Get the final substring
getFirst() - Method in class org.apache.directory.api.util.SequencedHashMap
Return the entry for the "oldest" mapping.
getFirstChild() - Method in class org.apache.directory.api.ldap.model.filter.BranchNode
Convenience method that gets the first child in the children array.
getFirstKey() - Method in class org.apache.directory.api.util.SequencedHashMap
Return the key for the "oldest" mapping.
getFirstValue() - Method in class org.apache.directory.api.util.SequencedHashMap
Return the value for the "oldest" mapping.
getFlags() - Method in interface org.apache.directory.api.ldap.extras.controls.ad.AdDirSyncResponse
 
getFlags() - Method in class org.apache.directory.api.ldap.extras.controls.ad.AdDirSyncResponseImpl
getFlags() - Method in interface org.apache.directory.api.ldap.extras.controls.ad.AdPolicyHints
 
getFlags() - Method in class org.apache.directory.api.ldap.extras.controls.ad.AdPolicyHintsImpl
getFlags(int) - Static method in enum org.apache.directory.api.ldap.extras.controls.ad.AdDirSyncResponseFlag
Get back the combination of flags associated with a given value
getForm() - Method in class org.apache.directory.api.ldap.model.schema.DitStructureRule
 
getFqcn() - Method in class org.apache.directory.api.ldap.model.schema.LoadableSchemaObject
 
getFraction() - Method in class org.apache.directory.api.util.GeneralizedTime
 
getGeneralizedTime(long) - Static method in class org.apache.directory.api.util.DateUtils
 
getGeneralizedTime(Date) - Static method in class org.apache.directory.api.util.DateUtils
 
getGeneralizedTime(TimeProvider) - Static method in class org.apache.directory.api.util.DateUtils
Gets the generalized time right now.
getGenPassword() - Method in interface org.apache.directory.api.ldap.extras.extended.pwdModify.PasswordModifyResponse
Get the generated password
getGenPassword() - Method in class org.apache.directory.api.ldap.extras.extended.pwdModify.PasswordModifyResponseImpl
Get the generated password
getGlobalOidRegistry() - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
 
getGlobalOidRegistry() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Returns a reference to the global OidRegistry
getGlobalOidRegistry() - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Returns a reference to the global OidRegistry
getGraceAuthNRemaining() - Method in interface org.apache.directory.api.ldap.extras.controls.ppolicy.PasswordPolicyResponse
Returns the number of possible attempts on the password before it's locked.
getGraceAuthNRemaining() - Method in class org.apache.directory.api.ldap.extras.controls.ppolicy.PasswordPolicyResponseImpl
Returns the number of possible attempts on the password before it's locked.
getGraceAuthNsRemaining() - Method in interface org.apache.directory.ldap.client.template.PasswordWarning
Returns the number of remaining authentications before the account will be locked.
getGracefulDisconnectResponse() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectResponseContainer
 
getGracefulShutdownRequest() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownRequestContainer
 
getGrammar() - Method in class org.apache.directory.api.asn1.ber.AbstractContainer
Gets the grammar
getGrammar() - Method in interface org.apache.directory.api.asn1.ber.Asn1Container
Gets the grammar
getGrammar() - Method in class org.apache.directory.api.dsmlv2.Dsmlv2Container
Gets the grammar
getGrammarName() - Method in enum org.apache.directory.api.ldap.codec.controls.search.entryChange.EntryChangeStates
Get the grammar name
getGrammarName() - Method in enum org.apache.directory.api.ldap.codec.controls.search.pagedSearch.PagedResultsStates
Get the grammar name
getGrammarName() - Method in enum org.apache.directory.api.ldap.codec.controls.search.persistentSearch.PersistentSearchStates
Get the grammar name
getGrammarName() - Method in enum org.apache.directory.api.ldap.codec.controls.search.subentries.SubentriesStates
Get the grammar name
getGrammarName() - Method in enum org.apache.directory.api.ldap.codec.controls.sort.SortRequestStates
Get the grammar name
getGrammarName() - Method in enum org.apache.directory.api.ldap.codec.controls.sort.SortResponseStates
Get the grammar name
getGrammarName() - Method in enum org.apache.directory.api.ldap.codec.LdapStatesEnum
Get the grammar name
getGrammarName() - Method in enum org.apache.directory.api.ldap.extras.controls.ad_impl.AdDirSyncRequestStatesEnum
Get the grammar name
getGrammarName() - Method in enum org.apache.directory.api.ldap.extras.controls.ad_impl.AdDirSyncResponseStatesEnum
Get the grammar name
getGrammarName() - Method in enum org.apache.directory.api.ldap.extras.controls.ad_impl.AdPolicyHintsStates
Get the grammar name
getGrammarName() - Method in enum org.apache.directory.api.ldap.extras.controls.ppolicy_impl.PasswordPolicyResponseStates
Get the grammar name
getGrammarName() - Method in enum org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncDoneValueStatesEnum
Get the grammar name
getGrammarName() - Method in enum org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncRequestValueStatesEnum
Get the grammar name
getGrammarName() - Method in enum org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncStateValueStatesEnum
Get the grammar name
getGrammarName() - Method in enum org.apache.directory.api.ldap.extras.controls.vlv_impl.VirtualListViewRequestStates
Get the grammar name
getGrammarName() - Method in enum org.apache.directory.api.ldap.extras.controls.vlv_impl.VirtualListViewResponseStates
Get the grammar name
getGrammarName() - Method in enum org.apache.directory.api.ldap.extras.extended.ads_impl.cancel.CancelStatesEnum
Get the grammar name
getGrammarName() - Method in enum org.apache.directory.api.ldap.extras.extended.ads_impl.certGeneration.CertGenerationRequestStatesEnum
Get the grammar name
getGrammarName() - Method in enum org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.controls.ControlsStates
Get the grammar name
getGrammarName() - Method in enum org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.EndTransactionRequestStates
Get the grammar name
getGrammarName() - Method in enum org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.EndTransactionResponseStates
Get the grammar name
getGrammarName() - Method in enum org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectStatesEnum
Get the grammar name
getGrammarName() - Method in enum org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownStatesEnum
Get the grammar name
getGrammarName() - Method in enum org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify.PasswordModifyRequestStatesEnum
Get the grammar name
getGrammarName() - Method in enum org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify.PasswordModifyResponseStatesEnum
Get the grammar name
getGrammarName() - Method in enum org.apache.directory.api.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureStatesEnum
Get the grammar name
getGrammarName() - Method in enum org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl.SyncInfoValueStatesEnum
Get the grammar name
getGrants() - Method in class org.apache.directory.api.ldap.aci.Permission
Gets the set of grants only.
getGrantsAndDenials() - Method in class org.apache.directory.api.ldap.aci.Permission
Gets the set of GrantAndDenials.
getHexValue(byte, byte) - Static method in class org.apache.directory.api.util.Hex
Translate two bytes to an hex value.
getHexValue(char) - Static method in class org.apache.directory.api.util.Hex
Return an hex value from a single char The char must be in [0-9a-fA-F]
getHexValue(char, char) - Static method in class org.apache.directory.api.util.Hex
Translate two chars to an hex value.
getHost() - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
 
getHour() - Method in class org.apache.directory.api.util.GeneralizedTime
 
getId() - Method in class org.apache.directory.api.asn1.ber.tlv.TLV
 
getId() - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
Get's the attribute identifier for this entry.
getId() - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Get's the attribute identifier for this entry.
getIdentificationTag() - Method in class org.apache.directory.api.ldap.aci.ACIItem
Gets the id string of this item.
getIdentifier() - Method in interface org.apache.directory.api.ldap.extras.controls.transaction.TransactionSpecification
 
getIdentifier() - Method in class org.apache.directory.api.ldap.extras.controls.transaction.TransactionSpecificationImpl
getInitial() - Method in class org.apache.directory.api.ldap.model.filter.SubstringNode
Gets the initial fragment.
getInitialSubstrings() - Method in class org.apache.directory.api.dsmlv2.request.SubstringFilter
Get the initial substring
getInitialSubstrings() - Method in class org.apache.directory.api.ldap.codec.search.SubstringFilter
Get the initial substring
getInput() - Method in class org.apache.directory.api.ldap.schema.converter.Schema
 
getInstance() - Static method in class org.apache.directory.api.dsmlv2.response.Dsmlv2ResponseGrammar
Get the instance of this grammar
getInstance() - Static method in class org.apache.directory.api.ldap.codec.controls.search.entryChange.EntryChangeGrammar
This class is a singleton.
getInstance() - Static method in class org.apache.directory.api.ldap.codec.controls.search.pagedSearch.PagedResultsGrammar
This class is a singleton.
getInstance() - Static method in class org.apache.directory.api.ldap.codec.controls.search.persistentSearch.PersistentSearchGrammar
This class is a singleton.
getInstance() - Static method in class org.apache.directory.api.ldap.codec.controls.search.subentries.SubentriesGrammar
This class is a singleton.
getInstance() - Static method in class org.apache.directory.api.ldap.codec.controls.sort.SortRequestGrammar
This class is a singleton.
getInstance() - Static method in class org.apache.directory.api.ldap.codec.controls.sort.SortResponseGrammar
This class is a singleton.
getInstance() - Static method in class org.apache.directory.api.ldap.codec.LdapMessageGrammar
Get the instance of this grammar
getInstance() - Static method in class org.apache.directory.api.ldap.extras.controls.ad_impl.AdDirSyncRequestGrammar
 
getInstance() - Static method in class org.apache.directory.api.ldap.extras.controls.ad_impl.AdDirSyncResponseGrammar
 
getInstance() - Static method in class org.apache.directory.api.ldap.extras.controls.ad_impl.AdPolicyHintsGrammar
 
getInstance() - Static method in class org.apache.directory.api.ldap.extras.controls.ppolicy_impl.PasswordPolicyResponseGrammar
 
getInstance() - Static method in class org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncDoneValueGrammar
 
getInstance() - Static method in class org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncRequestValueGrammar
This class is a singleton.
getInstance() - Static method in class org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncStateValueGrammar
This class is a singleton.
getInstance() - Static method in class org.apache.directory.api.ldap.extras.controls.vlv_impl.VirtualListViewRequestGrammar
 
getInstance() - Static method in class org.apache.directory.api.ldap.extras.controls.vlv_impl.VirtualListViewResponseGrammar
 
getInstance() - Static method in class org.apache.directory.api.ldap.extras.extended.ads_impl.cancel.CancelRequestGrammar
This class is a singleton.
getInstance() - Static method in class org.apache.directory.api.ldap.extras.extended.ads_impl.certGeneration.CertGenerationRequestGrammar
This class is a singleton.
getInstance() - Static method in class org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.controls.ControlsGrammar
This class is a singleton.
getInstance() - Static method in class org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.EndTransactionRequestGrammar
This class is a singleton.
getInstance() - Static method in class org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.EndTransactionResponseGrammar
This class is a singleton.
getInstance() - Static method in class org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectResponseGrammar
This class is a singleton.
getInstance() - Static method in class org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownRequestGrammar
This class is a singleton.
getInstance() - Static method in class org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify.PasswordModifyRequestGrammar
This class is a singleton.
getInstance() - Static method in class org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify.PasswordModifyResponseGrammar
This class is a singleton.
getInstance() - Static method in class org.apache.directory.api.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureRequestGrammar
Get the instance of this grammar
getInstance() - Static method in class org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl.SyncInfoValueGrammar
This class is a singleton.
getIntermediate() - Method in interface org.apache.directory.api.ldap.model.cursor.SearchCursor
 
getIntermediate() - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
getIntermediateFactory() - Method in class org.apache.directory.api.ldap.codec.api.LdapMessageContainer
 
getIntermediateResponseFactories() - Method in interface org.apache.directory.api.ldap.codec.api.LdapApiService
 
getIntermediateResponseFactories() - Method in class org.apache.directory.api.ldap.codec.osgi.DefaultLdapCodecService
 
getIssuerDN() - Method in interface org.apache.directory.api.ldap.extras.extended.certGeneration.CertGenerationRequest
 
getIssuerDN() - Method in class org.apache.directory.api.ldap.extras.extended.certGeneration.CertGenerationRequestImpl
getItem() - Method in class org.apache.directory.api.ldap.model.subtree.ItemRefinement
 
getItemPermissions() - Method in class org.apache.directory.api.ldap.aci.ItemFirstACIItem
Gets the collection of ItemPermissions.
getJavaParameterType(int) - Method in interface org.apache.directory.api.ldap.extras.extended.storedProcedure.StoredProcedureRequest
Gets the java parameter type.
getJavaParameterType(int) - Method in class org.apache.directory.api.ldap.extras.extended.storedProcedure.StoredProcedureRequestImpl
Gets the java parameter type.
getJavaParameterValue(int) - Method in interface org.apache.directory.api.ldap.extras.extended.storedProcedure.StoredProcedureRequest
Gets the java parameter value.
getJavaParameterValue(int) - Method in class org.apache.directory.api.ldap.extras.extended.storedProcedure.StoredProcedureRequestImpl
Gets the java parameter value.
getJndiAttributesFromLdif(String) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifUtils
Convert a LDIF String to a JNDI attributes.
getJndiValue() - Method in enum org.apache.directory.api.ldap.model.message.AliasDerefMode
 
getKdcHost() - Method in class org.apache.directory.ldap.client.api.SaslGssApiRequest
Gets the KDC host.
getKdcPort() - Method in class org.apache.directory.ldap.client.api.SaslGssApiRequest
Gets the KDC port.
getKey() - Method in class org.apache.directory.api.ldap.model.cursor.Tuple
Gets the key for this Tuple.
getKey() - Method in interface org.apache.directory.api.util.KeyValue
Gets the key from the pair.
getKeyAlgorithm() - Method in interface org.apache.directory.api.ldap.extras.extended.certGeneration.CertGenerationRequest
 
getKeyAlgorithm() - Method in class org.apache.directory.api.ldap.extras.extended.certGeneration.CertGenerationRequestImpl
getKeyManagers() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
Gets the key managers.
getKeyString(Object) - Method in interface org.apache.directory.api.ldap.model.cursor.TupleRenderer
Gets the key Object rendered as a String.
getKrb5ConfFilePath() - Method in class org.apache.directory.ldap.client.api.SaslGssApiRequest
Gets the (absolute) path to the 'krb5.conf' file.
getLanguage() - Method in interface org.apache.directory.api.ldap.extras.extended.storedProcedure.StoredProcedureRequest
Gets the language.
getLanguage() - Method in class org.apache.directory.api.ldap.extras.extended.storedProcedure.StoredProcedureRequestImpl
Gets the language.
getLanguage() - Method in class org.apache.directory.api.ldap.trigger.StoredProcedureLanguageSchemeOption
Gets the language.
getLast() - Method in class org.apache.directory.api.util.SequencedHashMap
Return the entry for the "newest" mapping.
getLastKey() - Method in class org.apache.directory.api.util.SequencedHashMap
Return the key for the "newest" mapping.
getLastValue() - Method in class org.apache.directory.api.util.SequencedHashMap
Return the value for the "newest" mapping.
getLatestBytesMap() - Method in class org.apache.directory.api.ldap.model.ldif.anonymizer.AbstractAnonymizer
getLatestBytesMap() - Method in interface org.apache.directory.api.ldap.model.ldif.anonymizer.Anonymizer
 
getLatestBytesMap() - Method in class org.apache.directory.api.ldap.model.ldif.anonymizer.BinaryAnonymizer
getLatestBytesMap() - Method in class org.apache.directory.ldap.client.api.LdifAnonymizer
 
getLatestIntegerMap() - Method in class org.apache.directory.api.ldap.model.ldif.anonymizer.IntegerAnonymizer
 
getLatestStringMap() - Method in class org.apache.directory.api.ldap.model.ldif.anonymizer.AbstractAnonymizer
getLatestStringMap() - Method in interface org.apache.directory.api.ldap.model.ldif.anonymizer.Anonymizer
 
getLatestStringMap() - Method in class org.apache.directory.api.ldap.model.ldif.anonymizer.CaseSensitiveStringAnonymizer
getLatestStringMap() - Method in class org.apache.directory.api.ldap.model.ldif.anonymizer.StringAnonymizer
getLatestStringMap() - Method in class org.apache.directory.ldap.client.api.LdifAnonymizer
 
getLdapApiService() - Method in class org.apache.directory.ldap.client.api.AbstractPoolableLdapConnectionFactory
Returns the LdapApiService instance used by this factory.
getLdapApiService() - Method in class org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory
Returns the LdapApiService instance used by this factory.
getLdapApiService() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
 
getLdapApiService() - Method in interface org.apache.directory.ldap.client.api.LdapConnectionFactory
Returns the LdapApiService instance used by this factory.
getLdapApiService() - Method in class org.apache.directory.ldap.client.api.LdapConnectionPool
Returns the LdapApiService instance used by this connection pool.
getLdapCodecService() - Method in class org.apache.directory.api.dsmlv2.Dsmlv2Container
Gets the LdapApiService associated with this Container.
getLdapCodecService() - Method in class org.apache.directory.api.dsmlv2.request.Dsmlv2Grammar
 
getLdapCodecService() - Method in class org.apache.directory.api.ldap.codec.api.LdapMessageContainer
Gets the LdapApiService associated with this Container.
getLdapCodecService() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.controls.ControlsContainer
Gets the LdapApiService associated with this Container.
getLdapComparator() - Method in class org.apache.directory.api.ldap.model.schema.MatchingRule
Gets the LdapComparator enabling the use of this MatchingRule for ORDERING and sorted indexing.
getLdapComparator(SchemaManager, Entry, Registries, String) - Method in interface org.apache.directory.api.ldap.schema.loader.EntityFactory
Retrieve and load a Comparator class from the DIT.
getLdapComparator(SchemaManager, Entry, Registries, String) - Method in class org.apache.directory.api.ldap.schema.loader.SchemaEntityFactory
Retrieve and load a Comparator class from the DIT.
getLdapComparator(SchemaManager, LdapComparatorDescription, Registries, String) - Method in interface org.apache.directory.api.ldap.schema.loader.EntityFactory
Construct a LdapComparator from a description of a comparator.
getLdapComparator(SchemaManager, LdapComparatorDescription, Registries, String) - Method in class org.apache.directory.api.ldap.schema.loader.SchemaEntityFactory
Construct a LdapComparator from a description of a comparator.
getLdapException() - Method in exception org.apache.directory.ldap.client.template.exception.PasswordException
If an LdapException was thrown causing this exception, that LdapException is returned.
getLdapHost() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
Gets the LDAP host.
getLdapOperation() - Method in class org.apache.directory.api.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.api.dsmlv2.response.AbstractResultResponseDsml
Gets the LdapResult components of this Response.
getLdapResult() - Method in class org.apache.directory.api.ldap.codec.api.LdapMessageContainer
 
getLdapResult() - Method in class org.apache.directory.api.ldap.model.message.AbstractResultResponse
Gets the LdapResult components of this Response.
getLdapResult() - Method in interface org.apache.directory.api.ldap.model.message.ResultResponse
Gets the LdapResult components of this Response.
getLdapSyntaxRegistry() - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
 
getLdapSyntaxRegistry() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Get an immutable reference on the LdapSyntax registry
getLdapSyntaxRegistry() - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Get an immutable reference on the LdapSyntax registry
getLdapUrls() - Method in interface org.apache.directory.api.ldap.model.message.Referral
Gets an unmodifiable set of alternative referral urls.
getLdapUrls() - Method in class org.apache.directory.api.ldap.model.message.ReferralImpl
Gets an unmodifiable set of alternative referral urls.
getLdapUrlsBytes() - Method in interface org.apache.directory.api.ldap.model.message.Referral
Gets an unmodifiable set of encoded referral urls.
getLdapUrlsBytes() - Method in class org.apache.directory.api.ldap.model.message.ReferralImpl
Gets an unmodifiable set of encoded referral urls.
getLdapUrlValue() - Method in enum org.apache.directory.api.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.api.asn1.ber.tlv.TLV
 
getLengthBeforeParsing() - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
Returns the lengthBeforeParsing of the entry at the time of parsing.
getLengthBytesRead() - Method in class org.apache.directory.api.asn1.ber.tlv.TLV
 
getLengthNbBytes() - Method in class org.apache.directory.api.asn1.ber.tlv.TLV
 
getLevel() - Method in enum org.apache.directory.api.ldap.model.constants.AuthenticationLevel
 
getLevel(int) - Static method in enum org.apache.directory.api.ldap.model.constants.AuthenticationLevel
Return the AuthenticationLevel associated with the given numeric level.
getLineNumber() - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
 
getLoadedSchema(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
Gets a schema that has been loaded into these Registries.
getLoadedSchema(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Gets a schema that has been loaded into these Registries.
getLoadedSchema(String) - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Gets a schema that has been loaded into these Registries.
getLoadedSchemas() - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
Gets an unmodifiable Map of schema names to loaded Schema objects.
getLoginContextName() - Method in class org.apache.directory.ldap.client.api.SaslGssApiRequest
Gets the name for the LoginContext object.
getLoginModuleConfiguration() - Method in class org.apache.directory.ldap.client.api.SaslGssApiRequest
Gets the Configuration object for Login Module.
getMatchedDn() - Method in class org.apache.directory.api.dsmlv2.response.LdapResultDsml
Get the matched Dn
getMatchedDn() - Method in interface org.apache.directory.api.ldap.model.message.LdapResult
Gets the lowest entry in the directory that was matched.
getMatchedDn() - Method in class org.apache.directory.api.ldap.model.message.LdapResultImpl
Gets the lowest entry in the directory that was matched.
getMatchingRule() - Method in class org.apache.directory.api.dsmlv2.request.ExtensibleMatchFilter
Get the matchingRule
getMatchingRule() - Method in class org.apache.directory.api.ldap.codec.search.ExtensibleMatchFilter
Get the matchingRule
getMatchingRule(SchemaManager, Entry, Registries, String) - Method in interface org.apache.directory.api.ldap.schema.loader.EntityFactory
Construct an MatchingRule from an entry get from the Dit
getMatchingRule(SchemaManager, Entry, Registries, String) - Method in class org.apache.directory.api.ldap.schema.loader.SchemaEntityFactory
Construct an MatchingRule from an entry get from the Dit
getMatchingRuleId() - Method in class org.apache.directory.api.ldap.model.filter.ExtensibleNode
Gets the matching rule id as an OID string.
getMatchingRuleId() - Method in class org.apache.directory.api.ldap.model.message.controls.SortKey
 
getMatchingRuleRegistry() - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
 
getMatchingRuleRegistry() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Get an immutable reference on the MatchingRule registry
getMatchingRuleRegistry() - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Get an immutable reference on the MatchingRule registry
getMatchingRuleType(String) - Static method in enum org.apache.directory.api.ldap.model.schema.MatchingRuleTypeEnum
Get the MatchingRuleTypeEnum associated with an OID
getMatchingRuleUseRegistry() - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
 
getMatchingRuleUseRegistry() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Get an immutable reference on the MatchingRuleUse registry
getMatchingRuleUseRegistry() - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Get an immutable reference on the MatchingRuleUse registry
getMatchValue() - Method in class org.apache.directory.api.dsmlv2.request.ExtensibleMatchFilter
Get the matchValue
getMatchValue() - Method in class org.apache.directory.api.ldap.codec.search.ExtensibleMatchFilter
Get the matchValue
getMaxAttributeCount() - Method in interface org.apache.directory.api.ldap.extras.controls.ad.AdDirSyncRequest
 
getMaxAttributeCount() - Method in class org.apache.directory.api.ldap.extras.controls.ad.AdDirSyncRequestImpl
getMaxBaseDistance() - Method in class org.apache.directory.api.ldap.model.subtree.BaseSubtreeSpecification
 
getMaxBaseDistance() - Method in interface org.apache.directory.api.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.api.ldap.aci.protectedItem.MaxValueCountElem
Gets the maximum count of the attribute allowed.
getMaximumSize() - Method in class org.apache.directory.api.util.SynchronizedLRUMap
Getter for property maximumSize.
getMaxLengthLength() - Method in class org.apache.directory.api.asn1.ber.Asn1Decoder
Get the actual maximum number of bytes that can be used to encode the Length
getMaxLengthLength() - Method in interface org.apache.directory.api.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.api.asn1.ber.AbstractContainer
getMaxPDUSize() - Method in interface org.apache.directory.api.asn1.ber.Asn1Container
 
getMaxReturnLength() - Method in interface org.apache.directory.api.ldap.extras.controls.ad.AdDirSyncResponse
 
getMaxReturnLength() - Method in class org.apache.directory.api.ldap.extras.controls.ad.AdDirSyncResponseImpl
getMaxTagLength() - Method in class org.apache.directory.api.asn1.ber.Asn1Decoder
Get the actual maximum number of bytes that can be used to encode the Tag
getMaxTagLength() - Method in interface org.apache.directory.api.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.api.ldap.schema.converter.ObjectClassHolder
 
getMayAttributeTypeOids() - Method in class org.apache.directory.api.ldap.model.schema.DitContentRule
 
getMayAttributeTypeOids() - Method in class org.apache.directory.api.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.api.ldap.model.schema.ObjectClass
 
getMayAttributeTypes() - Method in class org.apache.directory.api.ldap.model.schema.DitContentRule
 
getMayAttributeTypes() - Method in class org.apache.directory.api.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.api.ldap.model.schema.ObjectClass
 
getMessage() - Method in class org.apache.directory.api.dsmlv2.response.ErrorResponse
Gets the message
getMessage() - Method in class org.apache.directory.api.ldap.codec.api.LdapMessageContainer
 
getMessage() - Method in exception org.apache.directory.api.ldap.model.exception.LdapTlsHandshakeException
 
getMessage() - Method in class org.apache.directory.api.ldap.model.exception.LdapTlsHandshakeFailCause
 
getMessage() - Method in enum org.apache.directory.api.ldap.model.message.ResultCodeEnum
 
getMessage() - Method in exception org.apache.directory.api.ldap.schema.extractor.UniqueResourceException
getMessage() - Method in exception org.apache.directory.api.util.exception.InvalidCharacterException
getMessageId() - Method in class org.apache.directory.api.dsmlv2.AbstractDsmlMessageDecorator
Gets the session unique message sequence id for this message.
getMessageId() - Method in class org.apache.directory.api.ldap.codec.api.LdapMessageContainer
 
getMessageId() - Method in exception org.apache.directory.api.ldap.codec.api.MessageEncoderException
 
getMessageId() - Method in class org.apache.directory.api.ldap.extras.extended.endTransaction.UpdateControls
 
getMessageId() - Method in interface org.apache.directory.api.ldap.model.cursor.EntryCursor
 
getMessageId() - Method in class org.apache.directory.api.ldap.model.message.AbstractMessage
Gets the session unique message sequence id for this message.
getMessageId() - Method in interface org.apache.directory.api.ldap.model.message.Message
Gets the session unique message sequence id for this message.
getMessageId() - Method in class org.apache.directory.ldap.client.api.EntryCursorImpl
getMicroOperation() - Method in enum org.apache.directory.api.ldap.aci.GrantAndDenial
Gets the MicroOperation related with this grant or denial.
getMicroOperations() - Method in class org.apache.directory.api.ldap.aci.ACITuple
Gets the collection of MicroOperations this tuple relates.
getMinBaseDistance() - Method in class org.apache.directory.api.ldap.model.subtree.BaseSubtreeSpecification
 
getMinBaseDistance() - Method in interface org.apache.directory.api.ldap.model.subtree.SubtreeSpecification
Gets the distance at which to start including entries in the subtree.
getMinutes() - Method in class org.apache.directory.api.util.GeneralizedTime
 
getMode() - Method in interface org.apache.directory.api.ldap.extras.controls.syncrepl.syncRequest.SyncRequestValue
 
getMode() - Method in class org.apache.directory.api.ldap.extras.controls.syncrepl.syncRequest.SyncRequestValueImpl
getModificationArray() - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
Gets the modification items as an array.
getModifications() - Method in class org.apache.directory.api.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.api.ldap.model.ldif.LdifEntry
 
getModifications() - Method in interface org.apache.directory.api.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.api.ldap.model.message.ModifyRequestImpl
Gets an immutable Collection of modification items representing the atomic changes to perform on the candidate entry to modify.
getModifyDnType(int) - Static method in enum org.apache.directory.api.ldap.extras.controls.SyncModifyDnType
Get the instance from it's interger value
getMonth() - Method in class org.apache.directory.api.util.GeneralizedTime
 
getMust() - Method in class org.apache.directory.api.ldap.schema.converter.ObjectClassHolder
 
getMustAttributeTypeOids() - Method in class org.apache.directory.api.ldap.model.schema.DitContentRule
 
getMustAttributeTypeOids() - Method in class org.apache.directory.api.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.api.ldap.model.schema.ObjectClass
 
getMustAttributeTypes() - Method in class org.apache.directory.api.ldap.model.schema.DitContentRule
 
getMustAttributeTypes() - Method in class org.apache.directory.api.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.api.ldap.model.schema.ObjectClass
 
getName() - Method in class org.apache.directory.api.asn1.ber.grammar.AbstractGrammar
Get the grammar name
getName() - Method in interface org.apache.directory.api.asn1.ber.grammar.Grammar
Get the grammar name
getName() - Method in class org.apache.directory.api.dsmlv2.AbstractGrammar
Returns the grammar's name
getName() - Method in interface org.apache.directory.api.dsmlv2.Grammar
Get the grammar name
getName() - Method in class org.apache.directory.api.dsmlv2.request.BindRequestDsml
Gets the name of the subject in this authentication request.
getName() - Method in class org.apache.directory.api.dsmlv2.request.CompareRequestDsml
Get the entry to be compared
getName() - Method in class org.apache.directory.api.dsmlv2.request.DelRequestDsml
Gets the distinguished name of the leaf entry to be deleted by this request.
getName() - Method in class org.apache.directory.api.dsmlv2.request.ModifyDNRequestDsml
Get the modification's Dn
getName() - Method in class org.apache.directory.api.dsmlv2.request.ModifyRequestDsml
Gets the distinguished name of the entry to be modified by this request.
getName() - Method in class org.apache.directory.api.dsmlv2.Tag
Gets the name of the tag
getName() - Method in enum org.apache.directory.api.ldap.aci.GrantAndDenial
Gets the name of this grant or denial.
getName() - Method in enum org.apache.directory.api.ldap.aci.MicroOperation
Gets the name of this micro-operation.
getName() - Method in enum org.apache.directory.api.ldap.model.constants.AuthenticationLevel
 
getName() - Method in enum org.apache.directory.api.ldap.model.constants.LdapSecurityConstants
 
getName() - Method in enum org.apache.directory.api.ldap.model.constants.Loggers
 
getName() - Method in interface org.apache.directory.api.ldap.model.message.BindRequest
Gets the name of the subject in this authentication request.
getName() - Method in class org.apache.directory.api.ldap.model.message.BindRequestImpl
Gets the name of the subject in this authentication request.
getName() - Method in interface org.apache.directory.api.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.api.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.api.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.api.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.api.ldap.model.message.ModifyDnRequest
Gets the entry's distinguished name representing the entry PDU field.
getName() - Method in class org.apache.directory.api.ldap.model.message.ModifyDnRequestImpl
Gets the entry's distinguished name representing the entry PDU field.
getName() - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
Gets the distinguished name of the entry to be modified by this request.
getName() - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
Gets the distinguished name of the entry to be modified by this request.
getName() - Method in class org.apache.directory.api.ldap.model.name.Ava
Get the user provided form of this attribute type and value
getName() - Method in class org.apache.directory.api.ldap.model.name.Dn
Get the user provided Dn
getName() - Method in class org.apache.directory.api.ldap.model.name.Rdn
 
getName() - Method in class org.apache.directory.api.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.api.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.api.ldap.model.schema.syntaxCheckers.OpenLdapObjectIdentifierMacro
Gets the name.
getName() - Method in class org.apache.directory.api.ldap.schema.converter.Schema
 
getName() - Method in class org.apache.directory.api.ldap.trigger.ActionTime
Returns the name of this action time.
getName() - Method in enum org.apache.directory.api.ldap.trigger.LdapOperation
 
getName() - Method in class org.apache.directory.api.ldap.trigger.StoredProcedureParameter
 
getName() - Method in class org.apache.directory.api.ldap.trigger.TriggerSpecification.SPSpec
Gets the name.
getName() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
Gets the name that is used to authenticate the user.
getNameFormRegistry() - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
 
getNameFormRegistry() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Get an immutable reference on the NameForm registry
getNameFormRegistry() - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Get an immutable reference on the NameForm registry
getNames() - Method in class org.apache.directory.api.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.api.ldap.model.schema.SchemaObject
Gets short names for this SchemaObject if any exists for it, otherwise, returns an empty list.
getNames() - Method in interface org.apache.directory.api.ldap.schema.converter.SchemaElement
 
getNames() - Method in class org.apache.directory.api.ldap.schema.converter.SchemaElementImpl
 
getNameSet(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.OidRegistry
Gets the names associated with an OID.
getNamingContext() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
 
getNamingContext() - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
 
getNbBytes() - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
 
getNbBytes(int) - Static method in class org.apache.directory.api.asn1.ber.tlv.BerValue
Utility function that return the number of bytes necessary to store an integer value.
getNbBytes(int) - Static method in class org.apache.directory.api.asn1.ber.tlv.TLV
Utility function that return the number of bytes necessary to store the length
getNbBytes(long) - Static method in class org.apache.directory.api.asn1.ber.tlv.BerValue
Utility function that return the number of bytes necessary to store a long value.
getNewPassword() - Method in interface org.apache.directory.api.ldap.extras.extended.pwdModify.PasswordModifyRequest
 
getNewPassword() - Method in class org.apache.directory.api.ldap.extras.extended.pwdModify.PasswordModifyRequestImpl
getNewRdn() - Method in class org.apache.directory.api.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.api.ldap.model.ldif.LdifEntry
 
getNewRdn() - Method in interface org.apache.directory.api.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.api.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.api.dsmlv2.request.ModifyDNRequestDsml
Get the newSuperior
getNewSuperior() - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
 
getNewSuperior() - Method in interface org.apache.directory.api.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.api.ldap.model.message.ModifyDnRequestImpl
Gets the optional distinguished name of the new superior entry where the candidate entry is to be moved.
getNewTlvId() - Method in class org.apache.directory.api.asn1.ber.AbstractContainer
Gets a new TLV id
getNewTlvId() - Method in interface org.apache.directory.api.asn1.ber.Asn1Container
Gets a new TLV id
getNextRequest() - Method in class org.apache.directory.api.dsmlv2.Dsmlv2Parser
Gets the next Request or null if there's no more request
getNextResponse() - Method in class org.apache.directory.api.dsmlv2.Dsmlv2ResponseParser
Returns the next Request or null if there's no more request
getNextState() - Method in class org.apache.directory.api.dsmlv2.GrammarTransition
Gets the target state
getNode(Dn) - Method in class org.apache.directory.api.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.
getNormalized() - Method in class org.apache.directory.api.ldap.model.entry.Value
 
getNormalizedFilter(ExprNode) - Static method in class org.apache.directory.api.ldap.model.filter.BranchNormalizedVisitor
Normalizes a filter expression to a canonical representation while retaining logical meaning of the expression.
getNormalizedFilter(SchemaManager, String) - Static method in class org.apache.directory.api.ldap.model.filter.BranchNormalizedVisitor
Normalizes a filter expression to a canonical representation while retaining logical meaning of the expression.
getNormalizer() - Method in class org.apache.directory.api.ldap.model.schema.LdapComparator
 
getNormalizer() - Method in class org.apache.directory.api.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.api.ldap.model.schema.normalizers.OidNormalizer
Get the normalizer
getNormalizer(SchemaManager, Entry, Registries, String) - Method in interface org.apache.directory.api.ldap.schema.loader.EntityFactory
Retrieve and load a Normalizer class from the DIT.
getNormalizer(SchemaManager, Entry, Registries, String) - Method in class org.apache.directory.api.ldap.schema.loader.SchemaEntityFactory
Retrieve and load a Normalizer class from the DIT.
getNormalizer(SchemaManager, NormalizerDescription, Registries, String) - Method in interface org.apache.directory.api.ldap.schema.loader.EntityFactory
Create a new instance of a Normalizer
getNormalizer(SchemaManager, NormalizerDescription, Registries, String) - Method in class org.apache.directory.api.ldap.schema.loader.SchemaEntityFactory
Create a new instance of a Normalizer
getNormalizerMapping() - Method in interface org.apache.directory.api.ldap.model.schema.NormalizerMappingResolver
Gets the Map containing the normalizers associated to an OID or name
getNormalizerMapping() - Method in interface org.apache.directory.api.ldap.model.schema.registries.AttributeTypeRegistry
Gets an oid/name to normalizer mapping used to normalize distinguished names.
getNormalizerMapping() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultAttributeTypeRegistry
Gets an oid/name to normalizer mapping used to normalize distinguished names.
getNormalizerMapping() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
Gets an oid/name to normalizer mapping used to normalize distinguished names.
getNormalizerMapping() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Get an immutable reference on the Normalizer mapping
getNormalizerMapping() - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Get an immutable reference on the Normalizer mapping
getNormalizerRegistry() - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
 
getNormalizerRegistry() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Get an immutable reference on the Normalizer registry
getNormalizerRegistry() - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Get an immutable reference on the Normalizer registry
getNormName() - Method in class org.apache.directory.api.ldap.model.name.Dn
Get the normalized Dn
getNormName() - Method in class org.apache.directory.api.ldap.model.name.Rdn
 
getNormType() - Method in class org.apache.directory.api.ldap.model.name.Ava
Get the normalized type of a Ava
getNormType() - Method in class org.apache.directory.api.ldap.model.name.Rdn
Return the normalized type, or the first one of we have more than one (the lowest)
getNotAttributeTypeOids() - Method in class org.apache.directory.api.ldap.model.schema.DitContentRule
 
getNotAttributeTypes() - Method in class org.apache.directory.api.ldap.model.schema.DitContentRule
 
getNotFilter() - Method in class org.apache.directory.api.dsmlv2.request.NotFilter
Get the NotFilter
getNotFilter() - Method in class org.apache.directory.api.ldap.codec.search.NotFilter
Get the NotFilter
getObjectBySchemaName() - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
 
getObjectClass(SchemaManager, Entry, Registries, String) - Method in interface org.apache.directory.api.ldap.schema.loader.EntityFactory
 
getObjectClass(SchemaManager, Entry, Registries, String) - Method in class org.apache.directory.api.ldap.schema.loader.SchemaEntityFactory
getObjectClasses() - Method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
Gets the object class types.
getObjectClassRegistry() - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
 
getObjectClassRegistry() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Get an immutable reference on the ObjectClass registry
getObjectClassRegistry() - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Get an immutable reference on the ObjectClass registry
getObjectIdentifierMacros() - Method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
Gets the object identifier macros.
getObjectIdentifiers() - Method in class org.apache.directory.api.ldap.model.schema.parsers.AbstractSchemaParser
Get the defined macros.
getObjectName() - Method in class org.apache.directory.api.dsmlv2.response.SearchResultEntryDsml
Get the entry Dn
getObjectName() - Method in interface org.apache.directory.api.ldap.model.message.SearchResultEntry
Gets the distinguished name of the entry object returned.
getObjectName() - Method in class org.apache.directory.api.ldap.model.message.SearchResultEntryImpl
Gets the distinguished name of the entry object returned.
getObjectType() - Method in class org.apache.directory.api.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.api.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)
getOffset() - Method in interface org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewRequest
 
getOffset() - Method in class org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewRequestImpl
getOffset() - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
 
getOid() - Method in class org.apache.directory.api.dsmlv2.DsmlControl
getOid() - Method in class org.apache.directory.api.ldap.codec.api.AbstractControlFactory
getOid() - Method in class org.apache.directory.api.ldap.codec.api.AbstractExtendedOperationFactory
Gets the OID of the extended requests this factory generates.
getOid() - Method in class org.apache.directory.api.ldap.codec.api.ControlDecorator
Get the OID
getOid() - Method in interface org.apache.directory.api.ldap.codec.api.ControlFactory
 
getOid() - Method in interface org.apache.directory.api.ldap.codec.api.ExtendedOperationFactory
Gets the OID of the extended requests this factory generates.
getOid() - Method in interface org.apache.directory.api.ldap.codec.api.IntermediateOperationFactory
Gets the OID of the IntermediateResponse this factory generates.
getOid() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownFactory
Gets the OID of the extended requests this factory generates.
getOid() - Method in class org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl.SyncInfoValueFactory
Gets the OID of the IntermediateResponse this factory generates.
getOid() - Method in class org.apache.directory.api.ldap.model.ldif.LdifControl
getOid() - Method in interface org.apache.directory.api.ldap.model.message.Control
 
getOid() - Method in class org.apache.directory.api.ldap.model.message.controls.AbstractControl
Get the OID
getOid() - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
Gets usually what is the numeric object identifier assigned to this SchemaObject.
getOid() - Method in class org.apache.directory.api.ldap.model.schema.DitStructureRule
The DIT structure rule does not have an OID Gets usually what is the numeric object identifier assigned to this SchemaObject.
getOid() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
Gets usually what is the numeric object identifier assigned to this SchemaObject.
getOid() - Method in interface org.apache.directory.api.ldap.schema.converter.SchemaElement
 
getOid() - Method in class org.apache.directory.api.ldap.schema.converter.SchemaElementImpl
getOid(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
Get an OID from a name.
getOID() - Method in interface org.apache.directory.api.ldap.extras.controls.relax.RelaxControl
 
getOID() - Method in class org.apache.directory.api.ldap.extras.controls.relax.RelaxControlImpl
 
getOidByName(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
Gets the numericOid for a name/alias if one is associated.
getOidByName(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
Gets the numericOid for a name/alias if one is associated.
getOidByName(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableComparatorRegistry
Gets the numericOid for a name/alias if one is associated.
getOidByName(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitContentRuleRegistry
Gets the numericOid for a name/alias if one is associated.
getOidByName(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitStructureRuleRegistry
Gets the numericOid for a name/alias if one is associated.
getOidByName(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
Gets the numericOid for a name/alias if one is associated.
getOidByName(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
Gets the numericOid for a name/alias if one is associated.
getOidByName(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
Gets the numericOid for a name/alias if one is associated.
getOidByName(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNameFormRegistry
Gets the numericOid for a name/alias if one is associated.
getOidByName(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNormalizerRegistry
Gets the numericOid for a name/alias if one is associated.
getOidByName(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableObjectClassRegistry
Gets the numericOid for a name/alias if one is associated.
getOidByName(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
Gets the numericOid for a name/alias if one is associated.
getOidByName(String) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaObjectRegistry
Gets the numericOid for a name/alias if one is associated.
getOidLen() - Method in class org.apache.directory.api.ldap.schema.converter.AttributeTypeHolder
Get the attributeType's syntax length
getOldPassword() - Method in interface org.apache.directory.api.ldap.extras.extended.pwdModify.PasswordModifyRequest
 
getOldPassword() - Method in class org.apache.directory.api.ldap.extras.extended.pwdModify.PasswordModifyRequestImpl
getOnError() - Method in class org.apache.directory.api.dsmlv2.request.BatchRequestDsml
Gets the on error handling type of the request
getOperation() - Method in class org.apache.directory.api.ldap.model.entry.DefaultModification
getOperation() - Method in interface org.apache.directory.api.ldap.model.entry.Modification
 
getOperation(int) - Static method in enum org.apache.directory.api.ldap.model.entry.ModificationOperation
Get the ModificationOperation from an int value
getOperationNumber() - Method in class org.apache.directory.api.ldap.model.csn.Csn
 
getOperator() - Method in class org.apache.directory.api.ldap.model.filter.AndNode
Gets the operator for this branch node.
getOperator() - Method in class org.apache.directory.api.ldap.model.filter.NotNode
Gets the operator for this branch node.
getOperator() - Method in class org.apache.directory.api.ldap.model.filter.OrNode
Gets the operator for this branch node.
getOptions() - Method in class org.apache.directory.api.ldap.model.schema.AttributeTypeOptions
 
getOptions() - Method in class org.apache.directory.api.ldap.trigger.TriggerSpecification.SPSpec
Gets the options.
getOptions(String) - Static method in class org.apache.directory.api.ldap.model.schema.SchemaUtils
Get the options from the attributeType.
getOrder(BranchNode, List<ExprNode>) - Method in class org.apache.directory.api.ldap.model.filter.BranchNormalizedVisitor
Get the array of children to visit sequentially to determine the order of child visitations.
getOrder(BranchNode, List<ExprNode>) - Method in interface org.apache.directory.api.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.api.ldap.model.schema.AttributeType
Gets the MatchingRule for this AttributeType used for Ordering matching.
getOrdering() - Method in class org.apache.directory.api.ldap.schema.converter.AttributeTypeHolder
Get the ordering Matching Rule
getOrderingName() - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
Gets the MatchingRule name for this AttributeType used for Ordering matching.
getOrderingOid() - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
Gets the Ordering OID for this AttributeType's values.
getOrFilter() - Method in class org.apache.directory.api.dsmlv2.request.OrFilter
Get the OrFilter
getOrFilter() - Method in class org.apache.directory.api.ldap.codec.search.OrFilter
Get the OrFilter
getOtherObject() - Method in exception org.apache.directory.api.ldap.model.exception.LdapSchemaException
Gets the 'other' schema object.
getOutput() - Method in class org.apache.directory.api.ldap.schema.converter.Schema
 
getOwner() - Method in class org.apache.directory.api.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.api.ldap.model.schema.registries.Schema
Gets the name of the owner of the schema objects within this Schema.
getPagedResults() - Method in class org.apache.directory.api.ldap.codec.controls.search.pagedSearch.PagedResultsContainer
 
getParameters() - Method in interface org.apache.directory.api.ldap.extras.extended.storedProcedure.StoredProcedureRequest
 
getParameters() - Method in class org.apache.directory.api.ldap.extras.extended.storedProcedure.StoredProcedureRequestImpl
getParameters() - Method in class org.apache.directory.api.ldap.trigger.TriggerSpecification.SPSpec
Gets the parameters.
getParameterType(int) - Method in interface org.apache.directory.api.ldap.extras.extended.storedProcedure.StoredProcedureRequest
Gets the parameter type.
getParameterType(int) - Method in class org.apache.directory.api.ldap.extras.extended.storedProcedure.StoredProcedureRequestImpl
Gets the parameter type.
getParameterTypeString(int) - Method in class org.apache.directory.api.ldap.extras.extended.storedProcedure.StoredProcedureRequestImpl
Get the parameter type
getParameterValue(int) - Method in interface org.apache.directory.api.ldap.extras.extended.storedProcedure.StoredProcedureRequest
Gets the parameter value.
getParameterValue(int) - Method in class org.apache.directory.api.ldap.extras.extended.storedProcedure.StoredProcedureRequestImpl
Gets the parameter value.
getParameterValueString(int) - Method in class org.apache.directory.api.ldap.extras.extended.storedProcedure.StoredProcedureRequestImpl
Get a parameter value
getParent() - Method in class org.apache.directory.api.asn1.ber.tlv.TLV
 
getParent() - Method in class org.apache.directory.api.dsmlv2.request.Filter
Get the parent
getParent() - Method in class org.apache.directory.api.ldap.codec.search.Filter
Get the parent
getParent() - Method in class org.apache.directory.api.ldap.model.name.Dn
Gets the parent Dn of this Dn.
getParent() - Method in class org.apache.directory.api.ldap.util.tree.DnNode
 
getParentsFirst() - Method in interface org.apache.directory.api.ldap.extras.controls.ad.AdDirSyncRequest
 
getParentsFirst() - Method in class org.apache.directory.api.ldap.extras.controls.ad.AdDirSyncRequestImpl
getParentTLV() - Method in class org.apache.directory.api.asn1.ber.AbstractContainer
getParentTLV() - Method in interface org.apache.directory.api.asn1.ber.Asn1Container
 
getParentTlvId() - Method in class org.apache.directory.api.ldap.codec.search.Filter
Get the parent
getParentWithElement() - Method in class org.apache.directory.api.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(Dn) - Method in class org.apache.directory.api.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.api.dsmlv2.Dsmlv2Container
Gets the parser
getPassword() - Method in class org.apache.directory.api.ldap.model.password.PasswordDetails
The hashed or plain text password.
getPasswordPolicyError() - Method in interface org.apache.directory.api.ldap.extras.controls.ppolicy.PasswordPolicyResponse
Returns the password policy error.
getPasswordPolicyError() - Method in class org.apache.directory.api.ldap.extras.controls.ppolicy.PasswordPolicyResponseImpl
Returns the password policy error.
getPasswordPolicyError() - Method in exception org.apache.directory.ldap.client.template.exception.PasswordException
Returns the password policy error code if present, otherwise null.
getPasswordPolicyResponse() - Method in class org.apache.directory.api.ldap.extras.controls.ppolicy_impl.PasswordPolicyResponseContainer
 
getPersistentSearch() - Method in class org.apache.directory.api.ldap.codec.controls.search.persistentSearch.PersistentSearchContainer
 
getPort() - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
 
getPos() - Method in class org.apache.directory.api.asn1.util.Asn1Buffer
 
getPos() - Method in class org.apache.directory.api.asn1.util.Asn1Buffer2
 
getPrecedence() - Method in class org.apache.directory.api.ldap.aci.ACIItem
Gets the precedence of this item.
getPrecedence() - Method in class org.apache.directory.api.ldap.aci.ACITuple
Gets the precedence of this tuple (0-255).
getPrecedence() - Method in class org.apache.directory.api.ldap.aci.Permission
Gets the precedence of this permission.
getPrefix() - Method in enum org.apache.directory.api.ldap.model.constants.LdapSecurityConstants
 
getPreviousDn() - Method in interface org.apache.directory.api.ldap.model.message.controls.EntryChange
 
getPreviousDn() - Method in class org.apache.directory.api.ldap.model.message.controls.EntryChangeImpl
getPreviousState() - Method in class org.apache.directory.api.asn1.ber.grammar.GrammarTransition
 
getPrimaryName(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.OidRegistry
Gets the primary name associated with an OID.
getProcedure() - Method in interface org.apache.directory.api.ldap.extras.extended.storedProcedure.StoredProcedureRequest
 
getProcedure() - Method in class org.apache.directory.api.ldap.extras.extended.storedProcedure.StoredProcedureRequestImpl
getProcedureSpecification() - Method in interface org.apache.directory.api.ldap.extras.extended.storedProcedure.StoredProcedureRequest
Gets the procedure specification.
getProcedureSpecification() - Method in class org.apache.directory.api.ldap.extras.extended.storedProcedure.StoredProcedureRequestImpl
Gets the procedure specification.
getProcessing() - Method in class org.apache.directory.api.dsmlv2.request.BatchRequestDsml
Gets the processing type of the request
getProtectedItems() - Method in class org.apache.directory.api.ldap.aci.ACITuple
Gets the collection of ProtectedItems this tuple relates.
getProtectedItems() - Method in class org.apache.directory.api.ldap.aci.ItemFirstACIItem
Gets the collection of ProtectedItems.
getProtectedItems() - Method in class org.apache.directory.api.ldap.aci.UserPermission
Gets the collection of ProtectedItems.
getProtocolCodecFactory() - Method in interface org.apache.directory.api.ldap.codec.api.LdapApiService
Creates a new LDAP ProtocolCodecFactory.
getProtocolCodecFactory() - Method in class org.apache.directory.api.ldap.codec.osgi.DefaultLdapCodecService
Creates a new LDAP ProtocolCodecFactory.
getPwdModifyRequest() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify.PasswordModifyRequestContainer
 
getPwdModifyResponse() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify.PasswordModifyResponseContainer
 
getQualityOfProtection() - Method in class org.apache.directory.ldap.client.api.AbstractSaslRequest
Gets the quality of protection.
getQualityOfProtection() - Method in interface org.apache.directory.ldap.client.api.SaslRequest
Gets the quality of protection.
getRawOidOrNameSuffix() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OpenLdapObjectIdentifierMacro
Gets the raw OID or name plus suffix.
getRdn() - Method in class org.apache.directory.api.ldap.model.name.Dn
Retrieves the last (leaf) component of this name.
getRdn() - Method in enum org.apache.directory.api.ldap.model.schema.SchemaObjectType
Get the Rdn associated with a schemaObjectType
getRdn() - Method in class org.apache.directory.api.ldap.util.tree.DnNode
 
getRdn(int) - Method in class org.apache.directory.api.ldap.model.name.Dn
Retrieves a component of this name.
getRdnAttributeType(String) - Static method in class org.apache.directory.api.ldap.model.name.DnUtils
Gets the attributeType of a RDN (the left part of the RDN).
getRdns() - Method in class org.apache.directory.api.ldap.model.name.Dn
Retrieves all the components of this name.
getRdnValue(String) - Static method in class org.apache.directory.api.ldap.model.name.DnUtils
Gets the value of a RDN ( the right part of the RDN).
getReadOperationTimeout() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
Gets read operation timeout in milliseconds.
getRealmName() - Method in class org.apache.directory.ldap.client.api.AbstractSaslRequest
Gets realm name.
getRealmName() - Method in interface org.apache.directory.ldap.client.api.SaslRequest
Gets realm name.
getReason() - Method in class org.apache.directory.api.ldap.model.exception.LdapTlsHandshakeFailCause
 
getReasonCode() - Method in exception org.apache.directory.api.ldap.model.exception.LdapUriException
Get the reason code.
getReasonPhrase() - Method in class org.apache.directory.api.ldap.model.exception.LdapTlsHandshakeFailCause
 
getReferencing(SchemaObject) - Method in class org.apache.directory.api.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.api.dsmlv2.response.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.api.dsmlv2.response.SearchResultReferenceDsml
Gets the sequence of LdapUrls as a Referral instance.
getReferral() - Method in interface org.apache.directory.api.ldap.model.cursor.SearchCursor
 
getReferral() - Method in interface org.apache.directory.api.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.api.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.api.ldap.model.message.SearchResultReference
Gets the sequence of LdapUrls as a Referral instance.
getReferral() - Method in class org.apache.directory.api.ldap.model.message.SearchResultReferenceImpl
Gets the sequence of LdapUrls as a Referral instance.
getReferral() - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
getReferralContext() - Method in exception org.apache.directory.api.ldap.model.exception.AbstractLdapReferralException
Not yet implemented
getReferralContext() - Method in exception org.apache.directory.api.ldap.model.exception.LdapReferralException
Not yet implemented
getReferralContext(Map<?, ?>) - Method in exception org.apache.directory.api.ldap.model.exception.AbstractLdapReferralException
Not yet implemented
getReferralContext(Map<?, ?>) - Method in exception org.apache.directory.api.ldap.model.exception.LdapReferralException
Not yet implemented
getReferralInfo() - Method in exception org.apache.directory.api.ldap.model.cursor.CursorLdapReferralException
 
getReferralInfo() - Method in exception org.apache.directory.api.ldap.model.exception.LdapReferralException
 
getReferralLength() - Method in interface org.apache.directory.api.ldap.model.message.Referral
 
getReferralLength() - Method in class org.apache.directory.api.ldap.model.message.ReferralImpl
getReferrals() - Method in class org.apache.directory.api.dsmlv2.response.LdapResultDsml
Get the referrals
getRefinement() - Method in class org.apache.directory.api.ldap.aci.protectedItem.RangeOfValuesItem
Gets the refinement.
getRefinement() - Method in class org.apache.directory.api.ldap.model.subtree.BaseSubtreeSpecification
 
getRefinement() - Method in class org.apache.directory.api.ldap.model.subtree.NotRefinement
 
getRefinement() - Method in interface org.apache.directory.api.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.api.ldap.model.subtree.AndRefinement
 
getRefinements() - Method in class org.apache.directory.api.ldap.model.subtree.OrRefinement
 
getRegex(String, String[], String) - Static method in class org.apache.directory.api.ldap.model.filter.SubstringNode
Creates a regular expression from an LDAP substring assertion filter specification.
getRegex(Normalizer) - Method in class org.apache.directory.api.ldap.model.filter.SubstringNode
Gets the compiled regular expression for the substring expression.
getRegexp() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.FacsimileTelephoneNumberSyntaxChecker
Get the default regexp (either the original one, or the one that has been set)
getRegexp() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.TelephoneNumberSyntaxChecker
Get the default regexp (either the original one, or the one that has been set)
getRegistries() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
 
getRegistries() - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
getRelatedId() - Method in exception org.apache.directory.api.ldap.model.exception.LdapSchemaException
Gets the related ID (name or OID) of the exception.
getRemainingComponents() - Method in class org.apache.directory.api.util.AbstractSimpleComponentsMonitor
Gets the remaining components.
getRemainingComponents() - Method in interface org.apache.directory.api.util.ComponentsMonitor
Gets the remaining components.
getRemainingComponents() - Method in class org.apache.directory.api.util.MandatoryAndOptionalComponentsMonitor
Gets the remaining components.
getRemainingDn() - Method in exception org.apache.directory.api.ldap.model.cursor.CursorLdapReferralException
 
getRemainingDn() - Method in exception org.apache.directory.api.ldap.model.exception.AbstractLdapReferralException
 
getRemainingDn() - Method in exception org.apache.directory.api.ldap.model.exception.LdapReferralException
 
getReplicaId() - Method in class org.apache.directory.api.ldap.model.csn.Csn
 
getReplicatedContexts() - Method in interface org.apache.directory.api.ldap.extras.extended.gracefulDisconnect.GracefulDisconnectResponse
Gets the replicated contexts.
getReplicatedContexts() - Method in class org.apache.directory.api.ldap.extras.extended.gracefulDisconnect.GracefulDisconnectResponseImpl
Gets the replicated contexts.
getRequestControlFactories() - Method in interface org.apache.directory.api.ldap.codec.api.LdapApiService
 
getRequestControlFactories() - Method in class org.apache.directory.api.ldap.codec.osgi.DefaultLdapCodecService
getRequestID() - Method in class org.apache.directory.api.dsmlv2.request.BatchRequestDsml
Gets the ID of the request
getRequestID() - Method in class org.apache.directory.api.dsmlv2.response.BatchResponseDsml
Gets the ID of the response
getRequestID() - Method in class org.apache.directory.api.dsmlv2.response.ErrorResponse
Gets the request ID
getRequestName() - Method in class org.apache.directory.api.dsmlv2.request.ExtendedRequestDsml
Get the extended request name
getRequestName() - Method in class org.apache.directory.api.ldap.model.message.AbstractExtendedRequest
Gets the Object Identifier corresponding to the extended request type.
getRequestName() - Method in interface org.apache.directory.api.ldap.model.message.ExtendedRequest
Gets the Object Identifier corresponding to the extended request type.
getRequestName() - Method in class org.apache.directory.api.ldap.model.message.OpaqueExtendedRequest
Gets the Object Identifier corresponding to the extended request type.
getRequests() - Method in class org.apache.directory.api.dsmlv2.request.BatchRequestDsml
Gets the List of all the requests in the Batch Request
getRequestValue() - Method in class org.apache.directory.api.dsmlv2.request.ExtendedRequestDsml
Get the extended request value
getRequestValue() - Method in class org.apache.directory.api.ldap.model.message.OpaqueExtendedRequest
 
getResolvedDn() - Method in exception org.apache.directory.api.ldap.model.exception.LdapOperationException
 
getResolvedObject() - Method in exception org.apache.directory.api.ldap.model.cursor.CursorLdapReferralException
 
getResolvedObject() - Method in exception org.apache.directory.api.ldap.model.exception.AbstractLdapReferralException
 
getResolvedObject() - Method in exception org.apache.directory.api.ldap.model.exception.LdapReferralException
 
getResolvedOid() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OpenLdapObjectIdentifierMacro
Gets the resolved OID, null if not yet resolved.
getResourceName() - Method in exception org.apache.directory.api.ldap.schema.extractor.UniqueResourceException
Gets the resource name.
getResources(Pattern) - Static method in class org.apache.directory.api.ldap.schema.extractor.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.api.ldap.codec.api.ResponseCarryingException
Get the constructed response
getResponse() - Method in exception org.apache.directory.api.ldap.model.exception.ResponseCarryingMessageException
Get the constructed response
getResponse() - Method in class org.apache.directory.api.ldap.model.message.AbstractExtendedRequest
 
getResponse() - Method in class org.apache.directory.api.ldap.model.message.extended.AddNoDResponse
Gets the reponse OID specific encoded response values.
getResponse() - Method in class org.apache.directory.api.ldap.model.message.extended.BindNoDResponse
Gets the reponse OID specific encoded response values.
getResponse() - Method in class org.apache.directory.api.ldap.model.message.extended.CompareNoDResponse
Gets the reponse OID specific encoded response values.
getResponse() - Method in class org.apache.directory.api.ldap.model.message.extended.DeleteNoDResponse
Gets the reponse OID specific encoded response values.
getResponse() - Method in class org.apache.directory.api.ldap.model.message.extended.ExtendedNoDResponse
Gets the reponse OID specific encoded response values.
getResponse() - Method in class org.apache.directory.api.ldap.model.message.extended.ModifyDnNoDResponse
Gets the reponse OID specific encoded response values.
getResponse() - Method in class org.apache.directory.api.ldap.model.message.extended.ModifyNoDResponse
Gets the reponse OID specific encoded response values.
getResponse() - Method in class org.apache.directory.api.ldap.model.message.extended.NoticeOfDisconnect
Gets the reponse OID specific encoded response values.
getResponse() - Method in class org.apache.directory.api.ldap.model.message.extended.SearchNoDResponse
Gets the reponse OID specific encoded response values.
getResponse() - Method in exception org.apache.directory.ldap.client.template.exception.LdapRequestUnsuccessfulException
 
getResponseControlFactories() - Method in interface org.apache.directory.api.ldap.codec.api.LdapApiService
 
getResponseControlFactories() - Method in class org.apache.directory.api.ldap.codec.osgi.DefaultLdapCodecService
getResponseName() - Method in class org.apache.directory.api.dsmlv2.response.ExtendedResponseDsml
Get the extended response name
getResponseName() - Method in class org.apache.directory.api.ldap.extras.extended.cancel.CancelResponseImpl
Gets the OID uniquely identifying this extended response (a.k.a. its name).
getResponseName() - Method in class org.apache.directory.api.ldap.model.message.AbstractExtendedResponse
Gets the OID uniquely identifying this extended response (a.k.a. its name).
getResponseName() - Method in class org.apache.directory.api.ldap.model.message.extended.AddNoDResponse
Gets the OID uniquely identifying this extended response (a.k.a. its name).
getResponseName() - Method in class org.apache.directory.api.ldap.model.message.extended.BindNoDResponse
Gets the OID uniquely identifying this extended response (a.k.a. its name).
getResponseName() - Method in class org.apache.directory.api.ldap.model.message.extended.CompareNoDResponse
Gets the OID uniquely identifying this extended response (a.k.a. its name).
getResponseName() - Method in class org.apache.directory.api.ldap.model.message.extended.DeleteNoDResponse
Gets the OID uniquely identifying this extended response (a.k.a. its name).
getResponseName() - Method in class org.apache.directory.api.ldap.model.message.extended.ModifyDnNoDResponse
Gets the OID uniquely identifying this extended response (a.k.a. its name).
getResponseName() - Method in class org.apache.directory.api.ldap.model.message.extended.ModifyNoDResponse
Gets the OID uniquely identifying this extended response (a.k.a. its name).
getResponseName() - Method in class org.apache.directory.api.ldap.model.message.extended.SearchNoDResponse
Gets the OID uniquely identifying this extended response (a.k.a. its name).
getResponseName() - Method in interface org.apache.directory.api.ldap.model.message.ExtendedResponse
Gets the OID uniquely identifying this extended response (a.k.a. its name).
getResponseName() - Method in interface org.apache.directory.api.ldap.model.message.IntermediateResponse
Gets the response name
getResponseName() - Method in class org.apache.directory.api.ldap.model.message.IntermediateResponseImpl
Gets the OID uniquely identifying this Intermediate response (a.k.a. its name).
getResponseOrder() - Method in class org.apache.directory.api.dsmlv2.request.BatchRequestDsml
Gets the response order type of the request
getResponses() - Method in class org.apache.directory.api.dsmlv2.response.BatchResponseDsml
Gets the List of all the responses
getResponseType() - Method in class org.apache.directory.api.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.api.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.api.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.api.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.api.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.api.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.api.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.api.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.api.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.api.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.api.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.api.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.api.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.api.ldap.model.message.ModifyRequestImpl
Gets the protocol response message type for this request which produces at least one response.
getResponseType() - Method in class org.apache.directory.api.ldap.model.message.OpaqueExtendedRequest
Gets the protocol response message type for this request which produces at least one response.
getResponseType() - Method in interface org.apache.directory.api.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.api.dsmlv2.request.SearchRequestDsml
Gets the different response types generated by a search request.
getResponseTypes() - Method in interface org.apache.directory.api.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.api.ldap.model.message.SearchRequest
Gets the different response types generated by a search request.
getResponseTypes() - Method in class org.apache.directory.api.ldap.model.message.SearchRequestImpl
Gets the different response types generated by a search request.
getResponseValue() - Method in class org.apache.directory.api.dsmlv2.response.ExtendedResponseDsml
Get the extended response
getResponseValue() - Method in interface org.apache.directory.api.ldap.model.message.IntermediateResponse
Gets the ResponseValue.
getResponseValue() - Method in class org.apache.directory.api.ldap.model.message.IntermediateResponseImpl
Gets the reponseName specific encoded
getResponseValue() - Method in class org.apache.directory.api.ldap.model.message.OpaqueExtendedResponse
 
getResultCode() - Method in class org.apache.directory.api.dsmlv2.response.LdapResultDsml
Get the result code
getResultCode() - Method in exception org.apache.directory.api.ldap.model.cursor.CursorLdapReferralException
getResultCode() - Method in exception org.apache.directory.api.ldap.model.exception.AbstractLdapReferralException
getResultCode() - Method in exception org.apache.directory.api.ldap.model.exception.LdapOperationException
Gets the LDAP result code that would be associated with this exception.
getResultCode() - Method in exception org.apache.directory.api.ldap.model.exception.LdapReferralException
getResultCode() - Method in interface org.apache.directory.api.ldap.model.message.LdapResult
Gets the result code enumeration associated with the response.
getResultCode() - Method in class org.apache.directory.api.ldap.model.message.LdapResultImpl
Gets the result code enumeration associated with the response.
getResultCode() - Method in enum org.apache.directory.api.ldap.model.message.ResultCodeEnum
 
getResultCode() - Method in exception org.apache.directory.ldap.client.template.exception.PasswordException
Returns the result code from the attempt to bind or modify the userPassword.
getResultCode(int) - Static method in enum org.apache.directory.api.ldap.model.message.ResultCodeEnum
Gets the ResultCode enum from its integer value
getResultCode(Throwable) - Static method in enum org.apache.directory.api.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.api.dsmlv2.request.AbstractResultResponseRequestDsml
If called for the first time, this method creates a result containing response object for this request.
getResultResponse() - Method in class org.apache.directory.api.ldap.extras.extended.cancel.CancelRequestImpl
The result containing response for this request.
getResultResponse() - Method in class org.apache.directory.api.ldap.extras.extended.certGeneration.CertGenerationRequestImpl
The result containing response for this request.
getResultResponse() - Method in class org.apache.directory.api.ldap.extras.extended.endTransaction.EndTransactionRequestImpl
The result containing response for this request.
getResultResponse() - Method in class org.apache.directory.api.ldap.extras.extended.gracefulShutdown.GracefulShutdownRequestImpl
The result containing response for this request.
getResultResponse() - Method in class org.apache.directory.api.ldap.extras.extended.pwdModify.PasswordModifyRequestImpl
The result containing response for this request.
getResultResponse() - Method in class org.apache.directory.api.ldap.extras.extended.startTls.StartTlsRequestImpl
The result containing response for this request.
getResultResponse() - Method in class org.apache.directory.api.ldap.extras.extended.startTransaction.StartTransactionRequestImpl
The result containing response for this request.
getResultResponse() - Method in class org.apache.directory.api.ldap.extras.extended.storedProcedure.StoredProcedureRequestImpl
The result containing response for this request.
getResultResponse() - Method in class org.apache.directory.api.ldap.extras.extended.whoAmI.WhoAmIRequestImpl
The result containing response for this request.
getResultResponse() - Method in class org.apache.directory.api.ldap.model.message.AbstractExtendedRequest
The result containing response for this request.
getResultResponse() - Method in class org.apache.directory.api.ldap.model.message.AddRequestImpl
The result containing response for this request.
getResultResponse() - Method in class org.apache.directory.api.ldap.model.message.BindRequestImpl
The result containing response for this request.
getResultResponse() - Method in class org.apache.directory.api.ldap.model.message.CompareRequestImpl
The result containing response for this request.
getResultResponse() - Method in class org.apache.directory.api.ldap.model.message.DeleteRequestImpl
The result containing response for this request.
getResultResponse() - Method in class org.apache.directory.api.ldap.model.message.ModifyDnRequestImpl
The result containing response for this request.
getResultResponse() - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
The result containing response for this request.
getResultResponse() - Method in class org.apache.directory.api.ldap.model.message.OpaqueExtendedRequest
The result containing response for this request.
getResultResponse() - Method in interface org.apache.directory.api.ldap.model.message.ResultResponseRequest
If called for the first time, this method creates a result containing response object for this request.
getResultResponse() - Method in class org.apache.directory.api.ldap.model.message.SearchRequestImpl
If called for the first time, this method creates a result containing response object for this request.
getReturningAttributes() - Method in class org.apache.directory.api.ldap.model.message.SearchParams
 
getReturningAttributesStr() - Method in class org.apache.directory.api.ldap.model.message.SearchParams
 
getRole() - Method in enum org.apache.directory.api.ldap.model.subtree.AdministrativeRole
 
getRootCause() - Method in class org.apache.directory.api.ldap.model.exception.LdapTlsHandshakeFailCause
 
getRootDse() - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Get back the RooDSE from the connected server.
getRootDse() - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
Get back the RooDSE from the connected server.
getRootDse() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Get back the RooDSE from the connected server.
getRootDse(String...) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Get back the RooDSE from the connected server.
getRootDse(String...) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
Get back the RooDSE from the connected server.
getRootDse(String...) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Get back the RooDSE from the connected server.
getRuleId() - Method in class org.apache.directory.api.ldap.model.schema.DitStructureRule
 
getSalt() - Method in class org.apache.directory.api.ldap.model.password.PasswordDetails
The salt used to hash the password, null if no salt was used.
getSaslMechanism() - Method in class org.apache.directory.api.dsmlv2.request.BindRequestDsml
Gets the SASL mechanism String associated with this BindRequest if the bind operation is using SASL.
getSaslMechanism() - Method in interface org.apache.directory.api.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.api.ldap.model.message.BindRequestImpl
Gets the SASL mechanism String associated with this BindRequest if the bind operation is using SASL.
getSaslMechanism() - Method in class org.apache.directory.ldap.client.api.AbstractSaslRequest
Gets the SASL mechanism.
getSaslMechanism() - Method in interface org.apache.directory.ldap.client.api.SaslRequest
Gets the SASL mechanism.
getSchema(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.AbstractSchemaLoader
Gets a schema object based on it's name.
getSchema(String) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
Gets a schema object based on it's name.
getSchema(Entry) - Method in interface org.apache.directory.api.ldap.schema.loader.EntityFactory
Return an instance of the Schema associated to the entry
getSchema(Entry) - Method in class org.apache.directory.api.ldap.schema.loader.SchemaEntityFactory
Return an instance of the Schema associated to the entry
getSchemaElements() - Method in class org.apache.directory.api.ldap.schema.converter.antlrSchemaConverterParser
 
getSchemaLoader() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchema
Gets the SchemaLoader this Schema has to be loaded with
getSchemaLoader() - Method in interface org.apache.directory.api.ldap.model.schema.registries.Schema
Gets the SchemaLoader this Schema has to be loaded with
getSchemaManager() - Method in class org.apache.directory.api.ldap.model.name.Dn
Get the associated SchemaManager if any.
getSchemaManager() - Method in interface org.apache.directory.ldap.client.api.LdapConnection
 
getSchemaManager() - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
getSchemaManager() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
getSchemaName() - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
Gets the name of the schema this SchemaObject is associated with.
getSchemaName() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchema
Gets the name of the logical schema the objects of this Schema belong to: e.g. krb5-kdc may be the logical LDAP schema name.
getSchemaName() - Method in interface org.apache.directory.api.ldap.model.schema.registries.Schema
Gets the name of the logical schema the objects of this Schema belong to: e.g. krb5-kdc may be the logical LDAP schema name.
getSchemaName() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
Gets the name of the schema this SchemaObject is associated with.
getSchemaName(int) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultDitStructureRuleRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName(int) - Method in interface org.apache.directory.api.ldap.model.schema.registries.DitStructureRuleRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName(int) - Method in class org.apache.directory.api.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.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName(String) - Method in class org.apache.directory.api.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.api.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.api.ldap.model.schema.registries.ImmutableDitContentRuleRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName(String) - Method in class org.apache.directory.api.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.api.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.api.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.api.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.api.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.api.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.api.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.api.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName(String) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaObjectRegistry
Gets the name of the schema this schema object is associated with.
getSchemaObject(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.OidRegistry
Gets the SchemaObject associated with an OID.
getScheme() - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
 
getScope() - Method in class org.apache.directory.api.dsmlv2.request.SearchRequestDsml
Gets the search scope parameter enumeration.
getScope() - Method in class org.apache.directory.api.ldap.model.filter.ScopeNode
Gets the search scope.
getScope() - Method in class org.apache.directory.api.ldap.model.message.SearchParams
 
getScope() - Method in interface org.apache.directory.api.ldap.model.message.SearchRequest
Gets the search scope parameter enumeration.
getScope() - Method in class org.apache.directory.api.ldap.model.message.SearchRequestImpl
Gets the search scope parameter enumeration.
getScope() - Method in enum org.apache.directory.api.ldap.model.message.SearchScope
Gets the corresponding scope constant value as defined in RFC 4511.
getScope() - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
getScope(String) - Method in enum org.apache.directory.api.ldap.model.message.SearchScope
Gets the SearchScope associated with a scope String
getSearchResultDone() - Method in class org.apache.directory.api.dsmlv2.response.SearchResponse
Gets the Search Result Entry
getSearchResultDone() - Method in interface org.apache.directory.api.ldap.model.cursor.EntryCursor
gives the SearchResultDone message received at the end of search results
getSearchResultDone() - Method in interface org.apache.directory.api.ldap.model.cursor.SearchCursor
gives the SearchResultDone message received at the end of search results
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
getSearchResultEntryList() - Method in class org.apache.directory.api.dsmlv2.response.SearchResponse
Gets the Search Result Entry List
getSearchResultReferenceList() - Method in class org.apache.directory.api.dsmlv2.response.SearchResponse
Gets the Search Result Reference List
getSearchResultReferences() - Method in class org.apache.directory.api.dsmlv2.response.SearchResultReferenceDsml
Get the list of references
getSearchScope() - Method in class org.apache.directory.api.ldap.trigger.StoredProcedureSearchContextOption
Gets the search scope.
getSearchScope(int) - Static method in enum org.apache.directory.api.ldap.model.message.SearchScope
Gets the SearchScope enumerated type for the corresponding scope numeric value.
getSearchScope(String) - Static method in enum org.apache.directory.api.ldap.model.message.SearchScope
Gets the SearchScope enumerated type for the corresponding scope value of either base, one or sub.
getSeconds() - Method in class org.apache.directory.api.util.GeneralizedTime
 
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.AbstractSaslRequest
Gets the security strength.
getSecurityStrength() - Method in interface org.apache.directory.ldap.client.api.SaslRequest
Gets the security strength.
getSendTimeout() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
Gets send timeout in milliseconds.
getServerSaslCreds() - Method in class org.apache.directory.api.dsmlv2.response.BindResponseDsml
Gets the optional property holding SASL authentication response parameters that are SASL mechanism specific.
getServerSaslCreds() - Method in interface org.apache.directory.api.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.api.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.api.dsmlv2.request.BindRequestDsml
Checks to see if the authentication mechanism is simple and not SASL based.
getSimple() - Method in interface org.apache.directory.api.ldap.model.message.BindRequest
Checks to see if the authentication mechanism is simple and not SASL based.
getSimple() - Method in class org.apache.directory.api.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.api.ldap.codec.api.LdapApiServiceFactory
Gets the singleton instance of the LdapCodecService.
getSize() - Method in class org.apache.directory.api.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.api.asn1.util.Asn1Buffer
 
getSize() - Method in class org.apache.directory.api.asn1.util.Asn1Buffer2
 
getSize() - Method in interface org.apache.directory.api.ldap.model.message.controls.PagedResults
 
getSize() - Method in class org.apache.directory.api.ldap.model.message.controls.PagedResultsImpl
getSizeLimit() - Method in class org.apache.directory.api.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.api.ldap.model.ldif.LdifReader
 
getSizeLimit() - Method in class org.apache.directory.api.ldap.model.message.SearchParams
 
getSizeLimit() - Method in interface org.apache.directory.api.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.api.ldap.model.message.SearchRequestImpl
A sizelimit that restricts the maximum number of entries to be returned as a result of the search.
getSocketSessionConfig() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
 
getSortKeys() - Method in interface org.apache.directory.api.ldap.model.message.controls.SortRequest
 
getSortKeys() - Method in class org.apache.directory.api.ldap.model.message.controls.SortRequestImpl
 
getSortResult() - Method in interface org.apache.directory.api.ldap.model.message.controls.SortResponse
 
getSortResult() - Method in class org.apache.directory.api.ldap.model.message.controls.SortResponseImpl
getSourceObject() - Method in exception org.apache.directory.api.ldap.model.exception.LdapSchemaException
Gets the 'source' schema object.
getSpecification() - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
Gets the SchemaObject specification.
getSpecification() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
Gets the SchemaObject specification.
getSPSpecs() - Method in class org.apache.directory.api.ldap.trigger.TriggerSpecification
Gets the stored procedure specs.
getSslProtocol() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
Gets the SSL protocol.
getSslSession() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Gets the SSLSession associated with the connection.
getStartState() - Method in interface org.apache.directory.api.asn1.ber.grammar.States
 
getStartState() - Method in enum org.apache.directory.api.ldap.codec.controls.search.entryChange.EntryChangeStates
getStartState() - Method in enum org.apache.directory.api.ldap.codec.controls.search.pagedSearch.PagedResultsStates
getStartState() - Method in enum org.apache.directory.api.ldap.codec.controls.search.persistentSearch.PersistentSearchStates
getStartState() - Method in enum org.apache.directory.api.ldap.codec.controls.search.subentries.SubentriesStates
getStartState() - Method in enum org.apache.directory.api.ldap.codec.controls.sort.SortRequestStates
getStartState() - Method in enum org.apache.directory.api.ldap.codec.controls.sort.SortResponseStates
getStartState() - Method in enum org.apache.directory.api.ldap.codec.LdapStatesEnum
getStartState() - Method in enum org.apache.directory.api.ldap.extras.controls.ad_impl.AdDirSyncRequestStatesEnum
getStartState() - Method in enum org.apache.directory.api.ldap.extras.controls.ad_impl.AdDirSyncResponseStatesEnum
getStartState() - Method in enum org.apache.directory.api.ldap.extras.controls.ad_impl.AdPolicyHintsStates
getStartState() - Method in enum org.apache.directory.api.ldap.extras.controls.ppolicy_impl.PasswordPolicyResponseStates
getStartState() - Method in enum org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncDoneValueStatesEnum
getStartState() - Method in enum org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncRequestValueStatesEnum
getStartState() - Method in enum org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncStateValueStatesEnum
getStartState() - Method in enum org.apache.directory.api.ldap.extras.controls.vlv_impl.VirtualListViewRequestStates
getStartState() - Method in enum org.apache.directory.api.ldap.extras.controls.vlv_impl.VirtualListViewResponseStates
getStartState() - Method in enum org.apache.directory.api.ldap.extras.extended.ads_impl.cancel.CancelStatesEnum
getStartState() - Method in enum org.apache.directory.api.ldap.extras.extended.ads_impl.certGeneration.CertGenerationRequestStatesEnum
getStartState() - Method in enum org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.controls.ControlsStates
getStartState() - Method in enum org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.EndTransactionRequestStates
getStartState() - Method in enum org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.EndTransactionResponseStates
getStartState() - Method in enum org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectStatesEnum
getStartState() - Method in enum org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownStatesEnum
getStartState() - Method in enum org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify.PasswordModifyRequestStatesEnum
getStartState() - Method in enum org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify.PasswordModifyResponseStatesEnum
getStartState() - Method in enum org.apache.directory.api.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureStatesEnum
getStartState() - Method in enum org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl.SyncInfoValueStatesEnum
getState() - Method in class org.apache.directory.api.asn1.ber.AbstractContainer
Gets the current grammar state
getState() - Method in interface org.apache.directory.api.asn1.ber.Asn1Container
Gets the current grammar state
getState() - Method in interface org.apache.directory.api.dsmlv2.Container
Gets the current grammar state
getState() - Method in class org.apache.directory.api.dsmlv2.Dsmlv2Container
Get the current grammar state
getState(int) - Method in enum org.apache.directory.api.ldap.codec.controls.search.entryChange.EntryChangeStates
Get the string representing the state
getState(int) - Method in enum org.apache.directory.api.ldap.codec.controls.search.pagedSearch.PagedResultsStates
Get the string representing the state
getState(int) - Method in enum org.apache.directory.api.ldap.codec.controls.search.persistentSearch.PersistentSearchStates
Get the string representing the state
getState(int) - Method in enum org.apache.directory.api.ldap.codec.controls.search.subentries.SubentriesStates
Get the string representing the state
getState(int) - Method in enum org.apache.directory.api.ldap.codec.controls.sort.SortRequestStates
Get the string representing the state
getState(int) - Method in enum org.apache.directory.api.ldap.codec.controls.sort.SortResponseStates
Get the string representing the state
getState(int) - Method in enum org.apache.directory.api.ldap.codec.LdapStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.api.ldap.extras.controls.ad_impl.AdDirSyncRequestStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.api.ldap.extras.controls.ad_impl.AdDirSyncResponseStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.api.ldap.extras.controls.ad_impl.AdPolicyHintsStates
Get the string representing the state
getState(int) - Method in enum org.apache.directory.api.ldap.extras.controls.ppolicy_impl.PasswordPolicyResponseStates
Get the string representing the state
getState(int) - Method in enum org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncDoneValueStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncRequestValueStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncStateValueStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.api.ldap.extras.controls.vlv_impl.VirtualListViewRequestStates
Get the string representing the state
getState(int) - Method in enum org.apache.directory.api.ldap.extras.controls.vlv_impl.VirtualListViewResponseStates
Get the string representing the state
getState(int) - Method in enum org.apache.directory.api.ldap.extras.extended.ads_impl.cancel.CancelStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.api.ldap.extras.extended.ads_impl.certGeneration.CertGenerationRequestStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.controls.ControlsStates
Get the string representing the state
getState(int) - Method in enum org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.EndTransactionRequestStates
Get the string representing the state
getState(int) - Method in enum org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.EndTransactionResponseStates
Get the string representing the state
getState(int) - Method in enum org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify.PasswordModifyRequestStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify.PasswordModifyResponseStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.api.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl.SyncInfoValueStatesEnum
Get the string representing the state
getStates() - Method in interface org.apache.directory.api.dsmlv2.Container
 
getStates() - Method in class org.apache.directory.api.dsmlv2.Dsmlv2Container
Get the states for this container's grammars
getStatesEnum() - Method in class org.apache.directory.api.dsmlv2.AbstractGrammar
Gets the states of the current grammar
getStatesEnum() - Method in interface org.apache.directory.api.dsmlv2.Grammar
Get the statesEnum for the current grammar
getStoredProcedure() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureRequestContainer
 
getStream() - Method in class org.apache.directory.api.asn1.ber.AbstractContainer
Gets the current stream containing the bytes to decode
getStream() - Method in interface org.apache.directory.api.asn1.ber.Asn1Container
Gets the current stream containing the bytes to decode
getString() - Method in interface org.apache.directory.api.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.api.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.api.ldap.model.entry.Value
Get the User Provided value.
getString() - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
 
getString(byte[], int, int, String) - Static method in class org.apache.directory.api.util.Strings
From commons-httpclients.
getString(byte[], int, int, Charset) - Static method in class org.apache.directory.api.util.Strings
From commons-httpclients.
getString(byte[], String) - Static method in class org.apache.directory.api.util.Strings
From commons-httpclients.
getString(byte[], Charset) - Static method in class org.apache.directory.api.util.Strings
From commons-httpclients.
getStructuralObjectClass() - Method in class org.apache.directory.api.ldap.model.schema.NameForm
Gets the STRUCTURAL ObjectClass this name form specifies naming attributes for.
getStructuralObjectClassOid() - Method in class org.apache.directory.api.ldap.model.schema.NameForm
Gets the STRUCTURAL ObjectClass this name form specifies naming attributes for.
getSubentriesControl() - Method in class org.apache.directory.api.ldap.codec.controls.search.subentries.SubentriesContainer
 
getSubjectDN() - Method in interface org.apache.directory.api.ldap.extras.extended.certGeneration.CertGenerationRequest
 
getSubjectDN() - Method in class org.apache.directory.api.ldap.extras.extended.certGeneration.CertGenerationRequestImpl
getSubPrefix() - Method in enum org.apache.directory.api.ldap.model.constants.LdapSecurityConstants
 
getSubstr() - Method in class org.apache.directory.api.ldap.schema.converter.AttributeTypeHolder
Get the substring Matching Rule
getSubstring() - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
Gets the MatchingRule for this AttributeType used for Substr matching.
getSubstringName() - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
Gets the MatchingRule name for this AttributeType used for Substring matching.
getSubstringOid() - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
Gets the Substr OID for this AttributeType's values.
getSubstringsLength() - Method in class org.apache.directory.api.ldap.codec.search.SubstringFilter
 
getSubtreeSpecification() - Method in class org.apache.directory.api.ldap.model.subtree.Subentry
 
getSubtreeSpecification() - Method in class org.apache.directory.api.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.api.ldap.aci.UserClass.Subtree
Returns the collection of unrefined SubtreeSpecifications.
getSuperior() - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
Gets the the superior AttributeType of this AttributeType.
getSuperior() - Method in class org.apache.directory.api.ldap.schema.converter.AttributeTypeHolder
Get the optional attributeType's superior
getSuperiorName() - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
Gets the Name of the superior AttributeType for this AttributeType.
getSuperiorOid() - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
Gets the OID of the superior AttributeType for this AttributeType.
getSuperiorOids() - Method in class org.apache.directory.api.ldap.model.schema.ObjectClass
Gets the superclasses OIDsof this ObjectClass.
getSuperiors() - Method in class org.apache.directory.api.ldap.model.schema.ObjectClass
Gets the superclasses of this ObjectClass.
getSuperiors() - Method in class org.apache.directory.api.ldap.schema.converter.ObjectClassHolder
Get the list of superior for this objectClass
getSuperRules() - Method in class org.apache.directory.api.ldap.model.schema.DitStructureRule
 
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.LdapConnectionWrapper
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.
getSyncDoneValue() - Method in class org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncDoneValueContainer
 
getSyncInfoValue() - Method in class org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl.SyncInfoValueContainer
 
getSyncInfoValueType() - Method in interface org.apache.directory.api.ldap.extras.intermediate.syncrepl.SyncInfoValue
Get the value type.
getSyncInfoValueType() - Method in class org.apache.directory.api.ldap.extras.intermediate.syncrepl.SyncInfoValueImpl
 
getSyncMode(int) - Static method in enum org.apache.directory.api.ldap.extras.controls.SynchronizationModeEnum
Get the SynchronizationModeEnum instance from an integer value.
getSyncMode(int) - Static method in enum org.apache.directory.api.ldap.extras.intermediate.syncrepl.SynchronizationInfoEnum
Get the SynchronizationInfoEnum instance from an integer value.
getSyncRequestValue() - Method in class org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncRequestValueContainer
 
getSyncStateType() - Method in interface org.apache.directory.api.ldap.extras.controls.syncrepl.syncState.SyncStateValue
 
getSyncStateType() - Method in class org.apache.directory.api.ldap.extras.controls.syncrepl.syncState.SyncStateValueImpl
getSyncStateType(int) - Static method in enum org.apache.directory.api.ldap.extras.controls.syncrepl.syncState.SyncStateTypeEnum
Get the SyncStateTypeEnum instance from an integer value.
getSyncStateValue() - Method in class org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncStateValueContainer
 
getSyncUUIDs() - Method in interface org.apache.directory.api.ldap.extras.intermediate.syncrepl.SyncInfoValue
 
getSyncUUIDs() - Method in class org.apache.directory.api.ldap.extras.intermediate.syncrepl.SyncInfoValueImpl
getSyntax() - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
Gets the Syntax for this AttributeType's values.
getSyntax() - Method in class org.apache.directory.api.ldap.model.schema.MatchingRule
Gets the LdapSyntax used by this MatchingRule.
getSyntax() - Method in class org.apache.directory.api.ldap.schema.converter.AttributeTypeHolder
Get the attributeType's syntax
getSyntax(SchemaManager, Entry, Registries, String) - Method in interface org.apache.directory.api.ldap.schema.loader.EntityFactory
 
getSyntax(SchemaManager, Entry, Registries, String) - Method in class org.apache.directory.api.ldap.schema.loader.SchemaEntityFactory
getSyntaxChecker() - Method in class org.apache.directory.api.ldap.model.schema.LdapSyntax
Gets the SyntaxChecker used to validate values in accordance with this Syntax.
getSyntaxChecker(SchemaManager, Entry, Registries, String) - Method in interface org.apache.directory.api.ldap.schema.loader.EntityFactory
Retrieve and load a syntaxChecker class from the DIT.
getSyntaxChecker(SchemaManager, Entry, Registries, String) - Method in class org.apache.directory.api.ldap.schema.loader.SchemaEntityFactory
Retrieve and load a syntaxChecker class from the DIT.
getSyntaxChecker(SchemaManager, SyntaxCheckerDescription, Registries, String) - Method in interface org.apache.directory.api.ldap.schema.loader.EntityFactory
Create a new instance of a SyntaxChecker
getSyntaxChecker(SchemaManager, SyntaxCheckerDescription, Registries, String) - Method in class org.apache.directory.api.ldap.schema.loader.SchemaEntityFactory
Create a new instance of a SyntaxChecker
getSyntaxCheckerRegistry() - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
 
getSyntaxCheckerRegistry() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Get an immutable reference on the SyntaxChecker registry
getSyntaxCheckerRegistry() - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Get an immutable reference on the SyntaxChecker registry
getSyntaxLength() - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
Gets a length limit for this AttributeType.
getSyntaxName() - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
Gets the Syntax name for this AttributeType's values.
getSyntaxOid() - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
Gets the Syntax OID for this AttributeType's values.
getSyntaxOid() - Method in class org.apache.directory.api.ldap.model.schema.MatchingRule
Gets the LdapSyntax OID used by this MatchingRule.
getTag() - Method in class org.apache.directory.api.asn1.ber.tlv.TLV
 
getTargetDN() - Method in interface org.apache.directory.api.ldap.extras.extended.certGeneration.CertGenerationRequest
Get the Target DN for the certificate storage
getTargetDN() - Method in class org.apache.directory.api.ldap.extras.extended.certGeneration.CertGenerationRequestImpl
Get the Target DN for the certificate storage
getTargetEntry(List<? extends Modification>, Entry) - Static method in class org.apache.directory.api.ldap.model.schema.SchemaUtils
Gets the target entry as it would look after a modification operation were performed on it.
getTargetPosition() - Method in interface org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewResponse
 
getTargetPosition() - Method in class org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewResponseImpl
getTempDirectory() - Static method in class org.apache.directory.api.util.FileUtils
Returns a File representing the system temporary directory.
getTempDirectoryPath() - Static method in class org.apache.directory.api.util.FileUtils
Returns the path to the system temporary directory.
getTerminalFilter() - Method in class org.apache.directory.api.dsmlv2.request.SearchRequestDsml
Get the terminal filter
getTerminalFilter() - Method in class org.apache.directory.api.ldap.codec.api.LdapMessageContainer
 
getTime() - Method in class org.apache.directory.api.util.GeneralizedTime
 
getTimeBeforeExpiration() - Method in interface org.apache.directory.api.ldap.extras.controls.passwordExpired.PasswordExpiredResponse
Returns the time in seconds before the password expires.
getTimeBeforeExpiration() - Method in class org.apache.directory.api.ldap.extras.controls.passwordExpired.PasswordExpiredResponseImpl
Returns the time in seconds before the password expires.
getTimeBeforeExpiration() - Method in interface org.apache.directory.api.ldap.extras.controls.ppolicy.PasswordPolicyResponse
Returns the time before expiration.
getTimeBeforeExpiration() - Method in class org.apache.directory.api.ldap.extras.controls.ppolicy.PasswordPolicyResponseImpl
Returns the time before expiration.
getTimeBeforeExpiration() - Method in interface org.apache.directory.ldap.client.template.PasswordWarning
Returns the number of seconds before the password will expire.
getTimeLimit() - Method in class org.apache.directory.api.dsmlv2.request.SearchRequestDsml
Gets the timelimit that restricts the maximum time (in seconds) allowed for a search.
getTimeLimit() - Method in class org.apache.directory.api.ldap.model.message.SearchParams
 
getTimeLimit() - Method in interface org.apache.directory.api.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.api.ldap.model.message.SearchRequestImpl
Gets the timelimit that restricts the maximum time (in seconds) allowed for a search.
getTimeOffline() - Method in interface org.apache.directory.api.ldap.extras.extended.gracefulDisconnect.GracefulDisconnectResponse
Gets the offline time after disconnection, in minutes.
getTimeOffline() - Method in class org.apache.directory.api.ldap.extras.extended.gracefulDisconnect.GracefulDisconnectResponseImpl
Gets the offline time after disconnection, in minutes.
getTimeOffline() - Method in interface org.apache.directory.api.ldap.extras.extended.gracefulShutdown.GracefulShutdownRequest
Gets the offline time after disconnection, in minutes.
getTimeOffline() - Method in class org.apache.directory.api.ldap.extras.extended.gracefulShutdown.GracefulShutdownRequestImpl
Gets the offline time after disconnection, in minutes.
getTimeout() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
Gets the timeout in milliseconds.
getTimeout(long, int) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Get the largest timeout from the search time limit and the connection timeout.
getTimestamp() - Method in class org.apache.directory.api.ldap.model.csn.Csn
 
getTlvId() - Method in class org.apache.directory.api.asn1.ber.AbstractContainer
Gets the current TLV id
getTlvId() - Method in interface org.apache.directory.api.asn1.ber.Asn1Container
Gets the current TLV id
getTlvId() - Method in class org.apache.directory.api.ldap.codec.api.LdapMessageContainer
 
getTlvId() - Method in class org.apache.directory.api.ldap.codec.search.Filter
 
getTopFilter() - Method in class org.apache.directory.api.ldap.codec.api.LdapMessageContainer
 
getTransactionId() - Method in interface org.apache.directory.api.ldap.extras.extended.endTransaction.EndTransactionRequest
 
getTransactionId() - Method in class org.apache.directory.api.ldap.extras.extended.endTransaction.EndTransactionRequestImpl
getTransactionId() - Method in interface org.apache.directory.api.ldap.extras.extended.startTransaction.StartTransactionResponse
 
getTransactionId() - Method in class org.apache.directory.api.ldap.extras.extended.startTransaction.StartTransactionResponseImpl
getTransition() - Method in class org.apache.directory.api.asn1.ber.AbstractContainer
Gets the transition
getTransition() - Method in interface org.apache.directory.api.asn1.ber.Asn1Container
Gets the transition
getTransition() - Method in interface org.apache.directory.api.dsmlv2.Container
Gets the transition
getTransition() - Method in class org.apache.directory.api.dsmlv2.Dsmlv2Container
Get the transition
getTransition(Enum<?>, int) - Method in class org.apache.directory.api.asn1.ber.grammar.AbstractGrammar
Get the transition associated with the state and tag
getTransition(Enum<Dsmlv2StatesEnum>, Tag) - Method in class org.apache.directory.api.dsmlv2.AbstractGrammar
Gets the transition associated with the state and tag
getTransition(Enum<Dsmlv2StatesEnum>, Tag) - Method in class org.apache.directory.api.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.api.dsmlv2.AbstractDsmlMessageDecorator
Gets the LDAP message type code associated with this Message.
getType() - Method in class org.apache.directory.api.dsmlv2.request.AbandonRequestDsml
Gets the LDAP message type code associated with this Message.
getType() - Method in class org.apache.directory.api.dsmlv2.request.AddRequestDsml
Gets the LDAP message type code associated with this Message.
getType() - Method in class org.apache.directory.api.dsmlv2.request.BindRequestDsml
Gets the LDAP message type code associated with this Message.
getType() - Method in class org.apache.directory.api.dsmlv2.request.CompareRequestDsml
Gets the LDAP message type code associated with this Message.
getType() - Method in class org.apache.directory.api.dsmlv2.request.DelRequestDsml
Gets the LDAP message type code associated with this Message.
getType() - Method in class org.apache.directory.api.dsmlv2.request.ExtendedRequestDsml
Gets the LDAP message type code associated with this Message.
getType() - Method in class org.apache.directory.api.dsmlv2.request.ExtensibleMatchFilter
Get the type
getType() - Method in class org.apache.directory.api.dsmlv2.request.ModifyDNRequestDsml
Gets the LDAP message type code associated with this Message.
getType() - Method in class org.apache.directory.api.dsmlv2.request.SearchRequestDsml
Gets the LDAP message type code associated with this Message.
getType() - Method in class org.apache.directory.api.dsmlv2.request.SubstringFilter
Get the attribute
getType() - Method in class org.apache.directory.api.dsmlv2.response.AddResponseDsml
Gets the LDAP message type code associated with this Message.
getType() - Method in class org.apache.directory.api.dsmlv2.response.CompareResponseDsml
Gets the LDAP message type code associated with this Message.
getType() - Method in class org.apache.directory.api.dsmlv2.response.DelResponseDsml
Gets the LDAP message type code associated with this Message.
getType() - Method in class org.apache.directory.api.dsmlv2.response.ExtendedResponseDsml
Gets the LDAP message type code associated with this Message.
getType() - Method in class org.apache.directory.api.dsmlv2.response.ModDNResponseDsml
Gets the LDAP message type code associated with this Message.
getType() - Method in class org.apache.directory.api.dsmlv2.response.ModifyResponseDsml
Gets the LDAP message type code associated with this Message.
getType() - Method in class org.apache.directory.api.dsmlv2.response.SearchResponse
Gets the LDAP message type code associated with this Message.
getType() - Method in class org.apache.directory.api.dsmlv2.response.SearchResultDoneDsml
Gets the LDAP message type code associated with this Message.
getType() - Method in class org.apache.directory.api.dsmlv2.response.SearchResultEntryDsml
Gets the LDAP message type code associated with this Message.
getType() - Method in class org.apache.directory.api.dsmlv2.response.SearchResultReferenceDsml
Gets the LDAP message type code associated with this Message.
getType() - Method in class org.apache.directory.api.dsmlv2.Tag
Gets the type of the tag
getType() - Method in class org.apache.directory.api.ldap.codec.search.ExtensibleMatchFilter
Get the type
getType() - Method in class org.apache.directory.api.ldap.codec.search.SubstringFilter
Get the attribute
getType() - Method in class org.apache.directory.api.ldap.extras.extended.storedProcedure.StoredProcedureParameter
Gets the type as a byte[].
getType() - Method in class org.apache.directory.api.ldap.model.message.AbstractMessage
Gets the LDAP message type code associated with this Message.
getType() - Method in interface org.apache.directory.api.ldap.model.message.Message
Gets the LDAP message type code associated with this Message.
getType() - Method in class org.apache.directory.api.ldap.model.name.Ava
Get the user provided type of a Ava
getType() - Method in class org.apache.directory.api.ldap.model.name.Rdn
Return the user provided type, or the first one of we have more than one (the lowest)
getType() - Method in class org.apache.directory.api.ldap.model.schema.ObjectClass
Gets the type of this ObjectClass as a type safe enum.
getType() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
getType() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
getType() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableComparatorRegistry
getType() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitContentRuleRegistry
getType() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitStructureRuleRegistry
getType() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
getType() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
getType() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
getType() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNameFormRegistry
getType() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNormalizerRegistry
getType() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableObjectClassRegistry
getType() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
getType() - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaObjectRegistry
 
getType() - Method in class org.apache.directory.api.ldap.model.url.LdapUrl.Extension
Gets the type.
getTypeDescr(ErrorResponse.ErrorResponseType) - Method in class org.apache.directory.api.dsmlv2.response.ErrorResponse
Returns the String associated to the error response type
getTypesOnly() - Method in class org.apache.directory.api.dsmlv2.request.SearchRequestDsml
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.api.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.api.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.api.ldap.extras.extended.storedProcedure.StoredProcedureParameter
Gets the type as a UTF8 String.
getUniqueResource(String, String) - Static method in class org.apache.directory.api.ldap.schema.extractor.impl.DefaultSchemaLdifExtractor
Gets a unique resource from the class loader.
getUniqueResourceAsStream(String, String) - Static method in class org.apache.directory.api.ldap.schema.extractor.impl.DefaultSchemaLdifExtractor
Gets the unique schema file resource from the class loader off the base path.
getUnusedBits() - Method in class org.apache.directory.api.asn1.util.BitString
Get the number of unused bits
getUpdateControls() - Method in interface org.apache.directory.api.ldap.extras.extended.endTransaction.EndTransactionResponse
 
getUpdateControls() - Method in class org.apache.directory.api.ldap.extras.extended.endTransaction.EndTransactionResponseImpl
 
getUpId() - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
Get's the user provided identifier for this entry.
getUpId() - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Get's the user provided identifier for this entry.
getUpValue() - Method in class org.apache.directory.api.ldap.model.entry.Value
 
getUrls() - Method in exception org.apache.directory.api.ldap.schema.extractor.UniqueResourceException
Gets the URLs.
getUsage() - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
Determines the usage for this AttributeType.
getUsage() - Method in class org.apache.directory.api.ldap.schema.converter.AttributeTypeHolder
Get the attributeType's usage
getUsage(String) - Static method in enum org.apache.directory.api.ldap.model.schema.MatchingRuleEnum
Gets the enumeration type for the usage string regardless of case.
getUsage(String) - Static method in enum org.apache.directory.api.ldap.model.schema.UsageEnum
Gets the enumeration type for the attributeType usage string regardless of case.
getUsedBy(SchemaObject) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
Gets the Set of SchemaObjects referencing the given SchemaObject
getUserClasses() - Method in class org.apache.directory.api.ldap.aci.ACITuple
Gets the collection of UserClasses this tuple relates to.
getUserClasses() - Method in class org.apache.directory.api.ldap.aci.ItemPermission
Gets the collection of UserClasses.
getUserClasses() - Method in class org.apache.directory.api.ldap.aci.UserFirstACIItem
Gets the collection of UserClasses.
getUserId() - Method in interface org.apache.directory.api.ldap.extras.extended.whoAmI.WhoAmIResponse
Get the UserId
getUserId() - Method in class org.apache.directory.api.ldap.extras.extended.whoAmI.WhoAmIResponseImpl
Get the UserId
getUserIdentity() - Method in interface org.apache.directory.api.ldap.extras.extended.pwdModify.PasswordModifyRequest
 
getUserIdentity() - Method in class org.apache.directory.api.ldap.extras.extended.pwdModify.PasswordModifyRequestImpl
getUsername() - Method in class org.apache.directory.ldap.client.api.AbstractSaslRequest
Gets the username.
getUsername() - Method in interface org.apache.directory.ldap.client.api.SaslRequest
Gets the username.
getUserPermission() - Method in class org.apache.directory.api.ldap.aci.UserFirstACIItem
Gets the collection of UserPermissions.
getUsing(SchemaObject) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
Gets the Set of SchemaObjects referenced by the given SchemaObject
getUUID(long) - Static method in class org.apache.directory.api.util.Strings
Create a new UUID using a long as the least significant bits
getVal() - Method in enum org.apache.directory.api.ldap.model.message.controls.SortResultCode
 
getValue() - Method in class org.apache.directory.api.asn1.ber.tlv.TLV
 
getValue() - Method in enum org.apache.directory.api.asn1.ber.tlv.UniversalTag
 
getValue() - Method in class org.apache.directory.api.dsmlv2.DsmlControl
Gets the control value
getValue() - Method in class org.apache.directory.api.ldap.aci.protectedItem.MaxImmSubItem
Gets the maximum number of immediate subordinates.
getValue() - Method in interface org.apache.directory.api.ldap.codec.api.CodecControl
Gets the binary ASN.1 BER encoded representation of the control.
getValue() - Method in class org.apache.directory.api.ldap.codec.api.ControlDecorator
Get the control value
getValue() - Method in enum org.apache.directory.api.ldap.extras.controls.ad.AdDirSyncResponseFlag
 
getValue() - Method in enum org.apache.directory.api.ldap.extras.controls.ppolicy_impl.PasswordPolicyTags
 
getValue() - Method in enum org.apache.directory.api.ldap.extras.controls.ppolicy.PasswordPolicyErrorEnum
 
getValue() - Method in enum org.apache.directory.api.ldap.extras.controls.SynchronizationModeEnum
 
getValue() - Method in enum org.apache.directory.api.ldap.extras.controls.SyncModifyDnType
 
getValue() - Method in enum org.apache.directory.api.ldap.extras.controls.syncrepl.syncState.SyncStateTypeEnum
 
getValue() - Method in enum org.apache.directory.api.ldap.extras.controls.vlv_impl.VirtualListViewerTags
 
getValue() - Method in enum org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewResultCode
 
getValue() - Method in class org.apache.directory.api.ldap.extras.extended.storedProcedure.StoredProcedureParameter
Gets the value as a byte[].
getValue() - Method in enum org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl.SyncInfoValueTags
 
getValue() - Method in enum org.apache.directory.api.ldap.extras.intermediate.syncrepl.SynchronizationInfoEnum
 
getValue() - Method in enum org.apache.directory.api.ldap.model.constants.SaslQoP
Gets the equivalent string value.
getValue() - Method in enum org.apache.directory.api.ldap.model.constants.SaslSecurityStrength
Gets the equivalent string value.
getValue() - Method in class org.apache.directory.api.ldap.model.cursor.Tuple
Gets the value for this Tuple.
getValue() - Method in enum org.apache.directory.api.ldap.model.entry.ModificationOperation
 
getValue() - Method in class org.apache.directory.api.ldap.model.filter.ExtensibleNode
Gets the value.
getValue() - Method in class org.apache.directory.api.ldap.model.filter.SimpleNode
Gets the value.
getValue() - Method in class org.apache.directory.api.ldap.model.ldif.LdifControl
Get back the control value
getValue() - Method in enum org.apache.directory.api.ldap.model.message.AliasDerefMode
 
getValue() - Method in enum org.apache.directory.api.ldap.model.message.controls.ChangeType
 
getValue() - Method in enum org.apache.directory.api.ldap.model.message.ResultCodeEnum
 
getValue() - Method in class org.apache.directory.api.ldap.model.name.Ava
Get the Value of a Ava
getValue() - Method in class org.apache.directory.api.ldap.model.name.Rdn
Return the User Provided value, as a String
getValue() - Method in enum org.apache.directory.api.ldap.model.schema.MatchingRuleEnum
 
getValue() - Method in enum org.apache.directory.api.ldap.model.schema.ObjectClassTypeEnum
 
getValue() - Method in enum org.apache.directory.api.ldap.model.schema.SchemaObjectType
 
getValue() - Method in enum org.apache.directory.api.ldap.model.schema.UsageEnum
 
getValue() - Method in class org.apache.directory.api.ldap.model.url.LdapUrl.Extension
Gets the value.
getValue() - Method in class org.apache.directory.api.ldap.sp.LdapContextParameter
 
getValue() - Method in interface org.apache.directory.api.util.KeyValue
Gets the value from the pair.
getValue(int) - Method in class org.apache.directory.api.util.SequencedHashMap
Gets the value at the specified index.
getValue(String) - Method in class org.apache.directory.api.ldap.model.name.Rdn
Get the value of the Ava which type is given as an argument.
getValueMap() - Method in class org.apache.directory.ldap.client.api.LdifAnonymizer
 
getValuesIn() - Method in class org.apache.directory.api.ldap.aci.protectedItem.RestrictedByElem
Gets the attribute type only whose values are allowed in attributeType.
getValueString() - Method in class org.apache.directory.api.ldap.extras.extended.storedProcedure.StoredProcedureParameter
Gets the value as a UTF8 String.
getValueString(Object) - Method in interface org.apache.directory.api.ldap.model.cursor.TupleRenderer
Gets the value Object rendered as a String.
getVersion() - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
 
getVersion3() - Method in class org.apache.directory.api.dsmlv2.request.BindRequestDsml
Gets whether or not the Ldap v3 protocol is used.
getVersion3() - Method in interface org.apache.directory.api.ldap.model.message.BindRequest
Gets whether or not the Ldap v3 protocol is used.
getVersion3() - Method in class org.apache.directory.api.ldap.model.message.BindRequestImpl
Gets whether or not the Ldap v3 protocol is used.
getVirtualListViewRequest() - Method in class org.apache.directory.api.ldap.extras.controls.vlv_impl.VirtualListViewRequestContainer
 
getVirtualListViewResponse() - Method in class org.apache.directory.api.ldap.extras.controls.vlv_impl.VirtualListViewResponseContainer
 
getVirtualListViewResult() - Method in interface org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewResponse
 
getVirtualListViewResult() - Method in class org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewResponseImpl
getWriteOperationTimeout() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
Gets write operation timeout in milliseconds.
getXsiTypeAttributeValue(XmlPullParser) - Static method in class org.apache.directory.api.dsmlv2.ParserUtils
Returns the value of the attribute 'type' of the "XMLSchema-instance' namespace if it exists
getYear() - Method in class org.apache.directory.api.util.GeneralizedTime
 
GID_NUMBER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
GID_NUMBER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
GIVENNAME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
GIVENNAME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
GMT - Static variable in class org.apache.directory.api.util.TimeZones
The GMT TimeZone
GN_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
GN_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
GOVERNING_STRUCTURE_RULE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
GOVERNING_STRUCTURE_RULE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
GRACE_AUTHNS_REMAINING_TAG - org.apache.directory.api.ldap.extras.controls.ppolicy_impl.PasswordPolicyTags
graceAuthNsRemaining [1]
GRACEFUL_ACTION_DELAY_TAG - Static variable in class org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulActionConstants
This is the TAG used for the delay.
GRACEFUL_DISCONNECT_SEQUENCE_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectStatesEnum
Sequence
GRACEFUL_SHUTDOWN_SEQUENCE_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownStatesEnum
Sequence
GracefulActionConstants - Class in org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulDisconnect
Graceful Disconnect and Shutdown extended operation constants
GracefulDisconnectFactory - Class in org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulDisconnect
An ExtendedOperationFactory for creating cancel extended request response pairs.
GracefulDisconnectFactory(LdapApiService) - Constructor for class org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectFactory
Creates a new instance of GracefulDisconnectFactory.
GracefulDisconnectResponse - Interface in org.apache.directory.api.ldap.extras.extended.gracefulDisconnect
An unsolicited notification, extended response, intended for notifying clients of upcoming disconnection due to intended service windows.
GracefulDisconnectResponseContainer - Class in org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulDisconnect
A container for the GracefulDisconnect codec.
GracefulDisconnectResponseContainer() - Constructor for class org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectResponseContainer
Creates a new GracefulDisconnectContainer object.
GracefulDisconnectResponseGrammar - Class in org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulDisconnect
This class implements the Graceful Disconnect.
GracefulDisconnectResponseImpl - Class in org.apache.directory.api.ldap.extras.extended.gracefulDisconnect
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.api.ldap.extras.extended.gracefulDisconnect.GracefulDisconnectResponseImpl
Instantiates a new graceful disconnect.
GracefulDisconnectResponseImpl(int, int) - Constructor for class org.apache.directory.api.ldap.extras.extended.gracefulDisconnect.GracefulDisconnectResponseImpl
Instantiates a new graceful disconnect.
GracefulDisconnectStatesEnum - Enum in org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulDisconnect
This class store the GracefulDisconnect's grammar constants.
GracefulShutdownFactory - Class in org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulShutdown
An ExtendedOperationFactory for creating cancel extended request response pairs.
GracefulShutdownFactory(LdapApiService) - Constructor for class org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownFactory
Creates a new instance of GracefulShutdownFactory.
GracefulShutdownRequest - Interface in org.apache.directory.api.ldap.extras.extended.gracefulShutdown
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.
GracefulShutdownRequestContainer - Class in org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulShutdown
A container for the GracefulShutdown codec.
GracefulShutdownRequestContainer() - Constructor for class org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownRequestContainer
Creates a new GracefulShutdownContainer object.
GracefulShutdownRequestGrammar - Class in org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulShutdown
This class implements the Graceful shutdown.
GracefulShutdownRequestImpl - Class in org.apache.directory.api.ldap.extras.extended.gracefulShutdown
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() - Constructor for class org.apache.directory.api.ldap.extras.extended.gracefulShutdown.GracefulShutdownRequestImpl
Instantiates a new graceful shutdown request.
GracefulShutdownRequestImpl(int) - Constructor for class org.apache.directory.api.ldap.extras.extended.gracefulShutdown.GracefulShutdownRequestImpl
Instantiates a new graceful shutdown request.
GracefulShutdownRequestImpl(int, int, int) - Constructor for class org.apache.directory.api.ldap.extras.extended.gracefulShutdown.GracefulShutdownRequestImpl
Instantiates a new graceful shutdown request.
GracefulShutdownResponse - Interface in org.apache.directory.api.ldap.extras.extended.gracefulShutdown
The response sent back from the server when a GracefulShutdownRequestImpl extended operation is sent.
GracefulShutdownResponseImpl - Class in org.apache.directory.api.ldap.extras.extended.gracefulShutdown
The response sent back from the server when a GracefulShutdownRequestImpl extended operation is sent.
GracefulShutdownResponseImpl() - Constructor for class org.apache.directory.api.ldap.extras.extended.gracefulShutdown.GracefulShutdownResponseImpl
Instantiates a new graceful shutdown response.
GracefulShutdownResponseImpl(int) - Constructor for class org.apache.directory.api.ldap.extras.extended.gracefulShutdown.GracefulShutdownResponseImpl
Instantiates a new graceful shutdown response.
GracefulShutdownResponseImpl(int, ResultCodeEnum) - Constructor for class org.apache.directory.api.ldap.extras.extended.gracefulShutdown.GracefulShutdownResponseImpl
Instantiates a new graceful shutdown response.
GracefulShutdownStatesEnum - Enum in org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulShutdown
This class store the GracefulShutdown's grammar constants.
Grammar<C extends Asn1Container> - Interface in org.apache.directory.api.asn1.ber.grammar
The interface which expose common behavior of a Grammar implementer.
Grammar - Interface in org.apache.directory.api.dsmlv2
The interface which expose common behavior of a Grammar implementer.
GRAMMAR_END - org.apache.directory.api.asn1.ber.tlv.TLVStateEnum
The ending state
GRAMMAR_END - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The ending state for every grammars
GrammarAction<C extends Asn1Container> - Class in org.apache.directory.api.asn1.ber.grammar
A top level grammar class that store meta informations about the actions.
GrammarAction - Class in org.apache.directory.api.dsmlv2
A top level grammar class that store meta informations about the actions.
GrammarAction() - Constructor for class org.apache.directory.api.asn1.ber.grammar.GrammarAction
A default constructor
GrammarAction(String) - Constructor for class org.apache.directory.api.asn1.ber.grammar.GrammarAction
Creates a new GrammarAction object.
GrammarAction(String) - Constructor for class org.apache.directory.api.dsmlv2.GrammarAction
Creates a new GrammarAction object.
GrammarTransition<C extends Asn1Container> - Class in org.apache.directory.api.asn1.ber.grammar
Define a transition between two states of a grammar.
GrammarTransition - Class in org.apache.directory.api.dsmlv2
Define a transition between two states of a grammar.
GrammarTransition(Enum<?>, Enum<?>, int) - Constructor for class org.apache.directory.api.asn1.ber.grammar.GrammarTransition
Creates a new GrammarTransition object.
GrammarTransition(Enum<?>, Enum<?>, int, Action<C>) - Constructor for class org.apache.directory.api.asn1.ber.grammar.GrammarTransition
Creates a new GrammarTransition object.
GrammarTransition(Enum<?>, Enum<?>, UniversalTag) - Constructor for class org.apache.directory.api.asn1.ber.grammar.GrammarTransition
Creates a new GrammarTransition object.
GrammarTransition(Enum<?>, Enum<?>, UniversalTag, Action<C>) - Constructor for class org.apache.directory.api.asn1.ber.grammar.GrammarTransition
Creates a new GrammarTransition object.
GrammarTransition(Enum<Dsmlv2StatesEnum>, Enum<Dsmlv2StatesEnum>, GrammarAction) - Constructor for class org.apache.directory.api.dsmlv2.GrammarTransition
Creates a new GrammarTransition object.
GRANT_ADD - org.apache.directory.api.ldap.aci.GrantAndDenial
GRANT_BROWSE - org.apache.directory.api.ldap.aci.GrantAndDenial
GRANT_COMPARE - org.apache.directory.api.ldap.aci.GrantAndDenial
GRANT_DISCLOSE_ON_ERROR - org.apache.directory.api.ldap.aci.GrantAndDenial
GRANT_EXPORT - org.apache.directory.api.ldap.aci.GrantAndDenial
GRANT_FILTER_MATCH - org.apache.directory.api.ldap.aci.GrantAndDenial
GRANT_IMPORT - org.apache.directory.api.ldap.aci.GrantAndDenial
GRANT_INVOKE - org.apache.directory.api.ldap.aci.GrantAndDenial
GRANT_MODIFY - org.apache.directory.api.ldap.aci.GrantAndDenial
GRANT_READ - org.apache.directory.api.ldap.aci.GrantAndDenial
GRANT_REMOVE - org.apache.directory.api.ldap.aci.GrantAndDenial
GRANT_RENAME - org.apache.directory.api.ldap.aci.GrantAndDenial
GRANT_RETURN_DN - org.apache.directory.api.ldap.aci.GrantAndDenial
grantAndDenial() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
grantAndDenial() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
GrantAndDenial - Enum in org.apache.directory.api.ldap.aci
An enumeration that represents grants or denials of MicroOperations.
grantsAndDenials() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
grantsAndDenials() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
GRAPHIC_STRING - org.apache.directory.api.asn1.ber.tlv.UniversalTag
value for the tag
GREATER_OR_EQUAL - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
GREATER_OR_EQUAL_FILTER - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
GREATER_OR_EQUAL_FILTER_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
GREATER_OR_EQUAL_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
GREATEREQ - org.apache.directory.api.ldap.model.filter.AssertionType
greater than or equal to assertion node
GreaterEqNode<T> - Class in org.apache.directory.api.ldap.model.filter
A assertion value node for GreaterOrEqual.
GreaterEqNode(String, byte[]) - Constructor for class org.apache.directory.api.ldap.model.filter.GreaterEqNode
Creates a new GreaterOrEqual object.
GreaterEqNode(String, String) - Constructor for class org.apache.directory.api.ldap.model.filter.GreaterEqNode
Creates a new GreaterOrEqual object.
GreaterEqNode(AttributeType, Value) - Constructor for class org.apache.directory.api.ldap.model.filter.GreaterEqNode
Creates a new GreaterOrEqual object.
greaterThanOrEqual(String, String) - Static method in class org.apache.directory.ldap.client.api.search.FilterBuilder
Returns a new FilterBuilder for testing lexicographical greater than.
GROUP_OF_NAMES_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
GROUP_OF_NAMES_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
GROUP_OF_UNIQUE_NAMES_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
GROUP_OF_UNIQUE_NAMES_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
GSS_SPNEGO - Static variable in class org.apache.directory.api.ldap.model.constants.SupportedSaslMechanisms
Not a SASL JDK supported mechanism
GSSAPI - Static variable in class org.apache.directory.api.ldap.model.constants.SupportedSaslMechanisms
GSSAPI mechanism
GUIDE_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
GuideSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a Guide according to RFC 4517.
GuideSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class

H

handle(Callback[]) - Method in class org.apache.directory.ldap.client.api.callback.SaslCallbackHandler
handle(Logger, String, Throwable) - Method in class org.apache.directory.api.ldap.model.schema.LoggingSchemaErrorHandler
 
handle(Logger, String, Throwable) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaErrorHandler
Handle schema error.
HandshakeFuture - Class in org.apache.directory.ldap.client.api.future
A Future to manage StartTLS handshake
HandshakeFuture() - Constructor for class org.apache.directory.ldap.client.api.future.HandshakeFuture
Creates a new instance of HandshakeFuture.
HAS_SUBORDINATES_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
HAS_SUBORDINATES_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
hasAction() - Method in class org.apache.directory.api.asn1.ber.grammar.GrammarTransition
Tells if the transition has an associated action.
hasAction() - Method in class org.apache.directory.api.dsmlv2.GrammarTransition
Tells if the transition has an associated action.
hasAssertionValue() - Method in interface org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewRequest
 
hasAssertionValue() - Method in class org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewRequestImpl
hasChildren() - Method in class org.apache.directory.api.ldap.util.tree.DnNode
Tells if the current DnNode has some children or not
hasChildren(Dn) - Method in class org.apache.directory.api.ldap.util.tree.DnNode
Tells if a node has some children or not.
hasControl(String) - Method in class org.apache.directory.api.dsmlv2.AbstractDsmlMessageDecorator
Checks whether or not this message has the specified control.
hasControl(String) - Method in class org.apache.directory.api.ldap.model.message.AbstractMessage
Checks whether or not this message has the specified control.
hasControl(String) - Method in interface org.apache.directory.api.ldap.model.message.Message
Checks whether or not this message has the specified control.
hasControls() - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
 
hasDescendantElement(Dn) - Method in class org.apache.directory.api.ldap.util.tree.DnNode
 
hasDescendants(String) - Method in interface org.apache.directory.api.ldap.model.schema.registries.AttributeTypeRegistry
Quick lookup to see if an attribute has descendants.
hasDescendants(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultAttributeTypeRegistry
Quick lookup to see if an attribute has descendants.
hasDescendants(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultObjectClassRegistry
Quick lookup to see if an objectClass has descendants.
hasDescendants(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
Quick lookup to see if an attribute has descendants.
hasDescendants(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableObjectClassRegistry
Quick lookup to see if an objectClass has descendants.
hasDescendants(String) - Method in interface org.apache.directory.api.ldap.model.schema.registries.ObjectClassRegistry
Quick lookup to see if an objectClass has descendants.
hasDescendants(AttributeType) - Method in interface org.apache.directory.api.ldap.model.schema.registries.AttributeTypeRegistry
Quick lookup to see if an attribute has descendants.
hasDescendants(AttributeType) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultAttributeTypeRegistry
Quick lookup to see if an attribute has descendants.
hasDescendants(AttributeType) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
Quick lookup to see if an attribute has descendants.
hasDnAttributes() - Method in class org.apache.directory.api.ldap.model.filter.ExtensibleNode
Gets the Dn attributes.
hasElement() - Method in class org.apache.directory.api.ldap.util.tree.DnNode
 
hasElement(Dn) - Method in class org.apache.directory.api.ldap.util.tree.DnNode
 
hasEncodedValue() - Method in class org.apache.directory.api.ldap.model.message.controls.OpaqueControl
Tells if the control has a stored value.
hasError() - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
 
hasExtension(String) - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
Check if a given extension is part of the SchemaObject.
hasExtension(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
Check if a given extension is part of the SchemaObject.
HASH_METHOD_CRYPT - org.apache.directory.api.ldap.model.constants.LdapSecurityConstants
The crypt encryption method
HASH_METHOD_CRYPT_BCRYPT - org.apache.directory.api.ldap.model.constants.LdapSecurityConstants
The BCrypt encryption method
HASH_METHOD_CRYPT_MD5 - org.apache.directory.api.ldap.model.constants.LdapSecurityConstants
The crypt (MD5) encryption method
HASH_METHOD_CRYPT_SHA256 - org.apache.directory.api.ldap.model.constants.LdapSecurityConstants
The crypt (SHA-256) encryption method
HASH_METHOD_CRYPT_SHA512 - org.apache.directory.api.ldap.model.constants.LdapSecurityConstants
The crypt (SHA-512) encryption method
HASH_METHOD_MD5 - org.apache.directory.api.ldap.model.constants.LdapSecurityConstants
The MD5 encryption method
HASH_METHOD_PKCS5S2 - org.apache.directory.api.ldap.model.constants.LdapSecurityConstants
The PBKDF2-based encryption method
HASH_METHOD_SHA - org.apache.directory.api.ldap.model.constants.LdapSecurityConstants
The SHA encryption method
HASH_METHOD_SHA256 - org.apache.directory.api.ldap.model.constants.LdapSecurityConstants
The SHA-256 encryption method
HASH_METHOD_SHA384 - org.apache.directory.api.ldap.model.constants.LdapSecurityConstants
The SHA-384 encryption method
HASH_METHOD_SHA512 - org.apache.directory.api.ldap.model.constants.LdapSecurityConstants
The SHA-512 encryption method
HASH_METHOD_SMD5 - org.apache.directory.api.ldap.model.constants.LdapSecurityConstants
The Salter MD5 encryption method
HASH_METHOD_SSHA - org.apache.directory.api.ldap.model.constants.LdapSecurityConstants
The Salted SHA encryption method
HASH_METHOD_SSHA256 - org.apache.directory.api.ldap.model.constants.LdapSecurityConstants
The salted SHA-256 encryption method
HASH_METHOD_SSHA384 - org.apache.directory.api.ldap.model.constants.LdapSecurityConstants
The salted SHA-384 encryption method
HASH_METHOD_SSHA512 - org.apache.directory.api.ldap.model.constants.LdapSecurityConstants
The salted SHA-512 encryption method
hashCode() - Method in class org.apache.directory.api.asn1.util.Oid
hashCode() - Method in class org.apache.directory.api.dsmlv2.Tag
hashCode() - Method in class org.apache.directory.api.ldap.aci.protectedItem.AbstractAttributeTypeProtectedItem
hashCode() - Method in class org.apache.directory.api.ldap.aci.protectedItem.AttributeValueItem
hashCode() - Method in class org.apache.directory.api.ldap.aci.protectedItem.ClassesItem
hashCode() - Method in class org.apache.directory.api.ldap.aci.protectedItem.MaxImmSubItem
hashCode() - Method in class org.apache.directory.api.ldap.aci.protectedItem.MaxValueCountElem
hashCode() - Method in class org.apache.directory.api.ldap.aci.protectedItem.MaxValueCountItem
hashCode() - Method in class org.apache.directory.api.ldap.aci.protectedItem.RangeOfValuesItem
hashCode() - Method in class org.apache.directory.api.ldap.aci.protectedItem.RestrictedByElem
hashCode() - Method in class org.apache.directory.api.ldap.aci.protectedItem.RestrictedByItem
hashCode() - Method in class org.apache.directory.api.ldap.aci.UserClass.Subtree
hashCode() - Method in class org.apache.directory.api.ldap.codec.api.ControlDecorator
 
hashCode() - Method in class org.apache.directory.api.ldap.extras.controls.ad.AdDirSyncRequestImpl
 
hashCode() - Method in class org.apache.directory.api.ldap.extras.controls.ad.AdDirSyncResponseImpl
 
hashCode() - Method in class org.apache.directory.api.ldap.extras.controls.ad.AdPolicyHintsImpl
 
hashCode() - Method in class org.apache.directory.api.ldap.extras.controls.syncrepl.syncDone.SyncDoneValueImpl
 
hashCode() - Method in class org.apache.directory.api.ldap.extras.controls.syncrepl.syncRequest.SyncRequestValueImpl
 
hashCode() - Method in class org.apache.directory.api.ldap.extras.controls.syncrepl.syncState.SyncStateValueImpl
 
hashCode() - Method in class org.apache.directory.api.ldap.extras.controls.transaction.TransactionSpecificationImpl
 
hashCode() - Method in class org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewRequestImpl
 
hashCode() - Method in class org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewResponseImpl
 
hashCode() - Method in class org.apache.directory.api.ldap.extras.extended.cancel.CancelResponseImpl
hashCode() - Method in class org.apache.directory.api.ldap.extras.extended.certGeneration.CertGenerationResponseImpl
hashCode() - Method in class org.apache.directory.api.ldap.extras.extended.endTransaction.EndTransactionResponseImpl
hashCode() - Method in class org.apache.directory.api.ldap.extras.extended.endTransaction.UpdateControls
hashCode() - Method in class org.apache.directory.api.ldap.extras.extended.gracefulShutdown.GracefulShutdownResponseImpl
hashCode() - Method in class org.apache.directory.api.ldap.extras.extended.startTransaction.StartTransactionResponseImpl
hashCode() - Method in class org.apache.directory.api.ldap.extras.intermediate.syncrepl.SyncInfoValueImpl
 
hashCode() - Method in class org.apache.directory.api.ldap.model.csn.Csn
Returns a hash code value for the object.
hashCode() - Method in class org.apache.directory.api.ldap.model.cursor.Tuple
hashCode() - Method in class org.apache.directory.api.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.api.ldap.model.entry.DefaultEntry
Get the hash code of this ClientEntry.
hashCode() - Method in class org.apache.directory.api.ldap.model.entry.DefaultModification
Compute the modification @see Object#hashCode
hashCode() - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Get the hash code of this ClientEntry.
hashCode() - Method in class org.apache.directory.api.ldap.model.entry.Value
 
hashCode() - Method in class org.apache.directory.api.ldap.model.filter.AbstractExprNode
 
hashCode() - Method in class org.apache.directory.api.ldap.model.filter.AndNode
 
hashCode() - Method in class org.apache.directory.api.ldap.model.filter.AssertionNode
 
hashCode() - Method in class org.apache.directory.api.ldap.model.filter.BranchNode
 
hashCode() - Method in class org.apache.directory.api.ldap.model.filter.ExtensibleNode
 
hashCode() - Method in class org.apache.directory.api.ldap.model.filter.LeafNode
 
hashCode() - Method in class org.apache.directory.api.ldap.model.filter.OrNode
 
hashCode() - Method in class org.apache.directory.api.ldap.model.filter.ScopeNode
 
hashCode() - Method in class org.apache.directory.api.ldap.model.filter.SimpleNode
 
hashCode() - Method in class org.apache.directory.api.ldap.model.filter.SubstringNode
 
hashCode() - Method in class org.apache.directory.api.ldap.model.ldif.LdifControl
 
hashCode() - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
 
hashCode() - Method in class org.apache.directory.api.ldap.model.message.AbandonRequestImpl
 
hashCode() - Method in class org.apache.directory.api.ldap.model.message.AbstractExtendedRequest
hashCode() - Method in class org.apache.directory.api.ldap.model.message.AbstractExtendedResponse
hashCode() - Method in class org.apache.directory.api.ldap.model.message.AbstractMessage
 
hashCode() - Method in class org.apache.directory.api.ldap.model.message.AbstractRequest
 
hashCode() - Method in class org.apache.directory.api.ldap.model.message.AbstractResultResponse
hashCode() - Method in class org.apache.directory.api.ldap.model.message.AddRequestImpl
 
hashCode() - Method in class org.apache.directory.api.ldap.model.message.BindRequestImpl
hashCode() - Method in class org.apache.directory.api.ldap.model.message.BindResponseImpl
hashCode() - Method in class org.apache.directory.api.ldap.model.message.CompareRequestImpl
hashCode() - Method in class org.apache.directory.api.ldap.model.message.controls.AbstractControl
 
hashCode() - Method in class org.apache.directory.api.ldap.model.message.controls.EntryChangeImpl
 
hashCode() - Method in class org.apache.directory.api.ldap.model.message.controls.PagedResultsImpl
 
hashCode() - Method in class org.apache.directory.api.ldap.model.message.controls.PersistentSearchImpl
 
hashCode() - Method in class org.apache.directory.api.ldap.model.message.controls.ProxiedAuthzImpl
 
hashCode() - Method in class org.apache.directory.api.ldap.model.message.controls.SortRequestImpl
hashCode() - Method in class org.apache.directory.api.ldap.model.message.controls.SortResponseImpl
hashCode() - Method in class org.apache.directory.api.ldap.model.message.controls.SubentriesImpl
 
hashCode() - Method in class org.apache.directory.api.ldap.model.message.DeleteRequestImpl
hashCode() - Method in class org.apache.directory.api.ldap.model.message.extended.NoticeOfDisconnect
hashCode() - Method in class org.apache.directory.api.ldap.model.message.IntermediateResponseImpl
hashCode() - Method in class org.apache.directory.api.ldap.model.message.LdapResultImpl
 
hashCode() - Method in class org.apache.directory.api.ldap.model.message.ModifyDnRequestImpl
hashCode() - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
hashCode() - Method in class org.apache.directory.api.ldap.model.message.OpaqueExtendedRequest
hashCode() - Method in class org.apache.directory.api.ldap.model.message.OpaqueExtendedResponse
hashCode() - Method in class org.apache.directory.api.ldap.model.message.ReferralImpl
 
hashCode() - Method in class org.apache.directory.api.ldap.model.message.SearchRequestImpl
hashCode() - Method in class org.apache.directory.api.ldap.model.message.SearchResultDoneImpl
hashCode() - Method in class org.apache.directory.api.ldap.model.message.SearchResultEntryImpl
hashCode() - Method in class org.apache.directory.api.ldap.model.message.SearchResultReferenceImpl
hashCode() - Method in class org.apache.directory.api.ldap.model.name.Ava
Gets the hashcode of this object.
hashCode() - Method in class org.apache.directory.api.ldap.model.name.Dn
Gets the hash code of this Dn.
hashCode() - Method in class org.apache.directory.api.ldap.model.name.Rdn
Gets the hashcode of this rdn.
hashCode() - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
hashCode() - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
hashCode() - Method in class org.apache.directory.api.ldap.model.schema.AttributeTypeOptions
 
hashCode() - Method in class org.apache.directory.api.ldap.model.schema.DitContentRule
 
hashCode() - Method in class org.apache.directory.api.ldap.model.schema.DitStructureRule
 
hashCode() - Method in class org.apache.directory.api.ldap.model.schema.LdapComparator
hashCode() - Method in class org.apache.directory.api.ldap.model.schema.LdapSyntax
 
hashCode() - Method in class org.apache.directory.api.ldap.model.schema.LoadableSchemaObject
hashCode() - Method in class org.apache.directory.api.ldap.model.schema.MatchingRule
 
hashCode() - Method in class org.apache.directory.api.ldap.model.schema.MatchingRuleUse
 
hashCode() - Method in class org.apache.directory.api.ldap.model.schema.NameForm
 
hashCode() - Method in class org.apache.directory.api.ldap.model.schema.ObjectClass
 
hashCode() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
hashCode() - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectWrapper
Compute the hash code for this wrapper.
hashCode() - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
hashCode() - Method in class org.apache.directory.api.ldap.trigger.ActionTime
hashCode() - Method in class org.apache.directory.api.ldap.trigger.StoredProcedureLanguageSchemeOption
hashCode() - Method in class org.apache.directory.api.ldap.trigger.StoredProcedureParameter
 
hashCode() - Method in class org.apache.directory.api.ldap.trigger.StoredProcedureSearchContextOption
hashCode() - Method in class org.apache.directory.api.ldap.trigger.TriggerSpecification.SPSpec
hashCode() - Method in class org.apache.directory.api.util.GeneralizedTime
hashCode() - Method in class org.apache.directory.api.util.SequencedHashMap
Implements Map.hashCode().
hashPw(String, String) - Static method in class org.apache.directory.api.ldap.model.password.BCrypt
Hash a password using the OpenBSD bcrypt scheme
hasMore() - Method in class org.apache.directory.api.util.EmptyEnumeration
Always returns false.
hasMore() - Method in class org.apache.directory.api.util.SingletonEnumeration
 
hasMoreElements() - Method in class org.apache.directory.api.util.EmptyEnumeration
Always return false.
hasMoreElements() - Method in class org.apache.directory.api.util.SingletonEnumeration
 
hasNext() - Method in class org.apache.directory.api.ldap.model.cursor.CursorIterator
hasNext() - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
Tests to see if another LDIF is on the input channel.
hasObjectClass(String...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Tells if an entry as some specific ObjectClasses values
hasObjectClass(String...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Tells if an entry as some specific ObjectClasses values
hasObjectClass(String...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Tells if an entry as some specific ObjectClasses values
hasObjectClass(Attribute...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Tells if an entry has some specific ObjectClasses Attributes
hasObjectClass(Attribute...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Tells if an entry has some specific ObjectClasses Attributes
hasObjectClass(Attribute...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Tells if an entry has some specific ObjectClasses Attributes
hasOffset() - Method in interface org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewRequest
 
hasOffset() - Method in class org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewRequestImpl
hasOption() - Method in class org.apache.directory.api.ldap.model.schema.AttributeTypeOptions
 
hasOption(String) - Method in class org.apache.directory.api.ldap.model.schema.AttributeTypeOptions
 
hasParent() - Method in class org.apache.directory.api.ldap.util.tree.DnNode
 
hasParent(Dn) - Method in class org.apache.directory.api.ldap.util.tree.DnNode
Tells if there is a parent for a given Dn,.
hasParentElement(Dn) - Method in class org.apache.directory.api.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.api.dsmlv2.request.AbstractRequestDsml
Tests to see if this Request produces one or more response types.
hasResponse() - Method in class org.apache.directory.api.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.api.ldap.model.message.Request
Tests to see if this Request produces one or more response types.
hasValue() - Method in class org.apache.directory.api.dsmlv2.DsmlControl
Checks to see if this DSML control decorator has a value.
hasValue() - Method in interface org.apache.directory.api.ldap.codec.api.CodecControl
Checks to see if a value is set for this CodecControl.
hasValue() - Method in class org.apache.directory.api.ldap.codec.api.ControlDecorator
Checks to see if a value is set for this CodecControl.
hasValue() - Method in class org.apache.directory.api.ldap.model.ldif.LdifControl
 
HEADER - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
Hex - Class in org.apache.directory.api.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 - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
 
HEX_CHAR - Static variable in class org.apache.directory.api.util.Strings
Hex chars
HEXPAIR - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
 
HEXPAIR_OR_ESCESC_ESCSHARP_OR_ESC - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
 
hexstring(AntlrDnParser.UpAndNormValue) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnParser
RFC 4514 Section 3
HEXVALUE - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
 
HEXVALUE_OR_SHARP - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
 
hierarchicalOrdered(List<AttributeType>) - Static method in class org.apache.directory.api.ldap.model.schema.SchemaObjectSorter
Gets an hierarchical ordered Iterable of the given AttributeTypes.
HIGH - org.apache.directory.api.ldap.model.constants.SaslSecurityStrength
High SASL Security Strength
HOME_DIRECTORY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
HOME_DIRECTORY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
HOME_PHONE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
HOME_PHONE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
HOME_POSTAL_ADDRESS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
HOME_POSTAL_ADDRESS_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
HOME_TELEPHONE_NUMBER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
HOST_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
HOST_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
HOST_NAME_VERIFICATION_FAILED - org.apache.directory.api.ldap.model.exception.LdapTlsHandshakeFailCause.LdapApiReason
 
HostTypeEnum - Enum in org.apache.directory.api.ldap.model.url
The type of Host we may have .
HOUSE_IDENTIFIER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
HOUSE_IDENTIFIER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
HYPHEN - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
HYPHEN - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
HYPHEN - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
 

I

I18n - Enum in org.apache.directory.api.i18n
Provides i18n handling of error codes.
IA5_STRING - org.apache.directory.api.asn1.ber.tlv.UniversalTag
value for the tag
IA5_STRING_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
Ia5StringSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a IA5 String according to RFC 4517.
Ia5StringSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
ID_add - Static variable in interface org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_AFTER - Static variable in interface org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_allAttributeValues - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_allAttributeValues - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_allUserAttributeTypes - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_allUserAttributeTypes - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_allUserAttributeTypesAndValues - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_allUserAttributeTypesAndValues - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_allUsers - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_allUsers - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_and - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_and - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_and - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
ID_and - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
ID_attributes - Static variable in interface org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_attributeType - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_attributeType - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_authenticationLevel - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_authenticationLevel - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_base - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_base - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_base - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
ID_base - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
ID_basicLevels - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_basicLevels - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_CALL - Static variable in interface org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_chopAfter - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_chopAfter - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_chopAfter - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
ID_chopAfter - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
ID_chopBefore - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_chopBefore - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_chopBefore - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
ID_chopBefore - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
ID_classes - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_classes - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_delete - Static variable in interface org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_deletedEntry - Static variable in interface org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_deleteoldrdn - Static variable in interface org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_denyAdd - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_denyAdd - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_denyBrowse - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_denyBrowse - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_denyCompare - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_denyCompare - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_denyDiscloseOnError - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_denyDiscloseOnError - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_denyExport - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_denyExport - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_denyFilterMatch - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_denyFilterMatch - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_denyImport - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_denyImport - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_denyInvoke - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_denyInvoke - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_denyModify - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_denyModify - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_denyRead - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_denyRead - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_denyRemove - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_denyRemove - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_denyRename - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_denyRename - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_denyReturnDN - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_denyReturnDN - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_entry - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_entry - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_entry - Static variable in interface org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_FALSE - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_FALSE - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_grantAdd - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_grantAdd - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_grantBrowse - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_grantBrowse - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_grantCompare - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_grantCompare - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_grantDiscloseOnError - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_grantDiscloseOnError - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_grantExport - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_grantExport - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_grantFilterMatch - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_grantFilterMatch - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_grantImport - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_grantImport - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_grantInvoke - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_grantInvoke - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_grantModify - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_grantModify - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_grantRead - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_grantRead - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_grantRemove - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_grantRemove - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_grantRename - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_grantRename - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_grantReturnDN - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_grantReturnDN - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_grantsAndDenials - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_grantsAndDenials - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_identificationTag - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_identificationTag - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_item - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_item - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_item - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
ID_item - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
ID_itemFirst - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_itemFirst - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_itemOrUserFirst - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_itemOrUserFirst - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_itemPermissions - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_itemPermissions - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_languageScheme - Static variable in interface org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_ldapContext - Static variable in interface org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_level - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_level - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_localQualifier - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_localQualifier - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_maxCount - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_maxCount - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_maxImmSub - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_maxImmSub - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_maximum - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_maximum - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_maximum - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
ID_maximum - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
ID_maxValueCount - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_maxValueCount - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_minimum - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_minimum - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_minimum - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
ID_minimum - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
ID_modification - Static variable in interface org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_modify - Static variable in interface org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_modifyDN - Static variable in interface org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_modifyDNExport - Static variable in interface org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_modifyDNImport - Static variable in interface org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_modifyDNRename - Static variable in interface org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_name - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_name - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_name - Static variable in interface org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_newDN - Static variable in interface org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_newEntry - Static variable in interface org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_newrdn - Static variable in interface org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_newSuperior - Static variable in interface org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_none - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_none - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_not - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_not - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_not - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
ID_not - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
ID_object - Static variable in interface org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_oldEntry - Static variable in interface org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_oldRDN - Static variable in interface org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_oldSuperiorDN - Static variable in interface org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_operationPrincipal - Static variable in interface org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_or - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_or - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_or - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
ID_or - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
ID_parentOfEntry - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_parentOfEntry - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_precedence - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_precedence - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_protectedItems - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_protectedItems - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_rangeOfValues - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_rangeOfValues - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_restrictedBy - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_restrictedBy - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_scope_base - Static variable in interface org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_scope_one - Static variable in interface org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_scope_subtree - Static variable in interface org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_search_scope - Static variable in interface org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_searchContext - Static variable in interface org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
ID_selfValue - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_selfValue - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_signed - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_signed - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_simple - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_simple - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_specificationFilter - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_specificationFilter - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_specificationFilter - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
ID_specificationFilter - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
ID_specificExclusions - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_specificExclusions - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_specificExclusions - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
ID_specificExclusions - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
ID_strong - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_strong - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_subtree - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_subtree - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_thisEntry - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_thisEntry - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_TRUE - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_TRUE - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_type - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_type - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_userClasses - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_userClasses - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_userFirst - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_userFirst - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_userGroup - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_userGroup - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_userPermissions - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_userPermissions - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
ID_valuesIn - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
ID_valuesIn - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
IDENTFIER_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.EndTransactionRequestStates
The identifier state
IDENTIFIER - Static variable in interface org.apache.directory.api.ldap.schema.converter.antlrSchemaTokenTypes
 
IDENTIFIER - Static variable in interface org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
IEEE_802_DEVICE_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
IEEE_802_DEVICE_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
IGNORE - org.apache.directory.api.ldap.model.message.ReferralsPolicyEnum
Ignore referral
IGNORE_CASE - Static variable in class org.apache.directory.api.ldap.model.schema.PrepareString
A flag used to keep casing during the map process
ignoreReferrals() - Method in class org.apache.directory.api.dsmlv2.request.SearchRequestDsml
Tells the client to ignore referrals instead of throwing exceptions.
ignoreReferrals() - Method in interface org.apache.directory.api.ldap.model.message.SearchRequest
Tells the client to ignore referrals instead of throwing exceptions.
ignoreReferrals() - Method in class org.apache.directory.api.ldap.model.message.SearchRequestImpl
Tells the client to ignore referrals instead of throwing exceptions.
ImmutableAttributeTypeRegistry - Class in org.apache.directory.api.ldap.model.schema.registries
An immutable wrapper of the AttributeType registry.
ImmutableAttributeTypeRegistry(AttributeTypeRegistry) - Constructor for class org.apache.directory.api.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
Creates a new instance of ImmutableAttributeTypeRegistry.
ImmutableComparatorRegistry - Class in org.apache.directory.api.ldap.model.schema.registries
An immutable wrapper of the Comparator registry.
ImmutableComparatorRegistry(ComparatorRegistry) - Constructor for class org.apache.directory.api.ldap.model.schema.registries.ImmutableComparatorRegistry
Creates a new immutable ComparatorRegistry instance.
ImmutableDitContentRuleRegistry - Class in org.apache.directory.api.ldap.model.schema.registries
An immutable wrapper of the DitContentRule registry.
ImmutableDitContentRuleRegistry(DitContentRuleRegistry) - Constructor for class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitContentRuleRegistry
Creates a new instance of ImmutableDitContentRuleRegistry.
ImmutableDitStructureRuleRegistry - Class in org.apache.directory.api.ldap.model.schema.registries
An immutable wrapper of the DitStructureRule registry.
ImmutableDitStructureRuleRegistry(DitStructureRuleRegistry) - Constructor for class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitStructureRuleRegistry
Creates a new instance of ImmutableDitStructureRuleRegistry.
ImmutableEntry - Class in org.apache.directory.api.ldap.model.entry
A default implementation of a ServerEntry which should suite most use cases.
ImmutableEntry(Entry) - Constructor for class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Creates a new instance of DefaultEntry.
ImmutableLdapSyntaxRegistry - Class in org.apache.directory.api.ldap.model.schema.registries
An immutable wrapper of the Syntax registry.
ImmutableLdapSyntaxRegistry(LdapSyntaxRegistry) - Constructor for class org.apache.directory.api.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
Creates a new instance of ImmutableLdapSyntaxRegistry.
ImmutableMatchingRuleRegistry - Class in org.apache.directory.api.ldap.model.schema.registries
An immutable wrapper of the MatchingRule registry.
ImmutableMatchingRuleRegistry(MatchingRuleRegistry) - Constructor for class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
Creates a new instance of ImmutableMatchingRuleRegistry.
ImmutableMatchingRuleUseRegistry - Class in org.apache.directory.api.ldap.model.schema.registries
An immutable wrapper of the MatchingRuleUse registry.
ImmutableMatchingRuleUseRegistry(MatchingRuleUseRegistry) - Constructor for class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
Creates a new instance of ImmutableMatchingRuleUseRegistry.
ImmutableNameFormRegistry - Class in org.apache.directory.api.ldap.model.schema.registries
An immutable wrapper of the NameForm registry.
ImmutableNameFormRegistry(NameFormRegistry) - Constructor for class org.apache.directory.api.ldap.model.schema.registries.ImmutableNameFormRegistry
Creates a new instance of ImmutableNameFormRegistry.
ImmutableNormalizerRegistry - Class in org.apache.directory.api.ldap.model.schema.registries
An immutable wrapper of the Normalizer registry.
ImmutableNormalizerRegistry(NormalizerRegistry) - Constructor for class org.apache.directory.api.ldap.model.schema.registries.ImmutableNormalizerRegistry
Creates a new immutable NormalizerRegistry instance.
ImmutableObjectClassRegistry - Class in org.apache.directory.api.ldap.model.schema.registries
An immutable wrapper of the ObjectClass registry.
ImmutableObjectClassRegistry(ObjectClassRegistry) - Constructor for class org.apache.directory.api.ldap.model.schema.registries.ImmutableObjectClassRegistry
Creates a new instance of ImmutableAttributeTypeRegistry.
ImmutableSyntaxCheckerRegistry - Class in org.apache.directory.api.ldap.model.schema.registries
An immutable wrapper of the SyntaxChecker registry.
ImmutableSyntaxCheckerRegistry(SyntaxCheckerRegistry) - Constructor for class org.apache.directory.api.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
Creates a new instance of ImmutableSyntaxCheckerRegistry.
IMPORT - org.apache.directory.api.ldap.aci.MicroOperation
The Import permission, may be used only in conjunction with the entry component.
INAPPROPRIATE_AUTHENTICATION - org.apache.directory.api.ldap.model.message.ResultCodeEnum
This error should be returned by the server when the client has tried to use a method of authentication that is inappropriate, that is a method of authentication which the client is unable to use correctly.
INAPPROPRIATE_MATCHING - org.apache.directory.api.ldap.model.message.ResultCodeEnum
An attempt was made, e.g., in a filter, to use a matching rule not defined for the attribute type concerned [X511, Section 12.4].
INAPPROPRIATEMATCHING - org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewResultCode
The matching rule is inappropriate
INAPPROPRIATEMATCHING - org.apache.directory.api.ldap.model.message.controls.SortResultCode
 
incLengthBytesRead() - Method in class org.apache.directory.api.asn1.ber.tlv.TLV
Increment the number of bytes read for this TLV
InconsistentCursorStateException - Exception in org.apache.directory.api.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.api.ldap.model.cursor.InconsistentCursorStateException
Creates a new instance of InconsistentCursorStateException.
InconsistentCursorStateException(String) - Constructor for exception org.apache.directory.api.ldap.model.cursor.InconsistentCursorStateException
Creates a new instance of CursorClosedException.
increment(String) - Method in class org.apache.directory.api.dsmlv2.request.ModifyRequestDsml
marks a given attribute for increment by 1 in the target entry.
increment(String) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
marks a given attribute for increment by 1 in the target entry.
increment(String) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
marks a given attribute for increment by 1 in the target entry.
increment(String, int) - Method in class org.apache.directory.api.dsmlv2.request.ModifyRequestDsml
marks a given attribute for increment in the target entry.
increment(String, int) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
marks a given attribute for increment in the target entry.
increment(String, int) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
marks a given attribute for increment in the target entry.
increment(Attribute) - Method in class org.apache.directory.api.dsmlv2.request.ModifyRequestDsml
marks a given attribute for increment by 1 in the target entry.
increment(Attribute) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
marks a given attribute for increment by 1 in the target entry.
increment(Attribute) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
marks a given attribute for increment by 1 in the target entry.
increment(Attribute, int) - Method in class org.apache.directory.api.dsmlv2.request.ModifyRequestDsml
marks a given attribute for increment in the target entry.
increment(Attribute, int) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
marks a given attribute for increment in the target entry.
increment(Attribute, int) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
marks a given attribute for increment in the target entry.
INCREMENT - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
INCREMENT_ATTRIBUTE - org.apache.directory.api.ldap.model.entry.ModificationOperation
Increment operation, RFC 4525
incrementDecodedBytes(int) - Method in class org.apache.directory.api.asn1.ber.AbstractContainer
Increment the decodedBytes by the latest received buffer's size.
incrementDecodedBytes(int) - Method in interface org.apache.directory.api.asn1.ber.Asn1Container
Increment the decodedBytes by the latest received buffer's size.
indexOf(Object) - Method in class org.apache.directory.api.util.SequencedHashMap
Gets the index of the specified key.
INET_ORG_PERSON_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
INET_ORG_PERSON_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
INFERIOR - Static variable in class org.apache.directory.api.ldap.model.name.Rdn
Constant used in comparisons
INFO_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
INFO_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
init() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
Creates a (normalizing) subordinate DnParser for parsing Names.
init() - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
Initialize the LdifReader
init() - Method in class org.apache.directory.api.ldap.schema.converter.SchemaParser
Initializes a parser and its plumbing.
init() - Method in class org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParser
 
init(int) - Method in class org.apache.directory.api.asn1.ber.tlv.BerValue
Initialize the Value
init(SchemaManager) - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
Creates a (normalizing) subordinate DnParser for parsing Names.
init(SchemaManager) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
Initialize the checker
init(SchemaManager) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
Initialize the parser
INIT_GRAMMAR_STATE - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The initial state of every grammar
InitAbandonRequest - Class in org.apache.directory.api.ldap.codec.actions.request.abandon
The action used to initialize the AbandonRequest
InitAbandonRequest() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.abandon.InitAbandonRequest
Instantiates a new action.
InitAddRequest - Class in org.apache.directory.api.ldap.codec.actions.request.add
The action used to initialize the AddRequest response
InitAddRequest() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.add.InitAddRequest
Instantiates a new action.
InitAddResponse - Class in org.apache.directory.api.ldap.codec.actions.response.add
The action used to initialize the AddResponse response
InitAddResponse() - Constructor for class org.apache.directory.api.ldap.codec.actions.response.add.InitAddResponse
Instantiates a new action.
InitAndFilter - Class in org.apache.directory.api.ldap.codec.actions.request.search.filter
The action used to initialize the AND filter
InitAndFilter() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.search.filter.InitAndFilter
Instantiates a new init AND filter action.
InitApproxMatchFilter - Class in org.apache.directory.api.ldap.codec.actions.request.search.filter
The action used to initialize the Approx Match filter
InitApproxMatchFilter() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.search.filter.InitApproxMatchFilter
Instantiates a new init approx match filter action.
InitAssertionValueFilter - Class in org.apache.directory.api.ldap.codec.actions.request.search.filter
The action used to initialize the Assertion Value filter
InitAssertionValueFilter() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.search.filter.InitAssertionValueFilter
Instantiates a new init assertion value filter action.
InitAttributeDescFilter - Class in org.apache.directory.api.ldap.codec.actions.request.search.filter
The action used to initialize the AttributeDesc filter
InitAttributeDescFilter() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.search.filter.InitAttributeDescFilter
Instantiates a new init attribute desc filter action.
InitAttributeVals - Class in org.apache.directory.api.ldap.codec.actions.request.modify
The action used to initialize the set of ModificationRequest AVAs
InitAttributeVals() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.modify.InitAttributeVals
Instantiates a new action.
InitBindRequest - Class in org.apache.directory.api.ldap.codec.actions.request.bind
The action used to initialize the BindRequest
InitBindRequest() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.bind.InitBindRequest
Instantiates a new action.
InitBindResponse - Class in org.apache.directory.api.ldap.codec.actions.response.bind
The action used to initialize the BindResponse
InitBindResponse() - Constructor for class org.apache.directory.api.ldap.codec.actions.response.bind.InitBindResponse
Instantiates a new action.
InitByOffsetSequence - Class in org.apache.directory.api.ldap.extras.controls.vlv_impl
The action used to initialize the ByOffset sequence object
InitByOffsetSequence() - Constructor for class org.apache.directory.api.ldap.extras.controls.vlv_impl.InitByOffsetSequence
Instantiates a new ByOffsetSequence action.
InitCompareRequest - Class in org.apache.directory.api.ldap.codec.actions.request.compare
The action used to initialize the CompareRequest.
InitCompareRequest() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.compare.InitCompareRequest
Instantiates a new action.
InitCompareResponse - Class in org.apache.directory.api.ldap.codec.actions.response.compare
The action used to initialize the CompareResponse
InitCompareResponse() - Constructor for class org.apache.directory.api.ldap.codec.actions.response.compare.InitCompareResponse
Instantiates a new action.
InitControls - Class in org.apache.directory.api.ldap.codec.actions.controls
The action used to initialise the controls.
InitControls() - Constructor for class org.apache.directory.api.ldap.codec.actions.controls.InitControls
Instantiates a new controls init action.
InitDelRequest - Class in org.apache.directory.api.ldap.codec.actions.request.del
The action used to initialize the DelRequest.
InitDelRequest() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.del.InitDelRequest
Instantiates a new action.
InitDelResponse - Class in org.apache.directory.api.ldap.codec.actions.response.del
The action used to initialize the DelResponse response
InitDelResponse() - Constructor for class org.apache.directory.api.ldap.codec.actions.response.del.InitDelResponse
Instantiates a new action.
initEntry() - Method in class org.apache.directory.api.dsmlv2.request.AddRequestDsml
Initialize the Entry.
InitEqualityMatchFilter - Class in org.apache.directory.api.ldap.codec.actions.request.search.filter
The action used to initialize the Equality Match filter
InitEqualityMatchFilter() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.search.filter.InitEqualityMatchFilter
Instantiates a new init equality match filter action.
InitExtendedRequest - Class in org.apache.directory.api.ldap.codec.actions.request.extended
The action used to initialize the ExtendedRequest message
InitExtendedRequest() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.extended.InitExtendedRequest
Instantiates a new action.
InitExtendedResponse - Class in org.apache.directory.api.ldap.codec.actions.response.extended
The action used to initialize the ExtendedResponse message
InitExtendedResponse() - Constructor for class org.apache.directory.api.ldap.codec.actions.response.extended.InitExtendedResponse
Instantiates a new action.
InitExtensibleMatchFilter - Class in org.apache.directory.api.ldap.codec.actions.request.search.filter
The action used to initialize the Extensible Match filter
InitExtensibleMatchFilter() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.search.filter.InitExtensibleMatchFilter
Instantiates a new init extensible match filter action.
InitGreaterOrEqualFilter - Class in org.apache.directory.api.ldap.codec.actions.request.search.filter
The action used to initialize the Greater Or Equal filter
InitGreaterOrEqualFilter() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.search.filter.InitGreaterOrEqualFilter
Instantiates a new init greater or equal filter action.
INITIAL - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
INITIAL_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
initialize() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Initializes the SchemaService
initialize() - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Initializes the SchemaService
initialize(LdapApiService) - Static method in class org.apache.directory.api.ldap.codec.api.LdapApiServiceFactory
Initialization can only take place once.
INITIALS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
INITIALS_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
InitIntermediateResponse - Class in org.apache.directory.api.ldap.codec.actions.response.intermediate
The action used to initialize the IntermediateResponse message
InitIntermediateResponse() - Constructor for class org.apache.directory.api.ldap.codec.actions.response.intermediate.InitIntermediateResponse
Instantiates a new action.
InitLdapMessage - Class in org.apache.directory.api.ldap.codec.actions.ldapMessage
The action used to initialize an LdapMessage
InitLdapMessage() - Constructor for class org.apache.directory.api.ldap.codec.actions.ldapMessage.InitLdapMessage
Instantiates a new action.
InitLessOrEqualFilter - Class in org.apache.directory.api.ldap.codec.actions.request.search.filter
The action used to initialize the Less Or Equal filter
InitLessOrEqualFilter() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.search.filter.InitLessOrEqualFilter
Instantiates a new init less or equal filter action.
InitModifyDnRequest - Class in org.apache.directory.api.ldap.codec.actions.request.modifydn
The action used to initialize the ModifyDnRequest message
InitModifyDnRequest() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.modifydn.InitModifyDnRequest
Instantiates a new action.
InitModifyDnResponse - Class in org.apache.directory.api.ldap.codec.actions.response.modifydn
The action used to initialize the ModifyDnResponse message
InitModifyDnResponse() - Constructor for class org.apache.directory.api.ldap.codec.actions.response.modifydn.InitModifyDnResponse
Instantiates a new action.
InitModifyRequest - Class in org.apache.directory.api.ldap.codec.actions.request.modify
The action used to initialize the ModifyRequest message
InitModifyRequest() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.modify.InitModifyRequest
Instantiates a new action.
InitModifyResponse - Class in org.apache.directory.api.ldap.codec.actions.response.modify
The action used to initialize the ModifyResponse message
InitModifyResponse() - Constructor for class org.apache.directory.api.ldap.codec.actions.response.modify.InitModifyResponse
Instantiates a new action.
InitNotFilter - Class in org.apache.directory.api.ldap.codec.actions.request.search.filter
The action used to initialize the NOT filter
InitNotFilter() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.search.filter.InitNotFilter
Instantiates a new init NOT filter action.
InitOrFilter - Class in org.apache.directory.api.ldap.codec.actions.request.search.filter
The action used to initialize the OR filter
InitOrFilter() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.search.filter.InitOrFilter
Instantiates a new init OR filter action.
InitPresentFilter - Class in org.apache.directory.api.ldap.codec.actions.request.search.filter
The action used to initialize the Present filter
InitPresentFilter() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.search.filter.InitPresentFilter
Instantiates a new init present filter action.
InitReferrals - Class in org.apache.directory.api.ldap.codec.actions.ldapResult
The action used to init referrals to a LdapResult :
InitReferrals() - Constructor for class org.apache.directory.api.ldap.codec.actions.ldapResult.InitReferrals
Instantiates a new init referrals action.
InitSaslBind - Class in org.apache.directory.api.ldap.codec.actions.request.bind
The action used to store the BindRequest version MessageID.
InitSaslBind() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.bind.InitSaslBind
Instantiates a new action.
InitSearchRequest - Class in org.apache.directory.api.ldap.codec.actions.request.search
The action used to initialize the SearchRequest message
InitSearchRequest() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.search.InitSearchRequest
Instantiates a new action.
InitSearchRequestAttributeDescList - Class in org.apache.directory.api.ldap.codec.actions.request.search
The action used to initialize the AttributeDesc list
InitSearchRequestAttributeDescList() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.search.InitSearchRequestAttributeDescList
Instantiates a new init attribute desc list action.
InitSearchResultDone - Class in org.apache.directory.api.ldap.codec.actions.response.search.done
The action used to initialize the SearchResultDone response
InitSearchResultDone() - Constructor for class org.apache.directory.api.ldap.codec.actions.response.search.done.InitSearchResultDone
Instantiates a new action.
InitSearchResultEntry - Class in org.apache.directory.api.ldap.codec.actions.response.search.entry
The action used to initialize the SearchResultEntry response
InitSearchResultEntry() - Constructor for class org.apache.directory.api.ldap.codec.actions.response.search.entry.InitSearchResultEntry
Instantiates a new action.
InitSearchResultReference - Class in org.apache.directory.api.ldap.codec.actions.response.search.reference
The action used to initialize the SearchResultReference response
InitSearchResultReference() - Constructor for class org.apache.directory.api.ldap.codec.actions.response.search.reference.InitSearchResultReference
Instantiates a new action.
InitSubstringsFilter - Class in org.apache.directory.api.ldap.codec.actions.request.search.filter
The action used to initialize the Substrings filter
InitSubstringsFilter() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.search.filter.InitSubstringsFilter
Instantiates a new init substrings filter action.
InitUnbindRequest - Class in org.apache.directory.api.ldap.codec.actions.request.unbind
The action used to initialize the UnbindRequest :
InitUnbindRequest() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.unbind.InitUnbindRequest
Instantiates a new action.
InitVirtualListViewRequest - Class in org.apache.directory.api.ldap.extras.controls.vlv_impl
The action used to initialize the VirtualListViewRequestContainer object
InitVirtualListViewRequest() - Constructor for class org.apache.directory.api.ldap.extras.controls.vlv_impl.InitVirtualListViewRequest
Instantiates a new VirtualListViewRequest action.
inputClosed(IoSession) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
insignificantNumericStringHandling(char[]) - Static method in class org.apache.directory.api.ldap.model.schema.PrepareString
Remove all insignificant spaces in a numeric string.
insignificantSpacesStringAny(char[]) - Static method in class org.apache.directory.api.ldap.model.schema.PrepareString
Remove all insignificant spaces in a Any assertion.
insignificantSpacesStringFinal(char[]) - Static method in class org.apache.directory.api.ldap.model.schema.PrepareString
Remove all insignificant spaces in a string.
insignificantSpacesStringInitial(char[]) - Static method in class org.apache.directory.api.ldap.model.schema.PrepareString
Remove all insignificant spaces in a Initial assertion.
insignificantSpacesStringValue(char[]) - Static method in class org.apache.directory.api.ldap.model.schema.PrepareString
Remove all insignificant spaces in a string.
insignificantTelephoneNumberStringHandling(char[]) - Static method in class org.apache.directory.api.ldap.model.schema.PrepareString
Remove all insignificant spaces in a TelephoneNumber string, Hyphen and spaces.
instance() - Static method in class org.apache.directory.api.ldap.trigger.StoredProcedureParameter.Add_ATTRIBUTES
 
instance() - Static method in class org.apache.directory.api.ldap.trigger.StoredProcedureParameter.Add_ENTRY
 
instance() - Static method in class org.apache.directory.api.ldap.trigger.StoredProcedureParameter.Delete_DELETED_ENTRY
 
instance() - Static method in class org.apache.directory.api.ldap.trigger.StoredProcedureParameter.Delete_NAME
 
instance() - Static method in class org.apache.directory.api.ldap.trigger.StoredProcedureParameter.Generic_OPERATION_PRINCIPAL
 
instance() - Static method in class org.apache.directory.api.ldap.trigger.StoredProcedureParameter.Modify_MODIFICATION
 
instance() - Static method in class org.apache.directory.api.ldap.trigger.StoredProcedureParameter.Modify_NEW_ENTRY
 
instance() - Static method in class org.apache.directory.api.ldap.trigger.StoredProcedureParameter.Modify_OBJECT
 
instance() - Static method in class org.apache.directory.api.ldap.trigger.StoredProcedureParameter.Modify_OLD_ENTRY
 
instance() - Static method in class org.apache.directory.api.ldap.trigger.StoredProcedureParameter.ModifyDN_DELETE_OLD_RDN
 
instance() - Static method in class org.apache.directory.api.ldap.trigger.StoredProcedureParameter.ModifyDN_ENTRY
 
instance() - Static method in class org.apache.directory.api.ldap.trigger.StoredProcedureParameter.ModifyDN_NEW_DN
 
instance() - Static method in class org.apache.directory.api.ldap.trigger.StoredProcedureParameter.ModifyDN_NEW_RDN
 
instance() - Static method in class org.apache.directory.api.ldap.trigger.StoredProcedureParameter.ModifyDN_NEW_SUPERIOR
 
instance() - Static method in class org.apache.directory.api.ldap.trigger.StoredProcedureParameter.ModifyDN_OLD_RDN
 
instance() - Static method in class org.apache.directory.api.ldap.trigger.StoredProcedureParameter.ModifyDN_OLD_SUPERIOR_DN
 
instance(Dn) - Static method in class org.apache.directory.api.ldap.trigger.StoredProcedureParameter.Generic_LDAP_CONTEXT
Creates a new instance of StoredProcedureParameter
INSTANCE - Static variable in class org.apache.directory.api.ldap.aci.ACIItemSyntaxChecker
A static instance of ACIItemSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.codec.factory.AbandonRequestFactory
The static instance
INSTANCE - Static variable in class org.apache.directory.api.ldap.codec.factory.AddRequestFactory
The static instance
INSTANCE - Static variable in class org.apache.directory.api.ldap.codec.factory.AddResponseFactory
The static instance
INSTANCE - Static variable in class org.apache.directory.api.ldap.codec.factory.BindRequestFactory
The static instance
INSTANCE - Static variable in class org.apache.directory.api.ldap.codec.factory.BindResponseFactory
The static instance
INSTANCE - Static variable in class org.apache.directory.api.ldap.codec.factory.CompareRequestFactory
The static instance
INSTANCE - Static variable in class org.apache.directory.api.ldap.codec.factory.CompareResponseFactory
The static instance
INSTANCE - Static variable in class org.apache.directory.api.ldap.codec.factory.DeleteRequestFactory
The static instance
INSTANCE - Static variable in class org.apache.directory.api.ldap.codec.factory.DeleteResponseFactory
The static instance
INSTANCE - Static variable in class org.apache.directory.api.ldap.codec.factory.ExtendedRequestFactory
The static instance
INSTANCE - Static variable in class org.apache.directory.api.ldap.codec.factory.ExtendedResponseFactory
The static instance
INSTANCE - Static variable in class org.apache.directory.api.ldap.codec.factory.IntermediateResponseFactory
The static instance
INSTANCE - Static variable in class org.apache.directory.api.ldap.codec.factory.ModifyDnRequestFactory
The static instance
INSTANCE - Static variable in class org.apache.directory.api.ldap.codec.factory.ModifyDnResponseFactory
The static instance
INSTANCE - Static variable in class org.apache.directory.api.ldap.codec.factory.ModifyRequestFactory
The static instance
INSTANCE - Static variable in class org.apache.directory.api.ldap.codec.factory.ModifyResponseFactory
The static instance
INSTANCE - Static variable in class org.apache.directory.api.ldap.codec.factory.SearchRequestFactory
The static instance
INSTANCE - Static variable in class org.apache.directory.api.ldap.codec.factory.SearchResultDoneFactory
The static instance
INSTANCE - Static variable in class org.apache.directory.api.ldap.codec.factory.SearchResultEntryFactory
The static instance
INSTANCE - Static variable in class org.apache.directory.api.ldap.codec.factory.SearchResultReferenceFactory
The static instance
INSTANCE - Static variable in class org.apache.directory.api.ldap.codec.factory.UnbindRequestFactory
The static instance
INSTANCE - Static variable in exception org.apache.directory.api.ldap.model.cursor.CursorClosedException
A static exception to be used by the monitor
INSTANCE - Static variable in exception org.apache.directory.api.ldap.model.cursor.CursorLdapReferralException
A static exception to be used by the monitor
INSTANCE - Static variable in exception org.apache.directory.api.ldap.model.name.TooComplexDnException
An instance of this exception to avoid creation a new one every time we need it
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.comparators.UuidComparator
A static instance of the UuidComparator
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.normalizers.NameOrNumericIdNormalizer
A static instance of this normalizer
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.AccessPointSyntaxChecker
A static instance of AccessPointSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.AttributeTypeDescriptionSyntaxChecker
A static instance of AttributeTypeDescriptionSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.AttributeTypeUsageSyntaxChecker
A static instance of AttributeTypeUsageSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.AudioSyntaxChecker
A static instance of AudioSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.BinarySyntaxChecker
A static instance of BinarySyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.BitStringSyntaxChecker
A static instance of BitStringSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.BooleanSyntaxChecker
A static instance of BooleanSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.BootParameterSyntaxChecker
A static instance of BootParameterSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CertificateListSyntaxChecker
A static instance of CertificateListSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CertificatePairSyntaxChecker
A static instance of CertificatePairSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CertificateSyntaxChecker
A static instance of CertificateSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.ComparatorSyntaxChecker
A static instance of ComparatorSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CountrySyntaxChecker
A static instance of CountrySyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CsnSidSyntaxChecker
A static instance of CsnSidSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CsnSyntaxChecker
A static instance of CsnSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DataQualitySyntaxSyntaxChecker
A static instance of DataQualitySyntaxSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DeliveryMethodSyntaxChecker
A static instance of DeliveryMethodSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DerefAliasSyntaxChecker
A static instance of DerefAliasSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DirectoryStringSyntaxChecker
A static instance of DirectoryStringSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DitContentRuleDescriptionSyntaxChecker
A static instance of DitContentRuleDescriptionSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DitStructureRuleDescriptionSyntaxChecker
A static instance of DitStructureRuleDescriptionSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DlSubmitPermissionSyntaxChecker
A static instance of DlSubmitPermissionSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DnSyntaxChecker
A static instance of DnSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DsaQualitySyntaxSyntaxChecker
A static instance of DsaQualitySyntaxSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DseTypeSyntaxChecker
A static instance of DseTypeSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.EnhancedGuideSyntaxChecker
A static instance of EnhancedGuideSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.FacsimileTelephoneNumberSyntaxChecker
A static instance of FacsimileTelephoneNumberSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.FaxSyntaxChecker
A static instance of FaxSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.GeneralizedTimeSyntaxChecker
A static instance of GeneralizedTimeSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.GuideSyntaxChecker
A static instance of GuideSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.Ia5StringSyntaxChecker
A static instance of Ia5StringSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.IntegerSyntaxChecker
A static instance of IntegerSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.JavaByteSyntaxChecker
A static instance of JavaByteSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.JavaIntegerSyntaxChecker
A static instance of JavaIntegerSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.JavaLongSyntaxChecker
A static instance of JavaLongSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.JavaShortSyntaxChecker
A static instance of JavaShortSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.JpegSyntaxChecker
A static instance of JpegSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.LdapSyntaxDescriptionSyntaxChecker
A static instance of LdapSyntaxDescriptionSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.MailPreferenceSyntaxChecker
A static instance of MailPreferenceSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.MasterAndShadowAccessPointSyntaxChecker
A static instance of MasterAndShadowAccessPointSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.MatchingRuleDescriptionSyntaxChecker
A static instance of MatchingRuleDescriptionSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.MatchingRuleUseDescriptionSyntaxChecker
A static instance of MatchingRuleUseDescriptionSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.MhsOrAddressSyntaxChecker
A static instance of MhsOrAddressSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NameAndOptionalUIDSyntaxChecker
A static instance of NameAndOptionalUIDSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NameFormDescriptionSyntaxChecker
A static instance of NameFormDescriptionSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NisNetgroupTripleSyntaxChecker
A static instance of NisNetGroupTripleChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NormalizerSyntaxChecker
A static instance of NormalizerSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NumberSyntaxChecker
A static instance of NumberSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NumericOidSyntaxChecker
A static instance of NumericOidSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NumericStringSyntaxChecker
A static instance of NumericStringSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.ObjectClassDescriptionSyntaxChecker
A static instance of ObjectClassDescriptionSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.ObjectClassTypeSyntaxChecker
A static instance of ObjectClassTypeSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.ObjectNameSyntaxChecker
A static instance of ObjectNameSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OctetStringSyntaxChecker
A static instance of OctetStringSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OidLenSyntaxChecker
A static instance of OidLenSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OidSyntaxChecker
A static instance of OidSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OtherMailboxSyntaxChecker
A static instance of OtherMailboxSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.PostalAddressSyntaxChecker
A static instance of PostalAddressSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.PresentationAddressSyntaxChecker
A static instance of PresentationAddressSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.PrintableStringSyntaxChecker
A static instance of PrintableStringSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.ProtocolInformationSyntaxChecker
A static instance of ProtocolInformationSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SearchScopeSyntaxChecker
A static instance of SearchScopeSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SubstringAssertionSyntaxChecker
A static instance of SubstringAssertionSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SubtreeSpecificationSyntaxChecker
A static instance of SubtreeSpecificationSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SupplierAndConsumerSyntaxChecker
A static instance of SupplierAndConsumerSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SupplierInformationSyntaxChecker
A static instance of SupplierInformationSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SupplierOrConsumerSyntaxChecker
A static instance of SupplierOrConsumerSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SupportedAlgorithmSyntaxChecker
A static instance of SupportedAlgorithmSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SyntaxCheckerSyntaxChecker
A static instance of SyntaxCheckerSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.TelephoneNumberSyntaxChecker
A static instance of TelephoneNumberSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.TeletexTerminalIdentifierSyntaxChecker
A static instance of TeletexTerminalIdentifierSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.TelexNumberSyntaxChecker
A static instance of TelexNumberSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.UtcTimeSyntaxChecker
A static instance of UtcTimeSyntaxChecker
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.UuidSyntaxChecker
A static instance of UuidSyntaxChecker
INSUFFICIENT_ACCESS_RIGHTS - org.apache.directory.api.ldap.model.message.ResultCodeEnum
The requestor does not have the right to carry out the requested operation [X511, Section 12.7].
INSUFFICIENT_PASSWORD_QUALITY - org.apache.directory.api.ldap.extras.controls.ppolicy.PasswordPolicyErrorEnum
The password quality is not sufficient
INSUFFICIENTACCESSRIGHTS - org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewResultCode
The access right are insufficient
INSUFFICIENTACCESSRIGHTS - org.apache.directory.api.ldap.model.message.controls.SortResultCode
 
INTEGER - org.apache.directory.api.asn1.ber.tlv.UniversalTag
value for the tag
INTEGER - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
INTEGER - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
INTEGER - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
INTEGER - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
INTEGER_FIRST_COMPONENT_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
INTEGER_FIRST_COMPONENT_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
INTEGER_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
INTEGER_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
INTEGER_OR_NUMERICOID - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
INTEGER_OR_NUMERICOID - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
INTEGER_OR_NUMERICOID - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
INTEGER_OR_NUMERICOID - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
INTEGER_ORDERING_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
INTEGER_ORDERING_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
INTEGER_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
IntegerAnonymizer - Class in org.apache.directory.api.ldap.model.ldif.anonymizer
A default anonymizer for attributes that is an Integer. the initial value is randomized
IntegerAnonymizer() - Constructor for class org.apache.directory.api.ldap.model.ldif.anonymizer.IntegerAnonymizer
Creates a new instance of IntegerAnonymizer.
IntegerAnonymizer(Map<Integer, String>) - Constructor for class org.apache.directory.api.ldap.model.ldif.anonymizer.IntegerAnonymizer
Creates a new instance of IntegerAnonymizer.
IntegerComparator - Class in org.apache.directory.api.ldap.model.schema.comparators
A class for the integerOrderingMatch matchingRule (RFC 4517, par. 4.2.20)
IntegerComparator(String) - Constructor for class org.apache.directory.api.ldap.model.schema.comparators.IntegerComparator
The IntegerComparator constructor.
IntegerDecoder - Class in org.apache.directory.api.asn1.ber.tlv
Parse and decode an Integer value.
IntegerDecoderException - Exception in org.apache.directory.api.asn1.ber.tlv
Thrown when a IntegerDecoder has encountered a failure condition during a decode.
IntegerDecoderException(String) - Constructor for exception org.apache.directory.api.asn1.ber.tlv.IntegerDecoderException
Creates a IntegerDecoderException
IntegerSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is an Integer according to RFC 4517.
IntegerSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
INTERMEDIATE_RESPONSE - org.apache.directory.api.ldap.model.message.MessageTypeEnum
The IntermediateResponse message
INTERMEDIATE_RESPONSE_NAME_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
INTERMEDIATE_RESPONSE_NAME_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
INTERMEDIATE_RESPONSE_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
INTERMEDIATE_RESPONSE_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
INTERMEDIATE_RESPONSE_VALUE_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
INTERMEDIATE_RESPONSE_VALUE_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
INTERMEDIATE_RESPONSES_LIST - Static variable in class org.apache.directory.api.ldap.codec.standalone.StandaloneLdapApiService
The list of Intermediate responses to load at startup
IntermediateOperationFactory - Interface in org.apache.directory.api.ldap.codec.api
The factory interface, defined by the codec API, for creating new Intermediate responses.
IntermediateResponse - Interface in org.apache.directory.api.ldap.model.message
Intermediate response message used to return multiple response messages for a single search request (ExtendedRequest or Control).
IntermediateResponseFactory - Class in org.apache.directory.api.ldap.codec.factory
The IntermediateResponse factory.
IntermediateResponseImpl - Class in org.apache.directory.api.ldap.model.message
IntermediateResponse implementation
IntermediateResponseImpl(int) - Constructor for class org.apache.directory.api.ldap.model.message.IntermediateResponseImpl
Creates a new IntermediateResponseImpl instance
IntermediateResponseImpl(int, String) - Constructor for class org.apache.directory.api.ldap.model.message.IntermediateResponseImpl
Creates an IntermediateResponseImpl instance
IntermediateResponseImpl(String) - Constructor for class org.apache.directory.api.ldap.model.message.IntermediateResponseImpl
Creates an IntermediateResponseImpl instance
INTERNATIONAL_ISDN_NUMBER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
INTERNATIONAL_ISDN_NUMBER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
INVALID_ATTRIBUTE_SYNTAX - org.apache.directory.api.ldap.model.message.ResultCodeEnum
This error should be returned by the server if the attribute syntax for the attribute value, specified as an argument of the operation, is unrecognized or invalid.
INVALID_CREDENTIALS - org.apache.directory.api.ldap.model.message.ResultCodeEnum
This error code is returned if the Dn or password used in a simple bind operation is incorrect, or if the Dn or password is incorrect for some other reason, e.g. the password has expired.
INVALID_DN_SYNTAX - org.apache.directory.api.ldap.model.message.ResultCodeEnum
This error should be returned by the server if the Dn syntax is incorrect.
InvalidCharacterException - Exception in org.apache.directory.api.util.exception
Exception thrown when a Character is invalid
InvalidCharacterException(int) - Constructor for exception org.apache.directory.api.util.exception.InvalidCharacterException
Creates a new instance of an 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.api.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.api.ldap.model.csn.InvalidCSNException
Creates a new instance.
InvalidCSNException(String) - Constructor for exception org.apache.directory.api.ldap.model.csn.InvalidCSNException
Creates a new instance with the specified message.
InvalidCSNException(String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.csn.InvalidCSNException
Creates a new instance with the specified message and cause.
InvalidCSNException(Throwable) - Constructor for exception org.apache.directory.api.ldap.model.csn.InvalidCSNException
Creates a new instance with the specified cause.
InvalidCursorPositionException - Exception in org.apache.directory.api.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.api.ldap.model.cursor.InvalidCursorPositionException
Creates a new instance of InvalidCursorPositionException.
InvalidCursorPositionException(String) - Constructor for exception org.apache.directory.api.ldap.model.cursor.InvalidCursorPositionException
Creates a new instance of InvalidCursorPositionException.
INVOKE - org.apache.directory.api.ldap.aci.MicroOperation
The Invoke permission, may be used in conjunction with any component, except entry.
IOUtils - Class in org.apache.directory.api.util
This code comes from Apache commons.io library.
IP_HOST_NUMBER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
IP_HOST_NUMBER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
IP_HOST_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
IP_HOST_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
IP_NETMASK_NUMBER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
IP_NETMASK_NUMBER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
IP_NETWORK_NUMBER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
IP_NETWORK_NUMBER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
IP_NETWORK_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
IP_NETWORK_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
IP_PROTOCOL_NUMBER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
IP_PROTOCOL_NUMBER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
IP_PROTOCOL_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
IP_PROTOCOL_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
IP_SERVICE_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
IP_SERVICE_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
IP_SERVICE_PORT_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
IP_SERVICE_PORT_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
IP_SERVICE_PROTOCOL_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
IP_SERVICE_PROTOCOL_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
IPV_FUTURE - org.apache.directory.api.ldap.model.url.HostTypeEnum
IP V(future) host
IPV4 - org.apache.directory.api.ldap.model.url.HostTypeEnum
IP V4 host
IPV6 - org.apache.directory.api.ldap.model.url.HostTypeEnum
IP V6 host
isAbandoned() - Method in class org.apache.directory.api.dsmlv2.request.AbstractResultResponseRequestDsml
Checks to see if this request has been abandoned.
isAbandoned() - Method in interface org.apache.directory.api.ldap.model.message.AbandonableRequest
Checks to see if this request has been abandoned.
isAbandoned() - Method in class org.apache.directory.api.ldap.model.message.AbstractAbandonableRequest
Checks to see if this request has been abandoned.
isAbstract() - Method in class org.apache.directory.api.ldap.model.schema.ObjectClass
Tells if the current ObjectClass is ABSTRACT
isAccessControlAdminRole() - Method in class org.apache.directory.api.ldap.model.subtree.Subentry
Tells if the type contains the Access Control Administrative Role
isAfterLast() - Method in class org.apache.directory.api.ldap.model.cursor.AbstractCursor
Is this Cursor positioned after the last element.
isAfterLast() - Method in interface org.apache.directory.api.ldap.model.cursor.Cursor
Is this Cursor positioned after the last element.
isAfterLast() - Method in class org.apache.directory.api.ldap.model.cursor.ListCursor
Is this Cursor positioned after the last element.
isAfterLast() - Method in class org.apache.directory.api.ldap.model.cursor.SetCursor
Is this Cursor positioned after the last element.
isAfterLast() - Method in class org.apache.directory.api.ldap.model.cursor.SingletonCursor
Is this Cursor positioned after the last element.
isAllowDuplicateResources() - Method in class org.apache.directory.api.ldap.schema.loader.JarLdifSchemaLoader
Returns true, if loading duplicate resources is allowed.
isAlpha(byte) - Static method in class org.apache.directory.api.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.api.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.api.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.api.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.api.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.api.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.api.util.Chars
Check if the current character is an 7 bits ASCII CHAR (between 0 and 127).
isAlphaDigitMinus(char) - Static method in class org.apache.directory.api.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.api.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.api.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.api.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.api.util.Chars
Test if the current character is a uppercased Alpha character :
<alpha> ::= [0x61-0x7A]
isAncestorOf(String) - Method in class org.apache.directory.api.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.api.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.api.ldap.model.schema.AttributeType
Checks to see if this AttributeType is the ancestor of another attributeType.
isAttributeNameValid(String) - Static method in class org.apache.directory.api.ldap.model.schema.SchemaUtils
Tells if an AttributeType name is valid or not.
isAuthenticated() - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Check if the connection is authenticated.
isAuthenticated() - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
Check if the connection is authenticated.
isAuthenticated() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Check if the connection is authenticated.
isAuxiliary() - Method in class org.apache.directory.api.ldap.model.schema.ObjectClass
Tells if the current ObjectClass is AUXILIARY
isBase64BinaryValue(XmlPullParser, String) - Static method in class org.apache.directory.api.dsmlv2.ParserUtils
Tells is the given value is a Base64 binary value
isBeforeFirst() - Method in class org.apache.directory.api.ldap.model.cursor.AbstractCursor
Is this Cursor positioned before the first element.
isBeforeFirst() - Method in interface org.apache.directory.api.ldap.model.cursor.Cursor
Is this Cursor positioned before the first element.
isBeforeFirst() - Method in class org.apache.directory.api.ldap.model.cursor.ListCursor
Is this Cursor positioned before the first element.
isBeforeFirst() - Method in class org.apache.directory.api.ldap.model.cursor.SetCursor
Is this Cursor positioned before the first element.
isBeforeFirst() - Method in class org.apache.directory.api.ldap.model.cursor.SingletonCursor
Is this Cursor positioned before the first element.
isBinary(String) - Method in interface org.apache.directory.api.ldap.codec.api.BinaryAttributeDetector
Returns true if the attribute specified is not human readible.
isBinary(String) - Method in class org.apache.directory.api.ldap.codec.api.DefaultConfigurableBinaryAttributeDetector
Returns true if the attribute specified is not human readible.
isBinary(String) - Method in class org.apache.directory.api.ldap.codec.api.LdapMessageContainer
 
isBinary(String) - Method in class org.apache.directory.api.ldap.codec.api.SchemaBinaryAttributeDetector
Returns true if the attribute specified is not human readible.
isBit(String, int) - Static method in class org.apache.directory.api.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.HandshakeFuture
isCancelled() - Method in class org.apache.directory.ldap.client.api.future.MultipleResponseFuture
isCancelled() - Method in class org.apache.directory.ldap.client.api.future.UniqueResponseFuture
isChangeAdd() - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
 
isChangeAfterReset() - Method in interface org.apache.directory.ldap.client.template.PasswordWarning
Returns true, if a password reset is required.
isChangeDelete() - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
 
isChangeModDn() - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
 
isChangeModify() - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
 
isChangeModRdn() - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
 
isChangesOnly() - Method in interface org.apache.directory.api.ldap.model.message.controls.PersistentSearch
 
isChangesOnly() - Method in class org.apache.directory.api.ldap.model.message.controls.PersistentSearchImpl
isCharASCII(byte[], int, char) - Static method in class org.apache.directory.api.util.Strings
Test if the current character is equal to a specific character.
isCharASCII(char[], int, char) - Static method in class org.apache.directory.api.util.Chars
Test if the current character is equal to a specific character.
isCharASCII(char[], int, char) - Static method in class org.apache.directory.api.util.Strings
Test if the current character is equal to a specific character.
isCharASCII(String, int, char) - Static method in class org.apache.directory.api.util.Chars
Test if the current character is equal to a specific character.
isCharASCII(String, int, char) - Static method in class org.apache.directory.api.util.Strings
Test if the current character is equal to a specific character.
isClosed() - Method in class org.apache.directory.api.ldap.model.cursor.AbstractCursor
Checks if this Cursor is closed.
isClosed() - Method in interface org.apache.directory.api.ldap.model.cursor.ClosureMonitor
Gets whether the state of this ClosureMonitor is set to closed.
isClosed() - Method in interface org.apache.directory.api.ldap.model.cursor.Cursor
Checks if this Cursor is closed.
isClosed() - Method in class org.apache.directory.api.ldap.model.cursor.DefaultClosureMonitor
Gets whether the state of this ClosureMonitor is set to closed.
isCollective() - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
Gets whether or not this AttributeType is a collective attribute.
isCollective() - Method in class org.apache.directory.api.ldap.schema.converter.AttributeTypeHolder
Tells if the attributeType is collectove or not
isCollectiveAdminRole() - Method in class org.apache.directory.api.ldap.model.subtree.Subentry
Tells if the type contains the Collective attribute Administrative Role
isConjunction() - Method in class org.apache.directory.api.ldap.model.filter.AndNode
Tests whether or not this node is a conjunction (a AND'ed branch).
isConjunction() - Method in class org.apache.directory.api.ldap.model.filter.NotNode
Tests whether or not this node is a conjunction (a AND'ed branch).
isConjunction() - Method in class org.apache.directory.api.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 the connection is established
isConnected() - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
Check if the connection is established
isConnected() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Check if the connection is established
isConstructed() - Method in class org.apache.directory.api.asn1.ber.tlv.TLV
Checks to see if the current tlv's tag is constructed.
isConstructed(byte) - Static method in class org.apache.directory.api.asn1.ber.tlv.TLV
Checks to see if the tag is constructed.
isControlRegistered(String) - Method in interface org.apache.directory.api.ldap.codec.api.LdapApiService
Checks if a control has been registered.
isControlRegistered(String) - Method in class org.apache.directory.api.ldap.codec.osgi.DefaultLdapCodecService
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.LdapConnectionWrapper
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.api.dsmlv2.DsmlControl
Tells if the control is critical or not.
isCritical() - Method in class org.apache.directory.api.ldap.codec.api.ControlDecorator
Get the criticality
isCritical() - Method in class org.apache.directory.api.ldap.model.ldif.LdifControl
Tells if the control is critical or not.
isCritical() - Method in interface org.apache.directory.api.ldap.model.message.Control
Tells if the control is critical or not.
isCritical() - Method in class org.apache.directory.api.ldap.model.message.controls.AbstractControl
Get the criticality
isCritical() - Method in class org.apache.directory.api.ldap.model.url.LdapUrl.Extension
Checks if is critical.
isDefaultSuccess() - Method in class org.apache.directory.api.dsmlv2.response.LdapResultDsml
Tells if the LdapResult is a success, with no added information.
isDefaultSuccess() - Method in interface org.apache.directory.api.ldap.model.message.LdapResult
Tells if the LdapResult is a success, with no added information.
isDefaultSuccess() - Method in class org.apache.directory.api.ldap.model.message.LdapResultImpl
Tells if the LdapResult is a success, with no added information.
isDefined(String) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.ConcreteNameComponentNormalizer
 
isDefined(String) - Method in interface org.apache.directory.api.ldap.model.schema.normalizers.NameComponentNormalizer
Checks to see if an attribute name/oid is defined.
isDeleteOldRdn() - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
 
isDeleteOldRDN() - Method in class org.apache.directory.api.dsmlv2.request.ModifyDNRequestDsml
Tells if the old Rdn is to be deleted
isDerefAlways() - Method in enum org.apache.directory.api.ldap.model.message.AliasDerefMode
Checks to see if we dereference while searching and finding the base.
isDerefFindingBase() - Method in enum org.apache.directory.api.ldap.model.message.AliasDerefMode
Checks to see if we dereference while finding the base.
isDerefInSearching() - Method in enum org.apache.directory.api.ldap.model.message.AliasDerefMode
Checks to see if we dereference while searching.
isDescendantOf(String) - Method in class org.apache.directory.api.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.api.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.api.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.api.util.Chars
Test if the current byte is a digit <digit> ::= '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9'
isDigit(byte[]) - Static method in class org.apache.directory.api.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.api.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.api.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.api.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.api.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.api.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.api.ldap.model.schema.AbstractSchemaObject
Tells if this SchemaObject is disabled.
isDisabled() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchema
Checks whether or not this schema is enabled or disabled.
isDisabled() - Method in interface org.apache.directory.api.ldap.model.schema.registries.Schema
Checks whether or not this schema is enabled or disabled.
isDisabled() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
Tells if this SchemaObject is disabled.
isDisabled(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Tells if the given Schema is disabled
isDisabled(String) - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Tells if the given Schema is disabled
isDisabled(Schema) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Tells if the given Schema is disabled
isDisabled(Schema) - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Tells if the given Schema is disabled
isDisabledAccepted() - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
Tells if the Registries accept disabled elements.
isDisabledAccepted() - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Currently not implemented.
isDisjunction() - Method in class org.apache.directory.api.ldap.model.filter.AndNode
Tests whether or not this node is a disjunction (a OR'ed branch).
isDisjunction() - Method in class org.apache.directory.api.ldap.model.filter.NotNode
Tests whether or not this node is a disjunction (a OR'ed branch).
isDisjunction() - Method in class org.apache.directory.api.ldap.model.filter.OrNode
Tests whether or not this node is a disjunction (a OR'ed branch).
isDnAttributes() - Method in class org.apache.directory.api.dsmlv2.request.ExtensibleMatchFilter
Get the dnAttributes flag
isDnAttributes() - Method in class org.apache.directory.api.ldap.codec.search.ExtensibleMatchFilter
Get the dnAttributes flag
isDnAuthzId() - Method in interface org.apache.directory.api.ldap.extras.extended.whoAmI.WhoAmIResponse
 
isDnAuthzId() - Method in class org.apache.directory.api.ldap.extras.extended.whoAmI.WhoAmIResponseImpl
isDone() - Method in interface org.apache.directory.api.ldap.model.cursor.SearchCursor
 
isDone() - Method in class org.apache.directory.ldap.client.api.future.HandshakeFuture
isDone() - Method in class org.apache.directory.ldap.client.api.future.MultipleResponseFuture
This operation is not supported in this implementation of Future.
isDone() - Method in class org.apache.directory.ldap.client.api.future.UniqueResponseFuture
This operation is not supported in this implementation of Future.
isDone() - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
isEmpty() - Method in class org.apache.directory.api.ldap.model.name.Dn
Tells if the Dn contains no Rdn
isEmpty() - Method in exception org.apache.directory.api.util.exception.MultiException
Tests to see if there are any nested exceptions within this MultiException.
isEmpty() - Method in exception org.apache.directory.api.util.exception.RuntimeMultiException
Tests to see if exceptions are nested within this exception.
isEmpty() - Method in class org.apache.directory.api.util.SequencedHashMap
Implements Map.isEmpty().
isEmpty(byte[]) - Static method in class org.apache.directory.api.util.Strings
Checks if a bytes array is empty or null.
isEmpty(String) - Static method in class org.apache.directory.api.util.Strings
Checks if a String is empty ("") or null.
isEnabled() - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
Tells if this SchemaObject is enabled.
isEnabled() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchema
Checks whether or not this schema is enabled or disabled.
isEnabled() - Method in interface org.apache.directory.api.ldap.model.schema.registries.Schema
Checks whether or not this schema is enabled or disabled.
isEnabled() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
Tells if this SchemaObject is enabled.
isEnabled(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Tells if the given Schema is enabled
isEnabled(String) - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Tells if the given Schema is enabled
isEnabled(Schema) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Tells if the given Schema is enabled
isEnabled(Schema) - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Tells if the given Schema is enabled
isEndState() - Method in interface org.apache.directory.api.asn1.ber.grammar.States
 
isEndState() - Method in enum org.apache.directory.api.ldap.codec.controls.search.entryChange.EntryChangeStates
isEndState() - Method in enum org.apache.directory.api.ldap.codec.controls.search.pagedSearch.PagedResultsStates
isEndState() - Method in enum org.apache.directory.api.ldap.codec.controls.search.persistentSearch.PersistentSearchStates
isEndState() - Method in enum org.apache.directory.api.ldap.codec.controls.search.subentries.SubentriesStates
isEndState() - Method in enum org.apache.directory.api.ldap.codec.controls.sort.SortRequestStates
isEndState() - Method in enum org.apache.directory.api.ldap.codec.controls.sort.SortResponseStates
isEndState() - Method in enum org.apache.directory.api.ldap.codec.LdapStatesEnum
isEndState() - Method in enum org.apache.directory.api.ldap.extras.controls.ad_impl.AdDirSyncRequestStatesEnum
isEndState() - Method in enum org.apache.directory.api.ldap.extras.controls.ad_impl.AdDirSyncResponseStatesEnum
isEndState() - Method in enum org.apache.directory.api.ldap.extras.controls.ad_impl.AdPolicyHintsStates
isEndState() - Method in enum org.apache.directory.api.ldap.extras.controls.ppolicy_impl.PasswordPolicyResponseStates
isEndState() - Method in enum org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncDoneValueStatesEnum
isEndState() - Method in enum org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncRequestValueStatesEnum
isEndState() - Method in enum org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncStateValueStatesEnum
isEndState() - Method in enum org.apache.directory.api.ldap.extras.controls.vlv_impl.VirtualListViewRequestStates
isEndState() - Method in enum org.apache.directory.api.ldap.extras.controls.vlv_impl.VirtualListViewResponseStates
isEndState() - Method in enum org.apache.directory.api.ldap.extras.extended.ads_impl.cancel.CancelStatesEnum
isEndState() - Method in enum org.apache.directory.api.ldap.extras.extended.ads_impl.certGeneration.CertGenerationRequestStatesEnum
isEndState() - Method in enum org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.controls.ControlsStates
isEndState() - Method in enum org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.EndTransactionRequestStates
isEndState() - Method in enum org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.EndTransactionResponseStates
isEndState() - Method in enum org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectStatesEnum
isEndState() - Method in enum org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownStatesEnum
isEndState() - Method in enum org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify.PasswordModifyRequestStatesEnum
isEndState() - Method in enum org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify.PasswordModifyResponseStatesEnum
isEndState() - Method in enum org.apache.directory.api.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureStatesEnum
isEndState() - Method in enum org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl.SyncInfoValueStatesEnum
isEntry() - Method in interface org.apache.directory.api.ldap.model.cursor.SearchCursor
 
isEntry() - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
Tells if the current entry is a added one
isEntry() - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
isExtendedRequestRegistered(String) - Method in interface org.apache.directory.api.ldap.codec.api.LdapApiService
Checks to see if an extended request operation is registered.
isExtendedRequestRegistered(String) - Method in class org.apache.directory.api.ldap.codec.osgi.DefaultLdapCodecService
Checks to see if an extended request operation is registered.
isExtendedResponseRegistered(String) - Method in interface org.apache.directory.api.ldap.codec.api.LdapApiService
Checks to see if an extended response operation is registered.
isExtendedResponseRegistered(String) - Method in class org.apache.directory.api.ldap.codec.osgi.DefaultLdapCodecService
Checks to see if an extended response operation is registered.
isExtracted() - Method in class org.apache.directory.api.ldap.schema.extractor.impl.DefaultSchemaLdifExtractor
Gets whether or not schema folder has been created or not.
isExtracted() - Method in interface org.apache.directory.api.ldap.schema.extractor.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.api.ldap.model.cursor.AbstractCursor
Is this Cursor positioned at the first element.
isFirst() - Method in interface org.apache.directory.api.ldap.model.cursor.Cursor
Is this Cursor positioned at the first element.
isFirst() - Method in class org.apache.directory.api.ldap.model.cursor.ListCursor
Is this Cursor positioned at the first element.
isFirst() - Method in class org.apache.directory.api.ldap.model.cursor.SetCursor
Is this Cursor positioned at the first element.
isFirst() - Method in class org.apache.directory.api.ldap.model.cursor.SingletonCursor
Is this Cursor positioned at the first element.
isFollowReferrals() - Method in class org.apache.directory.api.dsmlv2.request.SearchRequestDsml
Tells the client if it should follow referrals instead of throwing exceptions
isFollowReferrals() - Method in interface org.apache.directory.api.ldap.model.message.SearchRequest
Tells the client if it should follow referrals instead of throwing exceptions
isFollowReferrals() - Method in class org.apache.directory.api.ldap.model.message.SearchRequestImpl
Tells the client if it should follow referrals instead of throwing exceptions
isGathering() - Method in class org.apache.directory.api.asn1.ber.AbstractContainer
isGathering() - Method in interface org.apache.directory.api.asn1.ber.Asn1Container
 
isGenerateSoapResp() - Method in class org.apache.directory.api.dsmlv2.engine.Dsmlv2Engine
 
isGrammarEndAllowed() - Method in class org.apache.directory.api.asn1.ber.AbstractContainer
Checks that we can have a end state after this transition
isGrammarEndAllowed() - Method in interface org.apache.directory.api.asn1.ber.Asn1Container
Checks that we can have a end state after this transition
isGrant() - Method in class org.apache.directory.api.ldap.aci.ACITuple
Gets true if and only if this tuple grants an access.
isGrant() - Method in enum org.apache.directory.api.ldap.aci.GrantAndDenial
Returns true if and only if this is grant.
isHex(byte) - Static method in class org.apache.directory.api.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.api.util.Chars
Check if the current character is an Hex Char <hex> ::= [0x30-0x39] | [0x41-0x46] | [0x61-0x66]
isHex(char) - Static method in class org.apache.directory.api.util.Chars
Check if the current char is an Hex Char <hex> ::= [0x30-0x39] | [0x41-0x46] | [0x61-0x66]
isHex(char[], int) - Static method in class org.apache.directory.api.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.api.util.Chars
Check if the current character is an Hex Char <hex> ::= [0x30-0x39] | [0x41-0x46] | [0x61-0x66]
isHR() - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
Tells if an AttributeType is HumanReadable or not, depending on its Syntax.
isHumanReadable() - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
Tells if the attribute is human readable.
isHumanReadable() - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Tells if the attribute is human readable.
isHumanReadable() - Method in class org.apache.directory.api.ldap.model.entry.Value
Tells if the current value is Human Readable
isHumanReadable() - Method in class org.apache.directory.api.ldap.model.schema.LdapSyntax
Gets whether or not the Syntax is human readable.
isIA5String(String) - Static method in class org.apache.directory.api.util.Strings
Check that a String is a valid IA5String.
isICharASCII(byte[], int, char) - Static method in class org.apache.directory.api.util.Chars
Test if the current character is equal to a specific character.
isICharASCII(String, int, char) - Static method in class org.apache.directory.api.util.Chars
Test if the current character is equal to a specific character.
isIgnoreReferrals() - Method in class org.apache.directory.api.dsmlv2.request.SearchRequestDsml
Tells the client if it should ignore referrals instead of throwing exceptions
isIgnoreReferrals() - Method in interface org.apache.directory.api.ldap.model.message.SearchRequest
Tells the client if it should ignore referrals instead of throwing exceptions
isIgnoreReferrals() - Method in class org.apache.directory.api.ldap.model.message.SearchRequestImpl
Tells the client if it should ignore referrals instead of throwing exceptions
isIndefiniteLengthAllowed() - Method in class org.apache.directory.api.asn1.ber.Asn1Decoder
Tell if indefinite length form could be used for Length
isIndefiniteLengthAllowed() - Method in interface org.apache.directory.api.asn1.ber.tlv.TLVBerDecoderMBean
Tell if indefinite length form could be used for Length
isInitialized() - Static method in class org.apache.directory.api.ldap.codec.api.LdapApiServiceFactory
Checks to see if the factory is initialized.
isInstanceOf(AttributeType) - Method in interface org.apache.directory.api.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.api.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 class org.apache.directory.api.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 interface org.apache.directory.api.ldap.model.cursor.SearchCursor
 
isIntermediate() - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
isIntermediateResponseRegistered(String) - Method in interface org.apache.directory.api.ldap.codec.api.LdapApiService
Checks to see if an intermediate response is registered.
isIntermediateResponseRegistered(String) - Method in class org.apache.directory.api.ldap.codec.osgi.DefaultLdapCodecService
Checks to see if an intermediate response is registered.
isLast() - Method in class org.apache.directory.api.ldap.model.cursor.AbstractCursor
Is this Cursor positioned at the last element.
isLast() - Method in interface org.apache.directory.api.ldap.model.cursor.Cursor
Is this Cursor positioned at the last element.
isLast() - Method in class org.apache.directory.api.ldap.model.cursor.ListCursor
Is this Cursor positioned at the last element.
isLast() - Method in class org.apache.directory.api.ldap.model.cursor.SetCursor
Is this Cursor positioned at the last element.
isLast() - Method in class org.apache.directory.api.ldap.model.cursor.SingletonCursor
Is this Cursor positioned at the last element.
isLdifChange() - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
 
isLdifContent() - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
 
isLDIFSafe(String) - Static method in class org.apache.directory.api.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.api.ldap.model.filter.AssertionNode
Always returns true since an AssertionNode has no children.
isLeaf() - Method in class org.apache.directory.api.ldap.model.filter.BranchNode
 
isLeaf() - Method in interface org.apache.directory.api.ldap.model.filter.ExprNode
Tests to see if this node is a leaf or branch node.
isLeaf() - Method in class org.apache.directory.api.ldap.model.filter.LeafNode
Gets whether this node is a leaf - the answer is always true here.
isLeaf() - Method in class org.apache.directory.api.ldap.model.filter.ObjectClassNode
Tests to see if this node is a leaf or branch node.
isLeaf() - Method in class org.apache.directory.api.ldap.model.filter.ScopeNode
Always returns true since a scope node has no children.
isLeaf() - Method in class org.apache.directory.api.ldap.model.filter.UndefinedNode
Tests to see if this node is a leaf or branch node.
isLeaf() - Method in class org.apache.directory.api.ldap.util.tree.DnNode
Tells if the implementation is a leaf node.
isLeaf(Dn) - Method in class org.apache.directory.api.ldap.util.tree.DnNode
Tells if the implementation is a leaf node.
isMove() - Method in class org.apache.directory.api.dsmlv2.request.ModifyDNRequestDsml
Gets whether or not this request is a Dn change resulting in a move operation.
isMove() - Method in interface org.apache.directory.api.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.api.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.AbstractSaslRequest
Indicates if mutual authentication is required.
isMutualAuthentication() - Method in interface org.apache.directory.ldap.client.api.SaslRequest
Indicates if mutual authentication is required.
isNegation() - Method in class org.apache.directory.api.ldap.model.filter.AndNode
Tests whether or not this node is a negation (a NOT'ed branch).
isNegation() - Method in class org.apache.directory.api.ldap.model.filter.NotNode
Tests whether or not this node is a negation (a NOT'ed branch).
isNegation() - Method in class org.apache.directory.api.ldap.model.filter.OrNode
Tests whether or not this node is a negation (a NOT'ed branch).
isNeverDeref() - Method in enum org.apache.directory.api.ldap.model.message.AliasDerefMode
Checks to see if we never dereference aliases.
isNormalizing() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
isNormizing() - Method in class org.apache.directory.api.ldap.aci.ACIItemParser
Tests to see if this parser is normalizing.
isNormizing() - Method in class org.apache.directory.api.ldap.model.subtree.SubtreeSpecificationParser
Tests to see if this parser is normalizing.
isNormizing() - Method in class org.apache.directory.api.ldap.trigger.TriggerSpecificationParser
Tests to see if this parser is normalizing.
isNotEmpty(String) - Static method in class org.apache.directory.api.util.Strings
Checks if a String is not empty ("") and not null.
isNotificationEnabled(ChangeType) - Method in interface org.apache.directory.api.ldap.model.message.controls.PersistentSearch
For each changeType, tells if the notification is enabled
isNotificationEnabled(ChangeType) - Method in class org.apache.directory.api.ldap.model.message.controls.PersistentSearchImpl
For each changeType, tells if the notification is enabled
isNoUserModification() - Method in class org.apache.directory.api.ldap.schema.converter.AttributeTypeHolder
Tells if the attributeType is mutable or not
isNull() - Method in class org.apache.directory.api.ldap.model.entry.Value
Check if the contained value is null or not
isNullOrEmpty(Dn) - Static method in class org.apache.directory.api.ldap.model.name.Dn
Check if a DistinguishedName is null or empty.
isObsolete() - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
Gets whether or not this SchemaObject has been inactivated.
isObsolete() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
Gets whether or not this SchemaObject has been inactivated.
isObsolete() - Method in interface org.apache.directory.api.ldap.schema.converter.SchemaElement
Tells if the attributeType is obsolete
isObsolete() - Method in class org.apache.directory.api.ldap.schema.converter.SchemaElementImpl
Tells if the attributeType is obsolete
isOid(String) - Static method in class org.apache.directory.api.asn1.util.Oid
Returns true if oidString is a valid string representation of an OID.
isOperational() - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
Tells if the attributeType is an OPERATIONAL attribute or not
isPrefix() - Method in class org.apache.directory.api.ldap.model.filter.BranchNormalizedVisitor
Determines whether the visitation order is prefix or postfix.
isPrefix() - Method in interface org.apache.directory.api.ldap.model.filter.FilterVisitor
Determines whether the visitation order is prefix or postfix.
isPrimitive(byte) - Static method in class org.apache.directory.api.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.api.util.Strings
Check that a String is a valid PrintableString.
isPwdExpired(String, int, TimeProvider) - Static method in class org.apache.directory.api.ldap.model.password.PasswordUtil
checks if the given password's change time is older than the max age
isQuirksMode() - Method in class org.apache.directory.api.ldap.model.schema.parsers.AbstractSchemaParser
Checks if quirks mode is enabled.
isQuirksMode() - Method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
Checks if quirks mode is enabled.
isReferenced(SchemaObject) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
Checks if a specific SchemaObject is referenced by any other SchemaObject.
isReferral() - Method in class org.apache.directory.api.dsmlv2.response.LdapResultDsml
Gets whether or not this result represents a Referral.
isReferral() - Method in interface org.apache.directory.api.ldap.model.cursor.SearchCursor
 
isReferral() - Method in interface org.apache.directory.api.ldap.model.message.LdapResult
Gets whether or not this result represents a Referral.
isReferral() - Method in class org.apache.directory.api.ldap.model.message.LdapResultImpl
Gets whether or not this result represents a Referral.
isReferral() - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
isRefreshDeletes() - Method in interface org.apache.directory.api.ldap.extras.controls.syncrepl.syncDone.SyncDoneValue
 
isRefreshDeletes() - Method in class org.apache.directory.api.ldap.extras.controls.syncrepl.syncDone.SyncDoneValueImpl
isRefreshDeletes() - Method in interface org.apache.directory.api.ldap.extras.intermediate.syncrepl.SyncInfoValue
 
isRefreshDeletes() - Method in class org.apache.directory.api.ldap.extras.intermediate.syncrepl.SyncInfoValueImpl
isRefreshDone() - Method in interface org.apache.directory.api.ldap.extras.intermediate.syncrepl.SyncInfoValue
 
isRefreshDone() - Method in class org.apache.directory.api.ldap.extras.intermediate.syncrepl.SyncInfoValueImpl
isRelaxed() - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
 
isRelaxed() - Method in class org.apache.directory.api.ldap.model.schema.registries.AbstractSchemaLoader
isRelaxed() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
Tells if the Registry is permissive or if it must be checked against inconsistencies.
isRelaxed() - Method in class org.apache.directory.api.ldap.model.schema.registries.OidRegistry
Tells if the Registry is permissive or if it must be checked against inconsistencies.
isRelaxed() - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
Tells if the Registries is permissive or if it must be checked against inconsistencies.
isRelaxed() - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
 
isRelaxed() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Tells if the SchemaManager is permissive or if it must be checked against inconsistencies.
isRelaxed() - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Tells if the SchemaManager is permissive or if it must be checked against inconsistencies.
isReloadHint() - Method in interface org.apache.directory.api.ldap.extras.controls.syncrepl.syncRequest.SyncRequestValue
 
isReloadHint() - Method in class org.apache.directory.api.ldap.extras.controls.syncrepl.syncRequest.SyncRequestValueImpl
isRequestCompleted(int) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Checks if a request has been completed, or not.
isRequestCompleted(int) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
Checks if a request has been completed, or not.
isRequestCompleted(int) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Checks if a request has been completed, or not.
isRequestIdNeeded(Dsmlv2Container) - Static method in class org.apache.directory.api.dsmlv2.ParserUtils
Indicates if a request ID is needed.
isResolved() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OpenLdapObjectIdentifierMacro
Checks if is resolved.
isResolveObjectIdentifierMacros() - Method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
Checks if object identifier macros should be resolved.
isReturnECs() - Method in interface org.apache.directory.api.ldap.model.message.controls.PersistentSearch
 
isReturnECs() - Method in class org.apache.directory.api.ldap.model.message.controls.PersistentSearchImpl
isReverseOrder() - Method in class org.apache.directory.api.ldap.model.message.controls.SortKey
 
isRootDse() - Method in class org.apache.directory.api.ldap.model.name.Dn
Tells if the Dn is the RootDSE Dn (ie, an empty Dn)
isSchemaAdminRole() - Method in class org.apache.directory.api.ldap.model.subtree.Subentry
Tells if the type contains the SubSchema Administrative Role
isSchemaAware() - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Tells if the Entry is schema aware
isSchemaAware() - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Tells if the Entry is schema aware
isSchemaAware() - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Tells if the Entry is schema aware
isSchemaAware() - Method in class org.apache.directory.api.ldap.model.entry.Value
Tells if the value is schema aware or not.
isSchemaAware() - Method in class org.apache.directory.api.ldap.model.filter.AssertionNode
Tells if this Node is Schema aware.
isSchemaAware() - Method in class org.apache.directory.api.ldap.model.filter.BranchNode
Tells if this Node is Schema aware.
isSchemaAware() - Method in interface org.apache.directory.api.ldap.model.filter.ExprNode
Tells if this Node is Schema aware.
isSchemaAware() - Method in class org.apache.directory.api.ldap.model.filter.LeafNode
Tells if this Node is Schema aware.
isSchemaAware() - Method in class org.apache.directory.api.ldap.model.filter.ObjectClassNode
Tells if this Node is Schema aware.
isSchemaAware() - Method in class org.apache.directory.api.ldap.model.filter.ScopeNode
Tells if this Node is Schema aware.
isSchemaAware() - Method in class org.apache.directory.api.ldap.model.filter.UndefinedNode
Tells if this Node is Schema aware.
isSchemaAware() - Method in class org.apache.directory.api.ldap.model.name.Ava
Tells if the Ava is schema aware or not.
isSchemaAware() - Method in class org.apache.directory.api.ldap.model.name.Dn
Tells if the Dn is schema aware
isSchemaAware() - Method in class org.apache.directory.api.ldap.model.name.Rdn
Tells if the Rdn is schema aware.
isSchemaLoaded(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
Checks to see if a particular Schema is loaded.
isSchemaLoaded(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Tells if the specific schema is loaded
isSchemaLoaded(String) - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Tells if the specific schema is loaded
isSecured() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Tells if the connection is using a secured channel
isSimple() - Method in class org.apache.directory.api.dsmlv2.request.BindRequestDsml
Checks to see if the authentication mechanism is simple and not SASL based.
isSimple() - Method in interface org.apache.directory.api.ldap.model.message.BindRequest
Checks to see if the authentication mechanism is simple and not SASL based.
isSimple() - Method in class org.apache.directory.api.ldap.model.message.BindRequestImpl
Checks to see if the authentication mechanism is simple and not SASL based.
isSingleValue() - Method in class org.apache.directory.api.ldap.schema.converter.AttributeTypeHolder
Tells if the attribute is single-valued
isSingleValued() - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
Gets whether or not this AttributeType is single-valued.
isStoringRequests() - Method in class org.apache.directory.api.dsmlv2.request.BatchRequestDsml
 
isStrict() - Method in class org.apache.directory.api.ldap.model.schema.registries.AbstractSchemaLoader
isStrict() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
Tells if the Registry is strict.
isStrict() - Method in class org.apache.directory.api.ldap.model.schema.registries.OidRegistry
Tells if the Registry is strict.
isStrict() - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
Tells if the Registries is strict.
isStrict() - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
 
isStrict() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Tells if the SchemaManager is strict.
isStrict() - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Tells if the SchemaManager is strict.
isStructural() - Method in class org.apache.directory.api.ldap.model.schema.ObjectClass
Tells if the current ObjectClass is STRUCTURAL
ISSUER_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.certGeneration.CertGenerationRequestStatesEnum
the issuer Dn
isSymlink(File) - Static method in class org.apache.directory.api.util.FileUtils
Determines whether the specified file is a Symbolic Link rather than an actual file.
isTriggersAdminRole() - Method in class org.apache.directory.api.ldap.model.subtree.Subentry
Tells if the type contains the Triggers Administrative Role
isTrue() - Method in class org.apache.directory.api.dsmlv2.response.CompareResponseDsml
isTrue() - Method in interface org.apache.directory.api.ldap.model.message.CompareResponse
 
isTrue() - Method in class org.apache.directory.api.ldap.model.message.CompareResponseImpl
isTypesOnly() - Method in class org.apache.directory.api.ldap.model.message.SearchParams
 
isUnderscore(byte[], int) - Static method in class org.apache.directory.api.util.Chars
Check if the current character is the ASCII character underscore 0x5F.
isUnicodeSubset(byte) - Static method in class org.apache.directory.api.util.Unicode
Check if the current byte is in the unicodeSubset : all chars but '\0', '(', ')', '*' and '\'
isUnicodeSubset(char) - Static method in class org.apache.directory.api.util.Unicode
Check if the current char is in the unicodeSubset : all chars but '\0', '(', ')', '*' and '\'
isUnicodeSubset(String, int) - Static method in class org.apache.directory.api.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.api.asn1.ber.tlv.TLV
Tells if the tag is Universal or not
isUser() - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
Tells if the attributeType is a USER attribute or not
isUserAuthzId() - Method in interface org.apache.directory.api.ldap.extras.extended.whoAmI.WhoAmIResponse
 
isUserAuthzId() - Method in class org.apache.directory.api.ldap.extras.extended.whoAmI.WhoAmIResponseImpl
isUserModifiable() - Method in class org.apache.directory.api.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.
isUseTls() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
Checks if TLS is used.
isUsingStandaloneImplementation() - Static method in class org.apache.directory.api.ldap.codec.api.LdapApiServiceFactory
Checks to see if the factory is using the standalone implementation.
isValid() - Method in class org.apache.directory.api.ldap.model.schema.LoadableSchemaObject
Test that the FQCN is equal to the instance's name.
isValid(String) - Static method in class org.apache.directory.api.ldap.model.csn.Csn
Check if the given String is a valid CSN.
isValid(String) - Static method in class org.apache.directory.api.ldap.model.name.Dn
Check if a DistinguishedName is syntactically valid.
isValid(String) - Static method in class org.apache.directory.api.ldap.model.name.Rdn
Validate a NameComponent :
isValid(String) - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.BitStringSyntaxChecker
A shared and static method used to check that the string is a BitString.
isValid(AttributeType) - Method in interface org.apache.directory.api.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.api.ldap.model.entry.DefaultAttribute
Checks to see if this attribute is valid along with the values it contains.
isValid(SchemaManager, String) - Static method in class org.apache.directory.api.ldap.model.name.Dn
Check if a DistinguishedName is syntactically valid.
isValid(SchemaManager, String) - Static method in class org.apache.directory.api.ldap.model.name.Rdn
Validate a NameComponent :
isValid(SyntaxChecker) - Method in class org.apache.directory.api.ldap.model.entry.Value
Uses the syntaxChecker associated with the attributeType to check if the value is valid.
isValidateDn() - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
 
isValidInet4Address(String) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
Validates an IPv4 address.
isValidInet6Address(String) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
This code source was taken from commons.validator 1.5.0 Validates an IPv6 address.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.aci.ACIItemSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.SyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.AttributeTypeDescriptionSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.AttributeTypeUsageSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.BitStringSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.BooleanSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.BootParameterSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.ComparatorSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CountrySyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CsnSidSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CsnSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DeliveryMethodSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DerefAliasSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DirectoryStringSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DitContentRuleDescriptionSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DitStructureRuleDescriptionSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DnSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DsaQualitySyntaxSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DseTypeSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.FacsimileTelephoneNumberSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.GeneralizedTimeSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.Ia5StringSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.IntegerSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.JavaByteSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.JavaIntegerSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.JavaLongSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.JavaShortSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.JpegSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.LdapSyntaxDescriptionSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.MailPreferenceSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.MatchingRuleDescriptionSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.MatchingRuleUseDescriptionSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NameAndOptionalUIDSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NameFormDescriptionSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NisNetgroupTripleSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NormalizerSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NumberSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NumericOidSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NumericStringSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.ObjectClassDescriptionSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.ObjectClassTypeSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.ObjectNameSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OidLenSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OidSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OtherMailboxSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.PostalAddressSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.PrintableStringSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.RegexSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SearchScopeSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SubtreeSpecificationSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.TelephoneNumberSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.TeletexTerminalIdentifierSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.TelexNumberSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.UtcTimeSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.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.api.util.Strings
Checks to see if a String is a valid UUID.
isVersion3() - Method in class org.apache.directory.api.dsmlv2.request.BindRequestDsml
Checks to see if the Ldap v3 protocol is used.
isVersion3() - Method in interface org.apache.directory.api.ldap.model.message.BindRequest
Checks to see if the Ldap v3 protocol is used.
isVersion3() - Method in class org.apache.directory.api.ldap.model.message.BindRequestImpl
Checks to see if the Ldap v3 protocol is used.
isVisible() - Method in interface org.apache.directory.api.ldap.model.message.controls.Subentries
Check if the subEntry is visible
isVisible() - Method in class org.apache.directory.api.ldap.model.message.controls.SubentriesImpl
returns Tells if the Subentry values are visible or not
item() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
item() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
item() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
item() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
itemFirst() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
itemFirst() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
ItemFirstACIItem - Class in org.apache.directory.api.ldap.aci
An ACIItem which specifies ProtectedItems first and then UserClasses each ProtectedItem will have. (18.4.2.4.
ItemFirstACIItem(String, int, AuthenticationLevel, Collection<ProtectedItem>, Collection<ItemPermission>) - Constructor for class org.apache.directory.api.ldap.aci.ItemFirstACIItem
Creates a new instance.
itemOrUserFirst() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
itemOrUserFirst() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
itemPermission() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
itemPermission() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
ItemPermission - Class in org.apache.directory.api.ldap.aci
Represents permissions to be applied to all ProtectedItems in ItemFirstACIItem.
ItemPermission(Integer, Collection<GrantAndDenial>, Collection<UserClass>) - Constructor for class org.apache.directory.api.ldap.aci.ItemPermission
Creates a new instance
itemPermissions() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
itemPermissions() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
ItemRefinement - Class in org.apache.directory.api.ldap.model.subtree
A class holding a n ITEM refinement, as defined in RFC 3672
ItemRefinement(ObjectClass) - Constructor for class org.apache.directory.api.ldap.model.subtree.ItemRefinement
Creates a new instance of ItemRefinement.
iterator() - Method in class org.apache.directory.api.ldap.aci.protectedItem.AbstractAttributeTypeProtectedItem
Gets an iterator of all attribute types.
iterator() - Method in class org.apache.directory.api.ldap.aci.protectedItem.AttributeValueItem
Returns an iterator of all Attributes.
iterator() - Method in class org.apache.directory.api.ldap.aci.protectedItem.MaxValueCountItem
Gets an iterator of all MaxValueCountElems.
iterator() - Method in class org.apache.directory.api.ldap.aci.protectedItem.RestrictedByItem
Gets an iterator of all RestrictedByElems.
iterator() - Method in class org.apache.directory.api.ldap.model.cursor.AbstractCursor
iterator() - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
An iterator on top of the stored values.
iterator() - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Returns an enumeration containing the zero or more attributes in the collection.
iterator() - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Returns an iterator on the attributes for this entry.
iterator() - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Returns an enumeration containing the zero or more attributes in the collection.
iterator() - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
Returns an enumeration containing the zero or more attributes in the collection.
iterator() - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
 
iterator() - Method in class org.apache.directory.api.ldap.model.name.Dn
Iterate over the inner Rdn.
iterator() - Method in class org.apache.directory.api.ldap.model.name.Rdn
Retrieves the components of this Rdn as an iterator of Avas.
iterator() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultDitStructureRuleRegistry
Gets an iterator over the registered schema objects in the registry.
iterator() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
Gets an iterator over the registered schema objects in the registry.
iterator() - Method in interface org.apache.directory.api.ldap.model.schema.registries.DitStructureRuleRegistry
Gets an iterator over the registered descriptions in the registry.
iterator() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
Gets an iterator over the registered schema objects in the registry.
iterator() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableComparatorRegistry
Gets an iterator over the registered schema objects in the registry.
iterator() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitContentRuleRegistry
Gets an iterator over the registered schema objects in the registry.
iterator() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitStructureRuleRegistry
Gets an iterator over the registered descriptions in the registry.
iterator() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
Gets an iterator over the registered schema objects in the registry.
iterator() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
Gets an iterator over the registered schema objects in the registry.
iterator() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
Gets an iterator over the registered schema objects in the registry.
iterator() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNameFormRegistry
Gets an iterator over the registered schema objects in the registry.
iterator() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNormalizerRegistry
Gets an iterator over the registered schema objects in the registry.
iterator() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableObjectClassRegistry
Gets an iterator over the registered schema objects in the registry.
iterator() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
Gets an iterator over the registered schema objects in the registry.
iterator() - Method in class org.apache.directory.api.ldap.model.schema.registries.OidRegistry
Lists all the SchemaObjects within the registry.
iterator() - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaObjectRegistry
Gets an iterator over the registered schema objects in the registry.
iterator() - Method in class org.apache.directory.api.util.SequencedHashMap
Gets an iterator over the keys.
iteratorOids() - Method in class org.apache.directory.api.ldap.model.schema.registries.OidRegistry
Lists all the OIDs within the registry.

J

JANET_MAILBOX_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
JANET_MAILBOX_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
JarLdifSchemaLoader - Class in org.apache.directory.api.ldap.schema.loader
Loads schema data from LDIF files containing entries representing schema objects, using the meta schema format.
JarLdifSchemaLoader() - Constructor for class org.apache.directory.api.ldap.schema.loader.JarLdifSchemaLoader
Creates a new LDIF based SchemaLoader.
JarLdifSchemaLoader(boolean) - Constructor for class org.apache.directory.api.ldap.schema.loader.JarLdifSchemaLoader
Creates a new LDIF based SchemaLoader.
JAVA_BYTE_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
JAVA_CHAR_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
JAVA_INT_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
JAVA_LONG_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
JAVA_SHORT_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
JavaByteSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a valid Java primitive short or the Short wrapper.
JavaByteSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
JavaIntegerSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a valid Java primitive int or the Integer wrapper.
JavaIntegerSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
JavaLongSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a valid Java primitive long or the Long wrapper.
JavaLongSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
JavaShortSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a valid Java primitive Short or the Short wrapper.
JavaShortSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
JavaStoredProcUtils - Class in org.apache.directory.api.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.api.ldap.model.constants.SchemaConstants
 
JDBM_STRING_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
JNDI_BATCHSIZE - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
Batch size of search results returned
JNDI_FACTORY_CONTROL - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
List of FQCNs of the control factory classes
JNDI_FACTORY_INITIAL - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
FQCN of the factory creating the InitialContext
JNDI_FACTORY_OBJECT - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
List of FQCNs of the Object factory
JNDI_FACTORY_SOCKET - Static variable in class org.apache.directory.api.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.api.ldap.model.constants.JndiPropertyConstants
List of FQCNs of the state factory
JNDI_LANGUAGE - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
The Language to use
JNDI_LDAP_ATTRIBUTES_BINARY - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
The list of binary attributes
JNDI_LDAP_CONTROL_CONNECT - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
The controls to send when connectiong
JNDI_LDAP_DAP_DEREF_ALIASES - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
Tells if and how we dereference aliases
JNDI_LDAP_DELETE_RDN - Static variable in class org.apache.directory.api.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.api.ldap.model.constants.JndiPropertyConstants
The separator to use when dealing with RefAddr
JNDI_LDAP_REFERRAL_LIMIT - Static variable in class org.apache.directory.api.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.api.ldap.model.constants.JndiPropertyConstants
tells that we want the attributeTypes only to be returned
JNDI_LDAP_VERSION - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
Specifies the LDAP version to use
JNDI_PROVIDER_URL - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
The list of URL pointing to a LDAP server
JNDI_REFERRAL - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
Tells how the referral should be handled
JNDI_SASL_AUTHENTICATION - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
Tells if the the server must authenticate the client
JNDI_SASL_AUTHORIZATION_ID - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
The SASL authorization ID
JNDI_SASL_CALLBACK - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
An instance of CallbackHandler to use when required
JNDI_SASL_MAX_BUFFER - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
The maximum size of the receive buffer
JNDI_SASL_POLICY_CREDENTIALS - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
Tells if the server must require some credentials
JNDI_SASL_POLICY_FORWARD - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
Tells if the server must support forward secrecy
JNDI_SASL_POLICY_NO_ACTIVE - Static variable in class org.apache.directory.api.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.api.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.api.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.api.ldap.model.constants.JndiPropertyConstants
Tells if the server allow Plain text mechanism
JNDI_SASL_QOP - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
The SASL Quality Of Protection value
JNDI_SASL_REALM - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
The SASL Realm
JNDI_SASL_STRENGTH - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
The cipher strength
JNDI_SECURITY_AUTHENTICATION - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
The Authentication mechanism
JNDI_SECURITY_CREDENTIALS - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
The credentials
JNDI_SECURITY_PRINCIPAL - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
The Principal
JNDI_SECURITY_PROTOCOL - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
The security protocol to use
JndiPropertyConstants - Class in org.apache.directory.api.ldap.model.constants
This class contains all the Ldap specific properties described in the JNDI API.
JndiUtils - Class in org.apache.directory.api.ldap.util
An utility class to convert back and forth JNDI classes to ADS classes.
JPEG_PHOTO_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
JPEG_PHOTO_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
JPEG_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
JpegSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a Jpeg according to RFC 4517.
JpegSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
JUST_OPENED - org.apache.directory.api.ldap.model.cursor.CursorStateEnum
the Cursor has been created and so has not been positioned yet

K

KEEP_OLD_RDN - Static variable in class org.apache.directory.api.ldap.model.ldif.LdifRevertor
Flag used when we want to keep the old Rdn
KERBEROS_LOG - org.apache.directory.api.ldap.model.constants.Loggers
The dedicated logger for KERBEROS
KEY_ALGORITHM_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.certGeneration.CertGenerationRequestStatesEnum
the key algorithm
keySet() - Method in class org.apache.directory.api.util.SequencedHashMap
Implements Map.keySet().
KeyValue - Interface in org.apache.directory.api.util
Defines a simple key value pair.
KEYWORD_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
KEYWORD_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
KNOWLEDGE_INFORMATION_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
KNOWLEDGE_INFORMATION_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
KRB5_PRINCIPAL_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
KRB5_PRINCIPAL_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
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

L_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
L_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
LABELED_URI_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
LABELED_URI_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
LABELED_URI_OBJECT_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
LABELED_URI_OBJECT_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
LANGLE - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
 
LANGUAGE_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureStatesEnum
Language
last() - Method in interface org.apache.directory.api.ldap.model.cursor.Cursor
Positions this Cursor at the last element.
last() - Method in class org.apache.directory.api.ldap.model.cursor.EmptyCursor
Positions this Cursor at the last element.
last() - Method in class org.apache.directory.api.ldap.model.cursor.ListCursor
Positions this Cursor at the last element.
last() - Method in class org.apache.directory.api.ldap.model.cursor.SetCursor
Positions this Cursor at the last element.
last() - Method in class org.apache.directory.api.ldap.model.cursor.SingletonCursor
Positions this Cursor at the last element.
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_AD_DIR_SYNC_REQUEST_STATE - org.apache.directory.api.ldap.extras.controls.ad_impl.AdDirSyncRequestStatesEnum
terminal state
LAST_AD_DIR_SYNC_RESPONSE_STATE - org.apache.directory.api.ldap.extras.controls.ad_impl.AdDirSyncResponseStatesEnum
terminal state
LAST_CANCEL_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.cancel.CancelStatesEnum
terminal state
LAST_CERT_GENERATION_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.certGeneration.CertGenerationRequestStatesEnum
terminal state
LAST_EC_STATE - org.apache.directory.api.ldap.codec.controls.search.entryChange.EntryChangeStates
terminal state
LAST_GRACEFUL_DISCONNECT_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectStatesEnum
terminal state
LAST_GRACEFUL_SHUTDOWN_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownStatesEnum
terminal state
LAST_LDAP_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
LAST_PAGED_SEARCH_STATE - org.apache.directory.api.ldap.codec.controls.search.pagedSearch.PagedResultsStates
terminal state
LAST_PASSWORD_MODIFY_REQUEST_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify.PasswordModifyRequestStatesEnum
Last state
LAST_PASSWORD_MODIFY_RESPONSE_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify.PasswordModifyResponseStatesEnum
Last state
LAST_PSEARCH_STATE - org.apache.directory.api.ldap.codec.controls.search.persistentSearch.PersistentSearchStates
terminal state
LAST_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.controls.ControlsStates
Last state
LAST_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.EndTransactionRequestStates
Last state
LAST_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.EndTransactionResponseStates
Last state
LAST_STORED_PROCEDURE_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureStatesEnum
Last Stored Procedure
LAST_SUB_ENTRY_STATE - org.apache.directory.api.ldap.codec.controls.search.subentries.SubentriesStates
terminal state
LAST_SYNC_DONE_VALUE_STATE - org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncDoneValueStatesEnum
terminal state
LAST_SYNC_INFO_VALUE_STATE - org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl.SyncInfoValueStatesEnum
terminal state
LAST_SYNC_REQUEST_VALUE_STATE - org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncRequestValueStatesEnum
terminal state
LAST_SYNC_STATE_VALUE_STATE - org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncStateValueStatesEnum
terminal state
lastIndexOf(Object) - Method in class org.apache.directory.api.util.SequencedHashMap
Gets the last index of the specified key.
LDAP_DIRSYNC_ANCESTORS_FIRST_ORDER - org.apache.directory.api.ldap.extras.controls.ad.AdDirSyncResponseFlag
The Ancestors First Order flag
LDAP_DIRSYNC_INCREMENTAL_VALUES - org.apache.directory.api.ldap.extras.controls.ad.AdDirSyncResponseFlag
The Incremental Values flag
LDAP_DIRSYNC_OBJECT_SECURITY - org.apache.directory.api.ldap.extras.controls.ad.AdDirSyncResponseFlag
The Object Security flag
LDAP_DIRSYNC_PUBLIC_DATA_ONLY - org.apache.directory.api.ldap.extras.controls.ad.AdDirSyncResponseFlag
The Public Data Only flag
LDAP_MESSAGE_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
LDAP_RESULT - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The LDAP Result state
LDAP_RESULT_CONTROL_END - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The LDAP Result Control End state
LDAP_RESULT_CONTROL_START - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The LDAP Result Control Start state
LDAP_RESULT_CONTROL_VALUE_END - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The LDAP Result Control Value End state
LDAP_RESULT_CONTROL_VALUE_START - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The LDAP Result Control Value Start state
LDAP_RESULT_END - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The LDAP Result End state
LDAP_RESULT_ERROR_MESSAGE_END - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The LDAP Result Error Message End state
LDAP_RESULT_ERROR_MESSAGE_START - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The LDAP Result Error Message Start state
LDAP_RESULT_REFERRAL_END - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The LDAP Result Referral End state
LDAP_RESULT_REFERRAL_SEQUENCE_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
LDAP_RESULT_REFERRAL_START - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The LDAP Result Referral Start state
LDAP_RESULT_RESULT_CODE_END - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The LDAP Result Result Code End state
LDAP_RESULT_RESULT_CODE_START - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The LDAP Result Result Code Start state
LDAP_ROOT_DSE_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
LDAP_ROOT_DSE_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
LDAP_SCHEMA_DEFINITION_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
LDAP_SCHEMA_DESCRIPTION_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
LDAP_SCHEME - Static variable in class org.apache.directory.api.ldap.model.url.LdapUrl
The constant for "ldap://" scheme.
LDAP_SYNTAX - org.apache.directory.api.ldap.model.schema.SchemaObjectType
A Syntax
LDAP_SYNTAX_DESCRIPTION_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
LDAP_SYNTAXES_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
LDAP_SYNTAXES_AT_OID - Static variable in class org.apache.directory.api.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.api.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.api.ldap.model.exception.LdapAdminLimitExceededException
Creates a new instance of LdapAdminLimitExceededException.
LdapAdminLimitExceededException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapAdminLimitExceededException
Creates a new instance of LdapAdminLimitExceededException.
LdapAffectMultipleDsaException - Exception in org.apache.directory.api.ldap.model.exception
A subclass of LdapOperationException which associates the ResultCodeEnum.AFFECTS_MULTIPLE_DSAS value with the type.
LdapAffectMultipleDsaException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapAffectMultipleDsaException
Creates a new instance of LdapAffectMultipleDsaException.
LdapAffectMultipleDsaException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapAffectMultipleDsaException
Creates a new instance of LdapAffectMultipleDsaException.
LdapAliasDereferencingException - Exception in org.apache.directory.api.ldap.model.exception
A subclass of LdapOperationException which associates the ResultCodeEnum.ALIAS_DEREFERENCING_PROBLEM value with the type.
LdapAliasDereferencingException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapAliasDereferencingException
Creates a new instance of LdapAliasDereferencingException.
LdapAliasDereferencingException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapAliasDereferencingException
Creates a new instance of LdapAliasDereferencingException.
LdapAliasException - Exception in org.apache.directory.api.ldap.model.exception
A subclass of LdapOperationException which associates the ResultCodeEnum.ALIAS_PROBLEM value with the type.
LdapAliasException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapAliasException
Creates a new instance of LdapAliasException.
LdapAliasException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapAliasException
Creates a new instance of LdapAliasException.
LdapApiService - Interface in org.apache.directory.api.ldap.codec.api
The service interface for the LDAP codec.
LdapApiServiceFactory - Class in org.apache.directory.api.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.
LdapAsyncConnection - Interface in org.apache.directory.ldap.client.api
Root interface for all asynchronous LDAP connections.
LdapAttributeInUseException - Exception in org.apache.directory.api.ldap.model.exception
A subclass of LdapOperationException which holds the LDAP resultCode associated with the exception.
LdapAttributeInUseException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapAttributeInUseException
Creates a new instance of LdapAttributeInUseException.
LdapAttributeInUseException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapAttributeInUseException
Creates a new instance of LdapAttributeInUseException.
LdapAuthenticationException - Exception in org.apache.directory.api.ldap.model.exception
A subclass of LdapOperationException which associates the ResultCodeEnum.INVALID_CREDENTIALS value with the type.
LdapAuthenticationException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapAuthenticationException
Creates a new instance of LdapAuthenticationException.
LdapAuthenticationException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapAuthenticationException
Creates a new instance of LdapAuthenticationException.
LdapAuthenticationNotSupportedException - Exception in org.apache.directory.api.ldap.model.exception
A subclass of the LdapOperationException carrying along an unequivocal ResultCodeEnum value.
LdapAuthenticationNotSupportedException(ResultCodeEnum) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapAuthenticationNotSupportedException
Creates a new instance of LdapAuthenticationNotSupportedException.
LdapAuthenticationNotSupportedException(ResultCodeEnum, String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapAuthenticationNotSupportedException
Creates a new instance of LdapAuthenticationNotSupportedException.
LdapCannotCancelException - Exception in org.apache.directory.api.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.api.ldap.model.exception.LdapCannotCancelException
Creates a new instance of LdapCannotCancelException.
LdapCannotCancelException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapCannotCancelException
Creates a new instance of LdapCannotCancelException.
LdapClientTrustStoreManager - Class in org.apache.directory.ldap.client.api
Implement the X509TrustManager interface which will be used during JSSE truststore manager initialisation for LDAP client-to-server communications over TLS/SSL.
LdapClientTrustStoreManager(String, char[], String, boolean) - Constructor for class org.apache.directory.ldap.client.api.LdapClientTrustStoreManager
Constructor used by connection configuration utility to load trust store manager.
LdapCodecConstants - Class in org.apache.directory.api.ldap.codec.api
This class contains a list of constants used in the LDAP coder/decoder.
LdapComparator<T> - Class in org.apache.directory.api.ldap.model.schema
An class used for Comparator.
LdapComparatorDescription - Class in org.apache.directory.api.ldap.model.schema.parsers
An ApacheDS specific schema description for a Comparator.
LdapComparatorDescription(String) - Constructor for class org.apache.directory.api.ldap.model.schema.parsers.LdapComparatorDescription
A constructor for a LdapComparatorDescription.
LdapComparatorDescriptionSchemaParser - Class in org.apache.directory.api.ldap.model.schema.parsers
A parser for ApacheDS comparator descriptions.
LdapComparatorDescriptionSchemaParser() - Constructor for class org.apache.directory.api.ldap.model.schema.parsers.LdapComparatorDescriptionSchemaParser
Creates a schema parser instance.
LdapConfigurationException - Exception in org.apache.directory.api.ldap.model.exception
A LdapException which associates a resultCode namely the ResultCodeEnum.OTHER resultCode with the exception.
LdapConfigurationException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapConfigurationException
Creates a new instance of LdapConfigurationException.
LdapConfigurationException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapConfigurationException
Creates a new instance of LdapConfigurationException.
LdapConfigurationException(String, Throwable) - Constructor for exception org.apache.directory.api.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
Creates a default LdapConnectionConfig instance
LdapConnectionFactory - Interface in org.apache.directory.ldap.client.api
A factory that creates LdapConnection objects using the provided LdapConnectionConfig.
LdapConnectionOperations - Interface in org.apache.directory.ldap.client.template
Specifies the set of operations available on LdapConnectionTemplate.
LdapConnectionPool - Class in org.apache.directory.ldap.client.api
A pool implementation for LdapConnection objects.
LdapConnectionPool(PooledObjectFactory<LdapConnection>) - Constructor for class org.apache.directory.ldap.client.api.LdapConnectionPool
Instantiates a new LDAP connection pool.
LdapConnectionPool(PooledObjectFactory<LdapConnection>, GenericObjectPoolConfig) - Constructor for class org.apache.directory.ldap.client.api.LdapConnectionPool
Instantiates a new LDAP connection pool.
LdapConnectionPool(LdapConnectionConfig, LdapApiService, long) - Constructor for class org.apache.directory.ldap.client.api.LdapConnectionPool
Instantiates a new LDAP connection pool.
LdapConnectionPool(LdapConnectionConfig, LdapApiService, long, GenericObjectPoolConfig) - Constructor for class org.apache.directory.ldap.client.api.LdapConnectionPool
Instantiates a new LDAP connection pool.
LdapConnectionTemplate - Class in org.apache.directory.ldap.client.template
A facade for LDAP operations that handles all of the boiler plate code for you allowing more concise operations through the use of callbacks.
LdapConnectionTemplate(LdapConnectionPool) - Constructor for class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Creates a new instance of LdapConnectionTemplate.
LdapConnectionTimeOutException - Exception in org.apache.directory.ldap.client.api.exception
A LdapConnectionTimeOutException is thrown if there is an connection time-out situation.
LdapConnectionTimeOutException() - Constructor for exception org.apache.directory.ldap.client.api.exception.LdapConnectionTimeOutException
Instantiates a new connection timeout exception.
LdapConnectionTimeOutException(String) - Constructor for exception org.apache.directory.ldap.client.api.exception.LdapConnectionTimeOutException
Instantiates a new connection timeout exception.
LdapConnectionTimeOutException(String, Throwable) - Constructor for exception org.apache.directory.ldap.client.api.exception.LdapConnectionTimeOutException
Instantiates a new connection timeout exception.
LdapConnectionValidator - Interface in org.apache.directory.ldap.client.api
An LdapConnection validator intended to be used by a GenericObjectPool to determine whether or not a conneciton is still usable.
LdapConnectionWrapper - Class in org.apache.directory.ldap.client.api
Provides a base implementation of a Wrapper for LdapConnection objects.
LdapConstants - Class in org.apache.directory.api.ldap.model.constants
A list of LDAP constants
LdapContextNotEmptyException - Exception in org.apache.directory.api.ldap.model.exception
A LdapContextNotEmptyException which contains an LDAP result code.
LdapContextNotEmptyException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapContextNotEmptyException
Creates a new instance of LdapContextNotEmptyException.
LdapContextNotEmptyException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapContextNotEmptyException
Creates a new instance of LdapContextNotEmptyException.
LdapContextParameter - Class in org.apache.directory.api.ldap.sp
A class for representing the special SP parameter: $ldapContext.
LdapContextParameter(String) - Constructor for class org.apache.directory.api.ldap.sp.LdapContextParameter
Creates a new LdapContextParameter instance
ldapContextStoredProcedureParameter() - Method in class org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParser
 
LdapDecoder - Class in org.apache.directory.api.ldap.codec.api
The LdapDecoder decodes ASN.1 BER encoded PDUs into LDAP messages
LdapDecoder() - Constructor for class org.apache.directory.api.ldap.codec.api.LdapDecoder
Creates an instance of a Ldap Decoder implementation.
LdapEncoder - Class in org.apache.directory.api.ldap.codec.api
LDAP BER encoder.
LdapEntryAlreadyExistsException - Exception in org.apache.directory.api.ldap.model.exception
A LdapOperationException which contains LDAP specific information such as a result code.
LdapEntryAlreadyExistsException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapEntryAlreadyExistsException
Creates a new instance of LdapEntryAlreadyExistsException.
LdapEntryAlreadyExistsException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapEntryAlreadyExistsException
Creates a new instance of LdapEntryAlreadyExistsException.
LdapException - Exception in org.apache.directory.api.ldap.model.exception
An class for exceptions which add LDAP specific information to Exceptions.
LdapException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapException
Creates a new instance of LdapException.
LdapException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapException
Creates a new instance of LdapException.
LdapException(String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapException
Creates a new instance of LdapException.
LdapException(Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapException
Creates a new instance of LdapException.
LdapInvalidAttributeTypeException - Exception in org.apache.directory.api.ldap.model.exception
A subclass of LdapOperationException which holds the LDAP resultCode associated with the exception.
LdapInvalidAttributeTypeException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapInvalidAttributeTypeException
Creates a new instance of LdapInvalidAttributeTypeException.
LdapInvalidAttributeTypeException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapInvalidAttributeTypeException
Creates a new instance of LdapInvalidAttributeTypeException.
LdapInvalidAttributeTypeException(String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapInvalidAttributeTypeException
Creates a new instance of LdapInvalidAttributeTypeException.
LdapInvalidAttributeValueException - Exception in org.apache.directory.api.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) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapInvalidAttributeValueException
Creates a new instance of LdapInvalidAttributeValueException.
LdapInvalidAttributeValueException(ResultCodeEnum, String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapInvalidAttributeValueException
Creates a new instance of LdapInvalidAttributeValueException.
LdapInvalidAttributeValueException(ResultCodeEnum, String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapInvalidAttributeValueException
Creates a new instance of LdapInvalidAttributeValueException.
LdapInvalidDnException - Exception in org.apache.directory.api.ldap.model.exception
A subclass of LdapOperationException designed to hold an unequivocal LDAP result code.
LdapInvalidDnException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapInvalidDnException
To be used by some special exceptions like LdapInvalidDnException
LdapInvalidDnException(String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapInvalidDnException
to be used by some special exceptions like LdapInvalidDnException
LdapInvalidDnException(ResultCodeEnum) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapInvalidDnException
Creates a new instance of LdapInvalidDnException.
LdapInvalidDnException(ResultCodeEnum, String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapInvalidDnException
Creates a new instance of LdapInvalidDnException.
LdapInvalidDnException(ResultCodeEnum, String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapInvalidDnException
Creates a new instance of LdapInvalidDnException.
LdapInvalidSearchFilterException - Exception in org.apache.directory.api.ldap.model.exception
A subclass of LdapOperationException which associates the ResultCodeEnum.INAPPROPRIATE_MATCHING value with the type.
LdapInvalidSearchFilterException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapInvalidSearchFilterException
Creates a new instance of LdapInvalidSearchFilterException.
LdapInvalidSearchFilterException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapInvalidSearchFilterException
Creates a new instance of LdapInvalidSearchFilterException.
LdapLdifException - Exception in org.apache.directory.api.ldap.model.ldif
An exception throws when we get an error while parsing a LDIF file.
LdapLdifException(String) - Constructor for exception org.apache.directory.api.ldap.model.ldif.LdapLdifException
Creates a new instance of LdapLdifException.
LdapLdifException(String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.ldif.LdapLdifException
Creates a new instance of LdapLdifException.
ldapLoopbackUrl(int) - Static method in class org.apache.directory.api.util.Network
Construct a LDAP URL using the loopback address.
LdapLoopDetectedException - Exception in org.apache.directory.api.ldap.model.exception
A subclass of LdapOperationException which associates the ResultCodeEnum.LOOP_DETECT value with the type.
LdapLoopDetectedException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapLoopDetectedException
Creates a new instance of LdapLoopDetectedException.
LdapLoopDetectedException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapLoopDetectedException
Creates a new instance of LdapLoopDetectedException.
LdapMessageContainer<E extends Message> - Class in org.apache.directory.api.ldap.codec.api
The LdapMessage container stores all the messages decoded by the Asn1Decoder.
LdapMessageContainer(LdapApiService) - Constructor for class org.apache.directory.api.ldap.codec.api.LdapMessageContainer
Creates a new LdapMessageContainer object.
LdapMessageContainer(LdapApiService, BinaryAttributeDetector) - Constructor for class org.apache.directory.api.ldap.codec.api.LdapMessageContainer
Creates a new LdapMessageContainer object.
LdapMessageGrammar - Class in org.apache.directory.api.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(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(boolean, LdapApiService) - Constructor for class org.apache.directory.ldap.client.api.LdapNetworkConnection
Creates a new LdapNetworkConnection instance
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, boolean, LdapApiService) - Constructor for class org.apache.directory.ldap.client.api.LdapNetworkConnection
Creates a new LdapNetworkConnection instance
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.
LdapNetworkConnection(String, int, boolean, LdapApiService) - 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, TrustManager...) - 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.
LdapNetworkConnection(String, int, LdapApiService) - 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, LdapApiService) - Constructor for class org.apache.directory.ldap.client.api.LdapNetworkConnection
Creates a new LdapNetworkConnection instance
LdapNetworkConnection(LdapConnectionConfig) - Constructor for class org.apache.directory.ldap.client.api.LdapNetworkConnection
Creates a new instance of LdapConnection with the given connection configuration.
LdapNetworkConnection(LdapConnectionConfig, LdapApiService) - Constructor for class org.apache.directory.ldap.client.api.LdapNetworkConnection
Creates a new LdapNetworkConnection instance
LdapNoPermissionException - Exception in org.apache.directory.api.ldap.model.exception
A LdapOperationException which associates a resultCode namely the ResultCodeEnum.INSUFFICIENT_ACCESS_RIGHTS resultCode with the exception.
LdapNoPermissionException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapNoPermissionException
Creates a new instance of LdapNoPermissionException.
LdapNoPermissionException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapNoPermissionException
Creates a new instance of LdapNoPermissionException.
LdapNoSuchAttributeException - Exception in org.apache.directory.api.ldap.model.exception
A subclass of LdapOperationException which holds the LDAP resultCode associated with the exception.
LdapNoSuchAttributeException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapNoSuchAttributeException
Creates a new instance of LdapNoSuchAttributeException.
LdapNoSuchAttributeException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapNoSuchAttributeException
Creates a new instance of LdapNoSuchAttributeException.
LdapNoSuchAttributeException(String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapNoSuchAttributeException
Creates a new instance of LdapNoSuchAttributeException.
LdapNoSuchObjectException - Exception in org.apache.directory.api.ldap.model.exception
A LdapOperationException holding LDAP specific information such as the LDAP ResultCode.
LdapNoSuchObjectException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapNoSuchObjectException
Creates a new instance of LdapNoSuchObjectException.
LdapNoSuchObjectException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapNoSuchObjectException
Creates a new instance of LdapNoSuchObjectException.
LdapNoSuchOperationException - Exception in org.apache.directory.api.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.api.ldap.model.exception.LdapNoSuchOperationException
Creates a new instance of LdapNoSuchOperationException.
LdapNoSuchOperationException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapNoSuchOperationException
Creates a new instance of LdapNoSuchOperationException.
LdapOperation - Enum in org.apache.directory.api.ldap.trigger
An enumeration that represents change inducing LDAP operations.
ldapOperationAndStoredProcedureCalls() - Method in class org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParser
 
LdapOperationErrorException - Exception in org.apache.directory.api.ldap.model.exception
A subclass of LdapOperationException which associates the ResultCodeEnum.OPERATIONS_ERROR value with the type.
LdapOperationErrorException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapOperationErrorException
Creates a new instance of LdapOperationErrorException.
LdapOperationErrorException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapOperationErrorException
Creates a new instance of LdapOperationErrorException.
LdapOperationErrorException(String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapOperationErrorException
Creates a new instance of LdapOperationErrorException.
LdapOperationException - Exception in org.apache.directory.api.ldap.model.exception
An class for LDAP operation exceptions which add LDAP specific information to Exceptions.
LdapOperationException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapOperationException
Creates a new instance of LdapOperationException.
LdapOperationException(String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapOperationException
Creates a new instance of LdapOperationException.
LdapOperationException(ResultCodeEnum, String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapOperationException
Creates a new instance of LdapOperationException.
LdapOperationException(ResultCodeEnum, String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapOperationException
Creates a new instance of LdapOperationException.
LdapOtherException - Exception in org.apache.directory.api.ldap.model.exception
A subclass of LdapOperationException which associates the ResultCodeEnum.OTHER value with the type.
LdapOtherException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapOtherException
Creates a new instance of LdapOtherException.
LdapOtherException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapOtherException
Creates a new instance of LdapOtherException.
LdapOtherException(String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapOtherException
Creates a new instance of LdapOtherException.
LdapPartialResultException - Exception in org.apache.directory.api.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.api.ldap.model.exception.LdapPartialResultException
Creates a new instance of LdapPartialResultException.
LdapProtocolCodecActivator - Class in org.apache.directory.api.ldap.codec.protocol.mina
The BundleActivator for the codec.
LdapProtocolCodecActivator() - Constructor for class org.apache.directory.api.ldap.codec.protocol.mina.LdapProtocolCodecActivator
Create a new instance of a LdapProtocolCodecActivator
LdapProtocolCodecFactory - Class in org.apache.directory.api.ldap.codec.protocol.mina
The factory used to create the LDAP encoder and decoder.
LdapProtocolCodecFactory() - Constructor for class org.apache.directory.api.ldap.codec.protocol.mina.LdapProtocolCodecFactory
Creates a new instance of LdapProtocolCodecFactory.
LdapProtocolCodecFactory(LdapApiService) - Constructor for class org.apache.directory.api.ldap.codec.protocol.mina.LdapProtocolCodecFactory
Creates a new instance of LdapProtocolCodecFactory.
LdapProtocolDecoder - Class in org.apache.directory.api.ldap.codec.protocol.mina
A LDAP message decoder.
LdapProtocolDecoder() - Constructor for class org.apache.directory.api.ldap.codec.protocol.mina.LdapProtocolDecoder
Creates a new instance of LdapProtocolEncoder.
LdapProtocolEncoder - Class in org.apache.directory.api.ldap.codec.protocol.mina
A LDAP message encoder.
LdapProtocolEncoder() - Constructor for class org.apache.directory.api.ldap.codec.protocol.mina.LdapProtocolEncoder
Creates a new instance of LdapProtocolEncoder.
LdapProtocolEncoder(LdapApiService) - Constructor for class org.apache.directory.api.ldap.codec.protocol.mina.LdapProtocolEncoder
Creates a new instance of LdapProtocolEncoder.
LdapProtocolErrorException - Exception in org.apache.directory.api.ldap.model.exception
A subclass of LdapOperationException which associates the ResultCodeEnum.PROTOCOL_ERROR value with the type.
LdapProtocolErrorException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapProtocolErrorException
Creates a new instance of LdapProtocolErrorException.
LdapProtocolErrorException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapProtocolErrorException
Creates a new instance of LdapProtocolErrorException.
LdapProtocolErrorException(String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapProtocolErrorException
Creates a new instance of LdapProtocolErrorException.
LdapReferralException - Exception in org.apache.directory.api.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.api.ldap.model.exception.LdapReferralException
Creates a new instance of LdapReferralException.
LdapReferralException(Collection<String>, String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapReferralException
Creates a new instance of LdapReferralException.
LdapRequestUnsuccessfulException - Exception in org.apache.directory.ldap.client.template.exception
An RuntimeException wrapper class that allows the user to choose to have unsuccessful responses thrown as exceptions rather than checking the response itself for process flow.
LdapRequestUnsuccessfulException(ResultResponse) - Constructor for exception org.apache.directory.ldap.client.template.exception.LdapRequestUnsuccessfulException
Creates a new LdapRequestUnsuccessfulException instance
LdapResult - Interface in org.apache.directory.api.ldap.model.message
LDAPv3 result structure embedded into Responses.
LdapResultDsml - Class in org.apache.directory.api.dsmlv2.response
DSML Decorator for the LdapResult class.
LdapResultDsml(LdapApiService, LdapResult, Message) - Constructor for class org.apache.directory.api.dsmlv2.response.LdapResultDsml
Creates a new instance of LdapResultDsml.
LdapResultImpl - Class in org.apache.directory.api.ldap.model.message
The LdapResult implementation.
LdapResultImpl() - Constructor for class org.apache.directory.api.ldap.model.message.LdapResultImpl
 
LdapRuntimeException - Exception in org.apache.directory.ldap.client.template.exception
An RuntimeException wrapper class for exceptions which add LDAP specific information to Exceptions.
LdapRuntimeException(LdapException) - Constructor for exception org.apache.directory.ldap.client.template.exception.LdapRuntimeException
Creates a new LdapRuntimeException instance
LDAPS_SCHEME - Static variable in class org.apache.directory.api.ldap.model.url.LdapUrl
The constant for "ldaps://" scheme.
LdapSchemaException - Exception in org.apache.directory.api.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.api.ldap.model.exception.LdapSchemaException
Creates a new instance of LdapSchemaException.
LdapSchemaException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapSchemaException
Creates a new instance of LdapSchemaException.
LdapSchemaException(LdapSchemaExceptionCodes) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapSchemaException
Creates a new instance of LdapSchemaException.
LdapSchemaException(LdapSchemaExceptionCodes, String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapSchemaException
Creates a new instance of LdapSchemaException.
LdapSchemaException(LdapSchemaExceptionCodes, String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapSchemaException
Creates a new instance of LdapSchemaException.
LdapSchemaException(LdapSchemaExceptionCodes, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapSchemaException
 
LdapSchemaExceptionCodes - Enum in org.apache.directory.api.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.api.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) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapSchemaViolationException
Creates a new instance of LdapSchemaViolationException.
LdapSchemaViolationException(ResultCodeEnum, String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapSchemaViolationException
Creates a new instance of LdapSchemaViolationException.
LdapSchemaViolationException(ResultCodeEnum, String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapSchemaViolationException
 
LdapSecurityConstants - Enum in org.apache.directory.api.ldap.model.constants
An enum to store all the security constants used in the server
LdapServiceUnavailableException - Exception in org.apache.directory.api.ldap.model.exception
LDAP specific LdapOperationException that preserves resultCode resolution.
LdapServiceUnavailableException(ResultCodeEnum) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapServiceUnavailableException
Creates a new instance of LdapServiceUnavailableException.
LdapServiceUnavailableException(ResultCodeEnum, String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapServiceUnavailableException
Creates a new instance of LdapServiceUnavailableException.
LdapSizeLimitExceededException - Exception in org.apache.directory.api.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.api.ldap.model.exception.LdapSizeLimitExceededException
Creates a new instance of LdapSizeLimitExceededException.
LdapSizeLimitExceededException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapSizeLimitExceededException
Creates a new instance of LdapSizeLimitExceededException.
LdapStatesEnum - Enum in org.apache.directory.api.ldap.codec
This class store the Ldap grammar's constants.
LdapStrongAuthenticationRequiredException - Exception in org.apache.directory.api.ldap.model.exception
A subclass of LdapOperationException which associates the ResultCodeEnum.STRONG_AUTH_REQUIRED value with the type.
LdapStrongAuthenticationRequiredException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapStrongAuthenticationRequiredException
Creates a new instance of LdapStrongAuthenticationRequiredException.
LdapStrongAuthenticationRequiredException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapStrongAuthenticationRequiredException
Creates a new instance of LdapStrongAuthenticationRequiredException.
LdapSyntax - Class in org.apache.directory.api.ldap.model.schema
A syntax definition.
LdapSyntax(String) - Constructor for class org.apache.directory.api.ldap.model.schema.LdapSyntax
Creates a Syntax object using a unique OID.
LdapSyntax(String, String) - Constructor for class org.apache.directory.api.ldap.model.schema.LdapSyntax
Creates a Syntax object using a unique OID.
LdapSyntax(String, String, boolean) - Constructor for class org.apache.directory.api.ldap.model.schema.LdapSyntax
Creates a Syntax object using a unique OID.
LdapSyntaxDescriptionSchemaParser - Class in org.apache.directory.api.ldap.model.schema.parsers
A parser for RFC 4512 LDAP syntx descriptions.
LdapSyntaxDescriptionSchemaParser() - Constructor for class org.apache.directory.api.ldap.model.schema.parsers.LdapSyntaxDescriptionSchemaParser
Creates a schema parser instance.
LdapSyntaxDescriptionSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value follows the LDAP syntax description syntax according to RFC 4512, par 4.2.2:
LdapSyntaxDescriptionSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
LdapSyntaxHelper - Class in org.apache.directory.api.ldap.model.schema.registries.helper
An helper class used to store all the methods associated with an LdapSyntax in relation with the Registries and SchemaManager.
LdapSyntaxRegistry - Interface in org.apache.directory.api.ldap.model.schema.registries
An LdapSyntax registry service interface.
LdapTimeLimitExceededException - Exception in org.apache.directory.api.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.api.ldap.model.exception.LdapTimeLimitExceededException
Creates a new instance of LdapTimeLimitExceededException.
LdapTimeLimitExceededException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapTimeLimitExceededException
Creates a new instance of LdapTimeLimitExceededException.
LdapTlsHandshakeException - Exception in org.apache.directory.api.ldap.model.exception
A LdapTlsException is thrown if the SSL/TLS handshake failed.
LdapTlsHandshakeException(String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapTlsHandshakeException
The constructor with a reason string argument.
LdapTlsHandshakeExceptionClassifier - Class in org.apache.directory.api.ldap.model.exception
 
LdapTlsHandshakeFailCause - Class in org.apache.directory.api.ldap.model.exception
 
LdapTlsHandshakeFailCause() - Constructor for class org.apache.directory.api.ldap.model.exception.LdapTlsHandshakeFailCause
 
LdapTlsHandshakeFailCause(Throwable, Throwable, CertPathValidatorException.Reason, String) - Constructor for class org.apache.directory.api.ldap.model.exception.LdapTlsHandshakeFailCause
 
LdapTlsHandshakeFailCause.LdapApiReason - Enum in org.apache.directory.api.ldap.model.exception
Additional reasons.
LdapTooLateException - Exception in org.apache.directory.api.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.api.ldap.model.exception.LdapTooLateException
Creates a new instance of LdapTooLateException.
LdapTooLateException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapTooLateException
Creates a new instance of LdapTooLateException.
LdapUnknownException - Exception in org.apache.directory.api.ldap.model.exception
A LdapUnknownException which associates a resultCode, namely the ResultCodeEnum.UNKNOWN resultCode with the exception.
LdapUnknownException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapUnknownException
Creates a new instance of LdapUnknownException.
LdapUnknownException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapUnknownException
Creates a new instance of LdapUnknownException.
LdapUnwillingToPerformException - Exception in org.apache.directory.api.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.api.ldap.model.exception.LdapUnwillingToPerformException
Creates a new instance of LdapUnwillingToPerformException, with a default ResultCode to UNWILING_TO_PERFORM.
LdapUnwillingToPerformException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapUnwillingToPerformException
Creates a new instance of LdapUnwillingToPerformException.
LdapUnwillingToPerformException(ResultCodeEnum) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapUnwillingToPerformException
Creates a new instance of LdapUnwillingToPerformException.
LdapUnwillingToPerformException(ResultCodeEnum, String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapUnwillingToPerformException
Creates a new instance of LdapUnwillingToPerformException.
LdapUnwillingToPerformException(ResultCodeEnum, String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapUnwillingToPerformException
 
LdapUriException - Exception in org.apache.directory.api.ldap.model.exception
The URI parsing and escape encoding exception.
LdapUriException(String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapUriException
The constructor with a reason string argument.
LdapUrl - Class in org.apache.directory.api.ldap.model.url
Decodes a LdapUrl, and checks that it complies with the RFC 4516.
LdapUrl() - Constructor for class org.apache.directory.api.ldap.model.url.LdapUrl
Construct an empty LdapUrl
LdapUrl(String) - Constructor for class org.apache.directory.api.ldap.model.url.LdapUrl
Create a new LdapUrl from a String after having parsed it.
LdapUrl.Extension - Class in org.apache.directory.api.ldap.model.url
An inner bean to hold extension information.
LdapURLEncodingException - Exception in org.apache.directory.api.ldap.model.exception
Thrown when a LdapStringEncodingDecoder has encountered a failure condition during the String creation.
LdapURLEncodingException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapURLEncodingException
Creates a LdapStringEncodingException
LdapURLEncodingException(String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapURLEncodingException
Creates a LdapStringEncodingException
LdifAnonymizer - Class in org.apache.directory.ldap.client.api
Anonymize the content of a LDIF file.
LdifAnonymizer() - Constructor for class org.apache.directory.ldap.client.api.LdifAnonymizer
Creates a default instance of LdifAnonymizer.
LdifAnonymizer(SchemaManager) - Constructor for class org.apache.directory.ldap.client.api.LdifAnonymizer
Creates a default instance of LdifAnonymizer.
LdifAttributesReader - Class in org.apache.directory.api.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> ::= '.'
LdifAttributesReader() - Constructor for class org.apache.directory.api.ldap.model.ldif.LdifAttributesReader
Constructors
LdifControl - Class in org.apache.directory.api.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.api.ldap.model.ldif.LdifControl
Create a new Control
LdifControl(String) - Constructor for class org.apache.directory.api.ldap.model.ldif.LdifControl
Create a new Control
LdifEntry - Class in org.apache.directory.api.ldap.model.ldif
A entry to be populated by an ldif parser.
LdifEntry() - Constructor for class org.apache.directory.api.ldap.model.ldif.LdifEntry
Creates a new LdifEntry object.
LdifEntry(String, Object...) - Constructor for class org.apache.directory.api.ldap.model.ldif.LdifEntry
Creates a LdifEntry using a list of strings representing the Ldif element
LdifEntry(Entry) - Constructor for class org.apache.directory.api.ldap.model.ldif.LdifEntry
Creates a new LdifEntry object, storing an Entry
LdifEntry(Dn, Object...) - Constructor for class org.apache.directory.api.ldap.model.ldif.LdifEntry
Creates a LdifEntry using a list of strings representing the Ldif element
LdifEntry(SchemaManager) - Constructor for class org.apache.directory.api.ldap.model.ldif.LdifEntry
Creates a new schema aware LdifEntry object.
LdifReader - Class in org.apache.directory.api.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> ::= '.'
LdifReader() - Constructor for class org.apache.directory.api.ldap.model.ldif.LdifReader
Constructors
LdifReader(File) - Constructor for class org.apache.directory.api.ldap.model.ldif.LdifReader
A constructor which takes a File.
LdifReader(File, SchemaManager) - Constructor for class org.apache.directory.api.ldap.model.ldif.LdifReader
A constructor which takes a File and a SchemaManager.
LdifReader(InputStream) - Constructor for class org.apache.directory.api.ldap.model.ldif.LdifReader
A constructor which takes an InputStream.
LdifReader(Reader) - Constructor for class org.apache.directory.api.ldap.model.ldif.LdifReader
A constructor which takes a Reader.
LdifReader(String) - Constructor for class org.apache.directory.api.ldap.model.ldif.LdifReader
A constructor which takes a file name.
LdifReader(SchemaManager) - Constructor for class org.apache.directory.api.ldap.model.ldif.LdifReader
Creates a Schema aware reader
LdifRevertor - Class in org.apache.directory.api.ldap.model.ldif
A helper class which provides methods to reverse a LDIF modification operation.
LdifSchemaLoader - Class in org.apache.directory.api.ldap.schema.loader
Loads schema data from LDIF files containing entries representing schema objects, using the meta schema format.
LdifSchemaLoader(File) - Constructor for class org.apache.directory.api.ldap.schema.loader.LdifSchemaLoader
Creates a new LDIF based SchemaLoader.
LdifUtils - Class in org.apache.directory.api.ldap.model.ldif
Some LDIF helper methods.
LDIGIT - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
LDIGIT - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
LDIGIT - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
 
LDIGIT - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
LDIGIT - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
LeafNode - Class in org.apache.directory.api.ldap.model.filter
Abstract base class for leaf nodes within the expression filter tree.
length - Variable in class org.apache.directory.api.util.Position
The current token length
length() - Method in class org.apache.directory.api.ldap.model.entry.Value
 
LENGTH_EXTENSION_RESERVED - Static variable in class org.apache.directory.api.asn1.ber.tlv.TLV
Value of the reserved extension
LENGTH_LONG_FORM - Static variable in class org.apache.directory.api.asn1.ber.tlv.TLV
A mask to get the Length form
LENGTH_SHORT_MASK - Static variable in class org.apache.directory.api.asn1.ber.tlv.TLV
A mask to get the long form value
LENGTH_STATE_END - org.apache.directory.api.asn1.ber.tlv.TLVStateEnum
End means that the Length is totally read
LENGTH_STATE_PENDING - org.apache.directory.api.asn1.ber.tlv.TLVStateEnum
Pending means that the Type length is contained in more that one byte
LENGTH_STATE_START - org.apache.directory.api.asn1.ber.tlv.TLVStateEnum
Start means that the decoding hasn't read the first byte
LESS_OR_EQUAL - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
LESS_OR_EQUAL_FILTER - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
LESS_OR_EQUAL_FILTER_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
LESS_OR_EQUAL_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
LESSEQ - org.apache.directory.api.ldap.model.filter.AssertionType
less than or equal to assertion node
LessEqNode<T> - Class in org.apache.directory.api.ldap.model.filter
A assertion value node for LessOrEqual.
LessEqNode(String, byte[]) - Constructor for class org.apache.directory.api.ldap.model.filter.LessEqNode
Creates a new LessEqNode object.
LessEqNode(String, String) - Constructor for class org.apache.directory.api.ldap.model.filter.LessEqNode
Creates a new LessEqNode object.
LessEqNode(AttributeType, Value) - Constructor for class org.apache.directory.api.ldap.model.filter.LessEqNode
Creates a new LessEqNode object.
lessThanOrEqual(String, String) - Static method in class org.apache.directory.ldap.client.api.search.FilterBuilder
Returns a new FilterBuilder for testing lexicographical less than.
ListCursor<E> - Class in org.apache.directory.api.ldap.model.cursor
A simple implementation of a Cursor on a List.
ListCursor() - Constructor for class org.apache.directory.api.ldap.model.cursor.ListCursor
Creates a new ListCursor without any elements.
ListCursor(int, List<E>) - Constructor for class org.apache.directory.api.ldap.model.cursor.ListCursor
Creates a new ListCursor with a lower (inclusive) bound: the upper (exclusive) bound is the size of the list.
ListCursor(int, List<E>, int) - Constructor for class org.apache.directory.api.ldap.model.cursor.ListCursor
Creates a new ListCursor with lower (inclusive) and upper (exclusive) bounds.
ListCursor(Comparator<E>) - Constructor for class org.apache.directory.api.ldap.model.cursor.ListCursor
Creates a new ListCursor without any elements.
ListCursor(Comparator<E>, int, List<E>) - Constructor for class org.apache.directory.api.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>, int) - Constructor for class org.apache.directory.api.ldap.model.cursor.ListCursor
Creates a new ListCursor with lower (inclusive) and upper (exclusive) bounds.
ListCursor(Comparator<E>, List<E>) - Constructor for class org.apache.directory.api.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>, int) - Constructor for class org.apache.directory.api.ldap.model.cursor.ListCursor
Creates a new ListCursor with a specific upper (exclusive) bound: the lower (inclusive) bound defaults to 0.
ListCursor(List<E>) - Constructor for class org.apache.directory.api.ldap.model.cursor.ListCursor
Creates a new ListCursor without specific bounds: the bounds are acquired from the size of the list.
ListCursor(List<E>, int) - Constructor for class org.apache.directory.api.ldap.model.cursor.ListCursor
Creates a new ListCursor with a specific upper (exclusive) bound: the lower (inclusive) bound defaults to 0.
listDependentSchemaNames(String) - Method in interface org.apache.directory.api.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.api.ldap.schema.manager.impl.DefaultSchemaManager
Get the list of Schema names which has the given schema name as a dependence
listNestedExceptions() - Method in exception org.apache.directory.api.util.exception.MultiException
Lists the nested exceptions that this Exception encapsulates.
listNestedExceptions() - Method in exception org.apache.directory.api.util.exception.RuntimeMultiException
Lists the nested exceptions that this Exception encapsulates.
listToString(List<?>) - Static method in class org.apache.directory.api.util.Strings
Utility method that return a String representation of a list
listToString(List<?>, String) - Static method in class org.apache.directory.api.util.Strings
Utility method that return a String representation of a list
LITERAL_ABSTRACT - Static variable in interface org.apache.directory.api.ldap.schema.converter.antlrSchemaTokenTypes
 
LITERAL_attributetype - Static variable in interface org.apache.directory.api.ldap.schema.converter.antlrSchemaTokenTypes
 
LITERAL_AUXILIARY - Static variable in interface org.apache.directory.api.ldap.schema.converter.antlrSchemaTokenTypes
 
LITERAL_COLLECTIVE - Static variable in interface org.apache.directory.api.ldap.schema.converter.antlrSchemaTokenTypes
 
LITERAL_directoryOperation - Static variable in interface org.apache.directory.api.ldap.schema.converter.antlrSchemaTokenTypes
 
LITERAL_distributedOperation - Static variable in interface org.apache.directory.api.ldap.schema.converter.antlrSchemaTokenTypes
 
LITERAL_dSAOperation - Static variable in interface org.apache.directory.api.ldap.schema.converter.antlrSchemaTokenTypes
 
LITERAL_end - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
LITERAL_end - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
LITERAL_END - Static variable in interface org.apache.directory.api.ldap.schema.converter.antlrSchemaTokenTypes
 
LITERAL_EQUALITY - Static variable in interface org.apache.directory.api.ldap.schema.converter.antlrSchemaTokenTypes
 
LITERAL_MAY - Static variable in interface org.apache.directory.api.ldap.schema.converter.antlrSchemaTokenTypes
 
LITERAL_MUST - Static variable in interface org.apache.directory.api.ldap.schema.converter.antlrSchemaTokenTypes
 
LITERAL_NAME - Static variable in interface org.apache.directory.api.ldap.schema.converter.antlrSchemaTokenTypes
 
LITERAL_objectclass - Static variable in interface org.apache.directory.api.ldap.schema.converter.antlrSchemaTokenTypes
 
LITERAL_OBSOLETE - Static variable in interface org.apache.directory.api.ldap.schema.converter.antlrSchemaTokenTypes
 
LITERAL_ORDERING - Static variable in interface org.apache.directory.api.ldap.schema.converter.antlrSchemaTokenTypes
 
LITERAL_STRUCTURAL - Static variable in interface org.apache.directory.api.ldap.schema.converter.antlrSchemaTokenTypes
 
LITERAL_SUBSTR - Static variable in interface org.apache.directory.api.ldap.schema.converter.antlrSchemaTokenTypes
 
LITERAL_SUP - Static variable in interface org.apache.directory.api.ldap.schema.converter.antlrSchemaTokenTypes
 
LITERAL_USAGE - Static variable in interface org.apache.directory.api.ldap.schema.converter.antlrSchemaTokenTypes
 
LITERAL_userApplications - Static variable in interface org.apache.directory.api.ldap.schema.converter.antlrSchemaTokenTypes
 
load(String...) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Load some Schemas into the registries.
load(String...) - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Load some Schemas into the registries.
load(Schema...) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Load some Schemas into the registries.
load(Schema...) - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Load some Schemas into the registries.
LoadableSchemaObject - Class in org.apache.directory.api.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.
loadAllEnabled() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Load all the enabled schema into the Registries.
loadAllEnabled() - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Load all the enabled schema into the Registries.
loadAllEnabledRelaxed() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Load all the enabled schema into the Registries.
loadAllEnabledRelaxed() - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Load all the enabled schema into the Registries.
loadAttributeTypes(String...) - Method in class org.apache.directory.api.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(String...) - Method in interface org.apache.directory.api.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 interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
Build a list of AttributeTypes read from the underlying storage for a list of specified schema
loadAttributeTypes(Schema...) - Method in class org.apache.directory.api.ldap.schema.loader.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.api.ldap.schema.loader.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.api.ldap.schema.loader.SingleLdifSchemaLoader
Build a list of AttributeTypes read from the underlying storage for a list of specified schema
loadAttributeTypes(Schema...) - Method in class org.apache.directory.ldap.client.api.DefaultSchemaLoader
Build a list of AttributeTypes read from the underlying storage for a list of specified schema
loadComparators(String...) - Method in class org.apache.directory.api.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(String...) - Method in interface org.apache.directory.api.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 interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
Build a list of Comparators read from the underlying storage for a list of specific schema.
loadComparators(Schema...) - Method in class org.apache.directory.api.ldap.schema.loader.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.api.ldap.schema.loader.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.api.ldap.schema.loader.SingleLdifSchemaLoader
Build a list of Comparators read from the underlying storage for a list of specific schema.
loadComparators(Schema...) - Method in class org.apache.directory.ldap.client.api.DefaultSchemaLoader
Build a list of Comparators read from the underlying storage for a list of specific schema.
loadDisabled(String...) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Load Schemas into the Registries, even if they are disabled.
loadDisabled(String...) - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Load Schemas into the Registries, even if they are disabled.
loadDisabled(Schema...) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Load Schemas into the Registries, even if they are disabled.
loadDisabled(Schema...) - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Load Schemas into the Registries, even if they are disabled.
loadDitContentRules(String...) - Method in class org.apache.directory.api.ldap.model.schema.registries.AbstractSchemaLoader
Build a list of DitContentRules read from the underlying storage for a list of specified schema names
loadDitContentRules(String...) - Method in interface org.apache.directory.api.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 interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
Build a list of DitContentRules read from the underlying storage for a list of specific schema.
loadDitContentRules(Schema...) - Method in class org.apache.directory.api.ldap.schema.loader.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.api.ldap.schema.loader.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.api.ldap.schema.loader.SingleLdifSchemaLoader
Build a list of DitContentRules read from the underlying storage for a list of specific schema.
loadDitContentRules(Schema...) - Method in class org.apache.directory.ldap.client.api.DefaultSchemaLoader
Build a list of DitContentRules read from the underlying storage for a list of specific schema.
loadDitStructureRules(String...) - Method in class org.apache.directory.api.ldap.model.schema.registries.AbstractSchemaLoader
Build a list of DitStructureRules read from the underlying storage for a list of specified schema names
loadDitStructureRules(String...) - Method in interface org.apache.directory.api.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 interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
Build a list of DitStructureRules read from the underlying storage for a list of specific schema.
loadDitStructureRules(Schema...) - Method in class org.apache.directory.api.ldap.schema.loader.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.api.ldap.schema.loader.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.api.ldap.schema.loader.SingleLdifSchemaLoader
Build a list of DitStructureRules read from the underlying storage for a list of specific schema.
loadDitStructureRules(Schema...) - Method in class org.apache.directory.ldap.client.api.DefaultSchemaLoader
Build a list of DitStructureRules read from the underlying storage for a list of specific schema.
loadEntryTriggerSpecification(LdapContext, String) - Static method in class org.apache.directory.api.ldap.trigger.TriggerUtils
Load the trigger specification entry
loadExtrasControls(LdapApiService) - Static method in class org.apache.directory.api.ldap.extras.ExtrasCodecFactoryUtil
Loads the extras controls.
loadExtrasExtendedOperations(LdapApiService) - Static method in class org.apache.directory.api.ldap.extras.ExtrasCodecFactoryUtil
Load the extras extended operations : cancel certGeneration gracefuShutdown storedProcedure gracefulDisconnect passwordModify whoAmI startTls startTransaction
loadExtrasIntermediateResponses(LdapApiService) - Static method in class org.apache.directory.api.ldap.extras.ExtrasCodecFactoryUtil
Load the extras intermediate responses : syncInfovalue
loadMatchingRules(String...) - Method in class org.apache.directory.api.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(String...) - Method in interface org.apache.directory.api.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 interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
Build a list of MatchingRules read from the underlying storage for a list of specific schema
loadMatchingRules(Schema...) - Method in class org.apache.directory.api.ldap.schema.loader.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.api.ldap.schema.loader.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.api.ldap.schema.loader.SingleLdifSchemaLoader
Build a list of MatchingRules read from the underlying storage for a list of specific schema
loadMatchingRules(Schema...) - Method in class org.apache.directory.ldap.client.api.DefaultSchemaLoader
Build a list of MatchingRules read from the underlying storage for a list of specific schema
loadMatchingRuleUses(String...) - Method in class org.apache.directory.api.ldap.model.schema.registries.AbstractSchemaLoader
Build a list of MatchingRuleUses read from the underlying storage for a list of specified schema names
loadMatchingRuleUses(String...) - Method in interface org.apache.directory.api.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 interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
Build a list of MatchingRuleUses read from the underlying storage for a list of specific schema.
loadMatchingRuleUses(Schema...) - Method in class org.apache.directory.api.ldap.schema.loader.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.api.ldap.schema.loader.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.api.ldap.schema.loader.SingleLdifSchemaLoader
Build a list of MatchingRuleUses read from the underlying storage for a list of specific schema.
loadMatchingRuleUses(Schema...) - Method in class org.apache.directory.ldap.client.api.DefaultSchemaLoader
Build a list of MatchingRuleUses read from the underlying storage for a list of specific schema.
loadNameForms(String...) - Method in class org.apache.directory.api.ldap.model.schema.registries.AbstractSchemaLoader
Build a list of NameForms read from the underlying storage for a list of specified schema names
loadNameForms(String...) - Method in interface org.apache.directory.api.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 interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
Build a list of NameForms read from the underlying storage for a list of specific schema.
loadNameForms(Schema...) - Method in class org.apache.directory.api.ldap.schema.loader.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.api.ldap.schema.loader.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.api.ldap.schema.loader.SingleLdifSchemaLoader
Build a list of NameForms read from the underlying storage for a list of specific schema.
loadNameForms(Schema...) - Method in class org.apache.directory.ldap.client.api.DefaultSchemaLoader
Build a list of NameForms read from the underlying storage for a list of specific schema.
loadNormalizers(String...) - Method in class org.apache.directory.api.ldap.model.schema.registries.AbstractSchemaLoader
Build a list of Normalizers read from the underlying storage for a list of specified schema names
loadNormalizers(String...) - Method in interface org.apache.directory.api.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 interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
Build a list of Normalizers read from the underlying storage for a list of specified schema
loadNormalizers(Schema...) - Method in class org.apache.directory.api.ldap.schema.loader.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.api.ldap.schema.loader.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.api.ldap.schema.loader.SingleLdifSchemaLoader
Build a list of Normalizers read from the underlying storage for a list of specified schema
loadNormalizers(Schema...) - Method in class org.apache.directory.ldap.client.api.DefaultSchemaLoader
Build a list of Normalizers read from the underlying storage for a list of specified schema
loadObjectClasses(String...) - Method in class org.apache.directory.api.ldap.model.schema.registries.AbstractSchemaLoader
Build a list of ObjectClasses read from the underlying storage for a list of specified schema names
loadObjectClasses(String...) - Method in interface org.apache.directory.api.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 interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
Build a list of ObjectClasses read from the underlying storage for a list of specific schema.
loadObjectClasses(Schema...) - Method in class org.apache.directory.api.ldap.schema.loader.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.api.ldap.schema.loader.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.api.ldap.schema.loader.SingleLdifSchemaLoader
Build a list of ObjectClasses read from the underlying storage for a list of specific schema.
loadObjectClasses(Schema...) - Method in class org.apache.directory.ldap.client.api.DefaultSchemaLoader
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.api.ldap.trigger.TriggerUtils
Load an prescriptive trigger specification
loadRelaxed(String...) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Load Schemas into the registries, even if there are some errors in the schemas.
loadRelaxed(String...) - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Load Schemas into the registries, even if there are some errors in the schemas.
loadRelaxed(Schema...) - Method in interface org.apache.directory.api.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.api.ldap.schema.manager.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.LdapConnectionWrapper
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
loadSchemaRelaxed() - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Loads all the default schemas that are bundled with the API, in a relaxed mode.

Note: This method enables all schemas prior to loading.
The relaxed mode will allow inconsistencies in the schema.
loadSchemaRelaxed() - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
Loads all the default schemas that are bundled with the API, in a relaxed mode.

Note: This method enables all schemas prior to loading.
The relaxed mode will allow inconsistencies in the schema.
loadSchemaRelaxed() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Loads all the default schemas that are bundled with the API, in a relaxed mode.

Note: This method enables all schemas prior to loading.
The relaxed mode will allow inconsistencies in the schema.
loadStockControls(LdapApiService) - Static method in class org.apache.directory.api.ldap.codec.StockCodecFactoryUtil
Loads the Controls implement out of the box in the codec.
loadStoredProcedureClass(LdapContext, Class<?>) - Static method in class org.apache.directory.api.ldap.sp.JavaStoredProcUtils
Loads a Java class's stream data as a subcontext of an LdapContext given.
loadSyntaxCheckers(String...) - Method in class org.apache.directory.api.ldap.model.schema.registries.AbstractSchemaLoader
Build a list of SyntaxCheckers read from the underlying storage for a list of specified schema names
loadSyntaxCheckers(String...) - Method in interface org.apache.directory.api.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 interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
Build a list of SyntaxCheckers read from the underlying storage for a list of specified schema
loadSyntaxCheckers(Schema...) - Method in class org.apache.directory.api.ldap.schema.loader.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.api.ldap.schema.loader.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.api.ldap.schema.loader.SingleLdifSchemaLoader
Build a list of SyntaxCheckers read from the underlying storage for a list of specified schema
loadSyntaxCheckers(Schema...) - Method in class org.apache.directory.ldap.client.api.DefaultSchemaLoader
Build a list of SyntaxCheckers read from the underlying storage for a list of specified schema
loadSyntaxes(String...) - Method in class org.apache.directory.api.ldap.model.schema.registries.AbstractSchemaLoader
Build a list of Syntaxes read from the underlying storage for a list of specified schema names
loadSyntaxes(String...) - Method in interface org.apache.directory.api.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 interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
Build a list of Syntaxes read from the underlying storage for a list of specified schema
loadSyntaxes(Schema...) - Method in class org.apache.directory.api.ldap.schema.loader.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.api.ldap.schema.loader.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.api.ldap.schema.loader.SingleLdifSchemaLoader
Build a list of Syntaxes read from the underlying storage for a list of specified schema
loadSyntaxes(Schema...) - Method in class org.apache.directory.ldap.client.api.DefaultSchemaLoader
Build a list of Syntaxes read from the underlying storage for a list of specified schema
loadWithDeps(String...) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Load some Schemas into the registries, and loads all of the schemas they depend on.
loadWithDeps(String...) - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Load some Schemas into the registries, and loads all of the schemas they depend on.
loadWithDeps(Schema...) - Method in interface org.apache.directory.api.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.api.ldap.schema.manager.impl.DefaultSchemaManager
Load some Schemas into the registries, and loads all of the schemas they depend on.
loadWithDepsRelaxed(String...) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Load some Schemas into the registries, and loads all of the schemas they depend on.
loadWithDepsRelaxed(String...) - Method in class org.apache.directory.api.ldap.schema.manager.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.api.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.api.ldap.schema.manager.impl.DefaultSchemaManager
Load some Schemas into the registries, and loads all of the schemas they depend on.
LOCALITY_NAME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
LOCALITY_NAME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
LOCALITY_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
LOCALITY_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
lock() - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
Transform the SchemaObject to an immutable object TODO locked.
lock() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
Transform the SchemaObject to an immutable object TODO locked.
Loggers - Enum in org.apache.directory.api.ldap.model.constants
An enum defining a list of dedicated loggers, used for debugging purpose : ACI_LOG : Logs on teh ACI processing CONSUMER_LOG : Logs on the replication consummer CURSOR_LOG : Logs on search cursors PROVIDER_LOG : Logs on the replication provider OPERATION_STAT : Logs on the operations statistics OPERATION_TIME : Logs on the time it takes to process an operation KERBEROS_LOG : Logs on Kerberos CODEC_LOG : Logs on encoder/decoder OPERATIONS_LOG: Logs on LDAP operations
LoggingSchemaErrorHandler - Class in org.apache.directory.api.ldap.model.schema
Schema error handler that is logging the messages.
LoggingSchemaErrorHandler() - Constructor for class org.apache.directory.api.ldap.model.schema.LoggingSchemaErrorHandler
 
LOGIN_SHELL_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
LOGIN_SHELL_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
LongComparator - Class in org.apache.directory.api.ldap.model.schema.comparators
Compares Long keys and values within a table.
LongComparator(String) - Constructor for class org.apache.directory.api.ldap.model.schema.comparators.LongComparator
The LongComparator constructor.
LongDecoder - Class in org.apache.directory.api.asn1.ber.tlv
Parse and decode a Long value.
LongDecoderException - Exception in org.apache.directory.api.asn1.ber.tlv
Thrown when a LongDecoder has encountered a failure condition during a decode.
LongDecoderException(String) - Constructor for exception org.apache.directory.api.asn1.ber.tlv.LongDecoderException
Creates a LongDecoderException
lookup(int) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultDitStructureRuleRegistry
Looks up an dITStructureRule by its unique Object IDentifier or by its name.
lookup(int) - Method in interface org.apache.directory.api.ldap.model.schema.registries.DitStructureRuleRegistry
Looks up an dITStructureRule by its unique Object IDentifier or by its name.
lookup(int) - Method in class org.apache.directory.api.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.api.ldap.model.schema.registries.DefaultAttributeTypeRegistry
Looks up a SchemaObject by its unique Object Identifier or by name.
lookup(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
Looks up a SchemaObject by its unique Object Identifier or by name.
lookup(String) - Method in class org.apache.directory.api.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.api.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.api.ldap.model.schema.registries.ImmutableDitContentRuleRegistry
Looks up a SchemaObject by its unique Object Identifier or by name.
lookup(String) - Method in class org.apache.directory.api.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.api.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.api.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.api.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.api.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.api.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.api.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.api.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.api.ldap.model.schema.registries.SchemaObjectRegistry
Looks up a SchemaObject by its unique Object Identifier or by name.
lookup(String) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Searches for an entry having the given distinguished name.
lookup(String) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
Searches for an entry having the given distinguished name.
lookup(String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Searches for an entry having the given distinguished name.
lookup(String, String...) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Searches for an entry having the given distinguished name.
lookup(String, String...) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
Searches for an entry having the given distinguished name.
lookup(String, String...) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Searches for an entry having the given distinguished name.
lookup(String, Control[], String...) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Searches for an entry having the given distinguished name.
lookup(String, Control[], String...) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
Searches for an entry having the given distinguished name.
lookup(String, Control[], String...) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Searches for an entry having the given distinguished name.
lookup(Dn) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Searches for an entry having the given distinguished name..
lookup(Dn) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
Searches for an entry having the given distinguished name..
lookup(Dn) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Searches for an entry having the given distinguished name..
lookup(Dn, String...) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Searches for an entry having the given distinguished name.
lookup(Dn, String...) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
Searches for an entry having the given distinguished name.
lookup(Dn, String...) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Searches for an entry having the given distinguished name.
lookup(Dn, String[], EntryMapper<T>) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
Performs a lookup, requesting attributes, and supplies the matching entry to the entryMapper.
lookup(Dn, String[], EntryMapper<T>) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Performs a lookup, requesting attributes, and supplies the matching entry to the entryMapper.
lookup(Dn, Control[], String...) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Searches for an entry having the given distinguished name.
lookup(Dn, Control[], String...) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
Searches for an entry having the given distinguished name.
lookup(Dn, Control[], String...) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Searches for an entry having the given distinguished name.
lookup(Dn, EntryMapper<T>) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
Performs a lookup, and supplies the matching entry to the entryMapper.
lookup(Dn, EntryMapper<T>) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Performs a lookup, and supplies the matching entry to the entryMapper.
lookupAttributeTypeRegistry(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Lookup for an AttributeType in the AttributeType registry
lookupAttributeTypeRegistry(String) - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Lookup for an AttributeType in the AttributeType registry
lookupComparatorRegistry(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Lookup for a Comparator in the Comparator registry
lookupComparatorRegistry(String) - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Lookup for a Comparator in the Comparator registry
LookupLdapConnectionValidator - Class in org.apache.directory.ldap.client.api
An implementation of LdapConnectionValidator that attempts a simple lookup on the rootDSE.
LookupLdapConnectionValidator() - Constructor for class org.apache.directory.ldap.client.api.LookupLdapConnectionValidator
 
lookupLdapSyntaxRegistry(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Lookup for an LdapSyntax in the LdapSyntax registry
lookupLdapSyntaxRegistry(String) - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Lookup for an LdapSyntax in the LdapSyntax registry
lookupMatchingRuleRegistry(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Lookup for a MatchingRule in the MatchingRule registry
lookupMatchingRuleRegistry(String) - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Lookup for a MatchingRule in the MatchingRule registry
lookupNormalizerRegistry(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Lookup for a Normalizer in the Normalizer registry
lookupNormalizerRegistry(String) - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Lookup for a Normalizer in the Normalizer registry
lookupObjectClassRegistry(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Lookup for a ObjectClass in the ObjectClass registry
lookupObjectClassRegistry(String) - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Lookup for a ObjectClass in the ObjectClass registry
lookupSyntaxCheckerRegistry(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Lookup for a SyntaxChecker in the SyntaxChecker registry
lookupSyntaxCheckerRegistry(String) - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Lookup for a SyntaxChecker in the SyntaxChecker registry
LOOP_DETECT - org.apache.directory.api.ldap.model.message.ResultCodeEnum
This error may be returned by the server if it detects an alias or referral loop, and is unable to satisfy the client's request.
LOOPBACK - Static variable in class org.apache.directory.api.util.Network
The loopback address (ie, ::1 or 127.0.0.1
LOOPBACK_HOSTNAME - Static variable in class org.apache.directory.api.util.Network
The loopback hostname
LOW - org.apache.directory.api.ldap.model.constants.SaslSecurityStrength
Low SASL Security Strength
lowerCase(String) - Static method in class org.apache.directory.api.util.Strings
Converts a String to lower case as per String.toLowerCase().
lowerCaseAscii(String) - Static method in class org.apache.directory.api.util.Strings
Rewrote the toLowercase method to improve performances.
LowerCaseKeyMap - Class in org.apache.directory.api.ldap.model.schema.registries
a map implementation which converts the keys to lower case before inserting
LowerCaseKeyMap() - Constructor for class org.apache.directory.api.ldap.model.schema.registries.LowerCaseKeyMap
 
lutf1(AntlrDnParser.UpAndNormValue) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnParser
RFC 4514, Section 3:

M

M_APPLIES_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_APPLIES_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_APPLIES_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_APPLIES_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_AUX_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_AUX_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_AUX_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_AUX_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_BYTECODE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_BYTECODE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_BYTECODE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_BYTECODE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_COLLECTIVE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_COLLECTIVE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_COLLECTIVE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_COLLECTIVE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_DEPENDENCIES_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_DEPENDENCIES_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_DEPENDENCIES_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_DEPENDENCIES_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_DESCRIPTION_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_DESCRIPTION_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_DESCRIPTION_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_DESCRIPTION_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_DISABLED_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_DISABLED_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_DISABLED_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_DISABLED_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_EQUALITY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_EQUALITY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_EQUALITY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_EQUALITY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_FORM_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_FORM_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_FORM_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_FORM_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_FQCN_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_FQCN_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_FQCN_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_FQCN_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_LENGTH_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_LENGTH_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_LENGTH_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_LENGTH_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_MATCHING_RULE_SYNTAX_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_MATCHING_RULE_SYNTAX_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_MATCHING_RULE_SYNTAX_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_MATCHING_RULE_SYNTAX_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_MAY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_MAY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_MAY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_MAY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_MUST_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_MUST_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_MUST_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_MUST_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_NAME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_NAME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_NAME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_NAME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_NO_USER_MODIFICATION_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_NO_USER_MODIFICATION_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_NO_USER_MODIFICATION_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_NO_USER_MODIFICATION_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_NOT_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_NOT_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_NOT_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_NOT_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_OBSOLETE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_OBSOLETE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_OBSOLETE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_OBSOLETE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_OC_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_OC_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_OC_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_OC_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_OID_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_OID_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_OID_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_OID_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_ORDERING_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_ORDERING_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_ORDERING_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_ORDERING_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_RULE_ID_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_RULE_ID_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_RULEID_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_RULEID_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_SINGLE_VALUE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_SINGLE_VALUE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_SINGLE_VALUE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_SINGLE_VALUE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_SUBSTR_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_SUBSTR_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_SUBSTR_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_SUBSTR_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_SUP_ATTRIBUTE_TYPE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_SUP_ATTRIBUTE_TYPE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_SUP_ATTRIBUTE_TYPE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_SUP_ATTRIBUTE_TYPE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_SUP_DIT_STRUCTURE_RULE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_SUP_DIT_STRUCTURE_RULE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_SUP_DIT_STRUCTURE_RULE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_SUP_DIT_STRUCTURE_RULE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_SUP_OBJECT_CLASS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_SUP_OBJECT_CLASS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_SUP_OBJECT_CLASS_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_SUP_OBJECT_CLASS_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_SYNTAX_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_SYNTAX_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_SYNTAX_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_SYNTAX_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_TYPE_OBJECT_CLASS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_TYPE_OBJECT_CLASS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_TYPE_OBJECT_CLASS_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_TYPE_OBJECT_CLASS_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_USAGE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_USAGE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
M_USAGE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
M_USAGE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
MAC_ADDRESS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
MAC_ADDRESS_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
MAIL_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
MAIL_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
MAIL_PREFERENCE_OPTION_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
MAIL_PREFERENCE_OPTION_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
MAIL_PREFERENCE_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
MailPreferenceSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a Boolean according to RFC 1778.
MailPreferenceSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
main(String[]) - Static method in class org.apache.directory.ldap.client.api.LdifAnonymizer
The entry point, when used as a standalone application.
mainACIItemComponent() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
mainACIItemComponent() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
makeObject() - Method in class org.apache.directory.ldap.client.api.AbstractPoolableLdapConnectionFactory
Specifically, we are creating a new connection based on the LdapConnection Factory we used to create this pool of connections.
makeObject() - Method in class org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory
Specifically, we are creating a new connection based on the LdapConnection Factory we used to create this pool of connections.
MALFORMED_REQUEST - org.apache.directory.api.dsmlv2.response.ErrorResponse.ErrorResponseType
Malformed request error response type.
ManageDsaIT - Interface in org.apache.directory.api.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.
ManageDsaITFactory - Class in org.apache.directory.api.ldap.codec.controls.manageDsaIT
A codec ControlFactory implementation for ManageDsaIT control.
ManageDsaITFactory(LdapApiService) - Constructor for class org.apache.directory.api.ldap.codec.controls.manageDsaIT.ManageDsaITFactory
Creates a new instance of ManageDsaITFactory.
ManageDsaITImpl - Class in org.apache.directory.api.ldap.model.message.controls
Simple ManageDsaIT implementation class.
ManageDsaITImpl() - Constructor for class org.apache.directory.api.ldap.model.message.controls.ManageDsaITImpl
Default constructor.
ManageDsaITImpl(boolean) - Constructor for class org.apache.directory.api.ldap.model.message.controls.ManageDsaITImpl
Creates instance and sets criticality at same time.
MANAGER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
MANAGER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
MandatoryAndOptionalComponentsMonitor - Class in org.apache.directory.api.util
A monitor that tracks both, mandatory and optional components.
MandatoryAndOptionalComponentsMonitor(String[], String[]) - Constructor for class org.apache.directory.api.util.MandatoryAndOptionalComponentsMonitor
Instantiates a new mandatory and optional components monitor.
MandatoryComponentsMonitor - Class in org.apache.directory.api.util
A components monitor for manadatory components.
MandatoryComponentsMonitor(String[]) - Constructor for class org.apache.directory.api.util.MandatoryComponentsMonitor
Instantiates a new mandatory components monitor.
ManyReplyRequest - Interface in org.apache.directory.api.ldap.model.message
A request that can generate zero, one, or more heterogenous responses for a single request.
map(Entry) - Method in interface org.apache.directory.ldap.client.template.EntryMapper
Will be called once for each entry in the search result.
mapCaseSensitive(String) - Static method in class org.apache.directory.api.ldap.model.schema.PrepareString
Apply the RFC 4518 MAP transformation, case sensitive
mapIgnoreCase(String) - Static method in class org.apache.directory.api.ldap.model.schema.PrepareString
Apply the RFC 4518 MAP transformation, case insensitive
mapToString(Map<?, ?>) - Static method in class org.apache.directory.api.util.Strings
Utility method that return a String representation of a map.
mapToString(Map<?, ?>, String) - Static method in class org.apache.directory.api.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.api.ldap.model.constants.SchemaConstants
 
MasterAndShadowAccessPointSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a MasterAndShadowAccessPoint.
MasterAndShadowAccessPointSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
MATCH_VALUE_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
MATCH_VALUE_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
MATCHED_DN - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
MATCHED_DN_BR_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
MATCHED_DN_ER_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
MATCHED_DN_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
MATCHING_RULE - org.apache.directory.api.ldap.model.schema.SchemaObjectType
A MatchingRule
MATCHING_RULE - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
MATCHING_RULE - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
MATCHING_RULE_DESCRIPTION_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
MATCHING_RULE_ID_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
MATCHING_RULE_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
MATCHING_RULE_TYPE_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
MATCHING_RULE_USE - org.apache.directory.api.ldap.model.schema.SchemaObjectType
A MatchingRuleUse
MATCHING_RULE_USE - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
MATCHING_RULE_USE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
MATCHING_RULE_USE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
MATCHING_RULE_USE_DESCRIPTION_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
MATCHING_RULE_USE_PATH - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
MATCHING_RULES_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
MATCHING_RULES_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
MATCHING_RULES_PATH - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
MatchingRule - Class in org.apache.directory.api.ldap.model.schema
A matchingRule definition.
MatchingRule(String) - Constructor for class org.apache.directory.api.ldap.model.schema.MatchingRule
Creates a new instance of MatchingRule.
MatchingRuleAssertionFilterBuilder - Class in org.apache.directory.ldap.client.api.search
 
MatchingRuleDescriptionSchemaParser - Class in org.apache.directory.api.ldap.model.schema.parsers
A parser for RFC 4512 matching rule descriptions.
MatchingRuleDescriptionSchemaParser() - Constructor for class org.apache.directory.api.ldap.model.schema.parsers.MatchingRuleDescriptionSchemaParser
Creates a schema parser instance.
MatchingRuleDescriptionSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value follows the matching rule description syntax according to RFC 4512, par 4.2.3:
MatchingRuleDescriptionSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
MatchingRuleEnum - Enum in org.apache.directory.api.ldap.model.schema
Type safe enum for a matching rule's comparator and normalizer component usage string.
MatchingRuleHelper - Class in org.apache.directory.api.ldap.model.schema.registries.helper
An helper class used to store all the methods associated with an MatchingRule in relation with the Registries and SchemaManager.
MatchingRuleRegistry - Interface in org.apache.directory.api.ldap.model.schema.registries
An AttributeType registry service interface.
matchingRulesMatch(MatchingRule, MatchingRule) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.ParserDescriptionUtils
Checks to see if two matchingRule match exactly.
MatchingRuleTypeEnum - Enum in org.apache.directory.api.ldap.model.schema
This Enum is used to list the MatchingRules that will be subject to a PrepareString.
MatchingRuleUse - Class in org.apache.directory.api.ldap.model.schema
Represents an LDAP MatchingRuleUseDescription defined in RFC 2252.
MatchingRuleUse(String) - Constructor for class org.apache.directory.api.ldap.model.schema.MatchingRuleUse
Creates a new instance of MatchingRuleUseDescription
MatchingRuleUseDescriptionSchemaParser - Class in org.apache.directory.api.ldap.model.schema.parsers
A parser for RFC 4512 matching rule use descriptions.
MatchingRuleUseDescriptionSchemaParser() - Constructor for class org.apache.directory.api.ldap.model.schema.parsers.MatchingRuleUseDescriptionSchemaParser
Creates a schema parser instance.
MatchingRuleUseDescriptionSyntaxChecker - Class in org.apache.directory.api.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.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
MatchingRuleUseHelper - Class in org.apache.directory.api.ldap.model.schema.registries.helper
An helper class used to store all the methods associated with a MatchingRuleUse in relation with the Registries and SchemaManager.
MatchingRuleUseRegistry - Interface in org.apache.directory.api.ldap.model.schema.registries
A MatchingRuleUse registry service interface.
MAX_ATTRIBUTE_COUNT_STATE - org.apache.directory.api.ldap.extras.controls.ad_impl.AdDirSyncRequestStatesEnum
maxAttributeCount value state
MAX_PDU_SIZE_ATTR - Static variable in class org.apache.directory.api.ldap.codec.api.LdapDecoder
The maximum PDU size, stored into the LDAPSession's attribute
MAX_RETURN_LENGTH_STATE - org.apache.directory.api.ldap.extras.controls.ad_impl.AdDirSyncResponseStatesEnum
maxReturnLength value state
maxImmSub() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
maxImmSub() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
MaxImmSubItem - Class in org.apache.directory.api.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.api.ldap.aci.protectedItem.MaxImmSubItem
Creates a new instance.
maxValueCount() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
maxValueCount() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
MaxValueCountElem - Class in org.apache.directory.api.ldap.aci.protectedItem
An element of MaxValueCount.
MaxValueCountElem(AttributeType, int) - Constructor for class org.apache.directory.api.ldap.aci.protectedItem.MaxValueCountElem
Creates a new instance.
MaxValueCountItem - Class in org.apache.directory.api.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.api.ldap.aci.protectedItem.MaxValueCountItem
Creates a new instance.
may(ObjectClassHolder) - Method in class org.apache.directory.api.ldap.schema.converter.antlrSchemaConverterParser
 
mCHAR_REST(boolean) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
RFC 4514, Section 3:
mCLOSE_BRACKET(boolean) - Method in class org.apache.directory.api.ldap.schema.converter.antlrSchemaConverterLexer
 
mCLOSE_CURLY(boolean) - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemCheckerLexer
 
mCLOSE_CURLY(boolean) - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemLexer
 
mCLOSE_CURLY(boolean) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
 
mCLOSE_CURLY(boolean) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationLexer
 
mCLOSE_CURLY(boolean) - Method in class org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationLexer
 
mCLOSE_PARAN(boolean) - Method in class org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationLexer
 
mCLOSE_PAREN(boolean) - Method in class org.apache.directory.api.ldap.schema.converter.antlrSchemaConverterLexer
 
mCOLON(boolean) - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemCheckerLexer
 
mCOLON(boolean) - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemLexer
 
mCOLON(boolean) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
 
mCOLON(boolean) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationLexer
 
mCOMMA(boolean) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
 
mCOMMENT(boolean) - Method in class org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationLexer
 
MD_RECORD_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
MD_RECORD_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
MD5_LENGTH - Static variable in class org.apache.directory.api.ldap.model.password.PasswordUtil
The MD5 hash length
mDESC(boolean) - Method in class org.apache.directory.api.ldap.schema.converter.antlrSchemaConverterLexer
 
mDESCR(boolean) - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemCheckerLexer
 
mDESCR(boolean) - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemLexer
 
mDESCR(boolean) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
 
mDESCR(boolean) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationLexer
 
mDIGIT(boolean) - Method in class org.apache.directory.api.ldap.schema.converter.antlrSchemaConverterLexer
 
mDOLLAR(boolean) - Method in class org.apache.directory.api.ldap.schema.converter.antlrSchemaConverterLexer
 
mDOT(boolean) - Method in class org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationLexer
 
mDQUOTE(boolean) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
 
MECHANISM_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
MEDIUM - org.apache.directory.api.ldap.model.constants.SaslSecurityStrength
Medium SASL Security Strength
MEMBER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
MEMBER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
MEMBER_NIS_NETGROUP_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
MEMBER_NIS_NETGROUP_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
MEMBER_UID_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
MEMBER_UID_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
MemoryClearingBuffer - Class in org.apache.directory.ldap.client.template
A buffer for storing sensitive information like passwords.
mEQUALS(boolean) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
 
Message - Interface in org.apache.directory.api.ldap.model.message
Root interface for all LDAP message type interfaces.
MESSAGE - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
MESSAGE_CONTAINER_ATTR - Static variable in class org.apache.directory.api.ldap.codec.api.LdapDecoder
The name of the LdapSession's attribute for the LDAP container used during the decoding
MESSAGE_END - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The Message End state
MESSAGE_ID_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
MESSAGE_START - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The Message Start state
MessageEncoderException - Exception in org.apache.directory.api.ldap.codec.api
Create an exception containing the messageId
MessageEncoderException(int, String) - Constructor for exception org.apache.directory.api.ldap.codec.api.MessageEncoderException
Creates a new instance of MessageEncoderException.
MessageEncoderException(int, String, Exception) - Constructor for exception org.apache.directory.api.ldap.codec.api.MessageEncoderException
Creates a new instance of MessageEncoderException.
MessageException - Exception in org.apache.directory.api.ldap.model.exception
This exception is thrown when a message processing error occurs.
MessageException() - Constructor for exception org.apache.directory.api.ldap.model.exception.MessageException
Constructs an Exception without a message.
MessageException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.MessageException
Constructs an Exception with a detailed message.
Messagefactory - Interface in org.apache.directory.api.ldap.codec.factory
An interface that needs to be implemented by messages to be encoded.
messageReceived(IoFilter.NextFilter, IoSession, Object) - Method in class org.apache.directory.api.ldap.codec.api.SaslFilter
 
messageReceived(IoSession, Object) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Handle the incoming LDAP messages.
MessageTypeEnum - Enum in org.apache.directory.api.ldap.model.message
An enum to store the Ldap message type.
META_ATTRIBUTE_TYPE_OC - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
META_ATTRIBUTE_TYPE_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
META_ATTRIBUTE_TYPE_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
META_ATTRIBUTE_TYPE_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
META_COMPARATOR_OC - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
META_COMPARATOR_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
META_COMPARATOR_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
META_COMPARATOR_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
META_DIT_CONTENT_RULE_OC - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
META_DIT_CONTENT_RULE_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
META_DIT_CONTENT_RULE_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
META_DIT_CONTENT_RULE_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
META_DIT_STRUCTURE_RULE_OC - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
META_DIT_STRUCTURE_RULE_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
META_DIT_STRUCTURE_RULE_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
META_DIT_STRUCTURE_RULE_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
META_MATCHING_RULE_OC - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
META_MATCHING_RULE_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
META_MATCHING_RULE_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
META_MATCHING_RULE_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
META_MATCHING_RULE_USE_OC - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
META_MATCHING_RULE_USE_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
META_MATCHING_RULE_USE_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
META_MATCHING_RULE_USE_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
META_NAME_FORM_OC - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
META_NAME_FORM_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
META_NAME_FORM_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
META_NAME_FORM_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
META_NORMALIZER_OC - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
META_NORMALIZER_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
META_NORMALIZER_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
META_NORMALIZER_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
META_OBJECT_CLASS_OC - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
META_OBJECT_CLASS_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
META_OBJECT_CLASS_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
META_OBJECT_CLASS_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
META_SCHEMA_OC - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
META_SCHEMA_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
META_SCHEMA_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
META_SCHEMA_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
META_SYNTAX_CHECKER_OC - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
META_SYNTAX_CHECKER_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
META_SYNTAX_CHECKER_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
META_SYNTAX_CHECKER_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
META_SYNTAX_OC - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
META_SYNTAX_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
META_SYNTAX_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
META_SYNTAX_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
META_TOP_OC - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
META_TOP_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
META_TOP_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
META_TOP_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
MetaSchemaConstants - Class in org.apache.directory.api.ldap.model.constants
Apache meta schema specific constants used throughout the server.
MethodUtils - Class in org.apache.directory.api.util
 
mFILTER(boolean) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
 
mFILTER(boolean) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationLexer
 
mHEXPAIR_OR_ESCESC_ESCSHARP_OR_ESC(boolean) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
 
mHEXVALUE_OR_SHARP(boolean) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
 
MHS_OR_ADDRESS_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
MhsOrAddressSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a MHSORAddress.
MhsOrAddressSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
mHYPHEN(boolean) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
 
MicroOperation - Enum in org.apache.directory.api.ldap.aci
An enumeration that represents all micro-operations that makes up LDAP operations.
mIDENTIFIER(boolean) - Method in class org.apache.directory.api.ldap.schema.converter.antlrSchemaConverterLexer
 
mIDENTIFIER(boolean) - Method in class org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationLexer
 
mINTEGER_OR_NUMERICOID(boolean) - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemCheckerLexer
 
mINTEGER_OR_NUMERICOID(boolean) - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemLexer
 
mINTEGER_OR_NUMERICOID(boolean) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
 
mINTEGER_OR_NUMERICOID(boolean) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationLexer
 
mLANGLE(boolean) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
 
mNUMERICOID(boolean) - Method in class org.apache.directory.api.ldap.schema.converter.antlrSchemaConverterLexer
 
mNUMERICOID_OR_ALPHA_OR_DIGIT(boolean) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
 
MOBILE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
MOBILE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
MOBILE_TELEPHONE_NUMBER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
MockTimeProvider - Class in org.apache.directory.api.util
Implementation of TimeProvider that always returns a fixed time.
MockTimeProvider() - Constructor for class org.apache.directory.api.util.MockTimeProvider
 
MOD_DN_REQUEST - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
MOD_DN_RESPONSE - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
ModDn - org.apache.directory.api.ldap.model.ldif.ChangeType
The ModDn changeType
MODDN - org.apache.directory.api.ldap.extras.controls.syncrepl.syncState.SyncStateTypeEnum
The entry has been renamed
MODDN - org.apache.directory.api.ldap.model.message.controls.ChangeType
A MODDN
MODDN_ORDINAL - Static variable in enum org.apache.directory.api.ldap.model.ldif.ChangeType
ModDN ordinal value
ModDNResponseDsml - Class in org.apache.directory.api.dsmlv2.response
DSML Decorator for ModDNResponse
ModDNResponseDsml(LdapApiService) - Constructor for class org.apache.directory.api.dsmlv2.response.ModDNResponseDsml
Creates a new getDecoratedMessage() of ModDNResponseDsml.
ModDNResponseDsml(LdapApiService, ModifyDnResponse) - Constructor for class org.apache.directory.api.dsmlv2.response.ModDNResponseDsml
Creates a new getDecoratedMessage() of ModDNResponseDsml.
MODE_STATE - org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncRequestValueStatesEnum
mode Value
ModelFactory - Interface in org.apache.directory.ldap.client.template
A factory for creating org.apache.directory.api.ldap.model objects.
Modification - Interface in org.apache.directory.api.ldap.model.entry
An internal interface for a ModificationItem.
MODIFICATION - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
MODIFICATION_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
ModificationOperation - Enum in org.apache.directory.api.ldap.model.entry
An enum storing the different modification operation which can be used in a Modification.
MODIFICATIONS_SEQ_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
MODIFICATIONS_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
MODIFIERS_NAME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
MODIFIERS_NAME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
modify(String, Modification...) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Applies all the modifications to the entry specified by its distinguished name.
modify(String, Modification...) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
Applies all the modifications to the entry specified by its distinguished name.
modify(String, Modification...) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Applies all the modifications to the entry specified by its distinguished name.
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(Entry, ModificationOperation) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
Modifies all the attributes present in the entry by applying the same operation.
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(ModifyRequest) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Performs an modify operation based on the modifications present in the modify request.
modify(ModifyRequest) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
Performs an modify operation based on the modifications present in the modify request.
modify(ModifyRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Performs an modify operation based on the modifications present in the modify request.
modify(ModifyRequest) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
Modifies an entry specified by a ModifyRequest on the LDAP server.
modify(ModifyRequest) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Modifies an entry specified by a ModifyRequest on the LDAP server.
modify(Dn, Modification...) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Applies all the modifications to the entry specified by its distinguished name.
modify(Dn, Modification...) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
Applies all the modifications to the entry specified by its distinguished name.
modify(Dn, Modification...) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Applies all the modifications to the entry specified by its distinguished name.
modify(Dn, RequestBuilder<ModifyRequest>) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
Modifies an entry specified by Dn, and whose request is configured by a RequestBuilder, on the LDAP server.
modify(Dn, RequestBuilder<ModifyRequest>) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Modifies an entry specified by Dn, and whose request is configured by a RequestBuilder, on the LDAP server.
Modify - org.apache.directory.api.ldap.model.ldif.ChangeType
The Modify changeType
MODIFY - org.apache.directory.api.ldap.aci.MicroOperation
The Modify permission, may be used only in conjunction with the entry component.
MODIFY - org.apache.directory.api.ldap.extras.controls.syncrepl.syncState.SyncStateTypeEnum
The entry has been modified
MODIFY - org.apache.directory.api.ldap.model.message.controls.ChangeType
A Modify
MODIFY - org.apache.directory.api.ldap.trigger.LdapOperation
The Modify operation
MODIFY_DN_REQUEST_CONTROL_END_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The </control> tag
MODIFY_DN_REQUEST_CONTROL_START_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The <control> tag
MODIFY_DN_REQUEST_CONTROLVALUE_END_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The </controlValue> tag
MODIFY_DN_REQUEST_CONTROLVALUE_START_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The <controlValue> tag
MODIFY_DN_REQUEST_NEW_SUPERIOR_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
MODIFY_DN_REQUEST_START_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The <modDNRequest> tag
MODIFY_DN_REQUEST_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
MODIFY_DN_REQUEST_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
MODIFY_DN_RESPONSE_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
MODIFY_DN_RESPONSE_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
MODIFY_ORDINAL - Static variable in enum org.apache.directory.api.ldap.model.ldif.ChangeType
Modify ordinal value
MODIFY_REQUEST - org.apache.directory.api.ldap.model.message.MessageTypeEnum
The ModifyRequest message
MODIFY_REQUEST - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
MODIFY_REQUEST_CONTROL_END_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The </control> tag
MODIFY_REQUEST_CONTROL_START_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The <control> tag
MODIFY_REQUEST_CONTROLVALUE_END_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The </controlValue> tag
MODIFY_REQUEST_CONTROLVALUE_START_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The <controlValue> tag
MODIFY_REQUEST_MODIFICATION_END_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The </modification> tag
MODIFY_REQUEST_MODIFICATION_START_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The <modification> tag
MODIFY_REQUEST_START_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The <modifyRequest> tag
MODIFY_REQUEST_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
MODIFY_REQUEST_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
MODIFY_REQUEST_VALUE_END_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The </value> tag
MODIFY_REQUEST_VALUE_START_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The <value> tag
MODIFY_RESPONSE - org.apache.directory.api.ldap.model.message.MessageTypeEnum
The ModifyResponse message
MODIFY_RESPONSE - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
MODIFY_RESPONSE_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
MODIFY_RESPONSE_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
MODIFY_RIGHTS_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
MODIFY_TIMESTAMP_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
MODIFY_TIMESTAMP_AT_OID - Static variable in class org.apache.directory.api.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 request object.
modifyDn(ModifyDnRequest) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
Performs the modifyDn operation based on the given request object.
modifyDn(ModifyDnRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Performs the modifyDn operation based on the given request object.
MODIFYDN - org.apache.directory.api.ldap.trigger.LdapOperation
The ModDN operation
MODIFYDN_EXPORT - org.apache.directory.api.ldap.trigger.LdapOperation
The Export operation
MODIFYDN_IMPORT - org.apache.directory.api.ldap.trigger.LdapOperation
The Import operation
MODIFYDN_RENAME - org.apache.directory.api.ldap.trigger.LdapOperation
The Rename operation
MODIFYDN_REQUEST - org.apache.directory.api.ldap.model.message.MessageTypeEnum
The ModifyDNRequest message
MODIFYDN_RESPONSE - org.apache.directory.api.ldap.model.message.MessageTypeEnum
The ModifyDNResponse message
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.api.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.api.ldap.trigger.AntlrTriggerSpecificationParser
 
ModifyDnRequest - Interface in org.apache.directory.api.ldap.model.message
Modify Dn request protocol message used to rename or move an existing entry in the directory.
ModifyDNRequestDsml - Class in org.apache.directory.api.dsmlv2.request
DSML Decorator for ModifyDNRequest
ModifyDNRequestDsml(LdapApiService) - Constructor for class org.apache.directory.api.dsmlv2.request.ModifyDNRequestDsml
Creates a new getDecoratedMessage() of ModifyDNRequestDsml.
ModifyDNRequestDsml(LdapApiService, ModifyDnRequest) - Constructor for class org.apache.directory.api.dsmlv2.request.ModifyDNRequestDsml
Creates a new getDecoratedMessage() of ModifyDNRequestDsml.
ModifyDnRequestFactory - Class in org.apache.directory.api.ldap.codec.factory
The ModifyDnRequest factory.
ModifyDnRequestImpl - Class in org.apache.directory.api.ldap.model.message
ModifyDNRequest implementation.
ModifyDnRequestImpl() - Constructor for class org.apache.directory.api.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.api.ldap.model.message
Modify Dn protocol response message used to confirm the results of a modify Dn request message.
ModifyDnResponseFactory - Class in org.apache.directory.api.ldap.codec.factory
The ModifyDnResponse factory.
ModifyDnResponseImpl - Class in org.apache.directory.api.ldap.model.message
ModifyDnResponse implementation
ModifyDnResponseImpl() - Constructor for class org.apache.directory.api.ldap.model.message.ModifyDnResponseImpl
Creates a ModifyDnResponse as a reply to an ModifyDnRequest.
ModifyDnResponseImpl(int) - Constructor for class org.apache.directory.api.ldap.model.message.ModifyDnResponseImpl
Creates a ModifyDnResponse as a reply to an ModifyDnRequest.
modifyDNStoredProcedureParameter() - Method in class org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParser
 
modifyDNStoredProcedureParameterList() - Method in class org.apache.directory.api.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.api.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.api.ldap.trigger.AntlrTriggerSpecificationParser
 
modifyPassword(Dn, char[]) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
Modifies the password for userDn to newPassword using the admin account.
modifyPassword(Dn, char[]) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Modifies the password for userDn to newPassword using the admin account.
modifyPassword(Dn, char[], char[]) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
Modifies the password for userDn from oldPassword to newPassword.
modifyPassword(Dn, char[], char[]) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Modifies the password for userDn from oldPassword to newPassword.
modifyPassword(Dn, char[], char[], boolean) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
Modifies the password for userDn from oldPassword to newPassword, optionally using an admin account.
modifyPassword(Dn, char[], char[], boolean) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Modifies the password for userDn from oldPassword to newPassword, optionally using an admin account.
ModifyRequest - Interface in org.apache.directory.api.ldap.model.message
Modify request protocol message used to alter the attributes and values of an existing entry.
ModifyRequestDsml - Class in org.apache.directory.api.dsmlv2.request
DSML Decorator for ModifyRequest
ModifyRequestDsml(LdapApiService) - Constructor for class org.apache.directory.api.dsmlv2.request.ModifyRequestDsml
Creates a new getDecoratedMessage() of ModifyRequestDsml.
ModifyRequestDsml(LdapApiService, ModifyRequest) - Constructor for class org.apache.directory.api.dsmlv2.request.ModifyRequestDsml
Creates a new getDecoratedMessage() of ModifyRequestDsml.
ModifyRequestFactory - Class in org.apache.directory.api.ldap.codec.factory
The ModifyRequest factory.
ModifyRequestImpl - Class in org.apache.directory.api.ldap.model.message
Lockable ModifyRequest implementation.
ModifyRequestImpl() - Constructor for class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
Creates a ModifyRequest implementing object used to modify the attributes of an entry.
ModifyResponse - Interface in org.apache.directory.api.ldap.model.message
Modify protocol response message used to confirm the results of a modify request message.
ModifyResponseDsml - Class in org.apache.directory.api.dsmlv2.response
DSML Decorator for ModifyResponse
ModifyResponseDsml(LdapApiService) - Constructor for class org.apache.directory.api.dsmlv2.response.ModifyResponseDsml
Creates a new getDecoratedMessage() of ModifyResponseDsml.
ModifyResponseDsml(LdapApiService, ModifyResponse) - Constructor for class org.apache.directory.api.dsmlv2.response.ModifyResponseDsml
Creates a new getDecoratedMessage() of ModifyResponseDsml.
ModifyResponseFactory - Class in org.apache.directory.api.ldap.codec.factory
The ModifyResponse factory.
ModifyResponseImpl - Class in org.apache.directory.api.ldap.model.message
ModifyResponse implementation
ModifyResponseImpl() - Constructor for class org.apache.directory.api.ldap.model.message.ModifyResponseImpl
Creates a ModifyResponse as a reply to an ModifyRequest.
ModifyResponseImpl(int) - Constructor for class org.apache.directory.api.ldap.model.message.ModifyResponseImpl
Creates a ModifyResponse as a reply to an ModifyRequest.
modifyStoredProcedureParameter() - Method in class org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParser
 
modifyStoredProcedureParameterList() - Method in class org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParser
 
ModRdn - org.apache.directory.api.ldap.model.ldif.ChangeType
The ModRdn changeType
MODRDN_ORDINAL - Static variable in enum org.apache.directory.api.ldap.model.ldif.ChangeType
ModRDN ordinal value
MonitoringLdapConnection - Class in org.apache.directory.ldap.client.api
A class used to monitor the use of a LdapConnection
mOPEN_BRACKET(boolean) - Method in class org.apache.directory.api.ldap.schema.converter.antlrSchemaConverterLexer
 
mOPEN_CURLY(boolean) - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemCheckerLexer
 
mOPEN_CURLY(boolean) - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemLexer
 
mOPEN_CURLY(boolean) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
 
mOPEN_CURLY(boolean) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationLexer
 
mOPEN_CURLY(boolean) - Method in class org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationLexer
 
mOPEN_PARAN(boolean) - Method in class org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationLexer
 
mOPEN_PAREN(boolean) - Method in class org.apache.directory.api.ldap.schema.converter.antlrSchemaConverterLexer
 
move(String, String) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Moves the given entry distinguished name under the new superior distinguished name.
move(String, String) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
Moves the given entry distinguished name under the new superior distinguished name.
move(String, String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Moves the given entry distinguished name under the new superior distinguished name.
move(Dn) - Method in class org.apache.directory.api.ldap.util.tree.DnNode
move the DnNode's Dn
move(Dn, Dn) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Moves the given entry distinguished name under the new superior distinguished name.
move(Dn, Dn) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
Moves the given entry distinguished name under the new superior distinguished name.
move(Dn, Dn) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Moves the given entry distinguished name under the new superior distinguished name.
MOVE - org.apache.directory.api.ldap.extras.controls.SyncModifyDnType
A Move operation
MOVE_AND_RENAME - org.apache.directory.api.ldap.extras.controls.SyncModifyDnType
A Move and Rename operation
moveAndRename(String, String) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Moves and renames the given entry distinguished name.
moveAndRename(String, String) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
Moves and renames the given entry distinguished name.
moveAndRename(String, String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Moves and renames the given entry distinguished name.
moveAndRename(String, String, boolean) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Moves and renames the given entryDn.
moveAndRename(String, String, boolean) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
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.
moveAndRename(Dn, Dn) - 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.LdapConnectionWrapper
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(Dn, Dn, boolean) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Moves and renames the given entryDn.
moveAndRename(Dn, Dn, boolean) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
Moves and renames the given entryDn.
moveAndRename(Dn, Dn, 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.api.ldap.model.name.AntlrDnLexer
 
mQUOTE(boolean) - Method in class org.apache.directory.api.ldap.schema.converter.antlrSchemaConverterLexer
 
MR_NONEXISTENT_SYNTAX - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
Characterizing a MR with a nonexistent syntax
mRANGLE(boolean) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
 
mSAFEUTF8STRING(boolean) - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemCheckerLexer
 
mSAFEUTF8STRING(boolean) - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemLexer
 
mSAFEUTF8STRING(boolean) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
 
mSAFEUTF8STRING(boolean) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationLexer
 
mSEMI(boolean) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
 
mSEMI(boolean) - Method in class org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationLexer
 
mSEP(boolean) - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemCheckerLexer
 
mSEP(boolean) - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemLexer
 
mSEP(boolean) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
 
mSEP(boolean) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationLexer
 
mSEP(boolean) - Method in class org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationLexer
 
msg(String, Object...) - Static method in enum org.apache.directory.api.i18n.I18n
Translate a message with argument(s)
msg(I18n, Object...) - Static method in enum org.apache.directory.api.i18n.I18n
Translate a message code with argument(s)
MSG_01000_TAG_DECODED - org.apache.directory.api.i18n.I18n
 
MSG_01001_TLV_TREE - org.apache.directory.api.i18n.I18n
 
MSG_01002_CURRENT_BYTE - org.apache.directory.api.i18n.I18n
 
MSG_01003_PARENT_LENGTH - org.apache.directory.api.i18n.I18n
 
MSG_01004_ROOT_TLV - org.apache.directory.api.i18n.I18n
 
MSG_01005_TLV - org.apache.directory.api.i18n.I18n
 
MSG_01006_LENGTH_DECODED - org.apache.directory.api.i18n.I18n
 
MSG_01007_LINE_SEPARATOR1 - org.apache.directory.api.i18n.I18n
 
MSG_01008_LINE_SEPARATOR2 - org.apache.directory.api.i18n.I18n
 
MSG_01009_LINE_SEPARATOR3 - org.apache.directory.api.i18n.I18n
 
MSG_01010_LINE_SEPARATOR4 - org.apache.directory.api.i18n.I18n
 
MSG_01011_DECODING_PDU - org.apache.directory.api.i18n.I18n
 
MSG_01012_STATE - org.apache.directory.api.i18n.I18n
 
MSG_01013_CURRENT_BYTE - org.apache.directory.api.i18n.I18n
 
MSG_01014_NO_MORE_BYTE - org.apache.directory.api.i18n.I18n
 
MSG_01015_STOP_DECODING - org.apache.directory.api.i18n.I18n
 
MSG_01016_STOP_DECODING_NULL_TLV - org.apache.directory.api.i18n.I18n
 
MSG_01017_END_DECODING - org.apache.directory.api.i18n.I18n
 
MSG_01018_END_DECODING_NULL_TLV - org.apache.directory.api.i18n.I18n
 
MSG_01100_INTEGER_VALUE - org.apache.directory.api.i18n.I18n
 
MSG_01101_BITSTRING_VALUE - org.apache.directory.api.i18n.I18n
 
MSG_01300_BOOLEAN_0X00_0XFF - org.apache.directory.api.i18n.I18n
 
MSG_02000_FAILED_GETTING_NEXT_REQUEST - org.apache.directory.api.i18n.I18n
 
MSG_02001_FAILED_PROCESSING_REQUEST - org.apache.directory.api.i18n.I18n
 
MSG_02002_FAILED_TO_BIND - org.apache.directory.api.i18n.I18n
 
MSG_02003_ERROR - org.apache.directory.api.i18n.I18n
 
MSG_04100_BIND_FAIL - org.apache.directory.api.i18n.I18n
 
MSG_04101_BIND_SUCCESSFUL - org.apache.directory.api.i18n.I18n
 
MSG_04102_BIND_REQUEST - org.apache.directory.api.i18n.I18n
 
MSG_04103_NULL_REQUEST - org.apache.directory.api.i18n.I18n
 
MSG_04104_SENDING_REQUEST - org.apache.directory.api.i18n.I18n
 
MSG_04105_MISSING_PASSWORD - org.apache.directory.api.i18n.I18n
 
MSG_04106_ADDING - org.apache.directory.api.i18n.I18n
 
MSG_04107_ADD_FAILED - org.apache.directory.api.i18n.I18n
 
MSG_04108_ADD_SUCCESSFUL - org.apache.directory.api.i18n.I18n
 
MSG_04109_ANONYMOUS_BIND - org.apache.directory.api.i18n.I18n
 
MSG_04110_ANONYMOUS_ASYNC_BIND - org.apache.directory.api.i18n.I18n
 
MSG_04111_ASYNC_BIND - org.apache.directory.api.i18n.I18n
 
MSG_04112_BIND - org.apache.directory.api.i18n.I18n
 
MSG_04113_COMPARE_FAILED - org.apache.directory.api.i18n.I18n
 
MSG_04114_COMPARE_SUCCESSFUL - org.apache.directory.api.i18n.I18n
 
MSG_04115_DELETE_FAILED - org.apache.directory.api.i18n.I18n
 
MSG_04116_DELETE_SUCCESSFUL - org.apache.directory.api.i18n.I18n
 
MSG_04117_EXTENDED_FAILED - org.apache.directory.api.i18n.I18n
 
MSG_04118_EXTENDED_SUCCESSFUL - org.apache.directory.api.i18n.I18n
 
MSG_04119_GETTING - org.apache.directory.api.i18n.I18n
 
MSG_04120_INTERRUPTED_WAITING_FOR_CONNECTION - org.apache.directory.api.i18n.I18n
 
MSG_04121_LDAP_ALREADY_USING_START_TLS - org.apache.directory.api.i18n.I18n
 
MSG_04122_MODIFY_FAILED - org.apache.directory.api.i18n.I18n
 
MSG_04123_MODIFY_SUCCESSFUL - org.apache.directory.api.i18n.I18n
 
MSG_04124_MODIFYDN_FAILED - org.apache.directory.api.i18n.I18n
 
MSG_04125_MODIFYDN_SUCCESSFUL - org.apache.directory.api.i18n.I18n
 
MSG_04126_REMOVING - org.apache.directory.api.i18n.I18n
 
MSG_04127_SASL_PLAIN_BIND - org.apache.directory.api.i18n.I18n
 
MSG_04128_SEARCH_ENTRY_FOUND - org.apache.directory.api.i18n.I18n
 
MSG_04129_SEARCH_FAILED - org.apache.directory.api.i18n.I18n
 
MSG_04130_SEARCH_REFERENCE_FOUND - org.apache.directory.api.i18n.I18n
 
MSG_04131_SEARCH_SUCCESSFUL - org.apache.directory.api.i18n.I18n
 
MSG_04132_SENDING_UNBIND - org.apache.directory.api.i18n.I18n
 
MSG_04133_UNBINDSUCCESSFUL - org.apache.directory.api.i18n.I18n
 
MSG_04134_CLOSING - org.apache.directory.api.i18n.I18n
 
MSG_04135_KRB5_FILE_CREATED - org.apache.directory.api.i18n.I18n
 
MSG_04136_NOTIFYING_CLOSE_LISTENERS - org.apache.directory.api.i18n.I18n
 
MSG_04137_NOD_RECEIVED - org.apache.directory.api.i18n.I18n
 
MSG_04138_NULL_DN_SEARCH - org.apache.directory.api.i18n.I18n
 
MSG_04139_NULL_DN_MODIFY - org.apache.directory.api.i18n.I18n
 
MSG_04140_NULL_ENTRY_MODIFY - org.apache.directory.api.i18n.I18n
 
MSG_04141_SENDING_CANCEL - org.apache.directory.api.i18n.I18n
 
MSG_04142_MESSAGE_RECEIVED - org.apache.directory.api.i18n.I18n
 
MSG_04143_CONNECTION_RETRYING - org.apache.directory.api.i18n.I18n
 
MSG_04144_CONNECTION_ERROR - org.apache.directory.api.i18n.I18n
 
MSG_04145_BIND_REQUEST - org.apache.directory.api.i18n.I18n
 
MSG_04146_ACTIVATING - org.apache.directory.api.i18n.I18n
 
MSG_04147_REBIND_CONNECTION_DROPPED - org.apache.directory.api.i18n.I18n
 
MSG_04148_DESTROYING - org.apache.directory.api.i18n.I18n
 
MSG_04149_UNABLE_TO_UNBIND - org.apache.directory.api.i18n.I18n
 
MSG_04150_CREATING_LDAP_CONNECTION - org.apache.directory.api.i18n.I18n
 
MSG_04151_PASSIVATING - org.apache.directory.api.i18n.I18n
 
MSG_04152_VALIDATING - org.apache.directory.api.i18n.I18n
 
MSG_04153_SENDING_NAME_IN_CALLBACK - org.apache.directory.api.i18n.I18n
 
MSG_04154_SENDING_CREDS_IN_CALLBACK - org.apache.directory.api.i18n.I18n
 
MSG_04155_SENDING_USER_REALM_IN_CALLBACK - org.apache.directory.api.i18n.I18n
 
MSG_04156_SENDING_DEFAULT_REALM_IN_CALLBACK - org.apache.directory.api.i18n.I18n
 
MSG_04157_SENDING_USER_REALM_IN_CALLBACK - org.apache.directory.api.i18n.I18n
 
MSG_04158_UNABLE_TO_BIND - org.apache.directory.api.i18n.I18n
 
MSG_04159_UNABLE_TO_CLOSE_CONNECTION - org.apache.directory.api.i18n.I18n
 
MSG_04160_INITIALIZING_SCHEMAS - org.apache.directory.api.i18n.I18n
 
MSG_04161_CREATING_ENTRY_CURSOR - org.apache.directory.api.i18n.I18n
 
MSG_04162_CLOSING_ENTRY_CURSOR - org.apache.directory.api.i18n.I18n
 
MSG_04163_BORROWED_CONNECTION - org.apache.directory.api.i18n.I18n
 
MSG_04164_RETURNED_CONNECTION - org.apache.directory.api.i18n.I18n
 
MSG_04165_NO_FUTURE_ASSOCIATED_TO_MSG_ID_COMPLETED - org.apache.directory.api.i18n.I18n
 
MSG_04166_NO_FUTURE_ASSOCIATED_TO_MSG_ID_IGNORING - org.apache.directory.api.i18n.I18n
 
MSG_04167_SCHEMA_LOADED_SUCCESSFULLY - org.apache.directory.api.i18n.I18n
 
MSG_04168_CHECK_CLIENT_TRUSTED - org.apache.directory.api.i18n.I18n
 
MSG_04169_CHECK_SERVER_TRUSTED - org.apache.directory.api.i18n.I18n
 
MSG_04170_CREATING_SEARCH_CURSOR - org.apache.directory.api.i18n.I18n
 
MSG_04171_CLOSING_SEARCH_CURSOR - org.apache.directory.api.i18n.I18n
 
MSG_04172_REBIND_BIND_CONNECTION - org.apache.directory.api.i18n.I18n
 
MSG_04173_UNBIND_START_TLS - org.apache.directory.api.i18n.I18n
 
MSG_04174_CREATING_NEW_CONNECTION_TEMPLATE - org.apache.directory.api.i18n.I18n
 
MSG_04175_TRUST_MANAGER_IO_EXCEPTION - org.apache.directory.api.i18n.I18n
 
MSG_04176_TRUST_MANAGER_ON_CLASSPATH - org.apache.directory.api.i18n.I18n
 
MSG_04177_CONNECTION_TIMEOUT - org.apache.directory.api.i18n.I18n
 
MSG_05100_NEW_LIST_CONTROLS_INITIALIZED - org.apache.directory.api.i18n.I18n
 
MSG_05101_NEW_EMPTY_CONTROLS_INITIALIZED - org.apache.directory.api.i18n.I18n
 
MSG_05102_LDAP_MESSAGE_ID_DECODED - org.apache.directory.api.i18n.I18n
 
MSG_05103_REFERRAL_ERROR_MESSAGE_NOT_ALLOWED - org.apache.directory.api.i18n.I18n
 
MSG_05104_REFERRAL_ERROR_MESSAGE_SET_TO - org.apache.directory.api.i18n.I18n
 
MSG_05105_INITIALISNG_REFERRAL_LIST - org.apache.directory.api.i18n.I18n
 
MSG_05106_ERROR_MESSAGE_IS - org.apache.directory.api.i18n.I18n
 
MSG_05107_NO_SUCH_OBJECT_MATCHED_DN_NOT_SET - org.apache.directory.api.i18n.I18n
 
MSG_05108_MATCHED_DN_IS - org.apache.directory.api.i18n.I18n
 
MSG_05109_RESULT_CODE_IS - org.apache.directory.api.i18n.I18n
 
MSG_05110_ABANDON_MSG_ID_DECODED - org.apache.directory.api.i18n.I18n
 
MSG_05111_ADDING_TYPE - org.apache.directory.api.i18n.I18n
 
MSG_05112_ADDING_VALUE - org.apache.directory.api.i18n.I18n
 
MSG_05113_ADDING_ENTRY_WITH_DN - org.apache.directory.api.i18n.I18n
 
MSG_05114_LDAP_VERSION - org.apache.directory.api.i18n.I18n
 
MSG_05115_SASL_CREDS_CREATED - org.apache.directory.api.i18n.I18n
 
MSG_05116_BIND_NAME_IS - org.apache.directory.api.i18n.I18n
 
MSG_05117_SASL_CREDENTIALS_DECODED - org.apache.directory.api.i18n.I18n
 
MSG_05118_THE_SASL_MECHANISM_IS - org.apache.directory.api.i18n.I18n
 
MSG_05119_SIMPLE_CREDENTIAL_DECODED - org.apache.directory.api.i18n.I18n
 
MSG_05120_COMPARE_REQUEST - org.apache.directory.api.i18n.I18n
 
MSG_05121_COMPARING_ATTRIBUTE_VALUE - org.apache.directory.api.i18n.I18n
 
MSG_05122_COMPARING_ATTRIBUTE_DESCRIPTION - org.apache.directory.api.i18n.I18n
 
MSG_05123_COMPARING_DN - org.apache.directory.api.i18n.I18n
 
MSG_05124_DELETING_DN - org.apache.directory.api.i18n.I18n
 
MSG_05125_EXTENDED_REQUEST_PROCESSED - org.apache.directory.api.i18n.I18n
 
MSG_05126_OID_READ - org.apache.directory.api.i18n.I18n
 
MSG_05127_EXTENDED_VALUE - org.apache.directory.api.i18n.I18n
 
MSG_05128_MODIFYING_TYPE - org.apache.directory.api.i18n.I18n
 
MSG_05129_NO_VALS_FOR_ATTRIBUTE - org.apache.directory.api.i18n.I18n
 
MSG_05130_SOME_VALS_NEED_DECODING - org.apache.directory.api.i18n.I18n
 
MSG_05131_VALUE_MODIFIED - org.apache.directory.api.i18n.I18n
 
MSG_05132_DN_MODIFICATION - org.apache.directory.api.i18n.I18n
 
MSG_05133_MODIFY_OPERATION - org.apache.directory.api.i18n.I18n
 
MSG_05134_MODIFY_DN_REQUEST - org.apache.directory.api.i18n.I18n
 
MSG_05135_OID_RDN_ATT_WILL_BE_DELETED - org.apache.directory.api.i18n.I18n
 
MSG_05136_OID_RDN_ATT_WILL_BE_RETAINED - org.apache.directory.api.i18n.I18n
 
MSG_05137_MODIFYING_DN - org.apache.directory.api.i18n.I18n
 
MSG_05138_MODIFYING_WITH_NEW_RDN - org.apache.directory.api.i18n.I18n
 
MSG_05139_NULL_NEW_SUPERIOR - org.apache.directory.api.i18n.I18n
 
MSG_05140_NEW_SUPERIOR_DN - org.apache.directory.api.i18n.I18n
 
MSG_05141_INITIALIZE_AND_FILTER - org.apache.directory.api.i18n.I18n
 
MSG_05142_INITIALIZE_APPROX_FILTER - org.apache.directory.api.i18n.I18n
 
MSG_05143_INITIALIZE_ATT_DESC_FILTER - org.apache.directory.api.i18n.I18n
 
MSG_05144_INITIALIZE_ASSERTION_FILTER - org.apache.directory.api.i18n.I18n
 
MSG_05145_INITIALIZE_EQ_FILTER - org.apache.directory.api.i18n.I18n
 
MSG_05146_INITIALIZE_EXT_FILTER - org.apache.directory.api.i18n.I18n
 
MSG_05147_INITIALIZE_GEQ_FILTER - org.apache.directory.api.i18n.I18n
 
MSG_05148_INITIALIZE_LEQ_FILTER - org.apache.directory.api.i18n.I18n
 
MSG_05149_INITIALIZE_NOT_FILTER - org.apache.directory.api.i18n.I18n
 
MSG_05150_INITIALIZE_OR_FILTER - org.apache.directory.api.i18n.I18n
 
MSG_05151_INITIALIZE_PRESENT_FILTER - org.apache.directory.api.i18n.I18n
 
MSG_05152_INITIALIZE_SUBSTRING_FILTER - org.apache.directory.api.i18n.I18n
 
MSG_05153_STORED_ANY_SUBSTRING - org.apache.directory.api.i18n.I18n
 
MSG_05154_STORED_FINAL_SUBSTRING - org.apache.directory.api.i18n.I18n
 
MSG_05155_DN_ATTRIBUTES - org.apache.directory.api.i18n.I18n
 
MSG_05156_STORED_MATCH_VALUE - org.apache.directory.api.i18n.I18n
 
MSG_05157_SEARCH_REQUEST - org.apache.directory.api.i18n.I18n
 
MSG_05158_INITIALIZE_ATT_DESC_LIST - org.apache.directory.api.i18n.I18n
 
MSG_05159_DECODED_ATT_DESC - org.apache.directory.api.i18n.I18n
 
MSG_05160_SEARCHING_WITH_ROOT_DN - org.apache.directory.api.i18n.I18n
 
MSG_05161_HANDLING_OBJECT_STRATEGY - org.apache.directory.api.i18n.I18n
 
MSG_05162_SEARCHING_WITH_SCOPE - org.apache.directory.api.i18n.I18n
 
MSG_05163_SIZE_LIMIT_SET_TO - org.apache.directory.api.i18n.I18n
 
MSG_05164_TIME_LIMIT_SET_TO - org.apache.directory.api.i18n.I18n
 
MSG_05165_SEARCH_RETURN_TYPE_ONLY - org.apache.directory.api.i18n.I18n
 
MSG_05166_STORED_TYPE_MATCHING_RULE - org.apache.directory.api.i18n.I18n
 
MSG_05167_ADD_RESPONSE - org.apache.directory.api.i18n.I18n
 
MSG_05168_SASL_CREDENTIALS_VALUE_STORED - org.apache.directory.api.i18n.I18n
 
MSG_05169_COMPARE_RESPONSE - org.apache.directory.api.i18n.I18n
 
MSG_05170_DEL_RESPONSE - org.apache.directory.api.i18n.I18n
 
MSG_05171_EXTENDED_RESPONSE - org.apache.directory.api.i18n.I18n
 
MSG_05172_OID_READ - org.apache.directory.api.i18n.I18n
 
MSG_05173_EXTENDED_VALUE - org.apache.directory.api.i18n.I18n
 
MSG_05174_INTERMEDIATE_RESPONSE - org.apache.directory.api.i18n.I18n
 
MSG_05175_VALUE_READ - org.apache.directory.api.i18n.I18n
 
MSG_05176_MODIFY_RESPONSE - org.apache.directory.api.i18n.I18n
 
MSG_05177_MODIFY_DN_RESPONSE - org.apache.directory.api.i18n.I18n
 
MSG_05178_SEARCH_RESULT_DONE - org.apache.directory.api.i18n.I18n
 
MSG_05179_ATTRIBUTE_TYPE - org.apache.directory.api.i18n.I18n
 
MSG_05180_NULL_ATTRIBUTE_VALUE - org.apache.directory.api.i18n.I18n
 
MSG_05181_ATTRIBUTE_VALUE - org.apache.directory.api.i18n.I18n
 
MSG_05182_SEARCH_RESULT_ENTRY_DN - org.apache.directory.api.i18n.I18n
 
MSG_05183_SEARCH_RESULT_REFERENCE_RESPONSE - org.apache.directory.api.i18n.I18n
 
MSG_05184_SEARCH_REFERENCE_URL - org.apache.directory.api.i18n.I18n
 
MSG_05185_MODIFY_REQUEST - org.apache.directory.api.i18n.I18n
 
MSG_05300_CHANGE_TYPE - org.apache.directory.api.i18n.I18n
 
MSG_05301_PREVIOUS_DN - org.apache.directory.api.i18n.I18n
 
MSG_05302_CHANGE_NUMBER - org.apache.directory.api.i18n.I18n
 
MSG_05303_SIZE - org.apache.directory.api.i18n.I18n
 
MSG_05304_CHANGE_TYPES - org.apache.directory.api.i18n.I18n
 
MSG_05305_CHANGES_ONLY - org.apache.directory.api.i18n.I18n
 
MSG_05306_RETURN_ECS - org.apache.directory.api.i18n.I18n
 
MSG_05307_ATTRIBUTE_TYPE_DESC - org.apache.directory.api.i18n.I18n
 
MSG_05308_REVERSE_ORDER - org.apache.directory.api.i18n.I18n
 
MSG_05309_MATCHING_RULE_OID - org.apache.directory.api.i18n.I18n
 
MSG_05310_ATTRIBUTE_TYPE - org.apache.directory.api.i18n.I18n
 
MSG_06000_REGISTERED_CONTROL_FACTORY - org.apache.directory.api.i18n.I18n
 
MSG_06001_REGISTERED_EXTENDED_OP_FACTORY - org.apache.directory.api.i18n.I18n
 
MSG_06002_REGISTERED_INTERMEDIATE_FACTORY - org.apache.directory.api.i18n.I18n
 
MSG_06003_CONTROL_FACTORY_ALREADY_LOADED - org.apache.directory.api.i18n.I18n
 
MSG_06004_REGISTERED_CONTROL_FACTORY - org.apache.directory.api.i18n.I18n
 
MSG_06005_EXTENDED_OP_FACTORY_ALREADY_LOADED - org.apache.directory.api.i18n.I18n
 
MSG_06006_INTERMEDIATE_FACTORY_ALREADY_LOADED - org.apache.directory.api.i18n.I18n
 
MSG_06007_REGISTRED_INTERMEDIATE_RESP_FACTORY - org.apache.directory.api.i18n.I18n
 
MSG_07000_ATTRIBUTE_TYPE_AND_VALUE_FROM_SET - org.apache.directory.api.i18n.I18n
 
MSG_07001_FILTER_SET_PARSED - org.apache.directory.api.i18n.I18n
 
MSG_07002_DN_PARSED - org.apache.directory.api.i18n.I18n
 
MSG_07003_OID_PARSED - org.apache.directory.api.i18n.I18n
 
MSG_07009_FILTER_PARSER_FAILED - org.apache.directory.api.i18n.I18n
 
MSG_07010_DUPLICATED_GRANT_AND_DENIAL - org.apache.directory.api.i18n.I18n
 
MSG_07011_DUPLICATED_USER_CLASSES - org.apache.directory.api.i18n.I18n
 
MSG_08000_COOKIE - org.apache.directory.api.i18n.I18n
 
MSG_08001_REFRESH_DELETES - org.apache.directory.api.i18n.I18n
 
MSG_08100_MODE - org.apache.directory.api.i18n.I18n
 
MSG_08101_FLAGS - org.apache.directory.api.i18n.I18n
 
MSG_08102_MAX_RETURN_LENGTH - org.apache.directory.api.i18n.I18n
 
MSG_08103_PP_RESPONSE_CONTROL_CONTAINER_INITIALIZED - org.apache.directory.api.i18n.I18n
 
MSG_08104_RELOAD_HINT - org.apache.directory.api.i18n.I18n
 
MSG_08105_SYNC_STATE_TYPE - org.apache.directory.api.i18n.I18n
 
MSG_08106_ENTRY_UUID - org.apache.directory.api.i18n.I18n
 
MSG_08107_VLV_REQUEST_CONTAINER_INITIALIZED - org.apache.directory.api.i18n.I18n
 
MSG_08108_PARENTS_FIRST - org.apache.directory.api.i18n.I18n
 
MSG_08109_MAX_ATTRIBUTE_COUNT - org.apache.directory.api.i18n.I18n
 
MSG_08200_CANCEL_ID - org.apache.directory.api.i18n.I18n
 
MSG_08201_CONTROL_OID - org.apache.directory.api.i18n.I18n
 
MSG_08202_CONTROL_CRITICALITY - org.apache.directory.api.i18n.I18n
 
MSG_08203_CONTROL_VALUE - org.apache.directory.api.i18n.I18n
 
MSG_08204_DELAY - org.apache.directory.api.i18n.I18n
 
MSG_08205_GEN_PASSWORD - org.apache.directory.api.i18n.I18n
 
MSG_08206_IDENTIFIER - org.apache.directory.api.i18n.I18n
 
MSG_08207_ISSUER_DN - org.apache.directory.api.i18n.I18n
 
MSG_08208_NEW_PASSWORD - org.apache.directory.api.i18n.I18n
 
MSG_08209_OLD_PASSWORD - org.apache.directory.api.i18n.I18n
 
MSG_08210_PARAMETER_TYPE_FOUND - org.apache.directory.api.i18n.I18n
 
MSG_08211_PARAMETER_VALUE_FOUND - org.apache.directory.api.i18n.I18n
 
MSG_08212_PROCEDURE_FOUND - org.apache.directory.api.i18n.I18n
 
MSG_08213_SP_LANGUAGE_FOUND - org.apache.directory.api.i18n.I18n
 
MSG_08214_STORES_A_REFERRAL - org.apache.directory.api.i18n.I18n
 
MSG_08215_TARGET_DN - org.apache.directory.api.i18n.I18n
 
MSG_08216_TIME_OFFLINE - org.apache.directory.api.i18n.I18n
 
MSG_08217_USER_IDENTITY - org.apache.directory.api.i18n.I18n
 
MSG_08218_KEY_ALGORITHM - org.apache.directory.api.i18n.I18n
 
MSG_08219_SUBJECT_DN - org.apache.directory.api.i18n.I18n
 
MSG_08300_NEW_COOKIE - org.apache.directory.api.i18n.I18n
 
MSG_08301_REFRESH_DONE - org.apache.directory.api.i18n.I18n
 
MSG_08302_UUID - org.apache.directory.api.i18n.I18n
 
MSG_13100_CLOSING_EMPTY_CURSOR - org.apache.directory.api.i18n.I18n
 
MSG_13101_CLOSING_LIST_CURSOR - org.apache.directory.api.i18n.I18n
 
MSG_13102_CLOSING_SET_CURSOR - org.apache.directory.api.i18n.I18n
 
MSG_13102_CLOSING_SINGLETON_CURSOR - org.apache.directory.api.i18n.I18n
 
MSG_13103_CREATING_EMPTY_CURSOR - org.apache.directory.api.i18n.I18n
 
MSG_13104_CREATING_LIST_CURSOR - org.apache.directory.api.i18n.I18n
 
MSG_13105_CREATING_SET_CURSOR - org.apache.directory.api.i18n.I18n
 
MSG_13106_CREATING_SINGLE_CURSOR - org.apache.directory.api.i18n.I18n
 
MSG_13200_CANT_STORE_ATTRIBUTE - org.apache.directory.api.i18n.I18n
 
MSG_13201_DN_CANT_BE_NORMALIZED - org.apache.directory.api.i18n.I18n
 
MSG_13202_AT_IS_NULL - org.apache.directory.api.i18n.I18n
 
MSG_13203_MISSING_ATTRIBUTE_IN_ENTRY - org.apache.directory.api.i18n.I18n
 
MSG_13400_LDIF_VERSION - org.apache.directory.api.i18n.I18n
 
MSG_13401_PARSED_NO_ENTRY - org.apache.directory.api.i18n.I18n
 
MSG_13402_PARSED_ONE_ENTRY - org.apache.directory.api.i18n.I18n
 
MSG_13403_PARSED_N_ENTRIES - org.apache.directory.api.i18n.I18n
 
MSG_13404_READ_MODIF - org.apache.directory.api.i18n.I18n
 
MSG_13405_READ_ATTR - org.apache.directory.api.i18n.I18n
 
MSG_13406_READ_ENTRY - org.apache.directory.api.i18n.I18n
 
MSG_13407_STARTS_PARSING_LDIF - org.apache.directory.api.i18n.I18n
 
MSG_13408_END_OF_LDIF - org.apache.directory.api.i18n.I18n
 
MSG_13409_HAS_NEXT_FALSE - org.apache.directory.api.i18n.I18n
 
MSG_13410_HAS_NEXT_TRUE - org.apache.directory.api.i18n.I18n
 
MSG_13411_NEXT_CALLED - org.apache.directory.api.i18n.I18n
 
MSG_13412_NEXT_RETURNING_LDIF - org.apache.directory.api.i18n.I18n
 
MSG_13413_NO_VERSION_ASSUMING_1 - org.apache.directory.api.i18n.I18n
 
MSG_13414_LDIF_FILE_EMPTY - org.apache.directory.api.i18n.I18n
 
MSG_13500_ATTRIBUTE_NOT_IN_SCHEMA - org.apache.directory.api.i18n.I18n
 
MSG_13700_FAILED_TO_NORMALIZE - org.apache.directory.api.i18n.I18n
 
MSG_13701_SYNTAX_VALID - org.apache.directory.api.i18n.I18n
 
MSG_13702_REMOVED_FROM_REGISTRY - org.apache.directory.api.i18n.I18n
 
MSG_13703_AT_WITHOUT_EQ_MR - org.apache.directory.api.i18n.I18n
 
MSG_13704_CANT_FIND_AT_WITH_SUPERIOR - org.apache.directory.api.i18n.I18n
 
MSG_13705_CANT_FIND_AT_IN_MAY - org.apache.directory.api.i18n.I18n
 
MSG_13706_CANT_FIND_AT_IN_MUST - org.apache.directory.api.i18n.I18n
 
MSG_13707_CANT_FIND_AT_FOR_MR - org.apache.directory.api.i18n.I18n
 
MSG_13708_CANT_FIND_MR_FOR_AT - org.apache.directory.api.i18n.I18n
 
MSG_13709_CANT_FIND_NORM_FOR_MR - org.apache.directory.api.i18n.I18n
 
MSG_13710_CANT_FIND_OC_WITH_SUPERIOR - org.apache.directory.api.i18n.I18n
 
MSG_13711_CANT_FIND_SYN_FOR_AT - org.apache.directory.api.i18n.I18n
 
MSG_13712_CANT_FIND_SYN_FOR_MR - org.apache.directory.api.i18n.I18n
 
MSG_13713_CANT_FIND_SC_FOR_SYN - org.apache.directory.api.i18n.I18n
 
MSG_13714_CHECKING_ATTRIBUTE_TYPES - org.apache.directory.api.i18n.I18n
 
MSG_13715_CHECKING_MATCHING_RULES - org.apache.directory.api.i18n.I18n
 
MSG_13716_CHECKING_OBJECT_CLASSES - org.apache.directory.api.i18n.I18n
 
MSG_13717_CHECKING_SYNTAXES - org.apache.directory.api.i18n.I18n
 
MSG_13718_PARSING_A - org.apache.directory.api.i18n.I18n
 
MSG_13719_REGISTRING_FAILED_ALREADY_PRESENT - org.apache.directory.api.i18n.I18n
 
MSG_13720_REGISTRING - org.apache.directory.api.i18n.I18n
 
MSG_13721_REMOVED_WITH_RULE_ID - org.apache.directory.api.i18n.I18n
 
MSG_13722_RENAMED_SCHEMA_NAME_TO - org.apache.directory.api.i18n.I18n
 
MSG_13723_FOUND_WITH_OID - org.apache.directory.api.i18n.I18n
 
MSG_13724_FOUND_WITH_RULE_ID - org.apache.directory.api.i18n.I18n
 
MSG_13725_AT_WITH_NO_SYNTAX - org.apache.directory.api.i18n.I18n
 
MSG_13726_MR_WITH_NO_COMPARATOR - org.apache.directory.api.i18n.I18n
 
MSG_13727_MR_WITH_NO_NORMALIZER - org.apache.directory.api.i18n.I18n
 
MSG_13728_MR_WITH_NO_SYNTAX - org.apache.directory.api.i18n.I18n
 
MSG_13729_SYN_WITH_NO_SYNTAX_CHECKER - org.apache.directory.api.i18n.I18n
 
MSG_13730_SYN_DOES_NOT_REFERENCE - org.apache.directory.api.i18n.I18n
 
MSG_13731_REGISTRED_FOR_OID - org.apache.directory.api.i18n.I18n
 
MSG_13732_NOT_REFERENCE_ANY - org.apache.directory.api.i18n.I18n
 
MSG_13733_NOT_REFERENCED_BY_ANY - org.apache.directory.api.i18n.I18n
 
MSG_13734_NOT_REFERENCED - org.apache.directory.api.i18n.I18n
 
MSG_13735_REFERENCED - org.apache.directory.api.i18n.I18n
 
MSG_13736_UNREGISTERED_SCHEMA_OBJECT - org.apache.directory.api.i18n.I18n
 
MSG_13737_UNREGISTERED_FOR_OID - org.apache.directory.api.i18n.I18n
 
MSG_13738_UNREGISTERED - org.apache.directory.api.i18n.I18n
 
MSG_13739_UNREGISTERED_FAILED_NOT_PRESENT - org.apache.directory.api.i18n.I18n
 
MSG_13740_UNREGISTERED_FAILED_NOT_FOUND - org.apache.directory.api.i18n.I18n
 
MSG_13741_UNREGISTRING - org.apache.directory.api.i18n.I18n
 
MSG_13742_REGISTERED_SCHEMA_OBJECT - org.apache.directory.api.i18n.I18n
 
MSG_13743_COMPARING_BITSTRING - org.apache.directory.api.i18n.I18n
 
MSG_13744_COMPARING_CSN_SID - org.apache.directory.api.i18n.I18n
 
MSG_13745_COMPARING_CSN - org.apache.directory.api.i18n.I18n
 
MSG_13746_COMPARING_INTEGER - org.apache.directory.api.i18n.I18n
 
MSG_13747_COMPARING_OBJECT_IDENTIFIER - org.apache.directory.api.i18n.I18n
 
MSG_13748_COMPARING_OBJECT_IDENTIFIER_FIRST_COMPONENT - org.apache.directory.api.i18n.I18n
 
MSG_13749_COMPARING_STRING - org.apache.directory.api.i18n.I18n
 
MSG_13750_COMPARING_TELEPHONE_NUMBER - org.apache.directory.api.i18n.I18n
 
MSG_13751_COMPARING_UUID - org.apache.directory.api.i18n.I18n
 
MSG_13752_COMPARING_BOOLEAN - org.apache.directory.api.i18n.I18n
 
MSG_13753_COMPARING_GENERALIZED_TIME_ORDERING - org.apache.directory.api.i18n.I18n
 
MSG_13754_COMPARING_NUMERIC_STRING_ORDERING - org.apache.directory.api.i18n.I18n
 
MSG_13755_COMPARING_OBJECTS - org.apache.directory.api.i18n.I18n
 
MSG_13756_LOOKED_UP_NAME - org.apache.directory.api.i18n.I18n
 
MSG_14000_DECODING_PDU - org.apache.directory.api.i18n.I18n
 
MSG_14001_NULL_BUFFER - org.apache.directory.api.i18n.I18n
 
MSG_14002_DECODED_LDAP_MESSAGE - org.apache.directory.api.i18n.I18n
 
MSG_14003_ENCODED_LDAP_MESSAGE - org.apache.directory.api.i18n.I18n
 
MSG_15000_NO_SCHEMA_DEFINED - org.apache.directory.api.i18n.I18n
 
MSG_15001_GENERATING_SCHEMA - org.apache.directory.api.i18n.I18n
 
MSG_16000_BASE_PATH - org.apache.directory.api.i18n.I18n
 
MSG_16001_CREATING_DIR - org.apache.directory.api.i18n.I18n
 
MSG_16002_DIR_EXISTS - org.apache.directory.api.i18n.I18n
 
MSG_16003_COPYFILE - org.apache.directory.api.i18n.I18n
 
MSG_16004_SCHEMA_DIR_ABSENT - org.apache.directory.api.i18n.I18n
 
MSG_16005_SCHEMA_DIR_PRESENT - org.apache.directory.api.i18n.I18n
 
MSG_16006_INITIALIZING_SCHEMA - org.apache.directory.api.i18n.I18n
 
MSG_16007_SCHEMA_INITIALIZED - org.apache.directory.api.i18n.I18n
 
MSG_16008_LOADING_FROM_USER_SCHEMA - org.apache.directory.api.i18n.I18n
 
MSG_16009_ELEMENT_DOES_NOT_EXIST - org.apache.directory.api.i18n.I18n
 
MSG_16010_USING_BASE_SCHEMA_DIR - org.apache.directory.api.i18n.I18n
 
MSG_16011_SCHEMA_XSCHEMA_DIFF - org.apache.directory.api.i18n.I18n
 
MSG_16012_URL_SCHEMA_ALL_LDIF - org.apache.directory.api.i18n.I18n
 
MSG_16013_SCHEMA_IS_NULL - org.apache.directory.api.i18n.I18n
 
MSG_16014_LOADING_DISABLED_SCHEMA - org.apache.directory.api.i18n.I18n
 
MSG_16015_LOADING_ENABLED_SCHEMA - org.apache.directory.api.i18n.I18n
 
MSG_16016_UNLOADING_SCHEMA - org.apache.directory.api.i18n.I18n
 
MSG_16017_UNACCEPTED_DISABLED_SCHEMA - org.apache.directory.api.i18n.I18n
 
MSG_16018_SCHEMA_ALREADY_LOADED - org.apache.directory.api.i18n.I18n
 
MSG_16019_ENABLED_SCHEMA_ADDED - org.apache.directory.api.i18n.I18n
 
MSG_16020_CANNOT_LOAD_SCHEMAOBJECT - org.apache.directory.api.i18n.I18n
 
MSG_16021_ADDED_INTO_DISABLED_SCHEMA - org.apache.directory.api.i18n.I18n
 
MSG_16022_REMOVED_FROM_ENABLED_SCHEMA - org.apache.directory.api.i18n.I18n
 
MSG_16023_CANNOT_DELETE_SCHEMAOBJECT - org.apache.directory.api.i18n.I18n
 
MSG_16024_REMOVED_FROM_DISABLED_SCHEMA - org.apache.directory.api.i18n.I18n
 
MSG_17000_NO_EXPORT_FOUND - org.apache.directory.api.i18n.I18n
 
MSG_17001_PROCESSING_EXPORTS - org.apache.directory.api.i18n.I18n
 
MSG_17002_ADDED_PACKAGE - org.apache.directory.api.i18n.I18n
 
MSG_17003_ACCEPTED_CANDIDATE_WITH_FILTER - org.apache.directory.api.i18n.I18n
 
MSG_17004_ACCEPTED_CANDIDATE_NO_FILTER - org.apache.directory.api.i18n.I18n
 
MSG_17005_REJECTING_CANDIDATE - org.apache.directory.api.i18n.I18n
 
MSG_17006_COMPARING_OBJECTSTRING - org.apache.directory.api.i18n.I18n
 
MSG_17007_SYNTAX_VALID - org.apache.directory.api.i18n.I18n
 
MSG_17008_SYNTAX_INVALID - org.apache.directory.api.i18n.I18n
 
MSG_17009_NO_EXACT_MATCH - org.apache.directory.api.i18n.I18n
 
MSG_3000_FAILED_TO_CREATE_XSLT_TRANSFORMER - org.apache.directory.api.i18n.I18n
 
MSG_5200_DECODED_LDAP_MESSAGE - org.apache.directory.api.i18n.I18n
 
MSH_04178_CLOSE_LATCH_ABORTED - org.apache.directory.api.i18n.I18n
 
mSP(boolean) - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemCheckerLexer
 
mSP(boolean) - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemLexer
 
mSP(boolean) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
 
mSP(boolean) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationLexer
 
mSP(boolean) - Method in class org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationLexer
 
mSPACE(boolean) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
 
mSYNTAX(boolean) - Method in class org.apache.directory.api.ldap.schema.converter.antlrSchemaConverterLexer
 
MultiException - Exception in org.apache.directory.api.util.exception
This exception is thrown when Base class for nested exceptions.
MultiException() - Constructor for exception org.apache.directory.api.util.exception.MultiException
Constructs an Exception without a message.
MultiException(String) - Constructor for exception org.apache.directory.api.util.exception.MultiException
Constructs an Exception with a detailed message.
MultipleResponseFuture<R extends Response> - Class in org.apache.directory.ldap.client.api.future
A Future implementation used in LdapConnection operations.
MultipleResponseFuture(LdapConnection, int) - Constructor for class org.apache.directory.ldap.client.api.future.MultipleResponseFuture
Creates a new instance of ResponseFuture.
mUNDERSCORE(boolean) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
 
must(ObjectClassHolder) - Method in class org.apache.directory.api.ldap.schema.converter.antlrSchemaConverterParser
 
MUST_SUPPLY_OLD_PASSWORD - org.apache.directory.api.ldap.extras.controls.ppolicy.PasswordPolicyErrorEnum
The ld password must be supplied
mUTF8String(boolean) - Method in class org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationLexer
 
mUTFMB(boolean) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
 
mWS(boolean) - Method in class org.apache.directory.api.ldap.schema.converter.antlrSchemaConverterLexer
 
MX_RECORD_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
MX_RECORD_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 

N

name() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
name() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
Name(Set<String>) - Constructor for class org.apache.directory.api.ldap.aci.UserClass.Name
Creates a new instance.
NAME - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
NAME_ALREADY_REGISTERED - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
Characterizing a SO with a name being already registered
NAME_AND_OPTIONAL_UID_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NAME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NAME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NAME_FORM - org.apache.directory.api.ldap.model.schema.SchemaObjectType
A NameForm
NAME_FORM - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NAME_FORM_DESCRIPTION_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NAME_FORMS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NAME_FORMS_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NAME_FORMS_PATH - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NAME_OR_NUMERIC_ID_MATCH - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NAME_OR_NUMERIC_ID_MATCH_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NAME_OR_NUMERIC_ID_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NAME_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
NameAndOptionalUIDSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a valid Name and Optional UID.
NameAndOptionalUIDSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
NameComponentNormalizer - Interface in org.apache.directory.api.ldap.model.schema.normalizers
Normalizers of ldap name component attributes and their values.
NameForm - Class in org.apache.directory.api.ldap.model.schema
A nameForm description.
NameForm(String) - Constructor for class org.apache.directory.api.ldap.model.schema.NameForm
Creates a new instance of MatchingRule.
NameFormDescriptionSchemaParser - Class in org.apache.directory.api.ldap.model.schema.parsers
A parser for RFC 4512 name form descriptions
NameFormDescriptionSchemaParser() - Constructor for class org.apache.directory.api.ldap.model.schema.parsers.NameFormDescriptionSchemaParser
Creates a schema parser instance.
NameFormDescriptionSyntaxChecker - Class in org.apache.directory.api.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.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
NameFormHelper - Class in org.apache.directory.api.ldap.model.schema.registries.helper
An helper class used to store all the methods associated with an NameForm in relation with the Registries and SchemaManager.
NameFormRegistry - Interface in org.apache.directory.api.ldap.model.schema.registries
An NameForm registry service interface.
NameOrNumericIdNormalizer - Class in org.apache.directory.api.ldap.model.schema.normalizers
A name or numeric id normalizer.
NameOrNumericIdNormalizer() - Constructor for class org.apache.directory.api.ldap.model.schema.normalizers.NameOrNumericIdNormalizer
Creates a new instance of GeneralizedTimeNormalizer.
names(AttributeTypeHolder) - Method in class org.apache.directory.api.ldap.schema.converter.antlrSchemaConverterParser
 
NAMING_CONTEXTS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NAMING_CONTEXTS_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NAMING_VIOLATION - org.apache.directory.api.ldap.model.message.ResultCodeEnum
The attempted addition or modification would violate the structure rules of the DIT as defined in the directory schema and X.501.
needsBase64Encoding(Object) - Static method in class org.apache.directory.api.dsmlv2.ParserUtils
Indicates if the value needs to be encoded as Base64
Network - Class in org.apache.directory.api.util
Network utils.
NEVER_DEREF_ALIASES - org.apache.directory.api.ldap.model.message.AliasDerefMode
Alias handling mode value that treats aliases like entries
NEVER_DEREF_ALIASES - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
NEVER_DEREF_ALIASES - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
The DerefAlias constants
NEW_COOKIE - org.apache.directory.api.ldap.extras.intermediate.syncrepl.SynchronizationInfoEnum
A new cookie
NEW_COOKIE_STATE - org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl.SyncInfoValueStatesEnum
NewCookie state
NEW_COOKIE_TAG - org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl.SyncInfoValueTags
A new cookie
NEW_PASSWORD_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify.PasswordModifyRequestStatesEnum
the new password
NEW_PASSWORD_TAG - Static variable in class org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify.PasswordModifyRequestConstants
This is the TAG used for the userIdentity.
NEW_PILOT_PERSON_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NEW_RDN - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
NEW_RDN_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
NEW_SUPERIOR - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
NEW_SUPERIOR_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
newAddRequest(Entry) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Returns a new AddRequest for the entry.
newAddRequest(Entry) - Method in interface org.apache.directory.ldap.client.template.ModelFactory
Returns a new AddRequest for the entry.
newAttribute(String) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Returns a new Attribute for with the provided name and a null value.
newAttribute(String) - Method in interface org.apache.directory.ldap.client.template.ModelFactory
Returns a new Attribute for with the provided name and a null value.
newAttribute(String, byte[]...) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Returns a new Attribute for with the provided name and value(s).
newAttribute(String, byte[]...) - Method in interface org.apache.directory.ldap.client.template.ModelFactory
Returns a new Attribute for with the provided name and value(s).
newAttribute(String, String...) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Returns a new Attribute for with the provided name and value(s).
newAttribute(String, String...) - Method in interface org.apache.directory.ldap.client.template.ModelFactory
Returns a new Attribute for with the provided name and value(s).
newAttribute(String, Value...) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Returns a new Attribute for with the provided name and value(s).
newAttribute(String, Value...) - Method in interface org.apache.directory.ldap.client.template.ModelFactory
Returns a new Attribute for with the provided name and value(s).
newControl() - Method in interface org.apache.directory.api.ldap.codec.api.ControlFactory
Creates and returns a version of the Control.
newControl() - Method in class org.apache.directory.api.ldap.codec.controls.cascade.CascadeFactory
Creates and returns a version of the Control.
newControl() - Method in class org.apache.directory.api.ldap.codec.controls.manageDsaIT.ManageDsaITFactory
Creates and returns a version of the Control.
newControl() - Method in class org.apache.directory.api.ldap.codec.controls.OpaqueControlFactory
Creates and returns a version of the Control.
newControl() - Method in class org.apache.directory.api.ldap.codec.controls.proxiedauthz.ProxiedAuthzFactory
Creates and returns a version of the Control.
newControl() - Method in class org.apache.directory.api.ldap.codec.controls.search.entryChange.EntryChangeFactory
Creates and returns a version of the Control.
newControl() - Method in class org.apache.directory.api.ldap.codec.controls.search.pagedSearch.PagedResultsFactory
Creates and returns a version of the Control.
newControl() - Method in class org.apache.directory.api.ldap.codec.controls.search.persistentSearch.PersistentSearchFactory
Creates and returns a version of the Control.
newControl() - Method in class org.apache.directory.api.ldap.codec.controls.search.subentries.SubentriesFactory
Creates and returns a version of the Control.
newControl() - Method in class org.apache.directory.api.ldap.codec.controls.sort.SortRequestFactory
Creates and returns a version of the Control.
newControl() - Method in class org.apache.directory.api.ldap.codec.controls.sort.SortResponseFactory
Creates and returns a version of the Control.
newControl() - Method in class org.apache.directory.api.ldap.extras.controls.ad_impl.AdDirSyncRequestFactory
Creates and returns a version of the Control.
newControl() - Method in class org.apache.directory.api.ldap.extras.controls.ad_impl.AdDirSyncResponseFactory
Creates and returns a version of the Control.
newControl() - Method in class org.apache.directory.api.ldap.extras.controls.ad_impl.AdPolicyHintsFactory
Creates and returns a version of the Control.
newControl() - Method in class org.apache.directory.api.ldap.extras.controls.ad_impl.AdShowDeletedFactory
Creates and returns a version of the Control.
newControl() - Method in class org.apache.directory.api.ldap.extras.controls.ad_impl.TreeDeleteFactory
Creates and returns a version of the Control.
newControl() - Method in class org.apache.directory.api.ldap.extras.controls.changeNotifications_impl.ChangeNotificationsFactory
Creates and returns a version of the Control.
newControl() - Method in class org.apache.directory.api.ldap.extras.controls.passwordExpired_impl.PasswordExpiredResponseFactory
Creates and returns a version of the Control.
newControl() - Method in class org.apache.directory.api.ldap.extras.controls.permissiveModify_impl.PermissiveModifyFactory
Creates and returns a version of the Control.
newControl() - Method in class org.apache.directory.api.ldap.extras.controls.ppolicy_impl.PasswordPolicyRequestFactory
Creates and returns a version of the Control.
newControl() - Method in class org.apache.directory.api.ldap.extras.controls.ppolicy_impl.PasswordPolicyResponseFactory
Creates and returns a version of the Control.
newControl() - Method in class org.apache.directory.api.ldap.extras.controls.relax_impl.RelaxControlFactory
Creates and returns a version of the Control.
newControl() - Method in class org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncDoneValueFactory
Creates and returns a version of the Control.
newControl() - Method in class org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncRequestValueFactory
Creates and returns a version of the Control.
newControl() - Method in class org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncStateValueFactory
Creates and returns a version of the Control.
newControl() - Method in class org.apache.directory.api.ldap.extras.controls.transaction_impl.TransactionSpecificationFactory
Creates and returns a version of the Control.
newControl() - Method in class org.apache.directory.api.ldap.extras.controls.vlv_impl.VirtualListViewRequestFactory
Creates and returns a version of the Control.
newControl() - Method in class org.apache.directory.api.ldap.extras.controls.vlv_impl.VirtualListViewResponseFactory
Creates and returns a version of the Control.
newDeleteRequest(Dn) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Returns a new DeleteRequest for the dn.
newDeleteRequest(Dn) - Method in interface org.apache.directory.ldap.client.template.ModelFactory
Returns a new DeleteRequest for the dn.
newDn(String) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Returns a Dn that represents dn.
newDn(String) - Method in interface org.apache.directory.ldap.client.template.ModelFactory
Returns a Dn that represents dn.
newEntry(String) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Returns a Entry with the specified dn.
newEntry(String) - Method in interface org.apache.directory.ldap.client.template.ModelFactory
Returns a Entry with the specified dn.
newEntry(Dn) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Returns a Entry with the specified dn.
newEntry(Dn) - Method in interface org.apache.directory.ldap.client.template.ModelFactory
Returns a Entry with the specified dn.
newInstance() - Method in class org.apache.directory.api.ldap.model.csn.CsnFactory
Returns a new Csn.
newInstance(byte[]) - Static method in class org.apache.directory.ldap.client.template.MemoryClearingBuffer
Creates a new instance of MemoryClearingBuffer from a byte[].
newInstance(char[]) - Static method in class org.apache.directory.ldap.client.template.MemoryClearingBuffer
Creates a new instance of MemoryClearingBuffer from a char[].
newInstance(char[], boolean, boolean) - Static method in class org.apache.directory.ldap.client.template.MemoryClearingBuffer
Creates a new instance of MemoryClearingBuffer from a char[], optionally performing whitespace trimming and conversion to lower case.
newInstance(long, int) - Method in class org.apache.directory.api.ldap.model.csn.CsnFactory
Returns a new Csn created from the given values.
newLdapConnection() - Method in class org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory
Returns a newly created, configured, and authenticated connection.
newLdapConnection() - Method in interface org.apache.directory.ldap.client.api.LdapConnectionFactory
Returns a newly created, configured, and authenticated connection.
newModifyRequest(String) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Returns a new ModifyRequest for the dn.
newModifyRequest(String) - Method in interface org.apache.directory.ldap.client.template.ModelFactory
Returns a new ModifyRequest for the dn.
newModifyRequest(Dn) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Returns a new ModifyRequest for the dn.
newModifyRequest(Dn) - Method in interface org.apache.directory.ldap.client.template.ModelFactory
Returns a new ModifyRequest for the dn.
newPurgeCsn(long) - Method in class org.apache.directory.api.ldap.model.csn.CsnFactory
Generates a CSN used to purge data.
newRequest() - Method in interface org.apache.directory.api.ldap.codec.api.ExtendedOperationFactory
Returns a new ExtendedRequest with no value
newRequest() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.cancel.CancelFactory
Returns a new ExtendedRequest with no value
newRequest() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.certGeneration.CertGenerationFactory
Returns a new ExtendedRequest with no value
newRequest() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.EndTransactionFactory
Returns a new ExtendedRequest with no value
newRequest() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectFactory
Returns a new ExtendedRequest with no value
newRequest() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownFactory
Returns a new ExtendedRequest with no value
newRequest() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.nod.NoDFactory
 
newRequest() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify.PasswordModifyFactory
Returns a new ExtendedRequest with no value
newRequest() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.startTls.StartTlsFactory
Returns a new ExtendedRequest with no value
newRequest() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.startTransaction.StartTransactionFactory
Returns a new ExtendedRequest with no value
newRequest() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureFactory
Returns a new ExtendedRequest with no value
newRequest() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.whoAmI.WhoAmIFactory
Returns a new ExtendedRequest with no value
newRequest(byte[]) - Method in class org.apache.directory.api.ldap.codec.api.AbstractExtendedOperationFactory
Returns a new ExtendedRequest with the following encoded value.
newRequest(byte[]) - Method in interface org.apache.directory.api.ldap.codec.api.ExtendedOperationFactory
Returns a new ExtendedRequest with the following encoded value.
newRequest(byte[]) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.cancel.CancelFactory
Returns a new ExtendedRequest with the following encoded value.
newRequest(byte[]) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.certGeneration.CertGenerationFactory
Returns a new ExtendedRequest with the following encoded value.
newRequest(byte[]) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.EndTransactionFactory
Returns a new ExtendedRequest with the following encoded value.
newRequest(byte[]) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownFactory
Returns a new ExtendedRequest with the following encoded value.
newRequest(byte[]) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify.PasswordModifyFactory
Returns a new ExtendedRequest with the following encoded value.
newRequest(byte[]) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureFactory
Returns a new ExtendedRequest with the following encoded value.
newRequest(byte[]) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.whoAmI.WhoAmIFactory
Returns a new ExtendedRequest with the following encoded value.
newResponse() - Method in interface org.apache.directory.api.ldap.codec.api.ExtendedOperationFactory
Creates a new ExtendedResponse, for the ExtendedRequest with no value
newResponse() - Method in interface org.apache.directory.api.ldap.codec.api.IntermediateOperationFactory
Returns a new IntermediateResponse with no value.
newResponse() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.cancel.CancelFactory
Creates a new ExtendedResponse, for the ExtendedRequest with no value
newResponse() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.certGeneration.CertGenerationFactory
Creates a new ExtendedResponse, for the ExtendedRequest with no value
newResponse() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.EndTransactionFactory
Creates a new ExtendedResponse, for the ExtendedRequest with no value
newResponse() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectFactory
Creates a new ExtendedResponse, for the ExtendedRequest with no value
newResponse() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownFactory
Creates a new ExtendedResponse, for the ExtendedRequest with no value
newResponse() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.nod.NoDFactory
Creates a new ExtendedResponse, for the ExtendedRequest with no value
newResponse() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify.PasswordModifyFactory
Creates a new ExtendedResponse, for the ExtendedRequest with no value
newResponse() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.startTls.StartTlsFactory
Creates a new ExtendedResponse, for the ExtendedRequest with no value
newResponse() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.startTransaction.StartTransactionFactory
Creates a new ExtendedResponse, for the ExtendedRequest with no value
newResponse() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureFactory
Creates a new ExtendedResponse, for the ExtendedRequest with no value
newResponse() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.whoAmI.WhoAmIFactory
Creates a new ExtendedResponse, for the ExtendedRequest with no value
newResponse() - Method in class org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl.SyncInfoValueFactory
Returns a new IntermediateResponse with no value.
newResponse(byte[]) - Method in class org.apache.directory.api.ldap.codec.api.AbstractExtendedOperationFactory
Creates a new ExtendedResponse, for the ExtendedRequest with a specific encoded value.
newResponse(byte[]) - Method in interface org.apache.directory.api.ldap.codec.api.ExtendedOperationFactory
Creates a new ExtendedResponse, for the ExtendedRequest with a specific encoded value.
newResponse(byte[]) - Method in interface org.apache.directory.api.ldap.codec.api.IntermediateOperationFactory
Returns a new IntermediateResponse with the following encoded value.
newResponse(byte[]) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.EndTransactionFactory
Creates a new ExtendedResponse, for the ExtendedRequest with a specific encoded value.
newResponse(byte[]) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectFactory
Creates a new ExtendedResponse, for the ExtendedRequest with a specific encoded value.
newResponse(byte[]) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify.PasswordModifyFactory
Creates a new ExtendedResponse, for the ExtendedRequest with a specific encoded value.
newResponse(byte[]) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.startTransaction.StartTransactionFactory
Creates a new ExtendedResponse, for the ExtendedRequest with a specific encoded value.
newResponse(byte[]) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.whoAmI.WhoAmIFactory
Creates a new ExtendedResponse, for the ExtendedRequest with a specific encoded value.
newResponse(byte[]) - Method in class org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl.SyncInfoValueFactory
Returns a new IntermediateResponse with the following encoded value.
newSearchRequest(String, String, SearchScope) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Returns a new SearchRequest over baseDn in scope matching filter returning all normal attributes for each matching entry.
newSearchRequest(String, String, SearchScope) - Method in interface org.apache.directory.ldap.client.template.ModelFactory
Returns a new SearchRequest over baseDn in scope matching filter returning all normal attributes for each matching entry.
newSearchRequest(String, String, SearchScope, String...) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Returns a new SearchRequest over baseDn in scope matching filter returning attributes for each matching entry.
newSearchRequest(String, String, SearchScope, String...) - Method in interface org.apache.directory.ldap.client.template.ModelFactory
Returns a new SearchRequest over baseDn in scope matching filter returning attributes for each matching entry.
newSearchRequest(String, FilterBuilder, SearchScope) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Returns a new SearchRequest over baseDn in scope matching filter returning all normal attributes for each matching entry.
newSearchRequest(String, FilterBuilder, SearchScope) - Method in interface org.apache.directory.ldap.client.template.ModelFactory
Returns a new SearchRequest over baseDn in scope matching filter returning all normal attributes for each matching entry.
newSearchRequest(String, FilterBuilder, SearchScope, String...) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Returns a new SearchRequest over baseDn in scope matching filter returning attributes for each matching entry.
newSearchRequest(String, FilterBuilder, SearchScope, String...) - Method in interface org.apache.directory.ldap.client.template.ModelFactory
Returns a new SearchRequest over baseDn in scope matching filter returning attributes for each matching entry.
newSearchRequest(Dn, String, SearchScope) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Returns a new SearchRequest over baseDn in scope matching filter returning all normal attributes for each matching entry.
newSearchRequest(Dn, String, SearchScope) - Method in interface org.apache.directory.ldap.client.template.ModelFactory
Returns a new SearchRequest over baseDn in scope matching filter returning all normal attributes for each matching entry.
newSearchRequest(Dn, String, SearchScope, String...) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Returns a new SearchRequest over baseDn in scope matching filter returning attributes for each matching entry.
newSearchRequest(Dn, String, SearchScope, String...) - Method in interface org.apache.directory.ldap.client.template.ModelFactory
Returns a new SearchRequest over baseDn in scope matching filter returning attributes for each matching entry.
newSearchRequest(Dn, FilterBuilder, SearchScope) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Returns a new SearchRequest over baseDn in scope matching filter returning all normal attributes for each matching entry.
newSearchRequest(Dn, FilterBuilder, SearchScope) - Method in interface org.apache.directory.ldap.client.template.ModelFactory
Returns a new SearchRequest over baseDn in scope matching filter returning all normal attributes for each matching entry.
newSearchRequest(Dn, FilterBuilder, SearchScope, String...) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Returns a new SearchRequest over baseDn in scope matching filter returning attributes for each matching entry.
newSearchRequest(Dn, FilterBuilder, SearchScope, String...) - Method in interface org.apache.directory.ldap.client.template.ModelFactory
Returns a new SearchRequest over baseDn in scope matching filter returning attributes for each matching entry.
newUnboundLdapConnection() - Method in class org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory
Returns a newly created connection, that has not been bound (bind) that otherwise respects LdapConnectionConfig supplied to the constructor.
newUnboundLdapConnection() - Method in interface org.apache.directory.ldap.client.api.LdapConnectionFactory
Returns a newly created connection, that has not been bound (bind) that otherwise respects LdapConnectionConfig supplied to the constructor.
next() - Method in interface org.apache.directory.api.ldap.model.cursor.Cursor
Advances this Cursor to the next position.
next() - Method in class org.apache.directory.api.ldap.model.cursor.CursorIterator
next() - Method in class org.apache.directory.api.ldap.model.cursor.EmptyCursor
Advances this Cursor to the next position.
next() - Method in class org.apache.directory.api.ldap.model.cursor.ListCursor
Advances this Cursor to the next position.
next() - Method in class org.apache.directory.api.ldap.model.cursor.SetCursor
Advances this Cursor to the next position.
next() - Method in class org.apache.directory.api.ldap.model.cursor.SingletonCursor
Advances this Cursor to the next position.
next() - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
Gets the next LDIF on the channel.
next() - Method in class org.apache.directory.api.util.EmptyEnumeration
Always throws NoSuchElementException.
next() - Method in class org.apache.directory.api.util.SingletonEnumeration
 
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.
nextElement() - Method in class org.apache.directory.api.util.EmptyEnumeration
Always throws NoSuchElementException.
nextElement() - Method in class org.apache.directory.api.util.SingletonEnumeration
 
nextToken() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemCheckerLexer
 
nextToken() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemLexer
 
nextToken() - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
 
nextToken() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
 
nextToken() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationLexer
 
nextToken() - Method in class org.apache.directory.api.ldap.schema.converter.antlrSchemaConverterLexer
 
nextToken() - Method in class org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationLexer
 
NIS_MAP_ENTRY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NIS_MAP_ENTRY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NIS_MAP_NAME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NIS_MAP_NAME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NIS_MAP_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NIS_MAP_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NIS_NETGROUP_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NIS_NETGROUP_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NIS_NETGROUP_TRIPLE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NIS_NETGROUP_TRIPLE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NIS_NETGROUP_TRIPLE_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NIS_OBJECT_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NIS_OBJECT_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NisNetgroupTripleSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a NisNetGroupTriple according to RFC 2307 :
NisNetgroupTripleSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
NO_ATTRIBUTE - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NO_ATTRIBUTE_ARRAY - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NO_SUCH_ATTRIBUTE - org.apache.directory.api.ldap.model.message.ResultCodeEnum
This error may be returned if the attribute specified as an argument of the operation does not exist in the entry.
NO_SUCH_OBJECT - org.apache.directory.api.ldap.model.message.ResultCodeEnum
This error should only be returned if the target object cannot be found.
NO_SUCH_OPERATION - org.apache.directory.api.ldap.model.message.ResultCodeEnum
This error code is returned if the server has no knowledge of the operation requested for cancelation.
NO_VALID_CERTIFICATION_PATH - org.apache.directory.api.ldap.model.exception.LdapTlsHandshakeFailCause.LdapApiReason
 
NoDFactory - Class in org.apache.directory.api.ldap.extras.extended.ads_impl.nod
An ExtendedOperationFactory for creating NoticeOfDisconnect extended response pairs.
NoDFactory(LdapApiService) - Constructor for class org.apache.directory.api.ldap.extras.extended.ads_impl.nod.NoDFactory
Creates a new instance of NoDFactory.
NoDuplicateKeysMap - Class in org.apache.directory.api.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.api.util.NoDuplicateKeysMap
 
None - org.apache.directory.api.ldap.model.ldif.ChangeType
A place-holder when we have no changeType
NONE - org.apache.directory.api.ldap.model.constants.AuthenticationLevel
No authentication (anonymous access)
NONE_ORDINAL - Static variable in enum org.apache.directory.api.ldap.model.ldif.ChangeType
None ordinal value
NONEXISTENT_SCHEMA - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
Characterizing an SO with a nonexistent schema
NoOpNormalizer - Class in org.apache.directory.api.ldap.model.schema.normalizers
No op (pass through or do nothing) normalizer returning what its given.
NoOpNormalizer() - Constructor for class org.apache.directory.api.ldap.model.schema.normalizers.NoOpNormalizer
Default constructor for NoOpNormalizer used when we must set the OID after instantiating the Normalizer.
NoOpNormalizer(String) - Constructor for class org.apache.directory.api.ldap.model.schema.normalizers.NoOpNormalizer
Creates a new instance of NoOpNormalizer.
normalize(byte[]) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.NoOpNormalizer
Returns the value argument as-is without alterations all the time.
normalize(String) - Method in class org.apache.directory.api.ldap.model.schema.Normalizer
Gets the normalized value of AssertionValues.
normalize(String) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.BooleanNormalizer
Gets the normalized value of AssertionValues.
normalize(String) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.DeepTrimNormalizer
Gets the normalized value of AssertionValues.
normalize(String) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.DeepTrimToLowerNormalizer
Gets the normalized value of AssertionValues.
normalize(String) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.DnNormalizer
Gets the normalized value of AssertionValues.
normalize(String) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.GeneralizedTimeNormalizer
Gets the normalized value of AssertionValues.
normalize(String) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.NameOrNumericIdNormalizer
Gets the normalized value of AssertionValues.
normalize(String) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.NoOpNormalizer
Returns the value argument as-is without alterations all the time.
normalize(String) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.NumericNormalizer
Gets the normalized value of AssertionValues.
normalize(String) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.ObjectIdentifierNormalizer
Gets the normalized value of AssertionValues.
normalize(String) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.RegexNormalizer
Gets the normalized value of AssertionValues.
normalize(String) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.TelephoneNumberNormalizer
Gets the normalized value of AssertionValues.
normalize(String) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.UniqueMemberNormalizer
Gets the normalized value of AssertionValues.
normalize(String) - Static method in class org.apache.directory.api.ldap.model.schema.PrepareString
Normalize a String
normalize(String, PrepareString.AssertionType) - Method in class org.apache.directory.api.ldap.model.schema.Normalizer
Gets the normalized value of a substring assertion.
normalize(String, PrepareString.AssertionType) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.BooleanNormalizer
Gets the normalized value of a substring assertion.
normalize(String, PrepareString.AssertionType) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.DeepTrimNormalizer
Gets the normalized value of a substring assertion.
normalize(String, PrepareString.AssertionType) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.DeepTrimToLowerNormalizer
Gets the normalized value of a substring assertion.
normalize(String, PrepareString.AssertionType) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.DnNormalizer
Gets the normalized value of a substring assertion.
normalize(String, PrepareString.AssertionType) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.GeneralizedTimeNormalizer
Gets the normalized value of a substring assertion.
normalize(String, PrepareString.AssertionType) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.NameOrNumericIdNormalizer
Gets the normalized value of a substring assertion.
normalize(String, PrepareString.AssertionType) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.NoOpNormalizer
Gets the normalized value of a substring assertion.
normalize(String, PrepareString.AssertionType) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.NumericNormalizer
Gets the normalized value of a substring assertion.
normalize(String, PrepareString.AssertionType) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.ObjectIdentifierNormalizer
Gets the normalized value of a substring assertion.
normalize(String, PrepareString.AssertionType) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.RegexNormalizer
Gets the normalized value of a substring assertion.
normalize(String, PrepareString.AssertionType) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.TelephoneNumberNormalizer
Gets the normalized value of a substring assertion.
normalize(String, PrepareString.AssertionType) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.UniqueMemberNormalizer
Gets the normalized value of a substring assertion.
normalize(String, PrepareString.AssertionType) - Method in interface org.apache.directory.api.ldap.model.schema.PreparedNormalizer
Gets the normalized value.
normalize(Value) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.NumericNormalizer
Normalize a Value
normalize(Dn) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.DnNormalizer
Normalize a Dn
normalize(SchemaManager) - Method in class org.apache.directory.api.ldap.model.message.SearchParams
Normalize the ReturningAttributes.
normalizeByName(String, byte[]) - Method in class org.apache.directory.api.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 interface org.apache.directory.api.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, String) - Method in class org.apache.directory.api.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.api.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(AttributeType, String) - Method in class org.apache.directory.api.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(AttributeType, String) - Method in interface org.apache.directory.api.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, byte[]) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.ConcreteNameComponentNormalizer
Normalizes an attribute's value given the OID of the attribute.
normalizeByOid(String, byte[]) - Method in interface org.apache.directory.api.ldap.model.schema.normalizers.NameComponentNormalizer
Normalizes an attribute's value given the OID of the attribute.
normalizeByOid(String, String) - Method in class org.apache.directory.api.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.api.ldap.model.schema.normalizers.NameComponentNormalizer
Normalizes an attribute's value given the OID of the attribute.
normalizeName(String) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.ConcreteNameComponentNormalizer
Normalizes the attribute name/alias to use the OID for it instead.
normalizeName(String) - Method in interface org.apache.directory.api.ldap.model.schema.normalizers.NameComponentNormalizer
Normalizes the attribute name/alias to use the OID for it instead.
Normalizer - Class in org.apache.directory.api.ldap.model.schema
Converts attribute values to a canonical form.
NORMALIZER - org.apache.directory.api.ldap.model.schema.SchemaObjectType
A Normalizer
NORMALIZER - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NORMALIZER_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NORMALIZER_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NORMALIZER_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NormalizerDescription - Class in org.apache.directory.api.ldap.model.schema.parsers
An ApacheDS specific schema description for a Normalizer.
NormalizerDescription(String) - Constructor for class org.apache.directory.api.ldap.model.schema.parsers.NormalizerDescription
Default constructor for a NormalizerDecription
NormalizerDescriptionSchemaParser - Class in org.apache.directory.api.ldap.model.schema.parsers
A parser for ApacheDS normalizer descriptions.
NormalizerDescriptionSchemaParser() - Constructor for class org.apache.directory.api.ldap.model.schema.parsers.NormalizerDescriptionSchemaParser
Creates a schema parser instance.
NormalizerMappingResolver<E extends Normalizer> - Interface in org.apache.directory.api.ldap.model.schema
A class is used to resolve the normalizer mapping hash used for normalization.
NormalizerRegistry - Interface in org.apache.directory.api.ldap.model.schema.registries
Normalizer registry service class.
NORMALIZERS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NORMALIZERS_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NORMALIZERS_PATH - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NormalizerSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker for the Normalizer schema element
NormalizerSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
NormalizingComparator - Class in org.apache.directory.api.ldap.model.schema.comparators
A comparator which normalizes a value first before using a subordinate comparator to compare them.
NormalizingComparator(String) - Constructor for class org.apache.directory.api.ldap.model.schema.comparators.NormalizingComparator
The NormalizingComparator constructor.
NormalizingComparator(String, Normalizer, LdapComparator<String>) - Constructor for class org.apache.directory.api.ldap.model.schema.comparators.NormalizingComparator
A comparator which normalizes a value first before comparing them.
NOSUCHATTRIBUTE - org.apache.directory.api.ldap.model.message.controls.SortResultCode
 
not() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
not() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
not() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
not() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
not(FilterBuilder) - Static method in class org.apache.directory.ldap.client.api.search.FilterBuilder
Returns a new FilterBuilder for negating another filter.
NOT - org.apache.directory.api.ldap.model.filter.AssertionType
NOT operator constant
NOT - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
NOT_ALLOWED_ON_NON_LEAF - org.apache.directory.api.ldap.model.message.ResultCodeEnum
This error should be returned if the client attempts to perform an operation which is permitted only on leaf entries - e.g., if the client attempts to delete a non-leaf entry.
NOT_ALLOWED_ON_RDN - org.apache.directory.api.ldap.model.message.ResultCodeEnum
The attempted operation would affect the Rdn (e.g., removal of an attribute which is a part of the Rdn) [X511, Section 12.9].
NOT_ATTEMPTED - org.apache.directory.api.dsmlv2.response.ErrorResponse.ErrorResponseType
Not attempted error response type.
NOT_EQUAL - Static variable in class org.apache.directory.api.ldap.model.name.Dn
Value returned by the compareTo method if values are not equals
NOT_EQUAL - Static variable in class org.apache.directory.api.util.StringConstants
A flag used when comparing values
NOT_FILTER_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
NOT_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
NotFilter - Class in org.apache.directory.api.dsmlv2.request
Not Filter Object to store the Not filter.
NotFilter - Class in org.apache.directory.api.ldap.codec.search
Not Filter Object to store the Not filter.
NotFilter() - Constructor for class org.apache.directory.api.dsmlv2.request.NotFilter
 
NotFilter() - Constructor for class org.apache.directory.api.ldap.codec.search.NotFilter
The constructor.
NotFilter(int) - Constructor for class org.apache.directory.api.ldap.codec.search.NotFilter
The constructor.
NoticeOfDisconnect - Class in org.apache.directory.api.ldap.model.message.extended
An extended operation intended for notifying clients of upcoming disconnection.
NotImplementedException - Exception in org.apache.directory.api.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.api.util.exception.NotImplementedException
Constructs an Exception with a detailed message.
NotImplementedException(String) - Constructor for exception org.apache.directory.api.util.exception.NotImplementedException
Constructs an Exception with a detailed message.
NotNode - Class in org.apache.directory.api.ldap.model.filter
Node representing an Not connector in a filter operation
NotNode() - Constructor for class org.apache.directory.api.ldap.model.filter.NotNode
Creates an empty NotNode
NotNode(List<ExprNode>) - Constructor for class org.apache.directory.api.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.api.ldap.model.filter.NotNode
Creates a NotNode using a logical NOT operator and the given child.
NotRefinement - Class in org.apache.directory.api.ldap.model.subtree
A class holding a NOT refinement, as defined in RFC 3672
NotRefinement(Refinement) - Constructor for class org.apache.directory.api.ldap.model.subtree.NotRefinement
Creates a new NotRefinement instance
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 interface org.apache.directory.api.ldap.extras.extended.gracefulShutdown.GracefulShutdownRequest
The shutdown is immediate
NS_RECORD_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NS_RECORD_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NTLM - Static variable in class org.apache.directory.api.ldap.model.constants.SupportedSaslMechanisms
Not a SASL JDK supported mechanism
NULL - org.apache.directory.api.asn1.ber.tlv.UniversalTag
value for the tag
NULL_TREE_LOOKAHEAD - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.apache.directory.api.ldap.schema.converter.antlrSchemaTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
NUM_SUBORDINATES_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NUMBER - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
 
NUMBER_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NumberSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a Number according to RFC 4512.
NumberSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
NUMERIC_OID_MATCH - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NUMERIC_OID_MATCH_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NUMERIC_OID_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NUMERIC_STRING - org.apache.directory.api.asn1.ber.tlv.UniversalTag
value for the tag
NUMERIC_STRING - Static variable in interface org.apache.directory.api.ldap.schema.converter.antlrSchemaTokenTypes
 
NUMERIC_STRING_MATCH - org.apache.directory.api.ldap.model.schema.MatchingRuleTypeEnum
Numeric String Match
NUMERIC_STRING_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NUMERIC_STRING_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NUMERIC_STRING_ORDERING_MATCH - org.apache.directory.api.ldap.model.schema.MatchingRuleTypeEnum
Numeric String Ordering Match
NUMERIC_STRING_ORDERING_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NUMERIC_STRING_ORDERING_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NUMERIC_STRING_SUBSTRINGS_MATCH - org.apache.directory.api.ldap.model.schema.MatchingRuleTypeEnum
Numeric String Substring Match
NUMERIC_STRING_SUBSTRINGS_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NUMERIC_STRING_SUBSTRINGS_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NUMERIC_STRING_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NumericNormalizer - Class in org.apache.directory.api.ldap.model.schema.normalizers
Normalize Numeric Strings
NumericNormalizer() - Constructor for class org.apache.directory.api.ldap.model.schema.normalizers.NumericNormalizer
Creates a new instance of NumericNormalizer.
numericoid() - Method in class org.apache.directory.api.ldap.model.name.AntlrDnParser
RFC 4512 Section 1.4
NUMERICOID - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
NUMERICOID - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
NUMERICOID - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
 
NUMERICOID - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
NUMERICOID - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
NUMERICOID - Static variable in interface org.apache.directory.api.ldap.schema.converter.antlrSchemaTokenTypes
 
NUMERICOID_OR_ALPHA_OR_DIGIT - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
 
NumericOidSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a numeric oid according to RFC 4512.
NumericOidSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
NumericStringComparator - Class in org.apache.directory.api.ldap.model.schema.comparators
A class for the numericStringOrderingMatch matchingRule (RFC 4517, par. 4.2.23)
NumericStringComparator(String) - Constructor for class org.apache.directory.api.ldap.model.schema.comparators.NumericStringComparator
The IntegerComparator constructor.
NumericStringSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a Numeric String according to RFC 4517.
NumericStringSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class

O

O_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
O_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
OBJECT - org.apache.directory.api.ldap.model.message.SearchScope
Base scope
OBJECT_CLASS - org.apache.directory.api.ldap.model.schema.SchemaObjectType
An ObjectClass
OBJECT_CLASS - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
OBJECT_CLASS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
OBJECT_CLASS_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
OBJECT_CLASS_DESCRIPTION_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
OBJECT_CLASS_MODS_PROHIBITED - org.apache.directory.api.ldap.model.message.ResultCodeEnum
An operation attempted to modify an object class that should not be modified, e.g., the structural object class of an entry.
OBJECT_CLASS_NODE - Static variable in class org.apache.directory.api.ldap.model.filter.ObjectClassNode
A static instance of this node
OBJECT_CLASS_STAR - Static variable in class org.apache.directory.api.ldap.model.constants.LdapConstants
The default catch-all ObjectClass filter
OBJECT_CLASS_TYPE_MATCH - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
OBJECT_CLASS_TYPE_MATCH_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
OBJECT_CLASS_TYPE_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
OBJECT_CLASS_VIOLATION - org.apache.directory.api.ldap.model.message.ResultCodeEnum
This error should be returned if the operation requested by the user would violate the objectClass requirements for the entry if carried out.
OBJECT_CLASSES_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
OBJECT_CLASSES_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
OBJECT_CLASSES_PATH - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
OBJECT_DESCRIPTOR - org.apache.directory.api.asn1.ber.tlv.UniversalTag
value for the tag
OBJECT_IDENTIFIER - org.apache.directory.api.asn1.ber.tlv.UniversalTag
value for the tag
OBJECT_IDENTIFIER_FIRST_COMPONENT_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
OBJECT_IDENTIFIER_FIRST_COMPONENT_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
OBJECT_IDENTIFIER_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
OBJECT_IDENTIFIER_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
OBJECT_NAME_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
OBJECT_NAME_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
OBJECT_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
objectClass() - Method in class org.apache.directory.api.ldap.schema.converter.antlrSchemaConverterParser
 
ObjectClass - Class in org.apache.directory.api.ldap.model.schema
An objectClass definition.
ObjectClass(String) - Constructor for class org.apache.directory.api.ldap.model.schema.ObjectClass
Creates a new instance of MatchingRuleUseDescription
OBJECTCLASS - org.apache.directory.api.ldap.model.filter.AssertionType
(ObjectClass=*) filter
objectClassDesc(ObjectClassHolder) - Method in class org.apache.directory.api.ldap.schema.converter.antlrSchemaConverterParser
 
ObjectClassDescriptionSchemaParser - Class in org.apache.directory.api.ldap.model.schema.parsers
A parser for RFC 4512 object class descriptons
ObjectClassDescriptionSchemaParser() - Constructor for class org.apache.directory.api.ldap.model.schema.parsers.ObjectClassDescriptionSchemaParser
Creates a schema parser instance.
ObjectClassDescriptionSyntaxChecker - Class in org.apache.directory.api.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.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
objectClassesMatch(ObjectClass, ObjectClass) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.ParserDescriptionUtils
Checks two schema objectClasses for an exact match.
ObjectClassHelper - Class in org.apache.directory.api.ldap.model.schema.registries.helper
An helper class used to store all the methods associated with an ObjectClass in relation with the Registries and SchemaManager.
ObjectClassHolder - Class in org.apache.directory.api.ldap.schema.converter
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.api.ldap.schema.converter.ObjectClassHolder
Create an instance of ObjectClass element
objectClassNames(ObjectClassHolder) - Method in class org.apache.directory.api.ldap.schema.converter.antlrSchemaConverterParser
 
ObjectClassNode - Class in org.apache.directory.api.ldap.model.filter
An empty class used for the (ObjectClass=*) node.
ObjectClassRegistry - Interface in org.apache.directory.api.ldap.model.schema.registries
ObjectClass registry service interface.
objectClassSuperiors(ObjectClassHolder) - Method in class org.apache.directory.api.ldap.schema.converter.antlrSchemaConverterParser
 
ObjectClassTypeComparator<T> - Class in org.apache.directory.api.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.api.ldap.model.schema.comparators.ObjectClassTypeComparator
Creates a new instance of ObjectClassTypeComparator.
ObjectClassTypeEnum - Enum in org.apache.directory.api.ldap.model.schema
Type safe enumerations for an objectClass' type.
ObjectClassTypeSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A syntax checker which checks to see if an objectClass' type is either: AUXILIARY, STRUCTURAL, or ABSTRACT.
ObjectClassTypeSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
ObjectIdentifierComparator - Class in org.apache.directory.api.ldap.model.schema.comparators
A comparator for the objectIdentifierMatch matchingRule.
ObjectIdentifierComparator(String) - Constructor for class org.apache.directory.api.ldap.model.schema.comparators.ObjectIdentifierComparator
The ObjectIdentifierComparator constructor.
ObjectIdentifierFirstComponentComparator - Class in org.apache.directory.api.ldap.model.schema.comparators
A comparator for Comparators.
ObjectIdentifierFirstComponentComparator(String) - Constructor for class org.apache.directory.api.ldap.model.schema.comparators.ObjectIdentifierFirstComponentComparator
The ObjectIdentifierFirstComponentComparator constructor.
ObjectIdentifierNormalizer - Class in org.apache.directory.api.ldap.model.schema.normalizers
A normalizer for the objectIdentifierMatch matching rule.
ObjectIdentifierNormalizer() - Constructor for class org.apache.directory.api.ldap.model.schema.normalizers.ObjectIdentifierNormalizer
Creates a new instance of ObjectIdentifierNormalizer.
ObjectNameSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a name is valid for an ObjectClass or an AttributeType

ObjectNameSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
OC_ABSTRACT_MUST_INHERIT_FROM_ABSTRACT_OC - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
Characterizing an abstract OC which inherits from an OC not being abstract
OC_AUXILIARY_CANNOT_INHERIT_FROM_STRUCTURAL_OC - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
Characterizing an auxiliary OC which inherits from a structural OC
OC_COLLECTIVE_NOT_ALLOWED_IN_MAY - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
Characterizing an OC with a collective AT in its may ATs list
OC_COLLECTIVE_NOT_ALLOWED_IN_MUST - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
Characterizing an OC with a collective AT in its must ATs list
OC_CYCLE_CLASS_HIERARCHY - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
Characterizing an OC containing a cycle in its class hierarchy
OC_DUPLICATE_AT_IN_MAY - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
Characterizing an OC with a duplicated AT in its may ATs list
OC_DUPLICATE_AT_IN_MAY_AND_MUST - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
Characterizing an OC with a duplicated AT in its may and must ATs list
OC_DUPLICATE_AT_IN_MUST - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
Characterizing an OC with a duplicated AT in its must ATs list
OC_NONEXISTENT_MAY_AT - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
Characterizing an OC with a nonexistent AT in its may ATs list
OC_NONEXISTENT_MUST_AT - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
Characterizing an OC with a nonexistent AT in its must ATs list
OC_NONEXISTENT_SUPERIOR - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
Characterizing an OC with a nonexistent superior
OC_STRUCTURAL_CANNOT_INHERIT_FROM_AUXILIARY_OC - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
Characterizing a structural OC which inherits from an auxiliary OC
OCTET_STRING - org.apache.directory.api.asn1.ber.tlv.UniversalTag
value for the tag
OCTET_STRING_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
OCTET_STRING_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
OCTET_STRING_ORDERING_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
OCTET_STRING_ORDERING_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
OCTET_STRING_SUBSTRINGS_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
OCTET_STRING_SUBSTRINGS_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
OCTET_STRING_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
OctetStringSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a Octet String according to RFC 4517.
OctetStringSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
OFFSET - Static variable in class org.apache.directory.api.ldap.codec.api.SaslFilter
A session attribute key that holds the offset of partially received SASL message.
OFFSETRANGEERROR - org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewResultCode
The offset is incorrect
oid() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
oid() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
oid() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
oid() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
Oid - Class in org.apache.directory.api.asn1.util
An immutable representation of an object identifier that provides conversion between their String, and encoded byte[] representations.
OID - Static variable in interface org.apache.directory.api.ldap.extras.controls.ad.AdDirSyncRequest
This control OID
OID - Static variable in interface org.apache.directory.api.ldap.extras.controls.ad.AdDirSyncResponse
This control OID
OID - Static variable in interface org.apache.directory.api.ldap.extras.controls.ad.AdPolicyHints
This control OID
OID - Static variable in interface org.apache.directory.api.ldap.extras.controls.ad.AdShowDeleted
The Deleted control OID
OID - Static variable in interface org.apache.directory.api.ldap.extras.controls.ad.TreeDelete
Tree Delete control OID
OID - Static variable in interface org.apache.directory.api.ldap.extras.controls.changeNotifications.ChangeNotifications
The Deleted control OID
OID - Static variable in interface org.apache.directory.api.ldap.extras.controls.passwordExpired.PasswordExpiredResponse
This control OID
OID - Static variable in interface org.apache.directory.api.ldap.extras.controls.permissiveModify.PermissiveModify
The Permissive Modify control OID
OID - Static variable in interface org.apache.directory.api.ldap.extras.controls.ppolicy.PasswordPolicyRequest
the password policy request control
OID - Static variable in interface org.apache.directory.api.ldap.extras.controls.ppolicy.PasswordPolicyResponse
the password policy response control
OID - Static variable in interface org.apache.directory.api.ldap.extras.controls.relax.RelaxControl
The LDAP Relax Rules Control OID
OID - Static variable in interface org.apache.directory.api.ldap.extras.controls.syncrepl.syncDone.SyncDoneValue
This control OID
OID - Static variable in interface org.apache.directory.api.ldap.extras.controls.syncrepl.syncRequest.SyncRequestValue
This control OID
OID - Static variable in interface org.apache.directory.api.ldap.extras.controls.syncrepl.syncState.SyncStateValue
This control OID
OID - Static variable in interface org.apache.directory.api.ldap.extras.controls.transaction.TransactionSpecification
The Transaction Specification control OID
OID - Static variable in interface org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewRequest
This control OID
OID - Static variable in interface org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewResponse
the OID of the response control
OID - Static variable in interface org.apache.directory.api.ldap.extras.intermediate.syncrepl.SyncInfoValue
This intermediate response OID
OID - Static variable in interface org.apache.directory.api.ldap.model.message.controls.Cascade
The Cascade control OID
OID - Static variable in interface org.apache.directory.api.ldap.model.message.controls.EntryChange
The EntryChange control
OID - Static variable in interface org.apache.directory.api.ldap.model.message.controls.ManageDsaIT
This control OID
OID - Static variable in interface org.apache.directory.api.ldap.model.message.controls.PagedResults
The Paged Search Control OID
OID - Static variable in interface org.apache.directory.api.ldap.model.message.controls.PersistentSearch
This control OID
OID - Static variable in interface org.apache.directory.api.ldap.model.message.controls.ProxiedAuthz
This control OID
OID - Static variable in interface org.apache.directory.api.ldap.model.message.controls.SortRequest
the sort request control's OID
OID - Static variable in interface org.apache.directory.api.ldap.model.message.controls.SortResponse
the OID of the response control
OID - Static variable in interface org.apache.directory.api.ldap.model.message.controls.Subentries
The control OID
OID_ALREADY_REGISTERED - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
Characterizing a SO with an OID being already registered
OID_LEN_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
OID_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
OidLenSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a numeric oid and a length constraint according to RFC 4512.
OidLenSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
OidNormalizer - Class in org.apache.directory.api.ldap.model.schema.normalizers
The OidNomalizer class contains a tuple: an OID with its Normalizer.
OidNormalizer(String, Normalizer) - Constructor for class org.apache.directory.api.ldap.model.schema.normalizers.OidNormalizer
A constructor which accept two parameters
OidNormalizer(OidNormalizer) - Constructor for class org.apache.directory.api.ldap.model.schema.normalizers.OidNormalizer
A copy constructor.
OidRegistry<T extends SchemaObject> - Class in org.apache.directory.api.ldap.model.schema.registries
Object identifier registry.
OidRegistry() - Constructor for class org.apache.directory.api.ldap.model.schema.registries.OidRegistry
 
oidsIterator() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
Gets an iterator over the registered schema objects'OID in the registry.
oidsIterator() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
Gets an iterator over the registered schema objects'OID in the registry.
oidsIterator() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableComparatorRegistry
Gets an iterator over the registered schema objects'OID in the registry.
oidsIterator() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitContentRuleRegistry
Gets an iterator over the registered schema objects'OID in the registry.
oidsIterator() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitStructureRuleRegistry
Gets an iterator over the registered schema objects'OID in the registry.
oidsIterator() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
Gets an iterator over the registered schema objects'OID in the registry.
oidsIterator() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
Gets an iterator over the registered schema objects'OID in the registry.
oidsIterator() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
Gets an iterator over the registered schema objects'OID in the registry.
oidsIterator() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNameFormRegistry
Gets an iterator over the registered schema objects'OID in the registry.
oidsIterator() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNormalizerRegistry
Gets an iterator over the registered schema objects'OID in the registry.
oidsIterator() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableObjectClassRegistry
Gets an iterator over the registered schema objects'OID in the registry.
oidsIterator() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
Gets an iterator over the registered schema objects'OID in the registry.
oidsIterator() - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaObjectRegistry
Gets an iterator over the registered schema objects'OID in the registry.
OidSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is an oid according to RFC 4512.
OidSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
OLD_PASSWORD_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify.PasswordModifyRequestStatesEnum
the old password
OLD_PASSWORD_TAG - Static variable in class org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify.PasswordModifyRequestConstants
This is the TAG used for the userIdentity.
ON_ERROR - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
ON_FIRST - org.apache.directory.api.ldap.model.cursor.CursorStateEnum
the Cursor is positioned on the first element
ON_INNER - org.apache.directory.api.ldap.model.cursor.CursorStateEnum
the Cursor is positioned on an element
ON_LAST - org.apache.directory.api.ldap.model.cursor.CursorStateEnum
the Cursor is positioned on the last element
ONC_RPC_NUMBER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ONC_RPC_NUMBER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ONC_RPC_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ONC_RPC_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ONE_KB - Static variable in class org.apache.directory.api.util.FileUtils
The number of bytes in a kilobyte.
ONE_MB - Static variable in class org.apache.directory.api.util.FileUtils
The number of bytes in a megabyte.
ONELEVEL - org.apache.directory.api.ldap.model.message.SearchScope
One Level scope
OpaqueControl - Class in org.apache.directory.api.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.api.ldap.model.message.controls.OpaqueControl
Creates a Control with a specific OID.
OpaqueControl(String, boolean) - Constructor for class org.apache.directory.api.ldap.model.message.controls.OpaqueControl
Creates a Control with a specific OID, and criticality set.
OpaqueControlFactory - Class in org.apache.directory.api.ldap.codec.controls
A codec ControlFactory implementation for opaque controls.
OpaqueControlFactory(LdapApiService, String) - Constructor for class org.apache.directory.api.ldap.codec.controls.OpaqueControlFactory
Creates a new instance of OpaqueControlFactory.
OpaqueExtendedRequest - Class in org.apache.directory.api.ldap.model.message
ExtendedRequest basic implementation.
OpaqueExtendedRequest() - Constructor for class org.apache.directory.api.ldap.model.message.OpaqueExtendedRequest
Creates an ExtendedRequest implementing object used to perform extended protocol operation on the server.
OpaqueExtendedRequest(byte[]) - Constructor for class org.apache.directory.api.ldap.model.message.OpaqueExtendedRequest
Creates an ExtendedRequest implementing object used to perform extended protocol operation on the server.
OpaqueExtendedRequest(int) - Constructor for class org.apache.directory.api.ldap.model.message.OpaqueExtendedRequest
Creates an ExtendedRequest implementing object used to perform extended protocol operation on the server.
OpaqueExtendedRequest(String) - Constructor for class org.apache.directory.api.ldap.model.message.OpaqueExtendedRequest
Creates an ExtendedRequest implementing object used to perform extended protocol operation on the server.
OpaqueExtendedRequest(String, byte[]) - Constructor for class org.apache.directory.api.ldap.model.message.OpaqueExtendedRequest
Creates an ExtendedRequest implementing object used to perform extended protocol operation on the server.
OpaqueExtendedResponse - Class in org.apache.directory.api.ldap.model.message
ExtendedResponse basic implementation.
OpaqueExtendedResponse() - Constructor for class org.apache.directory.api.ldap.model.message.OpaqueExtendedResponse
Creates an ExtendedResponse implementing object used to perform extended protocol operation on the server.
OpaqueExtendedResponse(int) - Constructor for class org.apache.directory.api.ldap.model.message.OpaqueExtendedResponse
Creates an ExtendedResponse implementing object used to perform extended protocol operation on the server.
OpaqueExtendedResponse(int, String) - Constructor for class org.apache.directory.api.ldap.model.message.OpaqueExtendedResponse
Creates an ExtendedResponse implementing object used to perform extended protocol operation on the server.
OpaqueExtendedResponse(String) - Constructor for class org.apache.directory.api.ldap.model.message.OpaqueExtendedResponse
Creates an ExtendedResponse implementing object used to perform extended protocol operation on the server.
OPEN_BRACKET - Static variable in interface org.apache.directory.api.ldap.schema.converter.antlrSchemaTokenTypes
 
OPEN_CURLY - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
OPEN_CURLY - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
OPEN_CURLY - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
OPEN_CURLY - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
OPEN_CURLY - Static variable in interface org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
OPEN_LDAP_ROOT_DSE_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
OPEN_LDAP_SCHEMA_RENDERER - Static variable in class org.apache.directory.api.ldap.model.schema.SchemaObjectRenderer
Preconfigured SchemaObjectRenderer that renders the schema object in OpenLDAP schema format.
OPEN_PARAN - Static variable in interface org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
OPEN_PAREN - Static variable in interface org.apache.directory.api.ldap.schema.converter.antlrSchemaTokenTypes
 
openInputStream(File) - Static method in class org.apache.directory.api.util.FileUtils
Opens a FileInputStream for the specified file, providing better error messages than simply calling new FileInputStream(file).
OPENLDAP_RANGEERRROR - org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewResultCode
The range is invalid
OPENLDAP_SSSMISSING - org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewResultCode
SS is missing
OpenLdapObjectIdentifierMacro - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
An OpenLDAP object identifier macro.
OpenLdapObjectIdentifierMacro() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OpenLdapObjectIdentifierMacro
Instantiates a new OpenLDAP object identifier macro.
OpenLdapSchemaParser - Class in org.apache.directory.api.ldap.model.schema.parsers
A reusable wrapper for hand parser OpenLDAP schema.
OpenLdapSchemaParser() - Constructor for class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
Creates a reusable instance of an OpenLdapSchemaParser.
openOutputStream(File) - Static method in class org.apache.directory.api.util.FileUtils
Opens a FileOutputStream for the specified file, checking and creating the parent directory if it does not exist.
openOutputStream(File, boolean) - Static method in class org.apache.directory.api.util.FileUtils
Opens a FileOutputStream for the specified file, checking and creating the parent directory if it does not exist.
OPERATION - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
OPERATION_ADD - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
The operations
OPERATION_DELETE - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
OPERATION_INCREMENT - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
OPERATION_LOG - org.apache.directory.api.ldap.model.constants.Loggers
The dedicated logger for LDAP operations
OPERATION_REPLACE - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
OPERATION_STAT - org.apache.directory.api.ldap.model.constants.Loggers
The dedicated logs for operation statistics
OPERATION_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
OPERATION_TIME - org.apache.directory.api.ldap.model.constants.Loggers
The dedicated logs for operation execution time
OperationAbandonedException - Exception in org.apache.directory.api.ldap.model.exception
Marker exception thrown when an operation is cancelled.
OperationAbandonedException() - Constructor for exception org.apache.directory.api.ldap.model.exception.OperationAbandonedException
 
OPERATIONS_ERROR - org.apache.directory.api.ldap.model.message.ResultCodeEnum
If the server requires that the client bind before browsing or modifying the directory, the server MAY reject a request other than binding, unbinding or an extended request with the "operationsError" result.
OPERATIONSERROR - org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewResultCode
The operation failed dur to some internal error
OPERATIONSERROR - org.apache.directory.api.ldap.model.message.controls.SortResultCode
 
OptionalComponentsMonitor - Class in org.apache.directory.api.util
A components monitor for optional components.
OptionalComponentsMonitor(String[]) - Constructor for class org.apache.directory.api.util.OptionalComponentsMonitor
Instantiates a new optional components monitor.
or() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
or() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
or() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
or() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
or(FilterBuilder...) - Static method in class org.apache.directory.ldap.client.api.search.FilterBuilder
Returns a new FilterBuilder that will | together all of the supplied filters.
OR - org.apache.directory.api.ldap.model.filter.AssertionType
OR operator constant
OR - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
OR_FILTER_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
OR_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
ORDER_RULE_STATE - org.apache.directory.api.ldap.codec.controls.sort.SortRequestStates
orderingRule [0] MatchingRuleId OPTIONAL transition
ordering(AttributeTypeHolder) - Method in class org.apache.directory.api.ldap.schema.converter.antlrSchemaConverterParser
 
ORDERING - org.apache.directory.api.ldap.model.schema.MatchingRuleEnum
value for ordering usage
ORDERING_RULE_TAG - Static variable in class org.apache.directory.api.ldap.codec.controls.sort.SortRequestFactory
ASN.1 BER tag for the forward ordering rule
OrFilter - Class in org.apache.directory.api.dsmlv2.request
Or Filter Object to store the Or filter.
OrFilter - Class in org.apache.directory.api.ldap.codec.search
Or Filter Object to store the Or filter.
OrFilter() - Constructor for class org.apache.directory.api.dsmlv2.request.OrFilter
 
OrFilter() - Constructor for class org.apache.directory.api.ldap.codec.search.OrFilter
The constructor.
OrFilter(int) - Constructor for class org.apache.directory.api.ldap.codec.search.OrFilter
The constructor.
org.apache.directory.api.asn1 - package org.apache.directory.api.asn1
Provides the fundamental stateful codec interfaces.
org.apache.directory.api.asn1.actions - package org.apache.directory.api.asn1.actions
 
org.apache.directory.api.asn1.ber - package org.apache.directory.api.asn1.ber
 
org.apache.directory.api.asn1.ber.grammar - package org.apache.directory.api.asn1.ber.grammar
 
org.apache.directory.api.asn1.ber.tlv - package org.apache.directory.api.asn1.ber.tlv
 
org.apache.directory.api.asn1.util - package org.apache.directory.api.asn1.util
 
org.apache.directory.api.dsmlv2 - package org.apache.directory.api.dsmlv2
 
org.apache.directory.api.dsmlv2.actions - package org.apache.directory.api.dsmlv2.actions
 
org.apache.directory.api.dsmlv2.engine - package org.apache.directory.api.dsmlv2.engine
 
org.apache.directory.api.dsmlv2.request - package org.apache.directory.api.dsmlv2.request
 
org.apache.directory.api.dsmlv2.response - package org.apache.directory.api.dsmlv2.response
 
org.apache.directory.api.i18n - package org.apache.directory.api.i18n
 
org.apache.directory.api.ldap.aci - package org.apache.directory.api.ldap.aci
 
org.apache.directory.api.ldap.aci.protectedItem - package org.apache.directory.api.ldap.aci.protectedItem
 
org.apache.directory.api.ldap.codec - package org.apache.directory.api.ldap.codec
 
org.apache.directory.api.ldap.codec.actions - package org.apache.directory.api.ldap.codec.actions
 
org.apache.directory.api.ldap.codec.actions.controls - package org.apache.directory.api.ldap.codec.actions.controls
 
org.apache.directory.api.ldap.codec.actions.ldapMessage - package org.apache.directory.api.ldap.codec.actions.ldapMessage
 
org.apache.directory.api.ldap.codec.actions.ldapResult - package org.apache.directory.api.ldap.codec.actions.ldapResult
 
org.apache.directory.api.ldap.codec.actions.request.abandon - package org.apache.directory.api.ldap.codec.actions.request.abandon
 
org.apache.directory.api.ldap.codec.actions.request.add - package org.apache.directory.api.ldap.codec.actions.request.add
 
org.apache.directory.api.ldap.codec.actions.request.bind - package org.apache.directory.api.ldap.codec.actions.request.bind
 
org.apache.directory.api.ldap.codec.actions.request.compare - package org.apache.directory.api.ldap.codec.actions.request.compare
 
org.apache.directory.api.ldap.codec.actions.request.del - package org.apache.directory.api.ldap.codec.actions.request.del
 
org.apache.directory.api.ldap.codec.actions.request.extended - package org.apache.directory.api.ldap.codec.actions.request.extended
 
org.apache.directory.api.ldap.codec.actions.request.modify - package org.apache.directory.api.ldap.codec.actions.request.modify
 
org.apache.directory.api.ldap.codec.actions.request.modifydn - package org.apache.directory.api.ldap.codec.actions.request.modifydn
 
org.apache.directory.api.ldap.codec.actions.request.search - package org.apache.directory.api.ldap.codec.actions.request.search
 
org.apache.directory.api.ldap.codec.actions.request.search.filter - package org.apache.directory.api.ldap.codec.actions.request.search.filter
 
org.apache.directory.api.ldap.codec.actions.request.unbind - package org.apache.directory.api.ldap.codec.actions.request.unbind
 
org.apache.directory.api.ldap.codec.actions.response.add - package org.apache.directory.api.ldap.codec.actions.response.add
 
org.apache.directory.api.ldap.codec.actions.response.bind - package org.apache.directory.api.ldap.codec.actions.response.bind
 
org.apache.directory.api.ldap.codec.actions.response.compare - package org.apache.directory.api.ldap.codec.actions.response.compare
 
org.apache.directory.api.ldap.codec.actions.response.del - package org.apache.directory.api.ldap.codec.actions.response.del
 
org.apache.directory.api.ldap.codec.actions.response.extended - package org.apache.directory.api.ldap.codec.actions.response.extended
 
org.apache.directory.api.ldap.codec.actions.response.intermediate - package org.apache.directory.api.ldap.codec.actions.response.intermediate
 
org.apache.directory.api.ldap.codec.actions.response.modify - package org.apache.directory.api.ldap.codec.actions.response.modify
 
org.apache.directory.api.ldap.codec.actions.response.modifydn - package org.apache.directory.api.ldap.codec.actions.response.modifydn
 
org.apache.directory.api.ldap.codec.actions.response.search.done - package org.apache.directory.api.ldap.codec.actions.response.search.done
 
org.apache.directory.api.ldap.codec.actions.response.search.entry - package org.apache.directory.api.ldap.codec.actions.response.search.entry
 
org.apache.directory.api.ldap.codec.actions.response.search.reference - package org.apache.directory.api.ldap.codec.actions.response.search.reference
 
org.apache.directory.api.ldap.codec.api - package org.apache.directory.api.ldap.codec.api
 
org.apache.directory.api.ldap.codec.controls - package org.apache.directory.api.ldap.codec.controls
 
org.apache.directory.api.ldap.codec.controls.cascade - package org.apache.directory.api.ldap.codec.controls.cascade
 
org.apache.directory.api.ldap.codec.controls.manageDsaIT - package org.apache.directory.api.ldap.codec.controls.manageDsaIT
 
org.apache.directory.api.ldap.codec.controls.proxiedauthz - package org.apache.directory.api.ldap.codec.controls.proxiedauthz
 
org.apache.directory.api.ldap.codec.controls.search.entryChange - package org.apache.directory.api.ldap.codec.controls.search.entryChange
 
org.apache.directory.api.ldap.codec.controls.search.pagedSearch - package org.apache.directory.api.ldap.codec.controls.search.pagedSearch
 
org.apache.directory.api.ldap.codec.controls.search.persistentSearch - package org.apache.directory.api.ldap.codec.controls.search.persistentSearch
 
org.apache.directory.api.ldap.codec.controls.search.subentries - package org.apache.directory.api.ldap.codec.controls.search.subentries
 
org.apache.directory.api.ldap.codec.controls.sort - package org.apache.directory.api.ldap.codec.controls.sort
 
org.apache.directory.api.ldap.codec.factory - package org.apache.directory.api.ldap.codec.factory
 
org.apache.directory.api.ldap.codec.osgi - package org.apache.directory.api.ldap.codec.osgi
 
org.apache.directory.api.ldap.codec.protocol.mina - package org.apache.directory.api.ldap.codec.protocol.mina
 
org.apache.directory.api.ldap.codec.search - package org.apache.directory.api.ldap.codec.search
 
org.apache.directory.api.ldap.codec.standalone - package org.apache.directory.api.ldap.codec.standalone
 
org.apache.directory.api.ldap.extras - package org.apache.directory.api.ldap.extras
 
org.apache.directory.api.ldap.extras.controls - package org.apache.directory.api.ldap.extras.controls
 
org.apache.directory.api.ldap.extras.controls.ad - package org.apache.directory.api.ldap.extras.controls.ad
 
org.apache.directory.api.ldap.extras.controls.ad_impl - package org.apache.directory.api.ldap.extras.controls.ad_impl
 
org.apache.directory.api.ldap.extras.controls.changeNotifications - package org.apache.directory.api.ldap.extras.controls.changeNotifications
 
org.apache.directory.api.ldap.extras.controls.changeNotifications_impl - package org.apache.directory.api.ldap.extras.controls.changeNotifications_impl
 
org.apache.directory.api.ldap.extras.controls.passwordExpired - package org.apache.directory.api.ldap.extras.controls.passwordExpired
 
org.apache.directory.api.ldap.extras.controls.passwordExpired_impl - package org.apache.directory.api.ldap.extras.controls.passwordExpired_impl
 
org.apache.directory.api.ldap.extras.controls.permissiveModify - package org.apache.directory.api.ldap.extras.controls.permissiveModify
 
org.apache.directory.api.ldap.extras.controls.permissiveModify_impl - package org.apache.directory.api.ldap.extras.controls.permissiveModify_impl
 
org.apache.directory.api.ldap.extras.controls.ppolicy - package org.apache.directory.api.ldap.extras.controls.ppolicy
 
org.apache.directory.api.ldap.extras.controls.ppolicy_impl - package org.apache.directory.api.ldap.extras.controls.ppolicy_impl
 
org.apache.directory.api.ldap.extras.controls.relax - package org.apache.directory.api.ldap.extras.controls.relax
 
org.apache.directory.api.ldap.extras.controls.relax_impl - package org.apache.directory.api.ldap.extras.controls.relax_impl
 
org.apache.directory.api.ldap.extras.controls.syncrepl_impl - package org.apache.directory.api.ldap.extras.controls.syncrepl_impl
 
org.apache.directory.api.ldap.extras.controls.syncrepl.syncDone - package org.apache.directory.api.ldap.extras.controls.syncrepl.syncDone
 
org.apache.directory.api.ldap.extras.controls.syncrepl.syncRequest - package org.apache.directory.api.ldap.extras.controls.syncrepl.syncRequest
 
org.apache.directory.api.ldap.extras.controls.syncrepl.syncState - package org.apache.directory.api.ldap.extras.controls.syncrepl.syncState
 
org.apache.directory.api.ldap.extras.controls.transaction - package org.apache.directory.api.ldap.extras.controls.transaction
 
org.apache.directory.api.ldap.extras.controls.transaction_impl - package org.apache.directory.api.ldap.extras.controls.transaction_impl
 
org.apache.directory.api.ldap.extras.controls.vlv - package org.apache.directory.api.ldap.extras.controls.vlv
 
org.apache.directory.api.ldap.extras.controls.vlv_impl - package org.apache.directory.api.ldap.extras.controls.vlv_impl
 
org.apache.directory.api.ldap.extras.extended.ads_impl.cancel - package org.apache.directory.api.ldap.extras.extended.ads_impl.cancel
 
org.apache.directory.api.ldap.extras.extended.ads_impl.certGeneration - package org.apache.directory.api.ldap.extras.extended.ads_impl.certGeneration
 
org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction - package org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction
 
org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.controls - package org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.controls
 
org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.controls.actions - package org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.controls.actions
 
org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulDisconnect - package org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulDisconnect
 
org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulShutdown - package org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulShutdown
 
org.apache.directory.api.ldap.extras.extended.ads_impl.nod - package org.apache.directory.api.ldap.extras.extended.ads_impl.nod
 
org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify - package org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify
 
org.apache.directory.api.ldap.extras.extended.ads_impl.startTls - package org.apache.directory.api.ldap.extras.extended.ads_impl.startTls
 
org.apache.directory.api.ldap.extras.extended.ads_impl.startTransaction - package org.apache.directory.api.ldap.extras.extended.ads_impl.startTransaction
 
org.apache.directory.api.ldap.extras.extended.ads_impl.storedProcedure - package org.apache.directory.api.ldap.extras.extended.ads_impl.storedProcedure
 
org.apache.directory.api.ldap.extras.extended.ads_impl.whoAmI - package org.apache.directory.api.ldap.extras.extended.ads_impl.whoAmI
 
org.apache.directory.api.ldap.extras.extended.cancel - package org.apache.directory.api.ldap.extras.extended.cancel
 
org.apache.directory.api.ldap.extras.extended.certGeneration - package org.apache.directory.api.ldap.extras.extended.certGeneration
 
org.apache.directory.api.ldap.extras.extended.endTransaction - package org.apache.directory.api.ldap.extras.extended.endTransaction
 
org.apache.directory.api.ldap.extras.extended.gracefulDisconnect - package org.apache.directory.api.ldap.extras.extended.gracefulDisconnect
 
org.apache.directory.api.ldap.extras.extended.gracefulShutdown - package org.apache.directory.api.ldap.extras.extended.gracefulShutdown
 
org.apache.directory.api.ldap.extras.extended.pwdModify - package org.apache.directory.api.ldap.extras.extended.pwdModify
 
org.apache.directory.api.ldap.extras.extended.startTls - package org.apache.directory.api.ldap.extras.extended.startTls
 
org.apache.directory.api.ldap.extras.extended.startTransaction - package org.apache.directory.api.ldap.extras.extended.startTransaction
 
org.apache.directory.api.ldap.extras.extended.storedProcedure - package org.apache.directory.api.ldap.extras.extended.storedProcedure
 
org.apache.directory.api.ldap.extras.extended.whoAmI - package org.apache.directory.api.ldap.extras.extended.whoAmI
 
org.apache.directory.api.ldap.extras.intermediate.syncrepl - package org.apache.directory.api.ldap.extras.intermediate.syncrepl
 
org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl - package org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl
 
org.apache.directory.api.ldap.model.constants - package org.apache.directory.api.ldap.model.constants
 
org.apache.directory.api.ldap.model.csn - package org.apache.directory.api.ldap.model.csn
 
org.apache.directory.api.ldap.model.cursor - package org.apache.directory.api.ldap.model.cursor
 
org.apache.directory.api.ldap.model.entry - package org.apache.directory.api.ldap.model.entry
 
org.apache.directory.api.ldap.model.exception - package org.apache.directory.api.ldap.model.exception
 
org.apache.directory.api.ldap.model.filter - package org.apache.directory.api.ldap.model.filter
 
org.apache.directory.api.ldap.model.ldif - package org.apache.directory.api.ldap.model.ldif
 
org.apache.directory.api.ldap.model.ldif.anonymizer - package org.apache.directory.api.ldap.model.ldif.anonymizer
 
org.apache.directory.api.ldap.model.message - package org.apache.directory.api.ldap.model.message
 
org.apache.directory.api.ldap.model.message.controls - package org.apache.directory.api.ldap.model.message.controls
 
org.apache.directory.api.ldap.model.message.extended - package org.apache.directory.api.ldap.model.message.extended
 
org.apache.directory.api.ldap.model.name - package org.apache.directory.api.ldap.model.name
 
org.apache.directory.api.ldap.model.password - package org.apache.directory.api.ldap.model.password
 
org.apache.directory.api.ldap.model.schema - package org.apache.directory.api.ldap.model.schema
Contains interfaces and base classes for representing the LDAP schema domain model.
org.apache.directory.api.ldap.model.schema.comparators - package org.apache.directory.api.ldap.model.schema.comparators
 
org.apache.directory.api.ldap.model.schema.normalizers - package org.apache.directory.api.ldap.model.schema.normalizers
 
org.apache.directory.api.ldap.model.schema.parsers - package org.apache.directory.api.ldap.model.schema.parsers
 
org.apache.directory.api.ldap.model.schema.registries - package org.apache.directory.api.ldap.model.schema.registries
 
org.apache.directory.api.ldap.model.schema.registries.helper - package org.apache.directory.api.ldap.model.schema.registries.helper
 
org.apache.directory.api.ldap.model.schema.syntaxCheckers - package org.apache.directory.api.ldap.model.schema.syntaxCheckers
 
org.apache.directory.api.ldap.model.subtree - package org.apache.directory.api.ldap.model.subtree
 
org.apache.directory.api.ldap.model.url - package org.apache.directory.api.ldap.model.url
 
org.apache.directory.api.ldap.schema.converter - package org.apache.directory.api.ldap.schema.converter
 
org.apache.directory.api.ldap.schema.extractor - package org.apache.directory.api.ldap.schema.extractor
 
org.apache.directory.api.ldap.schema.extractor.impl - package org.apache.directory.api.ldap.schema.extractor.impl
 
org.apache.directory.api.ldap.schema.loader - package org.apache.directory.api.ldap.schema.loader
 
org.apache.directory.api.ldap.schema.manager.impl - package org.apache.directory.api.ldap.schema.manager.impl
 
org.apache.directory.api.ldap.sp - package org.apache.directory.api.ldap.sp
 
org.apache.directory.api.ldap.trigger - package org.apache.directory.api.ldap.trigger
 
org.apache.directory.api.ldap.util - package org.apache.directory.api.ldap.util
 
org.apache.directory.api.ldap.util.tree - package org.apache.directory.api.ldap.util.tree
 
org.apache.directory.api.util - package org.apache.directory.api.util
 
org.apache.directory.api.util.exception - package org.apache.directory.api.util.exception
 
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.ldap.client.api.search - package org.apache.directory.ldap.client.api.search
 
org.apache.directory.ldap.client.template - package org.apache.directory.ldap.client.template
 
org.apache.directory.ldap.client.template.exception - package org.apache.directory.ldap.client.template.exception
 
ORGANIZATION_NAME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ORGANIZATION_NAME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ORGANIZATION_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ORGANIZATION_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ORGANIZATIONAL_PERSON_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ORGANIZATIONAL_PERSON_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ORGANIZATIONAL_ROLE_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ORGANIZATIONAL_ROLE_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ORGANIZATIONAL_STATUS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ORGANIZATIONAL_STATUS_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ORGANIZATIONAL_UNIT_NAME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ORGANIZATIONAL_UNIT_NAME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ORGANIZATIONAL_UNIT_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ORGANIZATIONAL_UNIT_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
OrNode - Class in org.apache.directory.api.ldap.model.filter
Node representing an OR connector in a filter operation
OrNode() - Constructor for class org.apache.directory.api.ldap.model.filter.OrNode
Creates an empty OrNode
OrNode(List<ExprNode>) - Constructor for class org.apache.directory.api.ldap.model.filter.OrNode
Creates a OrNode using a logical operator and a list of children.
OrNode(ExprNode...) - Constructor for class org.apache.directory.api.ldap.model.filter.OrNode
Creates a OrNode using a logical operator and a list of children.
OrRefinement - Class in org.apache.directory.api.ldap.model.subtree
A class holding a OR refinement, as defined in RFC 3672
OrRefinement(List<Refinement>) - Constructor for class org.apache.directory.api.ldap.model.subtree.OrRefinement
Creates a new instance of OrRefinement.
OsgiUtils - Class in org.apache.directory.api.util
Utilities for OSGi environments and embedding OSGi containers.
OTHER - org.apache.directory.api.dsmlv2.response.ErrorResponse.ErrorResponseType
Other error response type.
OTHER - org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewResultCode
Another error
OTHER - org.apache.directory.api.ldap.model.message.controls.SortResultCode
 
OTHER - org.apache.directory.api.ldap.model.message.ResultCodeEnum
This error code should be returned only if no other error code is suitable.
OTHER_MAILBOX_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
OTHER_MAILBOX_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
OTHER_MAILBOX_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
OtherMailboxSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is an OtherMailbox according to RFC 4517 :
OtherMailboxSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
OU_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
OU_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
OU_SCHEMA - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
OWNER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
OWNER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 

P

PAGED_SEARCH_SEQUENCE_STATE - org.apache.directory.api.ldap.codec.controls.search.pagedSearch.PagedResultsStates
Sequence Value
PagedResults - Interface in org.apache.directory.api.ldap.model.message.controls
A request/response control used to implement a simple paging of search results.
PagedResultsContainer - Class in org.apache.directory.api.ldap.codec.controls.search.pagedSearch
A container for the Paged Search Control.
PagedResultsContainer(Control) - Constructor for class org.apache.directory.api.ldap.codec.controls.search.pagedSearch.PagedResultsContainer
Creates a new PagedSearchControl container object to contain a PagedResults Control.
PagedResultsFactory - Class in org.apache.directory.api.ldap.codec.controls.search.pagedSearch
PagedResultsFactory(LdapApiService) - Constructor for class org.apache.directory.api.ldap.codec.controls.search.pagedSearch.PagedResultsFactory
Creates a new instance of PagedResultsFactory.
PagedResultsGrammar - Class in org.apache.directory.api.ldap.codec.controls.search.pagedSearch
This class implements the PagedSearchControl.
PagedResultsImpl - Class in org.apache.directory.api.ldap.model.message.controls
A request/response control used to implement a simple paging of search results.
PagedResultsImpl() - Constructor for class org.apache.directory.api.ldap.model.message.controls.PagedResultsImpl
Creates a new instance of PagedResultsDecorator.
PagedResultsStates - Enum in org.apache.directory.api.ldap.codec.controls.search.pagedSearch
This class store the PagedSearchControl's grammar constants.
PAGER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PAGER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PAGER_TELEPHONE_NUMBER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
pair(AntlrDnParser.UpAndNormValue) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnParser
RFC 4514, Section 3
PARALLEL - org.apache.directory.api.dsmlv2.request.BatchRequestDsml.Processing
Parallel processing.
PARALLEL - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
PARAMETER_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureStatesEnum
Parameter
PARAMETER_TYPE_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureStatesEnum
Parameter type
PARAMETER_VALUE_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureStatesEnum
Parameter value
PARAMETERS_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureStatesEnum
Parameters
PARENT_OF_ENTRY - Static variable in class org.apache.directory.api.ldap.aci.UserClass
The user as parent (ancestor) of accessed entry.
parentOfEntry() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
parentOfEntry() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
PARENTS_FIRST_STATE - org.apache.directory.api.ldap.extras.controls.ad_impl.AdDirSyncRequestStatesEnum
parentFirst state
parse() - Method in class org.apache.directory.api.dsmlv2.Dsmlv2Parser
Launches the parsing on the input This method will parse the whole DSML document, without considering the flag storeMsgInBatchReq
parse() - Method in class org.apache.directory.api.dsmlv2.Dsmlv2ResponseParser
Launches the parsing on the input
parse(File) - Method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
Parses a file of OpenLDAP schemaObject elements/objects.
parse(File) - Method in class org.apache.directory.api.ldap.schema.converter.SchemaParser
Thread safe method parses a file of OpenLDAP schemaObject elements/objects.
parse(InputStream) - Method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
Parses a stream of OpenLDAP schemaObject elements/objects.
parse(InputStream) - Method in class org.apache.directory.api.ldap.schema.converter.SchemaParser
Thread safe method parses a stream of OpenLDAP schemaObject elements/objects.
parse(Reader) - Method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
Reads an entry in a ldif buffer, and returns the resulting lines, without comments, and unfolded.
parse(String) - Method in class org.apache.directory.api.ldap.aci.ACIItemChecker
Parses an ACIItem without exhausting the parser.
parse(String) - Method in class org.apache.directory.api.ldap.aci.ACIItemParser
Parses an ACIItem without exhausting the parser.
parse(String) - Static method in class org.apache.directory.api.ldap.model.filter.FilterParser
Parses a search filter from it's string representation to an expression node object.
parse(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.AbstractSchemaParser
Parse a SchemaObject description and returns back an instance of SchemaObject.
parse(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.AttributeTypeDescriptionSchemaParser
Parses a attribute type description according to RFC 4512:
parse(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.DitContentRuleDescriptionSchemaParser
Parses a DIT content rule description according to RFC 4512:
parse(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.DitStructureRuleDescriptionSchemaParser
Parses a DIT structure rule description according to RFC 4512:
parse(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.LdapComparatorDescriptionSchemaParser
Parses an comparator description:
parse(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.LdapSyntaxDescriptionSchemaParser
Parses a LDAP syntax description according to RFC 4512:
parse(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.MatchingRuleDescriptionSchemaParser
Parses a matching rule description according to RFC 4512:
parse(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.MatchingRuleUseDescriptionSchemaParser
Parses a matching rule use description according to RFC 4512:
parse(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.NameFormDescriptionSchemaParser
Parses a name form description according to RFC 4512:
parse(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.NormalizerDescriptionSchemaParser
Parses a normalizer description:
parse(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.ObjectClassDescriptionSchemaParser
Parses a object class definition according to RFC 4512:
parse(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
Parses an OpenLDAP schemaObject element/object.
parse(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.SyntaxCheckerDescriptionSchemaParser
Parses a syntax checker description:
parse(String) - Method in class org.apache.directory.api.ldap.model.subtree.SubtreeSpecificationChecker
Parses a subtree specification without exhausting the parser.
parse(String) - Method in class org.apache.directory.api.ldap.model.subtree.SubtreeSpecificationParser
Parses a subtree specification without exhausting the parser.
parse(String) - Method in class org.apache.directory.api.ldap.schema.converter.SchemaParser
Thread safe method parses an OpenLDAP schemaObject element/object.
parse(String) - Method in class org.apache.directory.api.ldap.trigger.TriggerSpecificationParser
Parses an TriggerSpecification without exhausting the parser.
parse(String, boolean) - Static method in class org.apache.directory.api.ldap.model.filter.FilterParser
Parses a search filter from it's string representation to an expression node object.
parse(BerValue) - Static method in class org.apache.directory.api.asn1.ber.tlv.BooleanDecoder
Parse a Value containing a byte[] and send back a boolean.
parse(BerValue) - Static method in class org.apache.directory.api.asn1.ber.tlv.IntegerDecoder
Parse a byte buffer and send back an integer
parse(BerValue) - Static method in class org.apache.directory.api.asn1.ber.tlv.LongDecoder
Parse a byte buffer and send back an integer
parse(BerValue, int, int) - Static method in class org.apache.directory.api.asn1.ber.tlv.IntegerDecoder
Parse a byte buffer and send back an integer, controlling that this number is in a specified interval.
parse(BerValue, long, long) - Static method in class org.apache.directory.api.asn1.ber.tlv.LongDecoder
Parse a byte buffer and send back an long, controlling that this number is in a specified interval.
parse(SchemaManager, String) - Static method in class org.apache.directory.api.ldap.model.filter.FilterParser
Parses a search filter from it's string representation to an expression node object, using the provided SchemaManager
parse(SchemaManager, String, boolean) - Static method in class org.apache.directory.api.ldap.model.filter.FilterParser
Parses a search filter from it's string representation to an expression node object, using the provided SchemaManager
parseAllRequests() - Method in class org.apache.directory.api.dsmlv2.Dsmlv2Parser
Parses all the requests
parseAllResponses() - Method in class org.apache.directory.api.dsmlv2.Dsmlv2ResponseParser
Parses all the responses
parseAndVerifyRequestID(String, XmlPullParser) - Static method in class org.apache.directory.api.dsmlv2.ParserUtils
Parses and verify the parsed value of the requestID
parseAttribute(byte[], Position, boolean, boolean) - Static method in class org.apache.directory.api.ldap.model.entry.AttributeUtils
Parse an attribute.
parseAttribute(char[], Position, boolean, boolean) - Static method in class org.apache.directory.api.ldap.model.entry.AttributeUtils
Parse an attribute.
parseAttributes(String) - Method in class org.apache.directory.api.ldap.model.ldif.LdifAttributesReader
A method which parses a ldif string and returns a list of Attributes.
parseAttributeType(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
Production for matching attribute type descriptions.
parseAttributeValue(String) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifReader
Parse an AttributeType/AttributeValue
parseAttributeValue(LdifEntry, String, String) - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
Parse an AttributeType/AttributeValue
parseBatchRequest() - Method in class org.apache.directory.api.dsmlv2.Dsmlv2Parser
Launches the parsing of the Batch Request only
parseBatchResponse() - Method in class org.apache.directory.api.dsmlv2.Dsmlv2ResponseParser
Launches the parsing of the Batch Response only
ParsedDnComparator - Class in org.apache.directory.api.ldap.model.schema.comparators
Compare two DNs
ParsedDnComparator(String) - Constructor for class org.apache.directory.api.ldap.model.schema.comparators.ParsedDnComparator
The ParsedDnComparator constructor.
parseDitContentRule(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
Production for matching DitContentRule descriptions.
parseDitStructureRule(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
Production for matching DitStructureRule descriptions.
parseEntry(String) - Method in class org.apache.directory.api.ldap.model.ldif.LdifAttributesReader
A method which parses a ldif string and returns an Entry.
parseEntry(SchemaManager, String) - Method in class org.apache.directory.api.ldap.model.ldif.LdifAttributesReader
A method which parses a ldif string and returns an Entry.
parseInt(String) - Static method in class org.apache.directory.api.util.Strings
Past an ASCII String to a number
parseLdapComparator(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
Production for LdapComparator descriptions.
parseLdapSyntax(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
Production for matching ldap syntax descriptions.
parseLdif(BufferedReader) - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
The main entry point of the LdifParser.
parseLdif(String) - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
A method which parses a ldif string and returns a list of entries.
parseLdifFile(String) - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
Parse a ldif file (using the default encoding).
parseLdifFile(String, String) - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
Parse a ldif file, decoding it using the given charset encoding
parseLong(BerValue) - Static method in class org.apache.directory.api.asn1.ber.tlv.LongDecoder
Helper method used to parse the long.
parseMatchingRule(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
Production for matching MatchingRule descriptions.
parseMatchingRuleUse(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
Production for matching MatchingRuleUse descriptions.
parseNameForm(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
Production for NameForm descriptions.
parseNormalizer(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
Production for Normalizer descriptions.
parseObjectClass(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
Production for matching ObjectClass descriptions.
ParserDescriptionUtils - Class in org.apache.directory.api.ldap.model.schema.parsers
Utilities for dealing with various schema descriptions.
ParserException - Exception in org.apache.directory.api.ldap.schema.converter
An exception thrown if we have an error while parsing a schema file.
ParserException() - Constructor for exception org.apache.directory.api.ldap.schema.converter.ParserException
A strandard constuctor
ParserException(String) - Constructor for exception org.apache.directory.api.ldap.schema.converter.ParserException
A constructor with a message
ParserUtils - Class in org.apache.directory.api.dsmlv2
This class is a Helper class for the DSML Parser
parseSchema() - Method in class org.apache.directory.api.ldap.schema.converter.antlrSchemaConverterParser
 
parseSyntaxChecker(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
Production for SyntaxChecker descriptions.
PARTIAL_ATTRIBUTES_LIST_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
PARTIAL_RESULTS - org.apache.directory.api.ldap.model.message.ResultCodeEnum
Servers sends this result code to LDAP v2 clients to refer them to another LDAP server.
passivateObject(PooledObject<LdapConnection>) - Method in class org.apache.directory.ldap.client.api.AbstractPoolableLdapConnectionFactory
We don't do anything with the connection.
passivateObject(PooledObject<LdapConnection>) - Method in class org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory
We don't do anything with the connection.
PASSWORD_EXPIRED - org.apache.directory.api.ldap.extras.controls.ppolicy.PasswordPolicyErrorEnum
The password has expired
PASSWORD_IN_HISTORY - org.apache.directory.api.ldap.extras.controls.ppolicy.PasswordPolicyErrorEnum
The password is in history
PASSWORD_MOD_NOT_ALLOWED - org.apache.directory.api.ldap.extras.controls.ppolicy.PasswordPolicyErrorEnum
the password modification is not allowed
PASSWORD_MODIFY_REQUEST_SEQUENCE_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify.PasswordModifyRequestStatesEnum
sequence
PASSWORD_MODIFY_RESPONSE_SEQUENCE_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify.PasswordModifyResponseStatesEnum
sequence
PASSWORD_TOO_SHORT - org.apache.directory.api.ldap.extras.controls.ppolicy.PasswordPolicyErrorEnum
The password is too short
PASSWORD_TOO_YOUNG - org.apache.directory.api.ldap.extras.controls.ppolicy.PasswordPolicyErrorEnum
The password has been changed too recently to be used
PasswordDetails - Class in org.apache.directory.api.ldap.model.password
A class to store all informations about an password.
PasswordDetails(LdapSecurityConstants, byte[], byte[]) - Constructor for class org.apache.directory.api.ldap.model.password.PasswordDetails
Creates a new PasswordDetails instance
PasswordException - Exception in org.apache.directory.ldap.client.template.exception
Thrown when an attempt to bind or modify a userPassword fails when using LdapConnectionTemplate.
PasswordException() - Constructor for exception org.apache.directory.ldap.client.template.exception.PasswordException
Creates a new PasswordException instance
PasswordExpiredResponse - Interface in org.apache.directory.api.ldap.extras.controls.passwordExpired
The PasswordPolicy expired response control, as defined by
PasswordExpiredResponseFactory - Class in org.apache.directory.api.ldap.extras.controls.passwordExpired_impl
A ControlFactory which creates PasswordExpiredResponse controls.
PasswordExpiredResponseFactory(LdapApiService) - Constructor for class org.apache.directory.api.ldap.extras.controls.passwordExpired_impl.PasswordExpiredResponseFactory
Creates a new instance of PasswordExpiredResponseFactory.
PasswordExpiredResponseImpl - Class in org.apache.directory.api.ldap.extras.controls.passwordExpired
A PasswordExpiredResponse control implementation.
PasswordExpiredResponseImpl() - Constructor for class org.apache.directory.api.ldap.extras.controls.passwordExpired.PasswordExpiredResponseImpl
Creates a new instance of a PasswordExpired Control without any response data associated with it.
PasswordModifyFactory - Class in org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify
An ExtendedOperationFactory for creating PwdModify extended request response pairs.
PasswordModifyFactory(LdapApiService) - Constructor for class org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify.PasswordModifyFactory
Creates a new instance of PasswordModifyFactory.
PasswordModifyRequest - Interface in org.apache.directory.api.ldap.extras.extended.pwdModify
The RFC 3062 PwdModify request :
PasswordModifyRequestConstants - Class in org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify
PasswordModifyRequest extended operation constants
PasswordModifyRequestContainer - Class in org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify
A container for PasswordModifyRequest codec.
PasswordModifyRequestContainer() - Constructor for class org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify.PasswordModifyRequestContainer
Creates a new PasswordModifyContainer object.
PasswordModifyRequestGrammar - Class in org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify
This class implements the PasswordModify extended operation's ASN.1 grammer.
PasswordModifyRequestGrammar() - Constructor for class org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify.PasswordModifyRequestGrammar
Creates a new PasswordModifyRequestGrammar object.
PasswordModifyRequestImpl - Class in org.apache.directory.api.ldap.extras.extended.pwdModify
The RFC 3062 PwdModify request :
PasswordModifyRequestImpl() - Constructor for class org.apache.directory.api.ldap.extras.extended.pwdModify.PasswordModifyRequestImpl
Create a new instance of the PwdModifyRequest extended operation
PasswordModifyRequestImpl(int) - Constructor for class org.apache.directory.api.ldap.extras.extended.pwdModify.PasswordModifyRequestImpl
Create a new instance of the PwdModifyRequest extended operation
PasswordModifyRequestStatesEnum - Enum in org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify
This class store the PasswordModifyRequest's grammar constants.
PasswordModifyResponse - Interface in org.apache.directory.api.ldap.extras.extended.pwdModify
The RFC 3062 PwdModify response :
PasswordModifyResponseConstants - Class in org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify
PasswordModifyResponse extended operation constants
PasswordModifyResponseContainer - Class in org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify
A container for PasswordModifyResponse codec.
PasswordModifyResponseContainer() - Constructor for class org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify.PasswordModifyResponseContainer
Creates a new PasswordModifyResponseContainer object.
PasswordModifyResponseGrammar - Class in org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify
This class implements the PasswordModifyResponse extended operation's ASN.1 grammer.
PasswordModifyResponseGrammar() - Constructor for class org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify.PasswordModifyResponseGrammar
Creates a new PasswordModifyResponseGrammar object.
PasswordModifyResponseImpl - Class in org.apache.directory.api.ldap.extras.extended.pwdModify
The RFC 3062 PwdModify response :
PasswordModifyResponseImpl() - Constructor for class org.apache.directory.api.ldap.extras.extended.pwdModify.PasswordModifyResponseImpl
Instantiates a new password Modify response.
PasswordModifyResponseImpl(int) - Constructor for class org.apache.directory.api.ldap.extras.extended.pwdModify.PasswordModifyResponseImpl
Instantiates a new password Modify response.
PasswordModifyResponseImpl(int, ResultCodeEnum) - Constructor for class org.apache.directory.api.ldap.extras.extended.pwdModify.PasswordModifyResponseImpl
Create a new instance for the PwdModify response
PasswordModifyResponseImpl(int, ResultCodeEnum, String) - Constructor for class org.apache.directory.api.ldap.extras.extended.pwdModify.PasswordModifyResponseImpl
Create a new instance for the PwdModify response
PasswordModifyResponseStatesEnum - Enum in org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify
This class store the PasswordModifyResponse's grammar constants.
PasswordPolicyErrorEnum - Enum in org.apache.directory.api.ldap.extras.controls.ppolicy
constants representing PasswordPolicyErrorS as stated in the draft
PasswordPolicyOperation - Interface in org.apache.directory.ldap.client.template
An callback for processing requests whose success/failure imply some sort of password policy information.
PasswordPolicyRequest - Interface in org.apache.directory.api.ldap.extras.controls.ppolicy
The password policy Control interface.
PasswordPolicyRequestFactory - Class in org.apache.directory.api.ldap.extras.controls.ppolicy_impl
A ControlFactory which creates PasswordPolicyRequest controls.
PasswordPolicyRequestFactory(LdapApiService) - Constructor for class org.apache.directory.api.ldap.extras.controls.ppolicy_impl.PasswordPolicyRequestFactory
Creates a new instance of PasswordPolicyRequestFactory.
PasswordPolicyRequestImpl - Class in org.apache.directory.api.ldap.extras.controls.ppolicy
A simple PasswordPolicyRequest Control implementation.
PasswordPolicyRequestImpl() - Constructor for class org.apache.directory.api.ldap.extras.controls.ppolicy.PasswordPolicyRequestImpl
Creates a new instance of a PasswordPolicy request Control without any response data associated with it.
PasswordPolicyResponder - Interface in org.apache.directory.ldap.client.template
A class for translating the outcome of a PasswordPolicyOperation.
PasswordPolicyResponse - Interface in org.apache.directory.api.ldap.extras.controls.ppolicy
The PasswordPolicy response.
PasswordPolicyResponseContainer - Class in org.apache.directory.api.ldap.extras.controls.ppolicy_impl
container for PasswordPolicyResponseControl.
PasswordPolicyResponseContainer(Control) - Constructor for class org.apache.directory.api.ldap.extras.controls.ppolicy_impl.PasswordPolicyResponseContainer
Creates a new StoredProcedureContainer instance
PasswordPolicyResponseFactory - Class in org.apache.directory.api.ldap.extras.controls.ppolicy_impl
A ControlFactory which creates PasswordPolicyResponse controls.
PasswordPolicyResponseFactory(LdapApiService) - Constructor for class org.apache.directory.api.ldap.extras.controls.ppolicy_impl.PasswordPolicyResponseFactory
Creates a new instance of PasswordPolicyResponseFactory.
PasswordPolicyResponseGrammar - Class in org.apache.directory.api.ldap.extras.controls.ppolicy_impl
Grammar for decoding PasswordPolicyResponseControl.
PasswordPolicyResponseImpl - Class in org.apache.directory.api.ldap.extras.controls.ppolicy
A PasswordPolicyResponse.
PasswordPolicyResponseImpl() - Constructor for class org.apache.directory.api.ldap.extras.controls.ppolicy.PasswordPolicyResponseImpl
Creates a new instance of a PasswordPolicy response Control.
PasswordPolicyResponseStates - Enum in org.apache.directory.api.ldap.extras.controls.ppolicy_impl
Various states used in PasswordPolicyResponseGrammar.
PasswordPolicySchemaConstants - Class in org.apache.directory.api.ldap.model.constants
The PasswordPolicy schema ObjectClasses and AttributeTypes.
PasswordPolicyTags - Enum in org.apache.directory.api.ldap.extras.controls.ppolicy_impl
Tags used for decoding PasswordPolicyResponseControl.
PasswordUtil - Class in org.apache.directory.api.ldap.model.password
A utility class containing methods related to processing passwords.
PasswordWarning - Interface in org.apache.directory.ldap.client.template
A container for password warning information.
PDU_DECODED - org.apache.directory.api.asn1.ber.tlv.TLVStateEnum
The decoding of a PDU is done
Permission - Class in org.apache.directory.api.ldap.aci
An abstract base class for ItemPermission and UserPermission.
PermissiveModify - Interface in org.apache.directory.api.ldap.extras.controls.permissiveModify
The Permissive Modify control.
PermissiveModifyFactory - Class in org.apache.directory.api.ldap.extras.controls.permissiveModify_impl
A codec ControlFactory implementation for PermissiveModify controls.
PermissiveModifyFactory(LdapApiService) - Constructor for class org.apache.directory.api.ldap.extras.controls.permissiveModify_impl.PermissiveModifyFactory
Creates a new instance of PermissiveModifyFactory.
PermissiveModifyImpl - Class in org.apache.directory.api.ldap.extras.controls.permissiveModify
The Permissive Modify control implementation.
PermissiveModifyImpl() - Constructor for class org.apache.directory.api.ldap.extras.controls.permissiveModify.PermissiveModifyImpl
Default constructor
PermissiveModifyImpl(boolean) - Constructor for class org.apache.directory.api.ldap.extras.controls.permissiveModify.PermissiveModifyImpl
Sets criticality when creating.
PersistentSearch - Interface in org.apache.directory.api.ldap.model.message.controls
A persistence search object, as defined in https://tools.ietf.org/html/draft-ietf-ldapext-psearch-03
PersistentSearchContainer - Class in org.apache.directory.api.ldap.codec.controls.search.persistentSearch
 
PersistentSearchContainer(Control) - Constructor for class org.apache.directory.api.ldap.codec.controls.search.persistentSearch.PersistentSearchContainer
Creates a new PSearchControlContainer object pre-populated with a PersistentSearch control
PersistentSearchFactory - Class in org.apache.directory.api.ldap.codec.controls.search.persistentSearch
A factory to create a PersistentSearch control
PersistentSearchFactory(LdapApiService) - Constructor for class org.apache.directory.api.ldap.codec.controls.search.persistentSearch.PersistentSearchFactory
Create a new PersistentSearchFactory instance
PersistentSearchGrammar - Class in org.apache.directory.api.ldap.codec.controls.search.persistentSearch
This class implements the PSearchControl.
PersistentSearchImpl - Class in org.apache.directory.api.ldap.model.message.controls
A persistence search object
PersistentSearchImpl() - Constructor for class org.apache.directory.api.ldap.model.message.controls.PersistentSearchImpl
Default constructor
PersistentSearchStates - Enum in org.apache.directory.api.ldap.codec.controls.search.persistentSearch
This class store the PSearchControl's grammar constants.
PERSON_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PERSON_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PERSONAL_SIGNATURE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PERSONAL_SIGNATURE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PERSONAL_TITLE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PERSONAL_TITLE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PHOTO_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PHOTO_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PHYSICAL_DELIVERY_OFFICE_NAME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PHYSICAL_DELIVERY_OFFICE_NAME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PILOT_DSA_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PILOT_DSA_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PILOT_ORGANIZATION_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PILOT_ORGANIZATION_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PILOT_PERSON_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PILOT_PERSON_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PKCS5S2_LENGTH - Static variable in class org.apache.directory.api.ldap.model.password.PasswordUtil
The PKCS5S2 hash length
PKCS9EMAIL_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PKI_CA_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PKI_CA_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PKI_USER_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PKI_USER_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PLAIN - Static variable in class org.apache.directory.api.ldap.model.constants.SupportedSaslMechanisms
PLAIN mechanism
PLUS - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
 
position() - Method in class org.apache.directory.api.util.ExpansibleByteBuffer
 
position(int) - Method in class org.apache.directory.api.util.ExpansibleByteBuffer
Set the position to a specific value
Position - Class in org.apache.directory.api.util
This class is used to store the position of a token in a string.
Position() - Constructor for class org.apache.directory.api.util.Position
 
POSIX_ACCOUNT_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
POSIX_ACCOUNT_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
POSIX_GROUP_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
POSIX_GROUP_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
POSTAL_ADDRESS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
POSTAL_ADDRESS_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
POSTAL_ADDRESS_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PostalAddressSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a PostalAddress according to RFC 4517 :
PostalAddressSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
POSTALCODE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
POSTALCODE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
POSTOFFICEBOX_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
POSTOFFICEBOX_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PPOLICY_ERROR_TAG - org.apache.directory.api.ldap.extras.controls.ppolicy_impl.PasswordPolicyTags
error [1]
PPOLICY_RESP_ERROR_TAG_STATE - org.apache.directory.api.ldap.extras.controls.ppolicy_impl.PasswordPolicyResponseStates
error [1] ENUMERATED transition
PPOLICY_RESP_GRACE_AUTHNS_REMAINING_STATE - org.apache.directory.api.ldap.extras.controls.ppolicy_impl.PasswordPolicyResponseStates
graceAuthNsRemaining [1] INTEGER (0 .. maxInt) } OPTIONAL transition
PPOLICY_RESP_SEQ_STATE - org.apache.directory.api.ldap.extras.controls.ppolicy_impl.PasswordPolicyResponseStates
PasswordPolicyResponseValue ::= SEQUENCE transition
PPOLICY_RESP_TIME_BEFORE_EXPIRATION_STATE - org.apache.directory.api.ldap.extras.controls.ppolicy_impl.PasswordPolicyResponseStates
timeBeforeExpiration [0] INTEGER (0 .. maxInt) transition
PPOLICY_RESP_WARNING_TAG_STATE - org.apache.directory.api.ldap.extras.controls.ppolicy_impl.PasswordPolicyResponseStates
warning [0] CHOICE transition
PPOLICY_WARNING_TAG - org.apache.directory.api.ldap.extras.controls.ppolicy_impl.PasswordPolicyTags
warning [0]
PPolicyResponseInit - Class in org.apache.directory.api.ldap.extras.controls.ppolicy_impl
The action used to initialize the PasswordPolicyResponseControlContainer object
PPolicyResponseInit() - Constructor for class org.apache.directory.api.ldap.extras.controls.ppolicy_impl.PPolicyResponseInit
Instantiates a new PPolicyInit action.
precedence() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
precedence() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
PREFERRED_DELIVERY_METHOD_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PREFERRED_DELIVERY_METHOD_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PREFERRED_LANGUAGE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PREFERRED_LANGUAGE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PreparedNormalizer - Interface in org.apache.directory.api.ldap.model.schema
An interface that is implemented by Normalizers calling the PrepareString class.
prepareNextInput(Reader) - Method in class org.apache.directory.api.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.api.ldap.model.subtree.ReusableAntlrSubtreeSpecificationLexer
Resets the state of an antlr lexer and initializes it with new input.
PrepareString - Class in org.apache.directory.api.ldap.model.schema
This class implements the 6 steps described in RFC 4518
PrepareString.AssertionType - Enum in org.apache.directory.api.ldap.model.schema
The type of Assertion we have to normalize
PRESCRIPTIVE_ACI_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PRESCRIPTIVE_ACI_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PRESCRIPTIVE_TRIGGER_SPECIFICATION_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PRESCRIPTIVE_TRIGGER_SPECIFICATION_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PRESENCE - org.apache.directory.api.ldap.model.filter.AssertionType
presence assertion node
PresenceNode - Class in org.apache.directory.api.ldap.model.filter
Filter expression tree node representing a filter attribute value assertion for presence.
PresenceNode(String) - Constructor for class org.apache.directory.api.ldap.model.filter.PresenceNode
Creates a PresenceNode object based on an attribute.
PresenceNode(AttributeType) - Constructor for class org.apache.directory.api.ldap.model.filter.PresenceNode
Creates a PresenceNode object based on an attribute.
present(String) - Static method in class org.apache.directory.ldap.client.api.search.FilterBuilder
Returns a new FilterBuilder for testing the presence of an attributes.
PRESENT - org.apache.directory.api.ldap.extras.controls.syncrepl.syncState.SyncStateTypeEnum
The entry is present
PRESENT - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
PRESENT_FILTER_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
PRESENT_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
PRESENTATION_ADDRESS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PRESENTATION_ADDRESS_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PRESENTATION_ADDRESS_MATCH_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PRESENTATION_ADDRESS_MATCH_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PRESENTATION_ADDRESS_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PresentationAddressSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a PresentationAddressSyntax.
PresentationAddressSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
PresentFilter - Class in org.apache.directory.api.dsmlv2.request
Object to store the filter.
PresentFilter - Class in org.apache.directory.api.ldap.codec.search
Object to store the filter.
PresentFilter() - Constructor for class org.apache.directory.api.dsmlv2.request.PresentFilter
 
PresentFilter() - Constructor for class org.apache.directory.api.ldap.codec.search.PresentFilter
The constructor.
PresentFilter(int) - Constructor for class org.apache.directory.api.ldap.codec.search.PresentFilter
The constructor.
presentIn(int) - Method in enum org.apache.directory.api.ldap.model.message.controls.ChangeType
Checks via bitwise AND to see if this ChangeType value is within the supplied changeTypes.
previous() - Method in interface org.apache.directory.api.ldap.model.cursor.Cursor
Advances this Cursor to the previous position.
previous() - Method in class org.apache.directory.api.ldap.model.cursor.EmptyCursor
Advances this Cursor to the previous position.
previous() - Method in class org.apache.directory.api.ldap.model.cursor.ListCursor
Advances this Cursor to the previous position.
previous() - Method in class org.apache.directory.api.ldap.model.cursor.SetCursor
Advances this Cursor to the previous position.
previous() - Method in class org.apache.directory.api.ldap.model.cursor.SingletonCursor
Advances this Cursor to the previous position.
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_DN_STATE - org.apache.directory.api.ldap.codec.controls.search.entryChange.EntryChangeStates
previousDN
PRINCIPAL - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
PRINTABLE_STRING - org.apache.directory.api.asn1.ber.tlv.UniversalTag
value for the tag
PRINTABLE_STRING_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PrintableStringSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a Printable String according to RFC 4517.
PrintableStringSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
printErrors(List<Throwable>) - Static method in class org.apache.directory.api.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.api.ldap.model.filter.AbstractExprNode
Default implementation for this method : just throw an exception.
printRefinementToBuffer(StringBuilder) - Method in class org.apache.directory.api.ldap.model.filter.AndNode
 
printRefinementToBuffer(StringBuilder) - Method in class org.apache.directory.api.ldap.model.filter.AssertionNode
 
printRefinementToBuffer(StringBuilder) - Method in interface org.apache.directory.api.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.api.ldap.model.filter.NotNode
 
printRefinementToBuffer(StringBuilder) - Method in class org.apache.directory.api.ldap.model.filter.OrNode
 
printRefinementToBuffer(StringBuilder) - Method in class org.apache.directory.api.ldap.model.filter.SimpleNode
 
printStackTrace() - Method in exception org.apache.directory.api.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() - Method in exception org.apache.directory.api.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.
printStackTrace(PrintStream) - Method in exception org.apache.directory.api.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.api.util.exception.RuntimeMultiException
Beside printing out the standard stack trace this method prints out the stack traces of all the nested exceptions.
printStackTrace(PrintWriter) - Method in exception org.apache.directory.api.util.exception.MultiException
Beside printing out the standard stack trace this method prints out the stack traces of all the nested exceptions.
printStackTrace(PrintWriter) - Method in exception org.apache.directory.api.util.exception.RuntimeMultiException
Beside printing out the standard stack trace this method prints out the stack traces of all the nested exceptions.
printToBuffer(StringBuilder) - Method in class org.apache.directory.api.ldap.model.filter.SimpleNode
Pretty prints this expression node along with annotation information.
PROCEDURE_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureStatesEnum
Procedure
process() - Method in interface org.apache.directory.ldap.client.template.PasswordPolicyOperation
Execute operations whose results imply somme sort of password policy information.
process(PasswordPolicyOperation) - Method in class org.apache.directory.ldap.client.template.AbstractPasswordPolicyResponder
Execute the operation and translate the outcome as follows: SUCCESS: return null WARNING: return PasswordWarning FAILURE: throw PasswordException
process(PasswordPolicyOperation) - Method in interface org.apache.directory.ldap.client.template.PasswordPolicyResponder
Execute the operation and translate the outcome as follows: SUCCESS: return null WARNING: return PasswordWarning FAILURE: throw PasswordException
processDSML(InputStream, OutputStream) - Method in class org.apache.directory.api.dsmlv2.engine.Dsmlv2Engine
Uses the default UTF-8 encoding for processing the DSML
processDSML(InputStream, String, OutputStream) - Method in class org.apache.directory.api.dsmlv2.engine.Dsmlv2Engine
Processes the DSML request(s) from the given input stream with the specified encoding and writes the response to the output stream
processDSML(String) - Method in class org.apache.directory.api.dsmlv2.engine.Dsmlv2Engine
Processes the file given and return the result of the operations
processDSMLFile(File, OutputStream) - Method in class org.apache.directory.api.dsmlv2.engine.Dsmlv2Engine
Process the given file and optionally writing the output to the output stream(if not null)
processDSMLFile(String) - Method in class org.apache.directory.api.dsmlv2.engine.Dsmlv2Engine
Processes the file given and return the result of the operations
PROCESSING - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
processResponse(ResultResponse) - Static method in enum org.apache.directory.api.ldap.model.message.ResultCodeEnum
Process the response, throwing the associated exception if needed.
protectedItem() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
protectedItem() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
ProtectedItem - Class in org.apache.directory.api.ldap.aci
Defines the items to which the access controls apply.
protectedItems() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
protectedItems() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
PROTOCOL_ERROR - org.apache.directory.api.ldap.model.message.ResultCodeEnum
A protocol error should be returned by the server when an invalid or malformed request is received from the client.
PROTOCOL_INFORMATION_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PROTOCOL_INFORMATION_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PROTOCOL_INFORMATION_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PROTOCOL_INFORMATION_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PROTOCOL_INFORMATION_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PROTOCOLERROR - Static variable in class org.apache.directory.api.ldap.model.message.extended.AddNoDResponse
The single instance with protocolError result code.
PROTOCOLERROR - Static variable in class org.apache.directory.api.ldap.model.message.extended.BindNoDResponse
The single instance with protocolError result code.
PROTOCOLERROR - Static variable in class org.apache.directory.api.ldap.model.message.extended.CompareNoDResponse
The single instance with protocolError result code.
PROTOCOLERROR - Static variable in class org.apache.directory.api.ldap.model.message.extended.DeleteNoDResponse
The single instance with protocolError result code.
PROTOCOLERROR - Static variable in class org.apache.directory.api.ldap.model.message.extended.ExtendedNoDResponse
The single instance with protocolError result code.
PROTOCOLERROR - Static variable in class org.apache.directory.api.ldap.model.message.extended.ModifyDnNoDResponse
The single instance with protocolError result code.
PROTOCOLERROR - Static variable in class org.apache.directory.api.ldap.model.message.extended.ModifyNoDResponse
The single instance with protocolError result code.
PROTOCOLERROR - Static variable in class org.apache.directory.api.ldap.model.message.extended.NoticeOfDisconnect
The single instance with protocolError result code.
PROTOCOLERROR - Static variable in class org.apache.directory.api.ldap.model.message.extended.SearchNoDResponse
The single instance with protocolError result code.
ProtocolInformationSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a protocol information according to RFC 2252.
ProtocolInformationSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
PROVIDER_LOG - org.apache.directory.api.ldap.model.constants.Loggers
The dedicated logs for the replication provider
ProxiedAuthz - Interface in org.apache.directory.api.ldap.model.message.controls
Control which defines the Proxy Authorization request.
ProxiedAuthzFactory - Class in org.apache.directory.api.ldap.codec.controls.proxiedauthz
ProxiedAuthzFactory(LdapApiService) - Constructor for class org.apache.directory.api.ldap.codec.controls.proxiedauthz.ProxiedAuthzFactory
Creates a new instance of ProxiedAuthzFactory.
ProxiedAuthzImpl - Class in org.apache.directory.api.ldap.model.message.controls
Simple ProxiedAuthz implementation class.
ProxiedAuthzImpl() - Constructor for class org.apache.directory.api.ldap.model.message.controls.ProxiedAuthzImpl
Default constructor.
PSEARCH_SEQUENCE_STATE - org.apache.directory.api.ldap.codec.controls.search.persistentSearch.PersistentSearchStates
Sequence Value
put(byte) - Method in class org.apache.directory.api.asn1.util.Asn1Buffer
Store a byte at the current position in the buffer
put(byte) - Method in class org.apache.directory.api.asn1.util.Asn1Buffer2
Store a byte at the current position in the buffer
put(byte[]) - Method in class org.apache.directory.api.asn1.util.Asn1Buffer
Store some bytes at the current position in the buffer
put(byte[]) - Method in class org.apache.directory.api.asn1.util.Asn1Buffer2
Store some bytes at the current position in the buffer
put(Object, Object) - Method in class org.apache.directory.api.dsmlv2.AbstractDsmlMessageDecorator
Sets a message scope parameter.
put(Object, Object) - Method in class org.apache.directory.api.ldap.model.message.AbstractMessage
Sets a message scope parameter.
put(Object, Object) - Method in interface org.apache.directory.api.ldap.model.message.Message
Sets a message scope parameter.
put(Object, Object) - Method in class org.apache.directory.api.util.NoDuplicateKeysMap
Overrides java.util.Map.put(java.lang.Object, java.lang.Object) to prevent duplicate keys.
put(Object, Object) - Method in class org.apache.directory.api.util.SequencedHashMap
put(Object, Object) - Method in class org.apache.directory.api.util.SynchronizedLRUMap
Removes the key and its Object from the Map.
put(String, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Put an attribute (represented by its ID and some binary values) into an entry.
put(String, byte[]...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Put an attribute (represented by its ID and some binary values) into an entry.
put(String, byte[]...) - Method in class org.apache.directory.api.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.api.ldap.model.entry.DefaultEntry
Put an attribute (represented by its ID and some String values) into an entry.
put(String, String...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Put an attribute (represented by its ID and some String values) into an entry.
put(String, String...) - Method in class org.apache.directory.api.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.api.ldap.model.entry.DefaultEntry
Put an attribute (represented by its ID and some values) into an entry.
put(String, Value...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Put an attribute (represented by its ID and some values) into an entry.
put(String, Value...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Put an attribute (represented by its ID and some values) into an entry.
put(String, AttributeType, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Places a new attribute with the supplied AttributeType and some binary values into the attribute collection.
put(String, AttributeType, byte[]...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Places a new attribute with the supplied AttributeType and some binary values into the attribute collection.
put(String, AttributeType, byte[]...) - Method in class org.apache.directory.api.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.api.ldap.model.entry.DefaultEntry
Places a new attribute with the supplied AttributeType and some String values into the attribute collection.
put(String, AttributeType, String...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Places a new attribute with the supplied AttributeType and some String values into the attribute collection.
put(String, AttributeType, String...) - Method in class org.apache.directory.api.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.api.ldap.model.entry.DefaultEntry
Places a new attribute with the supplied AttributeType and some values into the attribute collection.
put(String, AttributeType, Value...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Places a new attribute with the supplied AttributeType and some values into the attribute collection.
put(String, AttributeType, Value...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Places a new attribute with the supplied AttributeType and some values into the attribute collection.
put(String, Schema) - Method in class org.apache.directory.api.ldap.model.schema.registries.LowerCaseKeyMap
put(Attribute...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Places attributes in the attribute collection.
put(Attribute...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Places attributes in the attribute collection.
put(Attribute...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Places attributes in the attribute collection.
put(AttributeType, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Places a new attribute with the supplied AttributeType and binary values into the attribute collection.
put(AttributeType, byte[]...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Places a new attribute with the supplied AttributeType and binary values into the attribute collection.
put(AttributeType, byte[]...) - Method in class org.apache.directory.api.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.api.ldap.model.entry.DefaultEntry
Places a new attribute with the supplied AttributeType and String values into the attribute collection.
put(AttributeType, String...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Places a new attribute with the supplied AttributeType and String values into the attribute collection.
put(AttributeType, String...) - Method in class org.apache.directory.api.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.api.ldap.model.entry.DefaultEntry
Places a new attribute with the supplied AttributeType and some values into the attribute collection.
put(AttributeType, Value...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Places a new attribute with the supplied AttributeType and some values into the attribute collection.
put(AttributeType, Value...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Places a new attribute with the supplied AttributeType and some values into the attribute collection.
putAll(Map) - Method in class org.apache.directory.api.util.SequencedHashMap
Adds all the mappings in the specified map to this map, replacing any mappings that already exist (as per Map.putAll(Map)).
putAll(Map<? extends String, ? extends Schema>) - Method in class org.apache.directory.api.ldap.model.schema.registries.LowerCaseKeyMap
putAttribute(String, Object) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
Add an attribute value to an existing attribute
PWD_ACCOUNT_LOCKED_TIME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_ACCOUNT_LOCKED_TIME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_ACCOUNT_LOCKED_TIME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_ACCOUNT_LOCKED_TIME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_ALLOW_USER_CHANGE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_ALLOW_USER_CHANGE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_ALLOW_USER_CHANGE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_ALLOW_USER_CHANGE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_ATTRIBUTE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_ATTRIBUTE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_ATTRIBUTE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_ATTRIBUTE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_CHANGED_TIME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_CHANGED_TIME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_CHANGED_TIME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_CHANGED_TIME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_CHECK_QUALITY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_CHECK_QUALITY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_CHECK_QUALITY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_CHECK_QUALITY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_END_TIME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_END_TIME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_END_TIME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_END_TIME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_EXPIRE_WARNING_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_EXPIRE_WARNING_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_EXPIRE_WARNING_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_EXPIRE_WARNING_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_FAILURE_COUNT_INTERVAL_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_FAILURE_COUNT_INTERVAL_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_FAILURE_COUNT_INTERVAL_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_FAILURE_COUNT_INTERVAL_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_FAILURE_TIME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_FAILURE_TIME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_FAILURE_TIME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_FAILURE_TIME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_GRACE_AUTH_N_LIMIT_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_GRACE_AUTH_N_LIMIT_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_GRACE_AUTHN_LIMIT_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_GRACE_AUTHN_LIMIT_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_GRACE_EXPIRE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_GRACE_EXPIRE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_GRACE_EXPIRE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_GRACE_EXPIRE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_GRACE_USE_TIME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_GRACE_USE_TIME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_GRACE_USE_TIME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_GRACE_USE_TIME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_HISTORY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_HISTORY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_HISTORY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_HISTORY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_IN_HISTORY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_IN_HISTORY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_IN_HISTORY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_IN_HISTORY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_LAST_SUCCESS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_LAST_SUCCESS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_LAST_SUCCESS_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_LAST_SUCCESS_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_LOCKOUT_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_LOCKOUT_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_LOCKOUT_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_LOCKOUT_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_LOCKOUT_DURATION_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_LOCKOUT_DURATION_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_LOCKOUT_DURATION_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_LOCKOUT_DURATION_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_MAX_AGE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_MAX_AGE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_MAX_AGE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_MAX_AGE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_MAX_DELAY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_MAX_DELAY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_MAX_DELAY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_MAX_DELAY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_MAX_FAILURE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_MAX_FAILURE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_MAX_FAILURE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_MAX_FAILURE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_MAX_IDLE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_MAX_IDLE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_MAX_IDLE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_MAX_IDLE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_MAX_LENGTH_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_MAX_LENGTH_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_MAX_LENGTH_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_MAX_LENGTH_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_MIN_AGE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_MIN_AGE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_MIN_AGE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_MIN_AGE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_MIN_DELAY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_MIN_DELAY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_MIN_DELAY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_MIN_DELAY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_MIN_LENGTH_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_MIN_LENGTH_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_MIN_LENGTH_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_MIN_LENGTH_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_MUST_CHANGE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_MUST_CHANGE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_MUST_CHANGE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_MUST_CHANGE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_POLICY_OC - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_POLICY_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_POLICY_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_POLICY_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_POLICY_SUBENTRY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_POLICY_SUBENTRY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_POLICY_SUBENTRY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_POLICY_SUBENTRY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_RESET_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_RESET_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_RESET_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_RESET_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_SAFE_MODIFY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_SAFE_MODIFY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_SAFE_MODIFY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_SAFE_MODIFY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_START_TIME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_START_TIME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PWD_START_TIME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
 
PWD_START_TIME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 

Q

QUALITY_LABELLED_DATA_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
QUALITY_LABELLED_DATA_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
QUOTE - Static variable in interface org.apache.directory.api.ldap.schema.converter.antlrSchemaTokenTypes
 
quotestring(AntlrDnParser.UpAndNormValue) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnParser
RFC 2253, Section 3

R

RANGE_OF_VALUES_CANDIDATE - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
RANGE_OF_VALUES_CANDIDATE - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
rangeOfValues() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
rangeOfValues() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
RangeOfValuesItem - Class in org.apache.directory.api.ldap.aci.protectedItem
Any attribute value which matches the specified filter, i.e. for which the specified filter evaluated on that attribute value would return TRUE.
RangeOfValuesItem(ExprNode) - Constructor for class org.apache.directory.api.ldap.aci.protectedItem.RangeOfValuesItem
Creates a new instance.
RANGLE - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
 
Rdn - Class in org.apache.directory.api.ldap.model.name
This class store the name-component part or the following BNF grammar (as of RFC2253, par. 3, and RFC1779, fig. 1) :
- <name-component> ::= <attributeType> <spaces> '=' <spaces> <attributeValue> <attributeTypeAndValues>
- <attributeTypeAndValues> ::= <spaces> '+' <spaces> <attributeType> <spaces> '=' <spaces> <attributeValue> <attributeTypeAndValues> | e
- <attributeType> ::= [a-zA-Z] <keychars> | <oidPrefix> [0-9] <digits> <oids> | [0-9] <digits> <oids>
- <keychars> ::= [a-zA-Z] <keychars> | [0-9] <keychars> | '-' <keychars> | e
- <oidPrefix> ::= 'OID.' | 'oid.' | e
- <oids> ::= '.' [0-9] <digits> <oids> | e
- <attributeValue> ::= <pairs-or-strings> | '#' <hexstring> |'"' <quotechar-or-pairs> '"'
- <pairs-or-strings> ::= '\' <pairchar> <pairs-or-strings> | <stringchar> <pairs-or-strings> | e
- <quotechar-or-pairs> ::= <quotechar> <quotechar-or-pairs> | '\' <pairchar> <quotechar-or-pairs> | e
- <pairchar> ::= ',' | '=' | '+' | '<' | '>' | '#' | ';' | '\' | '"' | [0-9a-fA-F] [0-9a-fA-F]
- <hexstring> ::= [0-9a-fA-F] [0-9a-fA-F] <hexpairs>
- <hexpairs> ::= [0-9a-fA-F] [0-9a-fA-F] <hexpairs> | e
- <digits> ::= [0-9] <digits> | e
- <stringchar> ::= [0x00-0xFF] - [,=+<>#;\"\n\r]
- <quotechar> ::= [0x00-0xFF] - [\"]
- <separator> ::= ',' | ';'
- <spaces> ::= ' ' <spaces> | e

A Rdn is a part of a Dn.
Rdn() - Constructor for class org.apache.directory.api.ldap.model.name.Rdn
A empty constructor.
Rdn(String) - Constructor for class org.apache.directory.api.ldap.model.name.Rdn
A constructor that parse a String representing a Rdn.
Rdn(String, String) - Constructor for class org.apache.directory.api.ldap.model.name.Rdn
A constructor that constructs a Rdn from a type and a value.
Rdn(Ava...) - Constructor for class org.apache.directory.api.ldap.model.name.Rdn
Creates a new RDN from a list of AVA
Rdn(Rdn) - Constructor for class org.apache.directory.api.ldap.model.name.Rdn
Constructs an Rdn from the given rdn.
Rdn(SchemaManager) - Constructor for class org.apache.directory.api.ldap.model.name.Rdn
Creates a new schema aware instance of Rdn.
Rdn(SchemaManager, String) - Constructor for class org.apache.directory.api.ldap.model.name.Rdn
A constructor that parse a String representing a schema aware Rdn.
Rdn(SchemaManager, String, String) - Constructor for class org.apache.directory.api.ldap.model.name.Rdn
A constructor that constructs a schema aware Rdn from a type and a value.
Rdn(SchemaManager, Ava...) - Constructor for class org.apache.directory.api.ldap.model.name.Rdn
Creates a new schema aware RDN from a list of AVA
Rdn(SchemaManager, Rdn) - Constructor for class org.apache.directory.api.ldap.model.name.Rdn
Constructs an Rdn from the given rdn.
READ - org.apache.directory.api.ldap.aci.MicroOperation
The Read permission, may be used in conjunction with any component of ProtectedItems.
READ_SOAP_HEADER - Static variable in class org.apache.directory.api.dsmlv2.ParserUtils
GrammarAction that reads the SOAP header data
readExternal(ObjectInput) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
readExternal(ObjectInput) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
readExternal(ObjectInput) - Method in class org.apache.directory.api.ldap.model.entry.DefaultModification
 
readExternal(ObjectInput) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
readExternal(ObjectInput) - Method in class org.apache.directory.api.ldap.model.entry.Value
readExternal(ObjectInput) - Method in class org.apache.directory.api.ldap.model.ldif.LdifControl
readExternal(ObjectInput) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
 
readExternal(ObjectInput) - Method in class org.apache.directory.api.ldap.model.name.Ava
We read back the data to create a new ATAV.
readExternal(ObjectInput) - Method in class org.apache.directory.api.ldap.model.name.Dn
readExternal(ObjectInput) - Method in class org.apache.directory.api.ldap.model.name.Rdn
We read back the data to create a new RDB.
readExternal(ObjectInput) - Method in class org.apache.directory.api.util.SequencedHashMap
Deserializes this map from the given stream.
readFileToByteArray(File) - Static method in class org.apache.directory.api.util.FileUtils
Reads the contents of a file into a byte array.
readFileToString(File) - Static method in class org.apache.directory.api.util.FileUtils
Deprecated.
readFileToString(File, String) - Static method in class org.apache.directory.api.util.FileUtils
Reads the contents of a file into a String.
readFileToString(File, Charset) - Static method in class org.apache.directory.api.util.FileUtils
Reads the contents of a file into a String.
readLines(File) - Static method in class org.apache.directory.api.util.FileUtils
Deprecated.
readLines(File, Charset) - Static method in class org.apache.directory.api.util.FileUtils
Reads the contents of a file line by line to a List of Strings.
readLines(InputStream, Charset) - Static method in class org.apache.directory.api.util.IOUtils
Gets the contents of an InputStream as a list of Strings, one entry per line, using the specified character encoding.
readLines(Reader) - Static method in class org.apache.directory.api.util.IOUtils
Gets the contents of a Reader as a list of Strings, one entry per line.
ReadSoapHeader - Class in org.apache.directory.api.dsmlv2.actions
The action used to read the SOAP Header
ReadSoapHeader() - Constructor for class org.apache.directory.api.dsmlv2.actions.ReadSoapHeader
Instantiates the action.
readUTF(ObjectInput) - Static method in class org.apache.directory.api.util.Unicode
Reads in a string that has been encoded using a modified UTF-8 format.
REAL - org.apache.directory.api.asn1.ber.tlv.UniversalTag
value for the tag
REF - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
REF_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
REF_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
REFERENCE_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
Referral - Interface in org.apache.directory.api.ldap.model.message
Represents a referral which is a set of alternative locations where an entry can be found.
REFERRAL - org.apache.directory.api.ldap.model.message.ResultCodeEnum
Rather than indicating an error, this result code is used to indicate that the server does not hold the target entry of the request but is able to provide alternative servers that may.
REFERRAL - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
REFERRAL_BR_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
REFERRAL_ER_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
REFERRAL_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
REFERRAL_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
REFERRAL_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
REFERRAL_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectStatesEnum
Referral
ReferralImpl - Class in org.apache.directory.api.ldap.model.message
A Referral implementation.
ReferralImpl() - Constructor for class org.apache.directory.api.ldap.model.message.ReferralImpl
 
REFERRALS_BR_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
REFERRALS_ER_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
REFERRALS_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
ReferralsPolicyEnum - Enum in org.apache.directory.api.ldap.model.message
An enum describing the three possible actions for referrals : Ignore : The referrals will be retruned as is (ie, the 'ref' attribute type will be present in the entry Follow : The referral will be chased by the client Throws : An LdapReferralException will be thrown
refinement() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
refinement() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
refinement() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
refinement() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
Refinement - Interface in org.apache.directory.api.ldap.model.subtree
An empty interface used for Refinements.
refinements() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
refinements() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
refinements() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
refinements() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
refresh() - Method in class org.apache.directory.ldap.client.api.Krb5LoginConfiguration
Interface method for reloading the configuration.
REFRESH_AND_PERSIST - org.apache.directory.api.ldap.extras.controls.SynchronizationModeEnum
Refresh and Persist mode
REFRESH_DELETE - org.apache.directory.api.ldap.extras.intermediate.syncrepl.SynchronizationInfoEnum
The refresh delete phase
REFRESH_DELETE_COOKIE_STATE - org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl.SyncInfoValueStatesEnum
RefreshDelete cookie state
REFRESH_DELETE_REFRESH_DONE_STATE - org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl.SyncInfoValueStatesEnum
RefreshDelete refreshDone state
REFRESH_DELETE_STATE - org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl.SyncInfoValueStatesEnum
RefreshDelete state
REFRESH_DELETE_TAG - org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl.SyncInfoValueTags
Refresh delete phase
REFRESH_DELETES_STATE - org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncDoneValueStatesEnum
refreshDeletes value state
REFRESH_ONLY - org.apache.directory.api.ldap.extras.controls.SynchronizationModeEnum
Refresh only mode
REFRESH_PRESENT - org.apache.directory.api.ldap.extras.intermediate.syncrepl.SynchronizationInfoEnum
The refresh present phase
REFRESH_PRESENT_COOKIE_STATE - org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl.SyncInfoValueStatesEnum
RefreshPresent cookie state
REFRESH_PRESENT_REFRESH_DONE_STATE - org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl.SyncInfoValueStatesEnum
RefreshPresent refreshDone state
REFRESH_PRESENT_STATE - org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl.SyncInfoValueStatesEnum
RefreshPresent state
REFRESH_PRESENT_TAG - org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl.SyncInfoValueTags
Refresh present phase
RegexNormalizer - Class in org.apache.directory.api.ldap.model.schema.normalizers
A Normalizer that uses Perl5 based regular expressions to normalize values.
RegexNormalizer(String, Pattern[]) - Constructor for class org.apache.directory.api.ldap.model.schema.normalizers.RegexNormalizer
Creates a Perl5 regular expression based normalizer.
RegexSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker implemented using Perl5 regular expressions to constrain values.
RegexSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
register(AttributeType) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
Registers a new SchemaObject with this registry.
register(DitContentRule) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitContentRuleRegistry
Registers a new SchemaObject with this registry.
register(DitStructureRule) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultDitStructureRuleRegistry
Registers a new SchemaObject with this registry.
register(DitStructureRule) - Method in interface org.apache.directory.api.ldap.model.schema.registries.DitStructureRuleRegistry
Registers a new DitStructureRule with this registry.
register(DitStructureRule) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitStructureRuleRegistry
Registers a new DitStructureRule with this registry.
register(LdapComparator<?>) - Method in interface org.apache.directory.api.ldap.model.schema.registries.ComparatorRegistry
Registers a new LdapComparator with this registry.
register(LdapComparator<?>) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableComparatorRegistry
Registers a new LdapComparator with this registry.
register(LdapSyntax) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
Registers a new SchemaObject with this registry.
register(MatchingRule) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
Registers a new SchemaObject with this registry.
register(MatchingRuleUse) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
Registers a new SchemaObject with this registry.
register(NameForm) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNameFormRegistry
Registers a new SchemaObject with this registry.
register(Normalizer) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNormalizerRegistry
Registers a new Normalizer with this registry.
register(Normalizer) - Method in interface org.apache.directory.api.ldap.model.schema.registries.NormalizerRegistry
Registers a new Normalizer with this registry.
register(ObjectClass) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableObjectClassRegistry
Registers a new ObjectClass with this registry.
register(ObjectClass) - Method in interface org.apache.directory.api.ldap.model.schema.registries.ObjectClassRegistry
Registers a new ObjectClass with this registry.
register(SyntaxChecker) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
Registers a new SyntaxChecker with this registry.
register(SyntaxChecker) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SyntaxCheckerRegistry
Registers a new SyntaxChecker with this registry.
register(T) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
Registers a new SchemaObject with this registry.
register(T) - Method in class org.apache.directory.api.ldap.model.schema.registries.OidRegistry
Adds an OID name pair to the registry.
register(T) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaObjectRegistry
Registers a new SchemaObject with this registry.
registerDescendants(AttributeType, AttributeType) - Method in interface org.apache.directory.api.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.api.ldap.model.schema.registries.DefaultAttributeTypeRegistry
Store the AttributeType into a map associating an AttributeType to its descendants.
registerDescendants(AttributeType, AttributeType) - Method in class org.apache.directory.api.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.api.ldap.model.schema.registries.DefaultObjectClassRegistry
Store the ObjectClass into a map associating an ObjectClass to its descendants.
registerDescendants(ObjectClass, List<ObjectClass>) - Method in class org.apache.directory.api.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.api.ldap.model.schema.registries.ObjectClassRegistry
Store the ObjectClass into a map associating an ObjectClass to its descendants.
REGISTERED_ADDRESS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
REGISTERED_ADDRESS_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
registeredExtendedRequests() - Method in interface org.apache.directory.api.ldap.codec.api.LdapApiService
Returns an Iterator over the OID Strings of registered extended requests.
registeredExtendedRequests() - Method in class org.apache.directory.api.ldap.codec.osgi.DefaultLdapCodecService
Returns an Iterator over the OID Strings of registered extended requests.
registeredExtendedResponses() - Method in interface org.apache.directory.api.ldap.codec.api.LdapApiService
Returns an Iterator over the OID Strings of registered extended responses.
registeredExtendedResponses() - Method in class org.apache.directory.api.ldap.codec.osgi.DefaultLdapCodecService
Returns an Iterator over the OID Strings of registered extended responses.
registeredIntermediateResponses() - Method in interface org.apache.directory.api.ldap.codec.api.LdapApiService
Returns an Iterator over the OID Strings of registered intermediate responses.
registeredIntermediateResponses() - Method in class org.apache.directory.api.ldap.codec.osgi.DefaultLdapCodecService
Returns an Iterator over the OID Strings of registered intermediate responses.
registeredRequestControls() - Method in interface org.apache.directory.api.ldap.codec.api.LdapApiService
Returns an Iterator over the OID Strings of registered request controls.
registeredRequestControls() - Method in class org.apache.directory.api.ldap.codec.osgi.DefaultLdapCodecService
Returns an Iterator over the OID Strings of registered request controls.
registeredResponseControls() - Method in interface org.apache.directory.api.ldap.codec.api.LdapApiService
Returns an Iterator over the OID Strings of registered response controls.
registeredResponseControls() - Method in class org.apache.directory.api.ldap.codec.osgi.DefaultLdapCodecService
Returns an Iterator over the OID Strings of registered response controls.
registerExtendedRequest(ExtendedOperationFactory) - Method in interface org.apache.directory.api.ldap.codec.api.LdapApiService
Registers an ExtendedOperationFactory for generating extended request response pairs.
registerExtendedRequest(ExtendedOperationFactory) - Method in class org.apache.directory.api.ldap.codec.osgi.DefaultLdapCodecService
Registers an ExtendedOperationFactory for generating extended request response pairs.
registerExtendedResponse(ExtendedOperationFactory) - Method in interface org.apache.directory.api.ldap.codec.api.LdapApiService
Registers an ExtendedOperationFactory for generating extended response response pairs.
registerExtendedResponse(ExtendedOperationFactory) - Method in class org.apache.directory.api.ldap.codec.osgi.DefaultLdapCodecService
Registers an ExtendedOperationFactory for generating extended response response pairs.
registerIntermediateResponse(IntermediateOperationFactory) - Method in interface org.apache.directory.api.ldap.codec.api.LdapApiService
Registers an IntermediateOperationFactory for generating intermediate response
registerIntermediateResponse(IntermediateOperationFactory) - Method in class org.apache.directory.api.ldap.codec.osgi.DefaultLdapCodecService
Registers an IntermediateOperationFactory for generating intermediate response
registerProtocolCodecFactory(ProtocolCodecFactory) - Method in interface org.apache.directory.api.ldap.codec.api.LdapApiService
Registers a ProtocolCodecFactory with this LdapCodecService.
registerProtocolCodecFactory(ProtocolCodecFactory) - Method in class org.apache.directory.api.ldap.codec.osgi.DefaultLdapCodecService
Registers a ProtocolCodecFactory with this LdapCodecService.
registerRequestControl(ControlFactory<?>) - Method in interface org.apache.directory.api.ldap.codec.api.LdapApiService
Registers an request ControlFactory with this service.
registerRequestControl(ControlFactory<?>) - Method in class org.apache.directory.api.ldap.codec.osgi.DefaultLdapCodecService
Registers an request ControlFactory with this service.
registerResponseControl(ControlFactory<?>) - Method in interface org.apache.directory.api.ldap.codec.api.LdapApiService
Registers an response ControlFactory with this service.
registerResponseControl(ControlFactory<?>) - Method in class org.apache.directory.api.ldap.codec.osgi.DefaultLdapCodecService
Registers an response ControlFactory with this service.
Registries - Class in org.apache.directory.api.ldap.model.schema.registries
Document this class.
Registries() - Constructor for class org.apache.directory.api.ldap.model.schema.registries.Registries
Creates a new instance of Registries.
REGULAR_NAME - org.apache.directory.api.ldap.model.url.HostTypeEnum
Regular name host
RELATIVE_OID - org.apache.directory.api.asn1.ber.tlv.UniversalTag
value for the tag
relativeDistinguishedName(SchemaManager, Rdn) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnParser
Parses a Rdn string.
relativeDistinguishedNames(SchemaManager, List<Rdn>) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnParser
Parses a Dn string.
RelaxControl - Interface in org.apache.directory.api.ldap.extras.controls.relax
The Relax Control interface.
RelaxControlFactory - Class in org.apache.directory.api.ldap.extras.controls.relax_impl
 
RelaxControlFactory(LdapApiService) - Constructor for class org.apache.directory.api.ldap.extras.controls.relax_impl.RelaxControlFactory
Creates a new instance of RelaxControlFactory.
RelaxControlImpl - Class in org.apache.directory.api.ldap.extras.controls.relax
The LDAP Relax Rules Control.
RelaxControlImpl() - Constructor for class org.apache.directory.api.ldap.extras.controls.relax.RelaxControlImpl
 
RelaxControlImpl(boolean) - Constructor for class org.apache.directory.api.ldap.extras.controls.relax.RelaxControlImpl
 
RELAXED - Static variable in class org.apache.directory.api.ldap.model.schema.registries.Registries
The relaxed mode
RELAXED - Static variable in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Two flags for RELAXED and STRICT, this is RELAXED
releaseConnection(LdapConnection) - Method in class org.apache.directory.ldap.client.api.LdapConnectionPool
Places the given LdapConnection back in the pool.
RELOAD_HINT_STATE - org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncRequestValueStatesEnum
reloadHint Value
remove() - Method in class org.apache.directory.api.ldap.model.cursor.CursorIterator
remove() - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
Always throws UnsupportedOperationException!
remove(byte[]...) - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
Removes all the values that are equal to the given values.
remove(byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Removes all the values that are equal to the given values.
remove(int) - Method in class org.apache.directory.api.util.SequencedHashMap
Removes the element at the specified index.
remove(Object) - Method in class org.apache.directory.api.ldap.model.schema.registries.LowerCaseKeyMap
remove(Object) - Method in class org.apache.directory.api.util.SequencedHashMap
Implements Map.remove(Object).
remove(String) - Method in class org.apache.directory.api.dsmlv2.request.ModifyRequestDsml
marks a given attribute name for removal from the target entry.
remove(String) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
marks a given attribute name for removal from the target entry.
remove(String) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
marks a given attribute name for removal from the target entry.
remove(String...) - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
Removes all the values that are equal to the given values.
remove(String...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Removes all the values that are equal to the given values.
remove(String, byte[]...) - Method in class org.apache.directory.api.dsmlv2.request.ModifyRequestDsml
remove(String, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Removes the specified binary values from an attribute.
remove(String, byte[]...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Removes the specified binary values from an attribute.
remove(String, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Removes the specified binary values from an attribute.
remove(String, byte[]...) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
 
remove(String, byte[]...) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
remove(String, String...) - Method in class org.apache.directory.api.dsmlv2.request.ModifyRequestDsml
marks a given attribute for removal with the given values from the target entry.
remove(String, String...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Removes the specified String values from an attribute.
remove(String, String...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Removes the specified String values from an attribute.
remove(String, String...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Removes the specified String values from an attribute.
remove(String, String...) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
marks a given attribute for removal with the given values from the target entry.
remove(String, String...) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
marks a given attribute for removal with the given values from the target entry.
remove(String, Value...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Removes the specified values from an attribute.
remove(String, Value...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Removes the specified values from an attribute.
remove(String, Value...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Removes the specified values from an attribute.
remove(Attribute) - Method in class org.apache.directory.api.dsmlv2.request.ModifyRequestDsml
marks a given attribute for removal from the target entry.
remove(Attribute) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
marks a given attribute for removal from the target entry.
remove(Attribute) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
marks a given attribute for removal from the target entry.
remove(Attribute...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Removes the specified attributes.
remove(Attribute...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Removes the specified attributes.
remove(Attribute...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Removes the specified attributes.
remove(Value...) - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
Removes all the values that are equal to the given values.
remove(Value...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Removes all the values that are equal to the given values.
remove(Dn) - Method in class org.apache.directory.api.ldap.util.tree.DnNode
Removes a node from the tree.
remove(AttributeType, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Removes the specified binary values from an attribute.
remove(AttributeType, byte[]...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Removes the specified binary values from an attribute.
remove(AttributeType, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Removes the specified binary values from an attribute.
remove(AttributeType, String...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Removes the specified String values from an attribute.
remove(AttributeType, String...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Removes the specified String values from an attribute.
remove(AttributeType, String...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Removes the specified String values from an attribute.
remove(AttributeType, Value...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Removes the specified values from an attribute.
remove(AttributeType, Value...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Removes the specified values from an attribute.
remove(AttributeType, Value...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Removes the specified values from an attribute.
REMOVE - org.apache.directory.api.ldap.aci.MicroOperation
The Remove permission, may be used in conjunction with any component of ProtectedItems.
REMOVE_ATTRIBUTE - org.apache.directory.api.ldap.model.entry.ModificationOperation
Removed attribute value
removeAnonAttributeType(AttributeType) - Method in class org.apache.directory.ldap.client.api.LdifAnonymizer
Remove an attributeType that has to be anonymized
removeAttribute(String) - Method in class org.apache.directory.api.dsmlv2.request.SearchRequestDsml
Removes an attribute to the set of entry attributes to return.
removeAttribute(String) - Method in interface org.apache.directory.api.ldap.model.message.SearchRequest
Removes an attribute to the set of entry attributes to return.
removeAttribute(String) - Method in class org.apache.directory.api.ldap.model.message.SearchRequestImpl
Removes an attribute to the set of entry attributes to return.
removeAttribute(String...) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
Remove a list of Attributes from the LdifEntry
removeAttributes(String...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Removes the attribute with the specified alias.
removeAttributes(String...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Removes the attribute with the specified alias.
removeAttributes(String...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Removes the attribute with the specified alias.
removeAttributes(AttributeType...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Removes the attribute with the specified AttributeTypes.
removeAttributes(AttributeType...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Removes the attribute with the specified AttributeTypes.
removeAttributes(AttributeType...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Removes the attribute with the specified AttributeTypes.
removeBinaryAttribute(String...) - Method in interface org.apache.directory.api.ldap.codec.api.ConfigurableBinaryAttributeDetector
Remove some binary Attributes Id from the list of attributes
removeBinaryAttribute(String...) - Method in class org.apache.directory.api.ldap.codec.api.DefaultConfigurableBinaryAttributeDetector
Remove some binary Attributes Id from the list of attributes
removeControl(Control) - Method in class org.apache.directory.api.dsmlv2.AbstractDsmlMessageDecorator
Deletes a control removing it from this Message.
removeControl(Control) - Method in class org.apache.directory.api.dsmlv2.request.AbandonRequestDsml
Deletes a control removing it from this Message.
removeControl(Control) - Method in class org.apache.directory.api.dsmlv2.request.AddRequestDsml
Deletes a control removing it from this Message.
removeControl(Control) - Method in class org.apache.directory.api.dsmlv2.request.BindRequestDsml
Deletes a control removing it from this Message.
removeControl(Control) - Method in class org.apache.directory.api.dsmlv2.request.CompareRequestDsml
Deletes a control removing it from this Message.
removeControl(Control) - Method in class org.apache.directory.api.dsmlv2.request.DelRequestDsml
Deletes a control removing it from this Message.
removeControl(Control) - Method in class org.apache.directory.api.dsmlv2.request.ExtendedRequestDsml
Deletes a control removing it from this Message.
removeControl(Control) - Method in class org.apache.directory.api.dsmlv2.request.ModifyDNRequestDsml
Deletes a control removing it from this Message.
removeControl(Control) - Method in class org.apache.directory.api.dsmlv2.request.ModifyRequestDsml
Deletes a control removing it from this Message.
removeControl(Control) - Method in class org.apache.directory.api.dsmlv2.request.SearchRequestDsml
Deletes a control removing it from this Message.
removeControl(Control) - Method in class org.apache.directory.api.ldap.model.message.AbandonRequestImpl
Deletes a control removing it from this Message.
removeControl(Control) - Method in class org.apache.directory.api.ldap.model.message.AbstractExtendedRequest
Deletes a control removing it from this Message.
removeControl(Control) - Method in class org.apache.directory.api.ldap.model.message.AbstractMessage
Deletes a control removing it from this Message.
removeControl(Control) - Method in interface org.apache.directory.api.ldap.model.message.AddRequest
Deletes a control removing it from this Message.
removeControl(Control) - Method in class org.apache.directory.api.ldap.model.message.AddRequestImpl
Deletes a control removing it from this Message.
removeControl(Control) - Method in interface org.apache.directory.api.ldap.model.message.BindRequest
Deletes a control removing it from this Message.
removeControl(Control) - Method in class org.apache.directory.api.ldap.model.message.BindRequestImpl
Deletes a control removing it from this Message.
removeControl(Control) - Method in interface org.apache.directory.api.ldap.model.message.CompareRequest
Deletes a control removing it from this Message.
removeControl(Control) - Method in class org.apache.directory.api.ldap.model.message.CompareRequestImpl
Deletes a control removing it from this Message.
removeControl(Control) - Method in interface org.apache.directory.api.ldap.model.message.DeleteRequest
Deletes a control removing it from this Message.
removeControl(Control) - Method in class org.apache.directory.api.ldap.model.message.DeleteRequestImpl
Deletes a control removing it from this Message.
removeControl(Control) - Method in interface org.apache.directory.api.ldap.model.message.ExtendedRequest
Deletes a control removing it from this Message.
removeControl(Control) - Method in interface org.apache.directory.api.ldap.model.message.Message
Deletes a control removing it from this Message.
removeControl(Control) - Method in interface org.apache.directory.api.ldap.model.message.ModifyDnRequest
Deletes a control removing it from this Message.
removeControl(Control) - Method in class org.apache.directory.api.ldap.model.message.ModifyDnRequestImpl
Deletes a control removing it from this Message.
removeControl(Control) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
Deletes a control removing it from this Message.
removeControl(Control) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
Deletes a control removing it from this Message.
removeControl(Control) - Method in class org.apache.directory.api.ldap.model.message.OpaqueExtendedRequest
Deletes a control removing it from this Message.
removeControl(Control) - Method in interface org.apache.directory.api.ldap.model.message.SearchRequest
Deletes a control removing it from this Message.
removeControl(Control) - Method in class org.apache.directory.api.ldap.model.message.SearchRequestImpl
Deletes a control removing it from this Message.
removeControl(Control) - Method in interface org.apache.directory.api.ldap.model.message.UnbindRequest
Deletes a control removing it from this Message.
removeControl(Control) - Method in class org.apache.directory.api.ldap.model.message.UnbindRequestImpl
Deletes a control removing it from this Message.
removeFlag(AdDirSyncResponseFlag) - Method in interface org.apache.directory.api.ldap.extras.controls.ad.AdDirSyncResponse
 
removeFlag(AdDirSyncResponseFlag) - Method in class org.apache.directory.api.ldap.extras.controls.ad.AdDirSyncResponseImpl
removeFromRegistries(AttributeType, SchemaErrorHandler, Registries) - Static method in class org.apache.directory.api.ldap.model.schema.registries.helper.AttributeTypeHelper
Remove the AttributeType from the registries, updating the references to other SchemaObject.
removeFromRegistries(LdapSyntax, SchemaErrorHandler, Registries) - Static method in class org.apache.directory.api.ldap.model.schema.registries.helper.LdapSyntaxHelper
Remove the LdapSyntax from the Registries, updating the references to other SchemaObject.
removeFromRegistries(MatchingRule, SchemaErrorHandler, Registries) - Static method in class org.apache.directory.api.ldap.model.schema.registries.helper.MatchingRuleHelper
Remove the MatchingRule from the Registries, updating the references to other SchemaObject.
removeFromRegistries(ObjectClass, SchemaErrorHandler, Registries) - Static method in class org.apache.directory.api.ldap.model.schema.registries.helper.ObjectClassHelper
Remove the ObjectClass from the registries, updating the references to other SchemaObject.
removeLdapUrl(String) - Method in interface org.apache.directory.api.ldap.model.message.Referral
Removes an LDAPv3 URL to this Referral.
removeLdapUrl(String) - Method in class org.apache.directory.api.ldap.model.message.ReferralImpl
Removes an LDAPv3 URL to this Referral.
removeMappingFor(AttributeType) - Method in interface org.apache.directory.api.ldap.model.schema.registries.AttributeTypeRegistry
Remove a new Oid/Normalizer couple in the OidNormalizer map
removeMappingFor(AttributeType) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultAttributeTypeRegistry
Remove the AttributeType normalizer from the OidNormalizer map
removeMappingFor(AttributeType) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
Remove a new Oid/Normalizer couple in the OidNormalizer map
removeModification(Modification) - Method in class org.apache.directory.api.dsmlv2.request.ModifyRequestDsml
Removes a ModificationItem to the set of modifications composing this modify request.
removeModification(Modification) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
Removes a ModificationItem to the set of modifications composing this modify request.
removeModification(Modification) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
Removes a ModificationItem to the set of modifications composing this modify request.
removeReference(SchemaObject) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
Unlink the SchemaObject references
removeRequest(DsmlDecorator<? extends Request>) - Method in class org.apache.directory.api.dsmlv2.request.BatchRequestDsml
Removes a request from the Batch Request DSML.
removeResponse(DsmlDecorator<? extends Response>) - Method in class org.apache.directory.api.dsmlv2.response.SearchResponseDsml
Removes a response.
removeResponse(DsmlDecorator<Response>) - Method in class org.apache.directory.api.dsmlv2.response.BatchResponseDsml
Removes a request from the Batch Response DSML.
removeSchema(Schema) - Method in class org.apache.directory.api.ldap.model.schema.registries.AbstractSchemaLoader
Remove a schema from the schema's list
removeSchema(Schema) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
Remove a schema from the schema's list
removeSearchResultEntry(SearchResultEntryDsml) - Method in class org.apache.directory.api.dsmlv2.response.SearchResponse
Removes a Search Result Entry
removeSearchResultReference(SearchResultReferenceDsml) - Method in class org.apache.directory.api.dsmlv2.response.SearchResponse
Removes a Search Result Reference
rename(String, String) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Renames the given entryDn with new relative distinguished name and deletes the old relative distinguished name.
rename(String, String) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
Renames the given entryDn with new relative distinguished name and deletes the old relative distinguished name.
rename(String, String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Renames the given entryDn with new relative distinguished name and deletes the old relative distinguished name.
rename(String, String, boolean) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Renames the given entryDn with new relative distinguished name and deletes the old relative distinguished name if deleteOldRdn is set to true.
rename(String, String, boolean) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
Renames the given entryDn with new relative distinguished name and deletes the old relative distinguished name if deleteOldRdn is set to true.
rename(String, String, boolean) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Renames the given entryDn with new relative distinguished name and deletes the old relative distinguished name if deleteOldRdn is set to true.
rename(Dn, Rdn) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Renames the given entryDn with new relative distinguished name and deletes the old relative distinguished name.
rename(Dn, Rdn) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
Renames the given entryDn with new relative distinguished name and deletes the old relative distinguished name.
rename(Dn, Rdn) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Renames the given entryDn with new relative distinguished name and deletes the old relative distinguished name.
rename(Dn, Rdn, boolean) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Renames the given entryDn with new relative distinguished name and deletes the old relative distinguished name if deleteOldRdn is set to true.
rename(Dn, Rdn, boolean) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
Renames the given entryDn with new relative distinguished name and deletes the old relative distinguished name 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 relative distinguished name and deletes the old relative distinguished name if deleteOldRdn is set to true.
rename(Rdn) - Method in class org.apache.directory.api.ldap.util.tree.DnNode
rename the DnNode's Dn
RENAME - org.apache.directory.api.ldap.aci.MicroOperation
The Rename permission, may be used only in conjunction with the entry component.
RENAME - org.apache.directory.api.ldap.extras.controls.SyncModifyDnType
A Rename operation
renameSchema(String, String) - Method in class org.apache.directory.api.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.api.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.api.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.api.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.api.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.api.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.api.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.api.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.api.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.api.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.api.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.api.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.api.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.api.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.api.ldap.model.schema.registries.SchemaObjectRegistry
Modify all the SchemaObject using a schemaName when this name changes.
render() - Method in enum org.apache.directory.api.ldap.model.schema.UsageEnum
Get the string representation for UsageEnum, which will be used by the AttributeType rendering
render(StringBuilder, List<String>) - Static method in class org.apache.directory.api.ldap.model.schema.SchemaUtils
Renders qdescrs into an existing buffer.
render(StringBuilder, AttributeType[]) - Static method in class org.apache.directory.api.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(StringBuilder, ObjectClass[]) - Static method in class org.apache.directory.api.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(Map<String, List<String>>) - Static method in class org.apache.directory.api.ldap.model.schema.SchemaUtils
Renders the schema extensions into a new StringBuffer.
render(AttributeType) - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectRenderer
Renders an attributeType according to the Attribute Type Description Syntax 1.3.6.1.4.1.1466.115.121.1.3.
render(AttributeType[]) - Static method in class org.apache.directory.api.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(DitContentRule) - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectRenderer
NOT FULLY IMPLEMENTED!
render(DitStructureRule) - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectRenderer
NOT FULLY IMPLEMENTED!
render(LdapSyntax) - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectRenderer
Renders a Syntax according to the LDAP Syntax Description Syntax 1.3.6.1.4.1.1466.115.121.1.54.
render(LoadableSchemaObject) - Static method in class org.apache.directory.api.ldap.model.schema.SchemaUtils
Returns a String description of a schema.
render(MatchingRule) - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectRenderer
Renders an matchingRule according to the MatchingRule Description Syntax 1.3.6.1.4.1.1466.115.121.1.30.
render(MatchingRuleUse) - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectRenderer
NOT FULLY IMPLEMENTED!
render(NameForm) - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectRenderer
NOT FULLY IMPLEMENTED!
render(ObjectClass) - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectRenderer
Renders an objectClass according to the Object Class Description Syntax 1.3.6.1.4.1.1466.115.121.1.37.
render(ObjectClass[]) - Static method in class org.apache.directory.api.ldap.model.schema.SchemaUtils
Renders a list of object classes for things like a list of superior objectClasses using the ( oid $ oid ) format.
render(UsageEnum) - Static method in enum org.apache.directory.api.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.api.dsmlv2.request.ModifyRequestDsml
replace(String) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
 
replace(String) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
 
replace(String, byte[]...) - Method in class org.apache.directory.api.dsmlv2.request.ModifyRequestDsml
replace(String, byte[]...) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
 
replace(String, byte[]...) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
 
replace(String, String...) - Method in class org.apache.directory.api.dsmlv2.request.ModifyRequestDsml
marks a given attribute for replacement with the given values in the target entry.
replace(String, String...) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
marks a given attribute for replacement with the given values in the target entry.
replace(String, String...) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
marks a given attribute for replacement with the given values in the target entry.
replace(Attribute) - Method in class org.apache.directory.api.dsmlv2.request.ModifyRequestDsml
marks a given attribute for replacement in the target entry.
replace(Attribute) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
marks a given attribute for replacement in the target entry.
replace(Attribute) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
marks a given attribute for replacement in the target entry.
REPLACE - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
REPLACE_ATTRIBUTE - org.apache.directory.api.ldap.model.entry.ModificationOperation
Replaced attribute value
REPLICATED_CONTEXTS_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectStatesEnum
Replicated contexts
Request - Interface in org.apache.directory.api.ldap.model.message
Ldap protocol request messages derive from this super interface.
REQUEST - org.apache.directory.api.ldap.codec.standalone.StandaloneLdapApiService.ControlType
 
REQUEST_CONTROLS_LIST - Static variable in class org.apache.directory.api.ldap.codec.standalone.StandaloneLdapApiService
The list of request controls to load at startup
REQUEST_ID - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
REQUEST_NAME - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
REQUEST_NAME_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
REQUEST_VALUE - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
REQUEST_VALUE_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
requestAbandoned(AbandonableRequest) - Method in interface org.apache.directory.api.ldap.model.message.AbandonListener
Notifies that a request has been abandoned.
RequestBuilder<T> - Interface in org.apache.directory.ldap.client.template
Edits a supplied request adding specifics.
RESERVED - org.apache.directory.api.ldap.extras.controls.SynchronizationModeEnum
Unused
RESERVED_0 - org.apache.directory.api.asn1.ber.tlv.UniversalTag
value for the tag
RESERVED_14 - org.apache.directory.api.asn1.ber.tlv.UniversalTag
value for the tag
RESERVED_15 - org.apache.directory.api.asn1.ber.tlv.UniversalTag
value for the tag
RESERVED_31 - org.apache.directory.api.asn1.ber.tlv.UniversalTag
value for the tag
reset() - Method in class org.apache.directory.api.asn1.ber.tlv.BerValue
Reset the Value so that it can be reused
reset() - Method in class org.apache.directory.api.asn1.ber.tlv.TLV
Reset the TLV, so it can be reused for the next PDU decoding.
reset() - Method in class org.apache.directory.api.ldap.model.schema.LoggingSchemaErrorHandler
 
reset() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaErrorHandler
Resets implementation state.
resetMonitors() - Method in class org.apache.directory.ldap.client.api.MonitoringLdapConnection
Reset the Bind and StartTLS flags
RESIDENTIAL_PERSON_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
RESIDENTIAL_PERSON_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ResourceMap - Class in org.apache.directory.api.ldap.schema.extractor.impl
Lists LDIF resources available from the classpath.
Response - Interface in org.apache.directory.api.ldap.model.message
Super interface used as a marker for all protocol response type messages.
RESPONSE - org.apache.directory.api.ldap.codec.standalone.StandaloneLdapApiService.ControlType
 
RESPONSE - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
RESPONSE_CONTROLS_LIST - Static variable in class org.apache.directory.api.ldap.codec.standalone.StandaloneLdapApiService
The list of response controls to load at startup
RESPONSE_END - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The Response End state
RESPONSE_NAME - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
RESPONSE_NAME_END - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The Response Name End state
RESPONSE_NAME_START - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The Response Name Start state
RESPONSE_NAME_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
RESPONSE_ORDER - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
RESPONSE_START - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The Response Start state
RESPONSE_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
RESPONSE_TYPES - Static variable in interface org.apache.directory.api.ldap.model.message.SearchRequest
Different response types that a search request may return.
ResponseCarryingException - Exception in org.apache.directory.api.ldap.codec.api
Thrown when a Decoder has encountered a failure condition during a decode.
ResponseCarryingException(String) - Constructor for exception org.apache.directory.api.ldap.codec.api.ResponseCarryingException
Creates a DecoderException
ResponseCarryingException(String, Throwable) - Constructor for exception org.apache.directory.api.ldap.codec.api.ResponseCarryingException
Creates a DecoderException
ResponseCarryingException(String, ResultResponse, ResultCodeEnum, Dn, Throwable) - Constructor for exception org.apache.directory.api.ldap.codec.api.ResponseCarryingException
Creates a DecoderException
ResponseCarryingMessageException - Exception in org.apache.directory.api.ldap.model.exception
This exception is thrown when a message processing error occurs.
ResponseCarryingMessageException() - Constructor for exception org.apache.directory.api.ldap.model.exception.ResponseCarryingMessageException
Constructs an Exception without a message.
ResponseCarryingMessageException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.ResponseCarryingMessageException
Constructs an Exception with a detailed message.
ResponseCarryingMessageException(String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.ResponseCarryingMessageException
Constructs an Exception with a detailed message.
ResponseCarryingMessageException(Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.ResponseCarryingMessageException
Constructs an Exception without a message.
ResponseFactory - Class in org.apache.directory.api.ldap.codec.factory
The Response factory.
ResponseFuture<R extends Response> - Interface in org.apache.directory.ldap.client.api.future
A Future implementation used in LdapConnection operations.
responseOrException(T) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
Checks the supplied response for its result code, and if not ResultCodeEnum#SUCCESS, an exception is thrown.
responseOrException(T) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Checks the supplied response for its result code, and if not ResultCodeEnum#SUCCESS, an exception is thrown.
restrictedBy() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
restrictedBy() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
RestrictedByElem - Class in org.apache.directory.api.ldap.aci.protectedItem
An element of RestrictedByItem.
RestrictedByElem(AttributeType, AttributeType) - Constructor for class org.apache.directory.api.ldap.aci.protectedItem.RestrictedByElem
Creates a new instance.
RestrictedByItem - Class in org.apache.directory.api.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.api.ldap.aci.protectedItem.RestrictedByItem
Creates a new instance.
restrictedValue() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
restrictedValue() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
RESULT_CODE - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
RESULT_CODE_BR_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
RESULT_CODE_ER_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
RESULT_CODE_STATE - org.apache.directory.api.ldap.codec.controls.sort.SortResponseStates
sortResult ENUMERATED transition
RESULT_CODE_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
ResultCodeEnum - Enum in org.apache.directory.api.ldap.model.message
Type safe LDAP message envelope result code enumeration.
ResultResponse - Interface in org.apache.directory.api.ldap.model.message
An LDAP Response that contains an LDAPResult structure within it.
ResultResponseRequest - Interface in org.apache.directory.api.ldap.model.message
A request who's one or more responses contains an LdapResult.
RESUME - org.apache.directory.api.dsmlv2.request.BatchRequestDsml.OnError
Resume on error.
RESUME - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
retryReferral() - Method in exception org.apache.directory.api.ldap.model.exception.AbstractLdapReferralException
Retry.
retryReferral() - Method in exception org.apache.directory.api.ldap.model.exception.LdapReferralException
Retry.
RETURN_DN - org.apache.directory.api.ldap.aci.MicroOperation
The ReturnDN permission, may be used only in conjunction with the entry component.
RETURN_ECS_STATE - org.apache.directory.api.ldap.codec.controls.search.persistentSearch.PersistentSearchStates
returnECs Value
ReusableAntlrSubtreeSpecificationCheckerLexer - Class in org.apache.directory.api.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.api.ldap.model.subtree.ReusableAntlrSubtreeSpecificationCheckerLexer
Creates a ReusableAntlrSubtreeSpecificationLexer instance.
ReusableAntlrSubtreeSpecificationLexer - Class in org.apache.directory.api.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.api.ldap.model.subtree.ReusableAntlrSubtreeSpecificationLexer
Creates a ReusableAntlrSubtreeSpecificationLexer instance.
reverse(Iterator<T>) - Static method in class org.apache.directory.api.util.CollectionUtils
 
REVERSE_ORDER_STATE - org.apache.directory.api.ldap.codec.controls.sort.SortRequestStates
reverseOrder [1] BOOLEAN DEFAULT FALSE transition
REVERSE_ORDER_TAG - Static variable in class org.apache.directory.api.ldap.codec.controls.sort.SortRequestFactory
ASN.1 BER tag for the backward ordering rule
reverseAdd(Dn) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifRevertor
Compute a reverse LDIF of an AddRequest.
reverseDel(Dn, Entry) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifRevertor
Compute a reverse LDIF of a DeleteRequest.
reverseModify(Dn, List<Modification>, Entry) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifRevertor
Compute the reversed LDIF for a modify request.
reverseMove(Dn, Dn) - Static method in class org.apache.directory.api.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.api.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.api.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.api.asn1.ber.AbstractContainer
Move backward in the stream to the first byte for a given TLV.
rewind() - Method in interface org.apache.directory.api.asn1.ber.Asn1Container
Move backward in the stream to the first byte for a given TLV.
RFC822_LOCAL_PART_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
RFC822_LOCAL_PART_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
RFC822_MAILBOX_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ROLE_OCCUPANT_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ROLE_OCCUPANT_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ROOM_NUMBER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ROOM_NUMBER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ROOM_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ROOM_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ROOT_DSE - Static variable in class org.apache.directory.api.ldap.model.name.Dn
The rootDSE
RULE_ID_MATCH - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
RULE_ID_MATCH_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ruleIdIterator() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultDitStructureRuleRegistry
Gets an iterator over the registered ruleId in the registry.
ruleIdIterator() - Method in interface org.apache.directory.api.ldap.model.schema.registries.DitStructureRuleRegistry
Gets an iterator over the registered ruleId in the registry.
ruleIdIterator() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitStructureRuleRegistry
Gets an iterator over the registered ruleId in the registry.
RuntimeMultiException - Exception in org.apache.directory.api.util.exception
This exception is thrown when Base class for nested exceptions.
RuntimeMultiException() - Constructor for exception org.apache.directory.api.util.exception.RuntimeMultiException
Constructs an Exception without a message.
RuntimeMultiException(String) - Constructor for exception org.apache.directory.api.util.exception.RuntimeMultiException
Constructs an Exception with a detailed message.
RuntimeMultiException(String, Throwable) - Constructor for exception org.apache.directory.api.util.exception.RuntimeMultiException
Constructs an Exception with a detailed message.

S

SAFEUTF8CHAR - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
SAFEUTF8CHAR - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
SAFEUTF8CHAR - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
SAFEUTF8CHAR - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
SAFEUTF8CHAR - Static variable in interface org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
SAFEUTF8STRING - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
SAFEUTF8STRING - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
SAFEUTF8STRING - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
SAFEUTF8STRING - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
SASL_AUTH_PENDING - org.apache.directory.api.ldap.model.message.BindStatus
We have received a SASL BindRequest
SASL_BIND_IN_PROGRESS - org.apache.directory.api.ldap.model.message.ResultCodeEnum
This result code is not an error response from the server, but rather, is a request for bind continuation.
SASL_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
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.
SaslCramMd5Request - Class in org.apache.directory.ldap.client.api
Holds the data required to complete the CRAM-MD5 SASL operation
SaslCramMd5Request() - Constructor for class org.apache.directory.ldap.client.api.SaslCramMd5Request
Creates a new instance of SaslCramMd5Request.
SaslDigestMd5Request - Class in org.apache.directory.ldap.client.api
Holds the data required to complete the DIGEST-MD5 SASL operation
SaslDigestMd5Request() - Constructor for class org.apache.directory.ldap.client.api.SaslDigestMd5Request
Creates a new instance of SaslDigestMd5Request.
SaslExternalRequest - Class in org.apache.directory.ldap.client.api
Holds the data required to complete the EXTERNAL SASL operation
SaslExternalRequest() - Constructor for class org.apache.directory.ldap.client.api.SaslExternalRequest
Creates a new instance of SaslExternalRequest.
SaslExternalRequest(String) - Constructor for class org.apache.directory.ldap.client.api.SaslExternalRequest
Creates a new instance of SaslExternalRequest.
SaslFilter - Class in org.apache.directory.api.ldap.codec.api
An IoFilterAdapter that handles integrity and confidentiality protection for a SASL bound session.
SaslFilter(SaslClient) - Constructor for class org.apache.directory.api.ldap.codec.api.SaslFilter
Creates a new instance of SaslFilter.
SaslFilter(SaslServer) - Constructor for class org.apache.directory.api.ldap.codec.api.SaslFilter
Creates a new instance of SaslFilter.
SaslGssApiRequest - Class in org.apache.directory.ldap.client.api
Holds the data required to complete the GSS-API SASL operation
SaslGssApiRequest() - Constructor for class org.apache.directory.ldap.client.api.SaslGssApiRequest
Creates a new instance of SaslGssApiRequest.
SaslPlainRequest - Class in org.apache.directory.ldap.client.api
Holds the data required to complete the SASL PLAIN operation
SaslPlainRequest() - Constructor for class org.apache.directory.ldap.client.api.SaslPlainRequest
Creates a new instance of SaslPlainRequest.
SaslQoP - Enum in org.apache.directory.api.ldap.model.constants
This enums contains values for SASL QoP (Quality of Protection).
SaslRequest - Interface in org.apache.directory.ldap.client.api
Holds the data required to complete the SASL operation
SaslSecurityStrength - Enum in org.apache.directory.api.ldap.model.constants
This enums contains values for SASL Security Strength.
Schema - Class in org.apache.directory.api.ldap.schema.converter
A bean used to hold a schema.
Schema - Interface in org.apache.directory.api.ldap.model.schema.registries
Base schema interface.
Schema() - Constructor for class org.apache.directory.api.ldap.schema.converter.Schema
 
SCHEMA_MODIFICATIONS_DN - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SCHEMA_NAME - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
SCHEMA_OTHER - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
SchemaBinaryAttributeDetector - Class in org.apache.directory.api.ldap.codec.api
An implementation of the BinaryAttributeDetector interface.
SchemaBinaryAttributeDetector(SchemaManager) - Constructor for class org.apache.directory.api.ldap.codec.api.SchemaBinaryAttributeDetector
Create an instance of SchemaBinaryAttributeDetector.
SchemaConstants - Class in org.apache.directory.api.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.api.ldap.schema.converter
An interface defining the methods to be implemented by the SchemaElement classes
SchemaElementImpl - Class in org.apache.directory.api.ldap.schema.converter
An abstract SchemaElement implementation.
SchemaElementImpl() - Constructor for class org.apache.directory.api.ldap.schema.converter.SchemaElementImpl
 
SchemaEntityFactory - Class in org.apache.directory.api.ldap.schema.loader
Showing how it's done ...
SchemaEntityFactory() - Constructor for class org.apache.directory.api.ldap.schema.loader.SchemaEntityFactory
Instantiates a new schema entity factory.
SchemaErrorHandler - Interface in org.apache.directory.api.ldap.model.schema
Interface for handling errors that occur during schema processing.
SchemaLdifExtractor - Interface in org.apache.directory.api.ldap.schema.extractor
Extracts LDIF files for the schema repository.
schemaLoaded(Schema) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
Merely adds the schema to the set of loaded schemas.
schemaLoaded(Schema) - Method in interface org.apache.directory.api.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.api.ldap.model.schema.registries
Loads schemas into registries.
SchemaLoaderListener - Interface in org.apache.directory.api.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.api.ldap.model.schema
A class used to manage access to the Schemas and Registries.
SchemaObject - Interface in org.apache.directory.api.ldap.model.schema
Most schema objects have some common attributes.
SchemaObjectRegistry<T extends SchemaObject> - Interface in org.apache.directory.api.ldap.model.schema.registries
Common schema object registry interface.
SchemaObjectRenderer - Class in org.apache.directory.api.ldap.model.schema
Renderer for schema objects.
SchemaObjectSorter - Class in org.apache.directory.api.ldap.model.schema
Various utility methods for sorting schema objects.
SchemaObjectType - Enum in org.apache.directory.api.ldap.model.schema
The SchemaObject types
SchemaObjectWrapper - Class in org.apache.directory.api.ldap.model.schema
A class containing a SchemaObject, used by the global registries.
SchemaObjectWrapper(SchemaObject) - Constructor for class org.apache.directory.api.ldap.model.schema.SchemaObjectWrapper
Creates a new instance of SchemaObjectWrapper.
SchemaParser - Class in org.apache.directory.api.ldap.schema.converter
A reusable wrapper for antlr generated schema parsers.
SchemaParser() - Constructor for class org.apache.directory.api.ldap.schema.converter.SchemaParser
Creates a reusable instance of an SchemaParser.
SchemaToLdif - Class in org.apache.directory.api.ldap.schema.converter
A class used to translate a OpenLdap schema file to a Ldif file compatible with the ApacheDS meta schema format
schemaUnloaded(Schema) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
Merely removes the schema from the set of loaded schemas.
schemaUnloaded(Schema) - Method in interface org.apache.directory.api.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.api.ldap.model.schema
Various utility methods for schema functions and objects.
SCOPE - org.apache.directory.api.ldap.model.filter.AssertionType
scope assertion node
SCOPE - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
SCOPE_BASE_OBJECT - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
The scope constants
SCOPE_SINGLE_LEVEL - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
SCOPE_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
SCOPE_WHOLE_SUBTREE - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
ScopeNode - Class in org.apache.directory.api.ldap.model.filter
Node used not to represent a published assertion but an assertion on the scope of the search.
ScopeNode(AliasDerefMode, Dn, String, SearchScope) - Constructor for class org.apache.directory.api.ldap.model.filter.ScopeNode
Creates a new ScopeNode object.
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 and scope.
search(String, String, SearchScope, String...) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
Do a search, on the base object, using the given filter and scope.
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 and scope.
search(String, String, SearchScope, String[], EntryMapper<T>) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
Searches for the entries matching the supplied criteria, feeding the result into the entryMapper, querying only the requested attributes.
search(String, String, SearchScope, String[], EntryMapper<T>) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Searches for the entries matching the supplied criteria, feeding the result into the entryMapper, querying only the requested attributes.
search(String, String, SearchScope, EntryMapper<T>) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
Searches for the entries matching the supplied criteria, feeding the result into the entryMapper.
search(String, String, SearchScope, EntryMapper<T>) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Searches for the entries matching the supplied criteria, feeding the result into the entryMapper.
search(String, FilterBuilder, SearchScope, String[], EntryMapper<T>) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
Searches for the entries matching the supplied criteria, feeding the result into the entryMapper, querying only the requested attributes.
search(String, FilterBuilder, SearchScope, String[], EntryMapper<T>) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Searches for the entries matching the supplied criteria, feeding the result into the entryMapper, querying only the requested attributes.
search(String, FilterBuilder, SearchScope, EntryMapper<T>) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
Searches for the entries matching the supplied criteria, feeding the result into the entryMapper.
search(String, FilterBuilder, SearchScope, EntryMapper<T>) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Searches for the entries matching the supplied criteria, feeding the result into the entryMapper.
search(SearchRequest) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Performs search using a search request object.
search(SearchRequest) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
Performs search using a search request object.
search(SearchRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Performs search using a search request object.
search(SearchRequest, long) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Search operation with explicit specification of operation timeout.
search(SearchRequest, EntryMapper<T>) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
Searches for the entries matching the supplied searchRequest, feeding the result into the entryMapper.
search(SearchRequest, EntryMapper<T>) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Searches for the entries matching the supplied searchRequest, feeding the result into the entryMapper.
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 and scope.
search(Dn, String, SearchScope, String...) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
Do a search, on the base object, using the given filter and scope.
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 and scope.
search(Dn, String, SearchScope, String[], EntryMapper<T>) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
Searches for the entries matching the supplied criteria, feeding the result into the entryMapper, querying only the requested attributes.
search(Dn, String, SearchScope, String[], EntryMapper<T>) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Searches for the entries matching the supplied criteria, feeding the result into the entryMapper, querying only the requested attributes.
search(Dn, String, SearchScope, EntryMapper<T>) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
Searches for the entries matching the supplied criteria, feeding the result into the entryMapper.
search(Dn, String, SearchScope, EntryMapper<T>) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Searches for the entries matching the supplied criteria, feeding the result into the entryMapper.
search(Dn, FilterBuilder, SearchScope, String[], EntryMapper<T>) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
Searches for the entries matching the supplied criteria, feeding the result into the entryMapper, querying only the requested attributes.
search(Dn, FilterBuilder, SearchScope, String[], EntryMapper<T>) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Searches for the entries matching the supplied criteria, feeding the result into the entryMapper, querying only the requested attributes.
search(Dn, FilterBuilder, SearchScope, EntryMapper<T>) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
Searches for the entries matching the supplied criteria, feeding the result into the entryMapper.
search(Dn, FilterBuilder, SearchScope, EntryMapper<T>) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Searches for the entries matching the supplied criteria, feeding the result into the entryMapper.
SEARCH_REQUEST - org.apache.directory.api.ldap.model.message.MessageTypeEnum
The SearchRequest message
SEARCH_REQUEST - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
SEARCH_REQUEST_ANY_END_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The </any> tag
SEARCH_REQUEST_ANY_START_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The <any> tag
SEARCH_REQUEST_APPROXMATCH_START_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The <approxMatch> tag
SEARCH_REQUEST_ATTRIBUTE_END_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The </attribute> tag
SEARCH_REQUEST_ATTRIBUTE_START_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The <attribute> tag
SEARCH_REQUEST_ATTRIBUTES_END_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The </attributes> tag
SEARCH_REQUEST_ATTRIBUTES_START_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The <attributes> tag
SEARCH_REQUEST_CONTROL_END_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The </control> tag
SEARCH_REQUEST_CONTROL_START_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The <control> tag
SEARCH_REQUEST_CONTROLVALUE_END_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The </controlValue> tag
SEARCH_REQUEST_CONTROLVALUE_START_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The <controlValue> tag
SEARCH_REQUEST_EQUALITYMATCH_START_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The <equalityMatch> tag
SEARCH_REQUEST_EXTENSIBLEMATCH_START_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The <extensibleMatch> tag
SEARCH_REQUEST_EXTENSIBLEMATCH_VALUE_END_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The </value> tag
SEARCH_REQUEST_EXTENSIBLEMATCH_VALUE_START_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The <value> tag
SEARCH_REQUEST_FILTER_END_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The </filter> tag
SEARCH_REQUEST_FILTER_LOOP - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The Filter Loop state
SEARCH_REQUEST_FILTER_START_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The <filter> tag
SEARCH_REQUEST_FINAL_END_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The </final> tag
SEARCH_REQUEST_FINAL_START_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The <final> tag
SEARCH_REQUEST_GREATEROREQUAL_START_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The <greaterOrEqual> tag
SEARCH_REQUEST_INITIAL_END_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The </initial> tag
SEARCH_REQUEST_INITIAL_START_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The <initial> tag
SEARCH_REQUEST_LESSOREQUAL_START_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The <lessOrEqual> tag
SEARCH_REQUEST_PRESENT_START_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The <present> tag
SEARCH_REQUEST_START_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The <searchRequest> tag
SEARCH_REQUEST_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
SEARCH_REQUEST_SUBSTRINGS_END_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The </subStrings> tag
SEARCH_REQUEST_SUBSTRINGS_START_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The <subStrings> tag
SEARCH_REQUEST_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
SEARCH_REQUEST_VALUE_END_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The </value> tag
SEARCH_REQUEST_VALUE_START_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The <value> tag
SEARCH_RESPONSE - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The Search Response state
SEARCH_RESPONSE - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
SEARCH_RESULT_DONE - org.apache.directory.api.ldap.model.message.MessageTypeEnum
The SeaechResultDone response message
SEARCH_RESULT_DONE - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
SEARCH_RESULT_DONE_END - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The Search Result Done End state
SEARCH_RESULT_DONE_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
SEARCH_RESULT_DONE_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
SEARCH_RESULT_ENTRY - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The Search Result Entry state
SEARCH_RESULT_ENTRY - org.apache.directory.api.ldap.model.message.MessageTypeEnum
The SearchResultEntry Response message
SEARCH_RESULT_ENTRY - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
SEARCH_RESULT_ENTRY_ATTR_END - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The Search Result Entry Attr End state
SEARCH_RESULT_ENTRY_ATTR_START - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The Search Result Entry Attr Start state
SEARCH_RESULT_ENTRY_CONTROL_END - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The Search Result Entry Control End state
SEARCH_RESULT_ENTRY_CONTROL_START - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The Search Result Entry Control Start state
SEARCH_RESULT_ENTRY_CONTROL_VALUE_END - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The Search Result Entry Control Value End state
SEARCH_RESULT_ENTRY_CONTROL_VALUE_START - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The Search Result Entry Control Value Start state
SEARCH_RESULT_ENTRY_LOOP - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The Search Result Entry Loop state
SEARCH_RESULT_ENTRY_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
SEARCH_RESULT_ENTRY_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
SEARCH_RESULT_ENTRY_VALUE_END - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The Search Result Entry Value End state
SEARCH_RESULT_ENTRY_VALUE_START - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The Search Result Entry Value Start state
SEARCH_RESULT_REFERENCE - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The Search Result Reference state
SEARCH_RESULT_REFERENCE - org.apache.directory.api.ldap.model.message.MessageTypeEnum
The earchResultReference Response message
SEARCH_RESULT_REFERENCE - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
SEARCH_RESULT_REFERENCE_CONTROL_END - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The Search Result Reference Control End state
SEARCH_RESULT_REFERENCE_CONTROL_START - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The Search Result Reference Control Start state
SEARCH_RESULT_REFERENCE_CONTROL_VALUE_END - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The Search Result Reference Control Value End state
SEARCH_RESULT_REFERENCE_CONTROL_VALUE_START - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The Search Result Reference Control Value Start state
SEARCH_RESULT_REFERENCE_LOOP - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The Search Result Reference Loop state
SEARCH_RESULT_REFERENCE_REF_END - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The Search Result Reference Ref End state
SEARCH_RESULT_REFERENCE_REF_START - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The Search Result Reference Ref Start state
SEARCH_RESULT_REFERENCE_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
SEARCH_RESULT_REFERENCE_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
SEARCH_SCOPE_SYNTAX - Static variable in class org.apache.directory.api.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(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 interface org.apache.directory.ldap.client.api.LdapAsyncConnection
Do a 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.
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(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.
SearchCursor - Interface in org.apache.directory.api.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.
searchFirst(String, String, SearchScope, String[], EntryMapper<T>) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
Searches for the first entry matching the supplied criteria, feeding the result into the entryMapper, querying only the requested attributes.
searchFirst(String, String, SearchScope, String[], EntryMapper<T>) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Searches for the first entry matching the supplied criteria, feeding the result into the entryMapper, querying only the requested attributes.
searchFirst(String, String, SearchScope, EntryMapper<T>) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
Searches for the first entry matching the supplied criteria, feeding the result into the entryMapper.
searchFirst(String, String, SearchScope, EntryMapper<T>) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Searches for the first entry matching the supplied criteria, feeding the result into the entryMapper.
searchFirst(String, FilterBuilder, SearchScope, String[], EntryMapper<T>) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
Searches for the first entry matching the supplied criteria, feeding the result into the entryMapper, querying only the requested attributes.
searchFirst(String, FilterBuilder, SearchScope, String[], EntryMapper<T>) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Searches for the first entry matching the supplied criteria, feeding the result into the entryMapper, querying only the requested attributes.
searchFirst(String, FilterBuilder, SearchScope, EntryMapper<T>) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
Searches for the first entry matching the supplied criteria, feeding the result into the entryMapper.
searchFirst(String, FilterBuilder, SearchScope, EntryMapper<T>) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Searches for the first entry matching the supplied criteria, feeding the result into the entryMapper.
searchFirst(SearchRequest, EntryMapper<T>) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
Searches for the first entry matching the supplied searchRequest, feeding the result into the entryMapper.
searchFirst(SearchRequest, EntryMapper<T>) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Searches for the first entry matching the supplied searchRequest, feeding the result into the entryMapper.
searchFirst(Dn, String, SearchScope, String[], EntryMapper<T>) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
Searches for the first entry matching the supplied criteria, feeding the result into the entryMapper, querying only the requested attributes.
searchFirst(Dn, String, SearchScope, String[], EntryMapper<T>) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Searches for the first entry matching the supplied criteria, feeding the result into the entryMapper, querying only the requested attributes.
searchFirst(Dn, String, SearchScope, EntryMapper<T>) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
Searches for the first entry matching the supplied criteria, feeding the result into the entryMapper.
searchFirst(Dn, String, SearchScope, EntryMapper<T>) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Searches for the first entry matching the supplied criteria, feeding the result into the entryMapper.
searchFirst(Dn, FilterBuilder, SearchScope, String[], EntryMapper<T>) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
Searches for the first entry matching the supplied criteria, feeding the result into the entryMapper, querying only the requested attributes.
searchFirst(Dn, FilterBuilder, SearchScope, String[], EntryMapper<T>) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Searches for the first entry matching the supplied criteria, feeding the result into the entryMapper, querying only the requested attributes.
searchFirst(Dn, FilterBuilder, SearchScope, EntryMapper<T>) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
Searches for the first entry matching the supplied criteria, feeding the result into the entryMapper.
searchFirst(Dn, FilterBuilder, SearchScope, EntryMapper<T>) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Searches for the first entry matching the supplied criteria, feeding the result into the entryMapper.
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.api.ldap.model.constants.SchemaConstants
 
SEARCHGUIDE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SearchNoDResponse - Class in org.apache.directory.api.ldap.model.message.extended
An extended operation intended for notifying clients of upcoming disconnection for the Search response.
SearchParams - Class in org.apache.directory.api.ldap.model.message
A container for Search parameters.
SearchParams() - Constructor for class org.apache.directory.api.ldap.model.message.SearchParams
Creates a new instance of SearchContext, with all the values set to default.
SearchRequest - Interface in org.apache.directory.api.ldap.model.message
Search request protocol message interface.
SearchRequestDsml - Class in org.apache.directory.api.dsmlv2.request
DSML Decorator for SearchRequest
SearchRequestDsml(LdapApiService) - Constructor for class org.apache.directory.api.dsmlv2.request.SearchRequestDsml
Creates a new getDecoratedMessage() of SearchRequestDsml.
SearchRequestDsml(LdapApiService, SearchRequest) - Constructor for class org.apache.directory.api.dsmlv2.request.SearchRequestDsml
Creates a new getDecoratedMessage() of SearchRequestDsml.
SearchRequestFactory - Class in org.apache.directory.api.ldap.codec.factory
The SearchRequest factory.
SearchRequestImpl - Class in org.apache.directory.api.ldap.model.message
SearchRequest implementation.
SearchRequestImpl() - Constructor for class org.apache.directory.api.ldap.model.message.SearchRequestImpl
Creates a SearcRequest implementing object used to search the DIT.
SearchResponse - Class in org.apache.directory.api.dsmlv2.response
This class represents the DSML Search Response
SearchResponse() - Constructor for class org.apache.directory.api.dsmlv2.response.SearchResponse
Creates a new instance of SearchResponse.
SearchResponse(int) - Constructor for class org.apache.directory.api.dsmlv2.response.SearchResponse
Creates a new instance of SearchResponse.
SearchResponseDsml - Class in org.apache.directory.api.dsmlv2.response
This class represents the Search Response Dsml Container.
SearchResponseDsml(LdapApiService) - Constructor for class org.apache.directory.api.dsmlv2.response.SearchResponseDsml
Creates a new getDecoratedMessage() of SearchResponseDsml.
SearchResponseDsml(LdapApiService, Message) - Constructor for class org.apache.directory.api.dsmlv2.response.SearchResponseDsml
Creates a new getDecoratedMessage() of SearchResponseDsml.
SearchResultDone - Interface in org.apache.directory.api.ldap.model.message
Search done protocol response message used to indicate the completion of a search request message.
SearchResultDoneDsml - Class in org.apache.directory.api.dsmlv2.response
DSML Decorator for SearchResultDone
SearchResultDoneDsml(LdapApiService) - Constructor for class org.apache.directory.api.dsmlv2.response.SearchResultDoneDsml
Creates a new getDecoratedMessage() of SearchResultDoneDsml.
SearchResultDoneDsml(LdapApiService, SearchResultDone) - Constructor for class org.apache.directory.api.dsmlv2.response.SearchResultDoneDsml
Creates a new getDecoratedMessage() of SearchResultDoneDsml.
SearchResultDoneFactory - Class in org.apache.directory.api.ldap.codec.factory
The SearchResultDone factory.
SearchResultDoneImpl - Class in org.apache.directory.api.ldap.model.message
SearchResponseDone implementation
SearchResultDoneImpl() - Constructor for class org.apache.directory.api.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.api.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.api.ldap.model.message
Search entry protocol response message used to return non referral entries to the client in response to a search request message.
SearchResultEntryDsml - Class in org.apache.directory.api.dsmlv2.response
DSML Decorator for SearchResultEntry
SearchResultEntryDsml(LdapApiService) - Constructor for class org.apache.directory.api.dsmlv2.response.SearchResultEntryDsml
Creates a new getDecoratedMessage() of SearchResultEntryDsml.
SearchResultEntryDsml(LdapApiService, SearchResultEntry) - Constructor for class org.apache.directory.api.dsmlv2.response.SearchResultEntryDsml
Creates a new getDecoratedMessage() of SearchResultEntryDsml.
SearchResultEntryFactory - Class in org.apache.directory.api.ldap.codec.factory
The SearchResultEntry factory.
SearchResultEntryImpl - Class in org.apache.directory.api.ldap.model.message
Lockable SearchResponseEntry implementation
SearchResultEntryImpl() - Constructor for class org.apache.directory.api.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.api.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.api.ldap.model.message
Search reference protocol response message used to return referrals to the client in response to a search request message.
SearchResultReferenceDsml - Class in org.apache.directory.api.dsmlv2.response
DSML Decorator for SearchResultReference
SearchResultReferenceDsml(LdapApiService) - Constructor for class org.apache.directory.api.dsmlv2.response.SearchResultReferenceDsml
Creates a new getDecoratedMessage() of SearchResultReferenceDsml.
SearchResultReferenceDsml(LdapApiService, SearchResultReference) - Constructor for class org.apache.directory.api.dsmlv2.response.SearchResultReferenceDsml
Creates a new getDecoratedMessage() of SearchResultReferenceDsml.
SearchResultReferenceFactory - Class in org.apache.directory.api.ldap.codec.factory
The SearchResultReference factory.
SearchResultReferenceImpl - Class in org.apache.directory.api.ldap.model.message
SearchResponseReference implementation
SearchResultReferenceImpl() - Constructor for class org.apache.directory.api.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.api.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.api.ldap.model.message
A search scope enumerated type.
SearchScopeSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a valid Search Scope.
SearchScopeSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
SECRETARY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SECRETARY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
secured() - Method in class org.apache.directory.ldap.client.api.future.HandshakeFuture
Set the Future to done when the TLS handshake has completed
SEE_ALSO_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SEE_ALSO_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SELF_SIGNED - org.apache.directory.api.ldap.model.exception.LdapTlsHandshakeFailCause.LdapApiReason
 
selfValue() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
selfValue() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
SelfValueItem - Class in org.apache.directory.api.ldap.aci.protectedItem
The attribute value assertion corresponding to the current requestor.
SelfValueItem(Set<AttributeType>) - Constructor for class org.apache.directory.api.ldap.aci.protectedItem.SelfValueItem
Creates a new instance.
SEMI - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
 
SEMI - Static variable in interface org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
SEP - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
SEP - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
SEP - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
SEP - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
SEP - Static variable in interface org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
sequence() - Method in class org.apache.directory.api.util.SequencedHashMap
Returns a List view of the keys rather than a set view.
SEQUENCE - org.apache.directory.api.asn1.ber.tlv.UniversalTag
SEQUENCE TAG
SEQUENCE_OF_SEQUENCE_STATE - org.apache.directory.api.ldap.codec.controls.sort.SortRequestStates
SortKeyList ::= SEQUENCE OF transition
SEQUENCE_SEQUENCE_OF - org.apache.directory.api.asn1.ber.tlv.UniversalTag
value for the tag
SEQUENCE_STATE - org.apache.directory.api.ldap.codec.controls.sort.SortResponseStates
SortResult ::= SEQUENCE transition
SEQUENCE_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.EndTransactionRequestStates
The initial SEQUENCE
SequencedHashMap - Class in org.apache.directory.api.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.api.util.SequencedHashMap
Construct a new sequenced hash map with default initial size and load factor.
SequencedHashMap(int) - Constructor for class org.apache.directory.api.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.api.util.SequencedHashMap
Construct a new sequenced hash map with the specified initial size and load factor.
SequencedHashMap(Map) - Constructor for class org.apache.directory.api.util.SequencedHashMap
Construct a new sequenced hash map and add all the elements in the specified map.
SEQUENTIAL - org.apache.directory.api.dsmlv2.request.BatchRequestDsml.Processing
Sequential processing.
SEQUENTIAL - org.apache.directory.api.dsmlv2.request.BatchRequestDsml.ResponseOrder
Sequential response order.
SEQUENTIAL - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
SERIAL_NUMBER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SERIAL_NUMBER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SerializableComparator<E> - Class in org.apache.directory.api.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.api.ldap.model.schema.comparators.SerializableComparator
Creates a new instance of SerializableComparator.
serialize(byte[], byte[], int) - Static method in class org.apache.directory.api.util.Serialize
Write a byte[] into a buffer at a given position
serialize(byte[], int) - Method in class org.apache.directory.api.ldap.model.entry.Value
Serialize the Value into a buffer at the given position.
serialize(byte[], int) - Method in class org.apache.directory.api.ldap.model.name.Ava
Serialize the AVA into a buffer at the given position.
serialize(byte[], int) - Method in class org.apache.directory.api.ldap.model.name.Rdn
Serialize a RDN into a byte[]
serialize(int, byte[], int) - Static method in class org.apache.directory.api.util.Serialize
Write an integer into a buffer at a given position
serialize(ObjectOutput) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Serialize an Entry.
Serialize - Class in org.apache.directory.api.util
A class containing static methods used to serialize and deserialize base types
serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.schema.AttributeType
The mandatory serialVersionUID
serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.schema.DitContentRule
The mandatory serialVersionUID
serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.schema.DitStructureRule
The mandatory serialVersionUID
serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.schema.LdapSyntax
The mandatory serialVersionUID
serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.schema.MatchingRule
The mandatory serialVersionUID
serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.schema.MatchingRuleUse
The mandatory serialVersionUID
serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.schema.NameForm
The mandatory serialVersionUID
serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.schema.Normalizer
The mandatory serialVersionUID
serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.schema.ObjectClass
The mandatory serialVersionUID
serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.LdapComparatorDescription
The mandatory serialVersionUID
serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.NormalizerDescription
The mandatory serialVersionUID
serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.SyntaxCheckerDescription
The mandatory serialVersionUID
serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.schema.SyntaxChecker
The mandatory serialVersionUID
SERVER_SASL_CREDENTIAL_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
SERVER_SASL_CREDENTIALS_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
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(String, Object) - Method in class org.apache.directory.api.ldap.model.filter.AbstractExprNode
 
set(String, Object) - Method in interface org.apache.directory.api.ldap.model.filter.ExprNode
Sets a annotation key to a value.
set(ExtendedResponse) - Method in class org.apache.directory.ldap.client.api.future.ExtendedFuture
Set the associated Response in this Future
set(R) - Method in class org.apache.directory.ldap.client.api.future.MultipleResponseFuture
Set the associated Response in this Future
set(R) - Method in interface org.apache.directory.ldap.client.api.future.ResponseFuture
Set the associated Response in this Future
set(R) - Method in class org.apache.directory.ldap.client.api.future.UniqueResponseFuture
Set the associated Response in this Future
SET - org.apache.directory.api.asn1.ber.tlv.UniversalTag
SET TAG
SET_SET_OF - org.apache.directory.api.asn1.ber.tlv.UniversalTag
value for the tag
setAbandoned(int) - Method in class org.apache.directory.api.dsmlv2.request.AbandonRequestDsml
Sets the id of the request operation to terminate.
setAbandoned(int) - Method in interface org.apache.directory.api.ldap.model.message.AbandonRequest
Sets the id of the request operation to terminate.
setAbandoned(int) - Method in class org.apache.directory.api.ldap.model.message.AbandonRequestImpl
Sets the id of the request operation to terminate.
setAbandonedMessageId(int) - Method in class org.apache.directory.api.dsmlv2.request.AbandonRequestDsml
Set the abandoned message ID
setAdministrativeRoles(Set<AdministrativeRole>) - Method in class org.apache.directory.api.ldap.model.subtree.Subentry
Store the Set of administrative roles supported by this Subentry
setAfterCount(int) - Method in interface org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewRequest
 
setAfterCount(int) - Method in class org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewRequestImpl
setAliasDerefMode(AliasDerefMode) - Method in class org.apache.directory.api.ldap.model.message.SearchParams
 
setAnonymizers(Map<String, Anonymizer<K>>) - Method in class org.apache.directory.api.ldap.model.ldif.anonymizer.AbstractAnonymizer
Set the list of existing anonymizers
setAnonymizers(Map<String, Anonymizer<K>>) - Method in interface org.apache.directory.api.ldap.model.ldif.anonymizer.Anonymizer
Set the list of existing anonymizers
setAny(List<String>) - Method in class org.apache.directory.api.ldap.model.filter.SubstringNode
Set the any patterns
setApplicableAttributeOids(List<String>) - Method in class org.apache.directory.api.ldap.model.schema.MatchingRuleUse
Set the matchingRule's AttributeType OIDs the MRU applies to.
setApplicableAttributes(List<AttributeType>) - Method in class org.apache.directory.api.ldap.model.schema.MatchingRuleUse
Set the matchingRule's AttributeType the MRU applies to.
setAssertion(byte[]) - Method in class org.apache.directory.api.ldap.codec.AttributeValueAssertion
 
setAssertion(AttributeValueAssertion) - Method in class org.apache.directory.api.dsmlv2.request.AttributeValueAssertionFilter
Set the assertion
setAssertion(AttributeValueAssertion) - Method in class org.apache.directory.api.ldap.codec.search.AttributeValueAssertionFilter
Set the assertion
setAssertionValue(byte[]) - Method in class org.apache.directory.api.dsmlv2.request.CompareRequestDsml
Sets the attribute value to use in the comparison.
setAssertionValue(byte[]) - Method in interface org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewRequest
 
setAssertionValue(byte[]) - Method in class org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewRequestImpl
setAssertionValue(byte[]) - Method in interface org.apache.directory.api.ldap.model.message.CompareRequest
Sets the attribute value to use in the comparison.
setAssertionValue(byte[]) - Method in class org.apache.directory.api.ldap.model.message.CompareRequestImpl
Sets the attribute value to use in the comparison.
setAssertionValue(Object) - Method in class org.apache.directory.api.dsmlv2.request.CompareRequestDsml
Set the assertion value
setAssertionValue(String) - Method in class org.apache.directory.api.dsmlv2.request.CompareRequestDsml
Sets the attribute value to use in the comparison.
setAssertionValue(String) - Method in interface org.apache.directory.api.ldap.model.message.CompareRequest
Sets the attribute value to use in the comparison.
setAssertionValue(String) - Method in class org.apache.directory.api.ldap.model.message.CompareRequestImpl
Sets the attribute value to use in the comparison.
setAssertionValue(Value) - Method in class org.apache.directory.api.dsmlv2.request.AttributeValueAssertion
Set the assertion value
setAttribute(String) - Method in class org.apache.directory.api.ldap.model.filter.LeafNode
Sets the attribute this leaf node is based on.
setAttribute(String) - Method in class org.apache.directory.api.ldap.model.filter.UndefinedNode
 
setAttribute(Attribute) - Method in class org.apache.directory.api.ldap.model.entry.DefaultModification
Set the attribute's modification
setAttribute(Attribute) - Method in interface org.apache.directory.api.ldap.model.entry.Modification
Set the attribute's modification
setAttribute(Attribute) - Method in class org.apache.directory.api.ldap.schema.loader.AttributeClassLoader
Sets the attribute.
setAttributeDesc(String) - Method in class org.apache.directory.api.dsmlv2.request.AttributeValueAssertion
Set the attribute description
setAttributeDesc(String) - Method in class org.apache.directory.api.dsmlv2.request.CompareRequestDsml
Set the attribute description
setAttributeDesc(String) - Method in class org.apache.directory.api.ldap.codec.AttributeValueAssertion
Set the attribute description
setAttributeDescription(String) - Method in class org.apache.directory.api.dsmlv2.request.PresentFilter
Set the attributeDescription
setAttributeDescription(String) - Method in class org.apache.directory.api.ldap.codec.search.PresentFilter
Set the attributeDescription
setAttributeId(String) - Method in class org.apache.directory.api.dsmlv2.request.CompareRequestDsml
Sets the attribute id used in the comparison.
setAttributeId(String) - Method in interface org.apache.directory.api.ldap.model.message.CompareRequest
Sets the attribute id used in the comparison.
setAttributeId(String) - Method in class org.apache.directory.api.ldap.model.message.CompareRequestImpl
Sets the attribute id used in the comparison.
setAttributeLatestValueMap(AttributeType, Map<Integer, ?>) - Method in class org.apache.directory.ldap.client.api.LdifAnonymizer
Set the latest value map to a defined anonymizer - if it exists -.
setAttributeName(String) - Method in interface org.apache.directory.api.ldap.model.message.controls.SortResponse
Sets the name of the first offending attribute
setAttributeName(String) - Method in class org.apache.directory.api.ldap.model.message.controls.SortResponseImpl
Sets the name of the first offending attribute
setAttributes(List<String>) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
Sets the attributes, null removes all existing attributes.
setAttributeType(AttributeType) - Method in class org.apache.directory.api.ldap.model.filter.LeafNode
Sets the attributeType this leaf node is based on.
setAttributeTypeDesc(String) - Method in class org.apache.directory.api.ldap.model.message.controls.SortKey
 
setAuthorizationId(String) - Method in class org.apache.directory.ldap.client.api.AbstractSaslRequest
Sets the Authorization ID
setAuthzId(byte[]) - Method in class org.apache.directory.api.ldap.extras.extended.whoAmI.WhoAmIResponseImpl
Set the authzId value
setAuthzId(String) - Method in interface org.apache.directory.api.ldap.model.message.controls.ProxiedAuthz
 
setAuthzId(String) - Method in class org.apache.directory.api.ldap.model.message.controls.ProxiedAuthzImpl
The authzId syntax is given by the RFC 2829 :
setAuxObjectClasses(List<ObjectClass>) - Method in class org.apache.directory.api.ldap.model.schema.DitContentRule
 
setAuxObjectClassOids(List<String>) - Method in class org.apache.directory.api.ldap.model.schema.DitContentRule
 
setBase(Dn) - Method in class org.apache.directory.api.dsmlv2.request.SearchRequestDsml
Sets the search base as a distinguished name.
setBase(Dn) - Method in interface org.apache.directory.api.ldap.model.message.SearchRequest
Sets the search base as a distinguished name.
setBase(Dn) - Method in class org.apache.directory.api.ldap.model.message.SearchRequestImpl
Sets the search base as a distinguished name.
setBase(Dn) - Method in class org.apache.directory.api.ldap.model.subtree.SubtreeSpecificationModifier
Sets the subtree base relative to the administration point.
setBatchRequest(BatchRequestDsml) - Method in class org.apache.directory.api.dsmlv2.Dsmlv2Container
Sets the DSML Batch Request
setBatchResponse(BatchResponseDsml) - Method in class org.apache.directory.api.dsmlv2.Dsmlv2Container
Sets the DSML Batch Request
setBeforeCount(int) - Method in interface org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewRequest
 
setBeforeCount(int) - Method in class org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewRequestImpl
setBinaryAttributeDetector(BinaryAttributeDetector) - Method in class org.apache.directory.api.ldap.codec.api.LdapMessageContainer
Sets the binary attribute detector
setBinaryAttributeDetector(BinaryAttributeDetector) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
Sets the object responsible for the detection of binary attributes.
setBinaryAttributeDetector(BinaryAttributeDetector) - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
 
setBinaryAttributeDetector(BinaryAttributeDetector) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
Sets the object responsible for the detection of binary attributes.
setBinaryAttributeDetector(BinaryAttributeDetector) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Sets the object responsible for the detection of binary attributes.
setBinaryAttributes(String...) - Method in interface org.apache.directory.api.ldap.codec.api.ConfigurableBinaryAttributeDetector
Inject a new set of binary attributes that will replace the old one.
setBinaryAttributes(String...) - Method in class org.apache.directory.api.ldap.codec.api.DefaultConfigurableBinaryAttributeDetector
Inject a new set of binary attributes that will replace the old one.
setBit(int) - Method in class org.apache.directory.api.asn1.util.BitString
Set a bit at a specified position.
setBoth(K, V) - Method in class org.apache.directory.api.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.api.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.api.ldap.model.schema.LoadableSchemaObject
Stores some bytecode representing the compiled Java class for this SchemaObject instance.
setCancelId(int) - Method in interface org.apache.directory.api.ldap.extras.extended.cancel.CancelRequest
Sets the message to cancel by id.
setCancelId(int) - Method in class org.apache.directory.api.ldap.extras.extended.cancel.CancelRequestImpl
Sets the message to cancel by id.
setCancelRequest(CancelRequest) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.cancel.CancelRequestContainer
Set a Cancel Object into the container.
setCause(Throwable) - Method in exception org.apache.directory.api.ldap.model.exception.LdapConfigurationException
Set the root cause.
setCause(Throwable) - Method in class org.apache.directory.api.ldap.model.exception.LdapTlsHandshakeFailCause
 
setCause(Throwable) - Method in class org.apache.directory.ldap.client.api.future.MultipleResponseFuture
Associate a cause to the ResponseFuture
setCause(Throwable) - Method in interface org.apache.directory.ldap.client.api.future.ResponseFuture
Associate a cause to the ResponseFuture
setCause(Throwable) - Method in class org.apache.directory.ldap.client.api.future.UniqueResponseFuture
Associate a cause to the ResponseFuture
setCertGenerationRequest(CertGenerationRequest) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.certGeneration.CertGenerationRequestContainer
Set a CertGenerationRequest instance into the container.
setChangeNumber(long) - Method in interface org.apache.directory.api.ldap.model.message.controls.EntryChange
Sets the ChangeNumber
setChangeNumber(long) - Method in class org.apache.directory.api.ldap.model.message.controls.EntryChangeImpl
Sets the ChangeNumber
setChangesOnly(boolean) - Method in interface org.apache.directory.api.ldap.model.message.controls.PersistentSearch
Sets the ChangesOnly flag
setChangesOnly(boolean) - Method in class org.apache.directory.api.ldap.model.message.controls.PersistentSearchImpl
Sets the ChangesOnly flag
setChangeType(String) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
Set the change type
setChangeType(ChangeType) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
Set the modification type
setChangeType(ChangeType) - Method in interface org.apache.directory.api.ldap.model.message.controls.EntryChange
Set the ChangeType
setChangeType(ChangeType) - Method in class org.apache.directory.api.ldap.model.message.controls.EntryChangeImpl
Set the ChangeType
setChangeTypes(int) - Method in interface org.apache.directory.api.ldap.model.message.controls.PersistentSearch
Set the changeType value we want to get back ( a combinaison of Add, Delete, Modify and ModifyDN)
setChangeTypes(int) - Method in class org.apache.directory.api.ldap.model.message.controls.PersistentSearchImpl
Set the changeType value we want to get back ( a combinaison of Add, Delete, Modify and ModifyDN)
setChildren(List<ExprNode>) - Method in class org.apache.directory.api.ldap.model.filter.BranchNode
Sets the list of children under this node.
setChildren(List<ExprNode>) - Method in class org.apache.directory.api.ldap.model.filter.NotNode
Sets the list of children under this node.
setChopAfterExclusions(Set<Dn>) - Method in class org.apache.directory.api.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.api.ldap.model.subtree.SubtreeSpecificationModifier
Sets the set of subordinates entries and their subordinates to exclude.
setClassType(ObjectClassTypeEnum) - Method in class org.apache.directory.api.ldap.schema.converter.ObjectClassHolder
Set the objectClass type.
setCloseTimeout(Long) - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
Sets close timeout in milliseconds.
setClosureMonitor(ClosureMonitor) - Method in class org.apache.directory.api.ldap.model.cursor.AbstractCursor
Sets a non-null closure monitor to associate with this Cursor.
setClosureMonitor(ClosureMonitor) - Method in interface org.apache.directory.api.ldap.model.cursor.Cursor
Sets a non-null closure monitor to associate with this Cursor.
setCode(LdapSchemaExceptionCodes) - Method in exception org.apache.directory.api.ldap.model.exception.LdapSchemaException
Sets the code of the exception.
setCollective(boolean) - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
Sets the collective flag
setCollective(boolean) - Method in class org.apache.directory.api.ldap.schema.converter.AttributeTypeHolder
Set the attributeType collective flag
setCommit(boolean) - Method in interface org.apache.directory.api.ldap.extras.extended.endTransaction.EndTransactionRequest
Set the Commit flag for this transaction.
setCommit(boolean) - Method in class org.apache.directory.api.ldap.extras.extended.endTransaction.EndTransactionRequestImpl
Set the Commit flag for this transaction.
setConnector(IoConnector) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Set the connector to use.
setConnectTimeout(Long) - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
Sets connect timeout in milliseconds.
setContentCount(int) - Method in interface org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewRequest
 
setContentCount(int) - Method in class org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewRequestImpl
setContentCount(int) - Method in interface org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewResponse
Sets the number of returned entries
setContentCount(int) - Method in class org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewResponseImpl
Sets the number of returned entries
setContextId(byte[]) - Method in interface org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewRequest
 
setContextId(byte[]) - Method in class org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewRequestImpl
setContextId(byte[]) - Method in interface org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewResponse
Sets the context ID
setContextId(byte[]) - Method in class org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewResponseImpl
Sets the context ID
setControl(Control) - Method in interface org.apache.directory.api.ldap.codec.api.ControlContainer
Set a Control Object into the container.
setControl(Control) - Method in class org.apache.directory.api.ldap.codec.controls.search.entryChange.EntryChangeContainer
Set a EntryChangeControl Object into the container.
setControl(Control) - Method in class org.apache.directory.api.ldap.codec.controls.search.pagedSearch.PagedResultsContainer
Set a PagedSearchControl Object into the container.
setControl(Control) - Method in class org.apache.directory.api.ldap.codec.controls.search.persistentSearch.PersistentSearchContainer
Set a PSearchControl Object into the container.
setControl(Control) - Method in class org.apache.directory.api.ldap.codec.controls.search.subentries.SubentriesContainer
Set a SubEntryControl Object into the container.
setControl(Control) - Method in class org.apache.directory.api.ldap.codec.controls.sort.SortRequestContainer
 
setControl(Control) - Method in class org.apache.directory.api.ldap.codec.controls.sort.SortResponseContainer
 
setControl(Control) - Method in class org.apache.directory.api.ldap.extras.controls.ad_impl.AdDirSyncRequestContainer
Set a AdDirSyncRequestControlCodec Object into the container.
setControl(Control) - Method in class org.apache.directory.api.ldap.extras.controls.ad_impl.AdDirSyncResponseContainer
Set a AdDirSyncResponse Control into the container.
setControl(Control) - Method in class org.apache.directory.api.ldap.extras.controls.ad_impl.AdPolicyHintsContainer
Sets the AdPolicyHints control
setControl(Control) - Method in class org.apache.directory.api.ldap.extras.controls.ppolicy_impl.PasswordPolicyResponseContainer
Sets the password policy control
setControl(Control) - Method in class org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncDoneValueContainer
Set a SyncDoneValueControlCodec Object into the container.
setControl(Control) - Method in class org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncRequestValueContainer
Set a SyncRequestValueControl Object into the container.
setControl(Control) - Method in class org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncStateValueContainer
Set a SyncStateValueControl Object into the container.
setControl(Control) - Method in class org.apache.directory.api.ldap.extras.controls.vlv_impl.VirtualListViewRequestContainer
Sets the VLV control
setControl(Control) - Method in class org.apache.directory.api.ldap.extras.controls.vlv_impl.VirtualListViewResponseContainer
Set the VLV control
setControlFactory(ControlFactory<?>) - Method in class org.apache.directory.api.ldap.codec.api.LdapMessageContainer
 
setControls(List<Control>) - Method in class org.apache.directory.api.ldap.extras.extended.endTransaction.UpdateControls
 
setControls(Set<Control>) - Method in class org.apache.directory.api.ldap.model.message.SearchParams
 
setCookie(byte[]) - Method in interface org.apache.directory.api.ldap.extras.controls.ad.AdDirSyncRequest
 
setCookie(byte[]) - Method in class org.apache.directory.api.ldap.extras.controls.ad.AdDirSyncRequestImpl
setCookie(byte[]) - Method in interface org.apache.directory.api.ldap.extras.controls.ad.AdDirSyncResponse
 
setCookie(byte[]) - Method in class org.apache.directory.api.ldap.extras.controls.ad.AdDirSyncResponseImpl
setCookie(byte[]) - Method in interface org.apache.directory.api.ldap.extras.controls.syncrepl.syncDone.SyncDoneValue
 
setCookie(byte[]) - Method in class org.apache.directory.api.ldap.extras.controls.syncrepl.syncDone.SyncDoneValueImpl
setCookie(byte[]) - Method in interface org.apache.directory.api.ldap.extras.controls.syncrepl.syncRequest.SyncRequestValue
 
setCookie(byte[]) - Method in class org.apache.directory.api.ldap.extras.controls.syncrepl.syncRequest.SyncRequestValueImpl
setCookie(byte[]) - Method in interface org.apache.directory.api.ldap.extras.controls.syncrepl.syncState.SyncStateValue
 
setCookie(byte[]) - Method in class org.apache.directory.api.ldap.extras.controls.syncrepl.syncState.SyncStateValueImpl
setCookie(byte[]) - Method in interface org.apache.directory.api.ldap.extras.intermediate.syncrepl.SyncInfoValue
 
setCookie(byte[]) - Method in class org.apache.directory.api.ldap.extras.intermediate.syncrepl.SyncInfoValueImpl
setCookie(byte[]) - Method in interface org.apache.directory.api.ldap.model.message.controls.PagedResults
Set the cookie
setCookie(byte[]) - Method in class org.apache.directory.api.ldap.model.message.controls.PagedResultsImpl
Set the cookie
setCredentials(byte[]) - Method in class org.apache.directory.api.dsmlv2.request.BindRequestDsml
Sets the simple credentials associated with a simple authentication attempt.
setCredentials(byte[]) - Method in interface org.apache.directory.api.ldap.model.message.BindRequest
Sets the simple credentials associated with a simple authentication attempt.
setCredentials(byte[]) - Method in class org.apache.directory.api.ldap.model.message.BindRequestImpl
Sets the simple credentials associated with a simple authentication attempt.
setCredentials(byte[]) - Method in class org.apache.directory.ldap.client.api.AbstractSaslRequest
Sets the credentials.
setCredentials(String) - Method in class org.apache.directory.api.dsmlv2.request.BindRequestDsml
Sets the simple credentials associated with a simple authentication attempt.
setCredentials(String) - Method in interface org.apache.directory.api.ldap.model.message.BindRequest
Sets the simple credentials associated with a simple authentication attempt.
setCredentials(String) - Method in class org.apache.directory.api.ldap.model.message.BindRequestImpl
Sets the simple credentials associated with a simple authentication attempt.
setCredentials(String) - Method in class org.apache.directory.ldap.client.api.AbstractSaslRequest
Sets the credentials.
setCredentials(String) - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
Sets the credentials.
setCritical(boolean) - Method in class org.apache.directory.api.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.api.ldap.codec.api.ControlDecorator
Set the criticality
setCritical(boolean) - Method in class org.apache.directory.api.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.api.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.api.ldap.model.message.controls.AbstractControl
Set the criticality
setCritical(boolean) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl.Extension
Sets the critical flag.
setCurrentAttribute(Attribute) - Method in class org.apache.directory.api.ldap.codec.api.LdapMessageContainer
 
setCurrentControl(Control) - Method in class org.apache.directory.api.ldap.codec.api.LdapMessageContainer
Store a newly created control
setCurrentControl(Control) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.controls.ControlsContainer
 
setCurrentControls(UpdateControls) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.EndTransactionResponseContainer
 
setCurrentFilter(Filter) - Method in class org.apache.directory.api.ldap.codec.api.LdapMessageContainer
 
setCurrentKey(SortKey) - Method in class org.apache.directory.api.ldap.codec.controls.sort.SortRequestContainer
 
setCurrentModification(Modification) - Method in class org.apache.directory.api.ldap.codec.api.LdapMessageContainer
 
setCurrentOperation(int) - Method in class org.apache.directory.api.dsmlv2.request.ModifyRequestDsml
Store the current operation
setCurrentParameter(StoredProcedureParameter) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureRequestContainer
Sets the current parameter
setCurrentTLV(TLV) - Method in class org.apache.directory.api.asn1.ber.AbstractContainer
Sets the current TLV
setCurrentTLV(TLV) - Method in interface org.apache.directory.api.asn1.ber.Asn1Container
Sets the current TLV
SetCursor<E> - Class in org.apache.directory.api.ldap.model.cursor
A simple implementation of a Cursor on a Set.
SetCursor() - Constructor for class org.apache.directory.api.ldap.model.cursor.SetCursor
Creates a new SetCursor without any elements.
SetCursor(Comparator<E>) - Constructor for class org.apache.directory.api.ldap.model.cursor.SetCursor
Creates a new SetCursor without any elements.
SetCursor(Comparator<E>, Set<E>) - Constructor for class org.apache.directory.api.ldap.model.cursor.SetCursor
Creates a new SetCursor.
SetCursor(Set<E>) - Constructor for class org.apache.directory.api.ldap.model.cursor.SetCursor
Creates a new SetCursor As with all Cursors, this SetCursor requires a successful return from advance operations (next() or previous()) to properly return values using the get() operation.
setData(byte[]) - Method in class org.apache.directory.api.asn1.ber.tlv.BerValue
Set a block of bytes in the Value
setData(byte[]) - Method in class org.apache.directory.api.asn1.util.BitString
Set a new BitString in the BitString.
setData(ByteBuffer) - Method in class org.apache.directory.api.asn1.ber.tlv.BerValue
Set a block of bytes in the Value
setDecodedBytes(int) - Method in class org.apache.directory.api.asn1.ber.AbstractContainer
setDecodedBytes(int) - Method in interface org.apache.directory.api.asn1.ber.Asn1Container
 
setDecorated(E) - Method in class org.apache.directory.api.ldap.codec.api.ControlDecorator
Set the control to be decorated.
setDefaultRegexp(String) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.FacsimileTelephoneNumberSyntaxChecker.Builder
Set the default regular expression for the Telephone number
setDefaultRegexp(String) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.TelephoneNumberSyntaxChecker.Builder
Set the default regular expression for the Telephone number
setDelay(int) - Method in interface org.apache.directory.api.ldap.extras.extended.gracefulDisconnect.GracefulDisconnectResponse
Sets the delay before disconnection, in seconds.
setDelay(int) - Method in class org.apache.directory.api.ldap.extras.extended.gracefulDisconnect.GracefulDisconnectResponseImpl
Sets the delay before disconnection, in seconds.
setDelay(int) - Method in interface org.apache.directory.api.ldap.extras.extended.gracefulShutdown.GracefulShutdownRequest
Sets the delay before disconnection, in seconds.
setDelay(int) - Method in class org.apache.directory.api.ldap.extras.extended.gracefulShutdown.GracefulShutdownRequestImpl
Sets the delay before disconnection, in seconds.
setDeleteOldRdn(boolean) - Method in class org.apache.directory.api.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.api.ldap.model.ldif.LdifEntry
Set the deleteOldRdn flag
setDeleteOldRdn(boolean) - Method in interface org.apache.directory.api.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.api.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.
setDerefAliases(AliasDerefMode) - Method in class org.apache.directory.api.dsmlv2.request.SearchRequestDsml
Sets the alias handling parameter.
setDerefAliases(AliasDerefMode) - Method in interface org.apache.directory.api.ldap.model.message.SearchRequest
Sets the alias handling parameter.
setDerefAliases(AliasDerefMode) - Method in class org.apache.directory.api.ldap.model.message.SearchRequestImpl
Sets the alias handling parameter.
setDescription(String) - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
Sets the SchemaObject's description
setDescription(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
Sets the SchemaObject's description
setDescription(String) - Method in interface org.apache.directory.api.ldap.schema.converter.SchemaElement
Set the schema element's description
setDescription(String) - Method in class org.apache.directory.api.ldap.schema.converter.SchemaElementImpl
Set the schema element's description
setDiagnosticMessage(String) - Method in class org.apache.directory.api.dsmlv2.response.LdapResultDsml
Sets the descriptive diagnostic message associated with the error code.
setDiagnosticMessage(String) - Method in interface org.apache.directory.api.ldap.model.message.LdapResult
Sets the descriptive diagnostic message associated with the error code.
setDiagnosticMessage(String) - Method in class org.apache.directory.api.ldap.model.message.LdapResultImpl
Sets the descriptive diagnostic message associated with the error code.
setDisabledAccepted(boolean) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
Change the Registries behavior regarding disabled SchemaObject element.
setDn(String) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Set this entry's Dn.
setDn(String) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Set this entry's Dn.
setDn(String) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Set this entry's Dn.
setDn(String) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
Set the Distinguished Name
setDn(Dn) - Method in class org.apache.directory.api.dsmlv2.request.BindRequestDsml
Sets the DN of the subject in this authentication request.
setDn(Dn) - Method in class org.apache.directory.api.ldap.extras.extended.whoAmI.WhoAmIResponseImpl
Set the DN
setDn(Dn) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Set this entry's Dn.
setDn(Dn) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Set this entry's Dn.
setDn(Dn) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Set this entry's Dn.
setDn(Dn) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
Set the Distinguished Name
setDn(Dn) - Method in interface org.apache.directory.api.ldap.model.message.BindRequest
Sets the DN of the subject in this authentication request.
setDn(Dn) - Method in class org.apache.directory.api.ldap.model.message.BindRequestImpl
Sets the DN of the subject in this authentication request.
setDn(Dn) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
Sets the dn.
setDnAttributes(boolean) - Method in class org.apache.directory.api.dsmlv2.request.ExtensibleMatchFilter
Set the dnAttributes flag
setDnAttributes(boolean) - Method in class org.apache.directory.api.ldap.codec.search.ExtensibleMatchFilter
Set the dnAttributes flag
setDnAttributes(boolean) - Method in class org.apache.directory.api.ldap.model.filter.ExtensibleNode
Set the dnAttributes flag
setEnabled(boolean) - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
Sets the SchemaObject state, either enabled or disabled.
setEnabled(boolean) - Method in interface org.apache.directory.api.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
setEnabledProtocols(String...) - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
Sets the protocols which are enabled
setEncodedValue(byte[]) - Method in class org.apache.directory.api.ldap.model.message.controls.OpaqueControl
Stores an opaque value into the control.
setEndTransactionRequest(EndTransactionRequest) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.EndTransactionRequestContainer
Set a EndTransactionRequest Object into the container.
setEndTransactionResponse(EndTransactionResponse) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.EndTransactionResponseContainer
Set a EndTransactionResponse Object into the container.
setEntry(Entry) - Method in class org.apache.directory.api.dsmlv2.request.AddRequestDsml
Sets the Entry to add.
setEntry(Entry) - Method in class org.apache.directory.api.dsmlv2.response.SearchResultEntryDsml
Initialize the entry.
setEntry(Entry) - Method in interface org.apache.directory.api.ldap.model.message.AddRequest
Sets the Entry to add.
setEntry(Entry) - Method in class org.apache.directory.api.ldap.model.message.AddRequestImpl
Sets the Entry to add.
setEntry(Entry) - Method in interface org.apache.directory.api.ldap.model.message.SearchResultEntry
Sets an entry
setEntry(Entry) - Method in class org.apache.directory.api.ldap.model.message.SearchResultEntryImpl
Sets the entry.
setEntry(Dn) - Method in class org.apache.directory.api.dsmlv2.request.DelRequestDsml
Set the entry to be deleted
setEntry(Dn) - Method in class org.apache.directory.api.dsmlv2.request.ModifyDNRequestDsml
Set the modification Dn.
setEntryDn(Dn) - Method in class org.apache.directory.api.dsmlv2.request.AddRequestDsml
Sets the distinguished name of the entry to add.
setEntryDn(Dn) - Method in interface org.apache.directory.api.ldap.model.message.AddRequest
Sets the distinguished name of the entry to add.
setEntryDn(Dn) - Method in class org.apache.directory.api.ldap.model.message.AddRequestImpl
Sets the distinguished name of the entry to add.
setEntryUUID(byte[]) - Method in interface org.apache.directory.api.ldap.extras.controls.syncrepl.syncState.SyncStateValue
set the entryUUID
setEntryUUID(byte[]) - Method in class org.apache.directory.api.ldap.extras.controls.syncrepl.syncState.SyncStateValueImpl
set the entryUUID
setEquality(String) - Method in class org.apache.directory.api.ldap.schema.converter.AttributeTypeHolder
Set the equality Matching Rule
setEquality(MatchingRule) - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
Sets the Equality MR for this AttributeType
setEqualityOid(String) - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
Sets the Equality OID for this AttributeType
setErrorHandler(SchemaErrorHandler) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
 
setErrorHandler(SchemaErrorHandler) - Method in class org.apache.directory.api.ldap.model.schema.registries.OidRegistry
 
setErrorHandler(SchemaErrorHandler) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
 
setErrorHandler(SchemaErrorHandler) - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
 
setErrorType(ErrorResponse.ErrorResponseType) - Method in class org.apache.directory.api.dsmlv2.response.ErrorResponse
Sets the type of error response
setExpectedLength(int) - Method in class org.apache.directory.api.asn1.ber.tlv.TLV
Set the new expected length of the current TLV.
setExpectedMatchingRuleLength(int) - Method in class org.apache.directory.api.ldap.codec.search.ExtensibleMatchFilter
Set the expectedMatchingRuleLength
setExpressions(String[]) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.RegexSyntaxChecker.Builder
Add a list of regexp to be applied by this SyntaxChecker
setExtendedFactory(ExtendedOperationFactory) - Method in class org.apache.directory.api.ldap.codec.api.LdapMessageContainer
 
setExtendedRequest(ExtendedRequest) - Method in class org.apache.directory.ldap.client.api.future.ExtendedFuture
 
setExtendedRequestFactories(Map<String, ExtendedOperationFactory>) - Method in class org.apache.directory.api.ldap.codec.osgi.DefaultLdapCodecService
 
setExtendedResponseFactories(Map<String, ExtendedOperationFactory>) - Method in class org.apache.directory.api.ldap.codec.osgi.DefaultLdapCodecService
 
setExtensions(Map<String, List<String>>) - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
Add an extensions with their values.
setExtensions(Map<String, List<String>>) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
Add an extensions with their values.
setExtensions(Map<String, List<String>>) - Method in interface org.apache.directory.api.ldap.schema.converter.SchemaElement
Set a list of extensions for a schemaElement
setExtensions(Map<String, List<String>>) - Method in class org.apache.directory.api.ldap.schema.converter.SchemaElementImpl
Set a list of extensions for a schemaElement
setFactory(ControlFactory<?>) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.controls.ControlsContainer
 
setFailedMessageId(int) - Method in interface org.apache.directory.api.ldap.extras.extended.endTransaction.EndTransactionResponse
 
setFailedMessageId(int) - Method in class org.apache.directory.api.ldap.extras.extended.endTransaction.EndTransactionResponseImpl
setFilter(String) - Method in class org.apache.directory.api.dsmlv2.request.SearchRequestDsml
Sets the search filter associated with this search request.
setFilter(String) - Method in interface org.apache.directory.api.ldap.model.message.SearchRequest
Sets the search filter associated with this search request.
setFilter(String) - Method in class org.apache.directory.api.ldap.model.message.SearchRequestImpl
Sets the search filter associated with this search request.
setFilter(String) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
Sets the filter.
setFilter(ExprNode) - Method in class org.apache.directory.api.dsmlv2.request.SearchRequestDsml
Sets the search filter associated with this search request.
setFilter(ExprNode) - Method in interface org.apache.directory.api.ldap.model.message.SearchRequest
Sets the search filter associated with this search request.
setFilter(ExprNode) - Method in class org.apache.directory.api.ldap.model.message.SearchRequestImpl
Sets the search filter associated with this search request.
setFilter(ExprNode) - Method in class org.apache.directory.api.ldap.model.subtree.SubtreeSpecificationModifier
Sets a filter
setFilterType(int) - Method in class org.apache.directory.api.dsmlv2.request.AttributeValueAssertionFilter
Set the filter type
setFilterType(int) - Method in class org.apache.directory.api.ldap.codec.search.AttributeValueAssertionFilter
Set the filter type
setFinal(String) - Method in class org.apache.directory.api.ldap.model.filter.SubstringNode
Set the final pattern
setFinalSubstrings(String) - Method in class org.apache.directory.api.dsmlv2.request.SubstringFilter
Set the final substring
setFinalSubstrings(String) - Method in class org.apache.directory.api.ldap.codec.search.SubstringFilter
Set the final substring
setFlags(int) - Method in interface org.apache.directory.api.ldap.extras.controls.ad.AdPolicyHints
Set the flags in the control.
setFlags(int) - Method in class org.apache.directory.api.ldap.extras.controls.ad.AdPolicyHintsImpl
Set the flags in the control.
setFlags(Set<AdDirSyncResponseFlag>) - Method in interface org.apache.directory.api.ldap.extras.controls.ad.AdDirSyncResponse
 
setFlags(Set<AdDirSyncResponseFlag>) - Method in class org.apache.directory.api.ldap.extras.controls.ad.AdDirSyncResponseImpl
setForceScopeRendering(boolean) - Method in class org.apache.directory.api.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.api.ldap.model.schema.DitStructureRule
Sets the associated NameForm's OID
setFqcn(String) - Method in class org.apache.directory.api.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.api.asn1.ber.AbstractContainer
Set the isGathering flag
setGathering(boolean) - Method in interface org.apache.directory.api.asn1.ber.Asn1Container
Set the isGathering flag
setGenerateSoapResp(boolean) - Method in class org.apache.directory.api.dsmlv2.engine.Dsmlv2Engine
 
setGenPassword(byte[]) - Method in interface org.apache.directory.api.ldap.extras.extended.pwdModify.PasswordModifyResponse
Set the generated password
setGenPassword(byte[]) - Method in class org.apache.directory.api.ldap.extras.extended.pwdModify.PasswordModifyResponseImpl
Set the generated Password
setGraceAuthNRemaining(int) - Method in interface org.apache.directory.api.ldap.extras.controls.ppolicy.PasswordPolicyResponse
Sets the number of remaining wrong authentication for this password.
setGraceAuthNRemaining(int) - Method in class org.apache.directory.api.ldap.extras.controls.ppolicy.PasswordPolicyResponseImpl
Sets the number of remaining wrong authentication for this password.
setGracefulDisconnectResponse(GracefulDisconnectResponse) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectResponseContainer
Set a GracefulDisconnectResponse Object into the container.
setGracefulShutdownRequest(GracefulShutdownRequest) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownRequestContainer
Set a GracefulShutdown Object into the container.
setGrammar(Grammar<? extends Asn1Container>) - Method in class org.apache.directory.api.asn1.ber.AbstractContainer
Sets the grammar
setGrammar(Grammar<? extends Asn1Container>) - Method in interface org.apache.directory.api.asn1.ber.Asn1Container
Sets the grammar
setGrammar(AbstractGrammar) - Method in class org.apache.directory.api.dsmlv2.Dsmlv2Container
Sets the Grammar
setGrammarEndAllowed(boolean) - Method in class org.apache.directory.api.asn1.ber.AbstractContainer
Sets the flag to allow a end transition
setGrammarEndAllowed(boolean) - Method in interface org.apache.directory.api.asn1.ber.Asn1Container
Sets the flag to allow a end transition
setHost(String) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
Sets the host.
setHumanReadable(boolean) - Method in class org.apache.directory.api.ldap.model.schema.LdapSyntax
Sets the human readable flag value.
setIdentifier(byte[]) - Method in interface org.apache.directory.api.ldap.extras.controls.transaction.TransactionSpecification
Set the transaction ID
setIdentifier(byte[]) - Method in class org.apache.directory.api.ldap.extras.controls.transaction.TransactionSpecificationImpl
Set the transaction ID
setInitial(String) - Method in class org.apache.directory.api.ldap.model.filter.SubstringNode
Set the initial pattern
setInitialSubstrings(String) - Method in class org.apache.directory.api.dsmlv2.request.SubstringFilter
Set the initial substring
setInitialSubstrings(String) - Method in class org.apache.directory.api.ldap.codec.search.SubstringFilter
Set the initial substring
setInput(InputStream) - Method in class org.apache.directory.api.ldap.schema.converter.Schema
Set the inputStream mapped on the schema file
setInput(InputStream, String) - Method in class org.apache.directory.api.dsmlv2.Dsmlv2Parser
Sets the input stream the parser is going to process
setInput(InputStream, String) - Method in class org.apache.directory.api.dsmlv2.Dsmlv2ResponseParser
Sets the input stream the parser is going to process
setInput(String) - Method in class org.apache.directory.api.dsmlv2.Dsmlv2Parser
Sets the input string the parser is going to parse
setInput(String) - Method in class org.apache.directory.api.dsmlv2.Dsmlv2ResponseParser
Sets the input string the parser is going to parse
setInputFile(String) - Method in class org.apache.directory.api.dsmlv2.Dsmlv2Parser
Sets the input file the parser is going to parse.
setInputFile(String) - Method in class org.apache.directory.api.dsmlv2.Dsmlv2ResponseParser
Sets the input file the parser is going to parse.
setIntermediateFactory(IntermediateOperationFactory) - Method in class org.apache.directory.api.ldap.codec.api.LdapMessageContainer
 
setIntermediateResponseFactories(Map<String, IntermediateOperationFactory>) - Method in class org.apache.directory.api.ldap.codec.osgi.DefaultLdapCodecService
 
setIssuerDN(String) - Method in interface org.apache.directory.api.ldap.extras.extended.certGeneration.CertGenerationRequest
Sets the issuer's DN
setIssuerDN(String) - Method in class org.apache.directory.api.ldap.extras.extended.certGeneration.CertGenerationRequestImpl
Sets the issuer's DN
setItem(ObjectClass) - Method in class org.apache.directory.api.ldap.model.subtree.ItemRefinement
 
setKdcHost(String) - Method in class org.apache.directory.ldap.client.api.SaslGssApiRequest
Sets the KDC host.
setKdcPort(int) - Method in class org.apache.directory.ldap.client.api.SaslGssApiRequest
Sets the KDC port.
setKey(K) - Method in class org.apache.directory.api.ldap.model.cursor.Tuple
Sets the key for this Tuple.
setKeyAlgorithm(String) - Method in interface org.apache.directory.api.ldap.extras.extended.certGeneration.CertGenerationRequest
Sets the Key algorithm
setKeyAlgorithm(String) - Method in class org.apache.directory.api.ldap.extras.extended.certGeneration.CertGenerationRequestImpl
Sets the Key algorithm
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.SaslGssApiRequest
Sets the (absolute) path to the 'krb5.conf' file.
setLanguage(String) - Method in interface org.apache.directory.api.ldap.extras.extended.storedProcedure.StoredProcedureRequest
Sets the language.
setLanguage(String) - Method in class org.apache.directory.api.ldap.extras.extended.storedProcedure.StoredProcedureRequestImpl
Sets the language.
setLatestBytesMap(Map<Integer, byte[]>) - Method in class org.apache.directory.api.ldap.model.ldif.anonymizer.AbstractAnonymizer
 
setLatestBytesMap(Map<Integer, byte[]>) - Method in interface org.apache.directory.api.ldap.model.ldif.anonymizer.Anonymizer
 
setLatestBytesMap(Map<Integer, byte[]>) - Method in class org.apache.directory.api.ldap.model.ldif.anonymizer.BinaryAnonymizer
setLatestBytesMap(Map<Integer, byte[]>) - Method in class org.apache.directory.ldap.client.api.LdifAnonymizer
 
setLatestIntegerMap(Map<Integer, String>) - Method in class org.apache.directory.api.ldap.model.ldif.anonymizer.IntegerAnonymizer
Set the Map containing anonymized integers
setLatestStringMap(Map<Integer, String>) - Method in class org.apache.directory.api.ldap.model.ldif.anonymizer.AbstractAnonymizer
 
setLatestStringMap(Map<Integer, String>) - Method in interface org.apache.directory.api.ldap.model.ldif.anonymizer.Anonymizer
 
setLatestStringMap(Map<Integer, String>) - Method in class org.apache.directory.api.ldap.model.ldif.anonymizer.CaseSensitiveStringAnonymizer
setLatestStringMap(Map<Integer, String>) - Method in class org.apache.directory.api.ldap.model.ldif.anonymizer.StringAnonymizer
setLatestStringMap(Map<Integer, String>) - Method in class org.apache.directory.ldap.client.api.LdifAnonymizer
 
setLdapApiService(LdapApiService) - Method in class org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory
Sets the LdapApiService (codec) to be used by the connections created by this factory.
setLdapApiService(LdapApiService) - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
 
setLdapComparator(LdapComparator<?>) - Method in class org.apache.directory.api.ldap.model.schema.MatchingRule
Sets the LdapComparator
setLdapException(LdapException) - Method in exception org.apache.directory.ldap.client.template.exception.PasswordException
Sets the wrapped exception
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(LdapResult) - Method in class org.apache.directory.api.ldap.codec.api.LdapMessageContainer
 
setLength(int) - Method in class org.apache.directory.api.asn1.ber.tlv.TLV
Set the TLV's length
setLengthBytesRead(int) - Method in class org.apache.directory.api.asn1.ber.tlv.TLV
Set the currently read TLV's length bytes.
setLengthNbBytes(int) - Method in class org.apache.directory.api.asn1.ber.tlv.TLV
Set the number of bytes we should use to store the TLV's length.
setLoginContextName(String) - Method in class org.apache.directory.ldap.client.api.SaslGssApiRequest
Sets the name for the LoginContext object.
setLoginModuleConfiguration(Configuration) - Method in class org.apache.directory.ldap.client.api.SaslGssApiRequest
Sets the Configuration object for Login Module.
setMatchedDn(Dn) - Method in class org.apache.directory.api.dsmlv2.response.LdapResultDsml
Set the Matched Dn
setMatchedDn(Dn) - Method in interface org.apache.directory.api.ldap.model.message.LdapResult
Sets the lowest entry in the directory that was matched.
setMatchedDn(Dn) - Method in class org.apache.directory.api.ldap.model.message.LdapResultImpl
Sets the lowest entry in the directory that was matched.
setMatchingRule(String) - Method in class org.apache.directory.api.dsmlv2.request.ExtensibleMatchFilter
Set the matchingRule
setMatchingRule(String) - Method in class org.apache.directory.api.ldap.codec.search.ExtensibleMatchFilter
Set the matchingRule
setMatchingRule(String) - Method in class org.apache.directory.ldap.client.api.search.MatchingRuleAssertionFilterBuilder
Sets the matching rule to use.
setMatchingRuleId(String) - Method in class org.apache.directory.api.ldap.model.filter.ExtensibleNode
Sets the matching rule id as an OID string.
setMatchingRuleId(String) - Method in class org.apache.directory.api.ldap.model.message.controls.SortKey
 
setMatchValue(Value) - Method in class org.apache.directory.api.dsmlv2.request.ExtensibleMatchFilter
Set the matchValue
setMatchValue(Value) - Method in class org.apache.directory.api.ldap.codec.search.ExtensibleMatchFilter
Set the matchValue
setMaxAttributeCount(int) - Method in interface org.apache.directory.api.ldap.extras.controls.ad.AdDirSyncRequest
 
setMaxAttributeCount(int) - Method in class org.apache.directory.api.ldap.extras.controls.ad.AdDirSyncRequestImpl
setMaxBaseDistance(int) - Method in class org.apache.directory.api.ldap.model.subtree.SubtreeSpecificationModifier
Sets the maximum distance from base past which entries are excluded.
setMaximumSize(int) - Method in class org.apache.directory.api.util.SynchronizedLRUMap
Setter for property maximumSize.
setMaxPDUSize(int) - Method in class org.apache.directory.api.asn1.ber.AbstractContainer
Set the maximum PDU size.
setMaxPDUSize(int) - Method in interface org.apache.directory.api.asn1.ber.Asn1Container
Set the maximum PDU size.
setMaxReturnLength(int) - Method in interface org.apache.directory.api.ldap.extras.controls.ad.AdDirSyncResponse
 
setMaxReturnLength(int) - Method in class org.apache.directory.api.ldap.extras.controls.ad.AdDirSyncResponseImpl
setMay(List<String>) - Method in class org.apache.directory.api.ldap.schema.converter.ObjectClassHolder
Set the list of optional attributes
setMayAttributeTypeOids(List<String>) - Method in class org.apache.directory.api.ldap.model.schema.DitContentRule
 
setMayAttributeTypeOids(List<String>) - Method in class org.apache.directory.api.ldap.model.schema.NameForm
Sets the list of allowed AttributeTypes
setMayAttributeTypeOids(List<String>) - Method in class org.apache.directory.api.ldap.model.schema.ObjectClass
 
setMayAttributeTypes(List<AttributeType>) - Method in class org.apache.directory.api.ldap.model.schema.DitContentRule
Sets the list of allowed AttributeTypes
setMayAttributeTypes(List<AttributeType>) - Method in class org.apache.directory.api.ldap.model.schema.NameForm
Sets the list of allowed AttributeTypes
setMayAttributeTypes(List<AttributeType>) - Method in class org.apache.directory.api.ldap.model.schema.ObjectClass
Sets the list of allowed AttributeTypes
setMessage(E) - Method in class org.apache.directory.api.ldap.codec.api.LdapMessageContainer
Set a Message Object into the container.
setMessage(String) - Method in class org.apache.directory.api.dsmlv2.response.ErrorResponse
Sets the message
setMessageId(int) - Method in class org.apache.directory.api.dsmlv2.AbstractDsmlMessageDecorator
Sets the Message ID for this request
setMessageId(int) - Method in class org.apache.directory.api.dsmlv2.request.AbandonRequestDsml
Sets the Message ID for this request
setMessageId(int) - Method in class org.apache.directory.api.dsmlv2.request.AddRequestDsml
Sets the Message ID for this request
setMessageId(int) - Method in class org.apache.directory.api.dsmlv2.request.BindRequestDsml
Sets the Message ID for this request
setMessageId(int) - Method in class org.apache.directory.api.dsmlv2.request.CompareRequestDsml
Sets the Message ID for this request
setMessageId(int) - Method in class org.apache.directory.api.dsmlv2.request.DelRequestDsml
Sets the Message ID for this request
setMessageId(int) - Method in class org.apache.directory.api.dsmlv2.request.ExtendedRequestDsml
Sets the Message ID for this request
setMessageId(int) - Method in class org.apache.directory.api.dsmlv2.request.ModifyDNRequestDsml
Sets the Message ID for this request
setMessageId(int) - Method in class org.apache.directory.api.dsmlv2.request.ModifyRequestDsml
Sets the Message ID for this request
setMessageId(int) - Method in class org.apache.directory.api.dsmlv2.request.SearchRequestDsml
Sets the Message ID for this request
setMessageId(int) - Method in class org.apache.directory.api.ldap.codec.api.LdapMessageContainer
Set the message ID
setMessageId(int) - Method in class org.apache.directory.api.ldap.extras.extended.endTransaction.UpdateControls
 
setMessageId(int) - Method in class org.apache.directory.api.ldap.model.message.AbandonRequestImpl
Sets the Message ID for this request
setMessageId(int) - Method in class org.apache.directory.api.ldap.model.message.AbstractExtendedRequest
Sets the Message ID for this request
setMessageId(int) - Method in class org.apache.directory.api.ldap.model.message.AbstractMessage
Sets the Message ID for this request
setMessageId(int) - Method in interface org.apache.directory.api.ldap.model.message.AddRequest
Sets the Message ID for this request
setMessageId(int) - Method in class org.apache.directory.api.ldap.model.message.AddRequestImpl
Sets the Message ID for this request
setMessageId(int) - Method in interface org.apache.directory.api.ldap.model.message.BindRequest
Sets the Message ID for this request
setMessageId(int) - Method in class org.apache.directory.api.ldap.model.message.BindRequestImpl
Sets the Message ID for this request
setMessageId(int) - Method in interface org.apache.directory.api.ldap.model.message.CompareRequest
Sets the Message ID for this request
setMessageId(int) - Method in class org.apache.directory.api.ldap.model.message.CompareRequestImpl
Sets the Message ID for this request
setMessageId(int) - Method in interface org.apache.directory.api.ldap.model.message.DeleteRequest
Sets the Message ID for this request
setMessageId(int) - Method in class org.apache.directory.api.ldap.model.message.DeleteRequestImpl
Sets the Message ID for this request
setMessageId(int) - Method in interface org.apache.directory.api.ldap.model.message.ExtendedRequest
Sets the Message ID for this request
setMessageId(int) - Method in interface org.apache.directory.api.ldap.model.message.Message
Sets the Message ID for this request
setMessageId(int) - Method in interface org.apache.directory.api.ldap.model.message.ModifyDnRequest
Sets the Message ID for this request
setMessageId(int) - Method in class org.apache.directory.api.ldap.model.message.ModifyDnRequestImpl
Sets the Message ID for this request
setMessageId(int) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
Sets the Message ID for this request
setMessageId(int) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
Sets the Message ID for this request
setMessageId(int) - Method in class org.apache.directory.api.ldap.model.message.OpaqueExtendedRequest
Sets the Message ID for this request
setMessageId(int) - Method in interface org.apache.directory.api.ldap.model.message.SearchRequest
Sets the Message ID for this request
setMessageId(int) - Method in class org.apache.directory.api.ldap.model.message.SearchRequestImpl
Sets the Message ID for this request
setMessageId(int) - Method in interface org.apache.directory.api.ldap.model.message.UnbindRequest
Sets the Message ID for this request
setMessageId(int) - Method in class org.apache.directory.api.ldap.model.message.UnbindRequestImpl
Sets the Message ID for this request
setMinBaseDistance(int) - Method in class org.apache.directory.api.ldap.model.subtree.SubtreeSpecificationModifier
Sets the minimum distance below base to start including entries.
setMode(SynchronizationModeEnum) - Method in interface org.apache.directory.api.ldap.extras.controls.syncrepl.syncRequest.SyncRequestValue
 
setMode(SynchronizationModeEnum) - Method in class org.apache.directory.api.ldap.extras.controls.syncrepl.syncRequest.SyncRequestValueImpl
setModelFactory(ModelFactory) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Sets the modelFactory implementation for this facade.
setMust(List<String>) - Method in class org.apache.directory.api.ldap.schema.converter.ObjectClassHolder
Set the list of mandatory attributes
setMustAttributeTypeOids(List<String>) - Method in class org.apache.directory.api.ldap.model.schema.DitContentRule
 
setMustAttributeTypeOids(List<String>) - Method in class org.apache.directory.api.ldap.model.schema.NameForm
Sets the list of required AttributeTypes OIDs
setMustAttributeTypeOids(List<String>) - Method in class org.apache.directory.api.ldap.model.schema.ObjectClass
 
setMustAttributeTypes(List<AttributeType>) - Method in class org.apache.directory.api.ldap.model.schema.DitContentRule
Sets the list of required AttributeTypes
setMustAttributeTypes(List<AttributeType>) - Method in class org.apache.directory.api.ldap.model.schema.NameForm
Sets the list of required AttributeTypes
setMustAttributeTypes(List<AttributeType>) - Method in class org.apache.directory.api.ldap.model.schema.ObjectClass
Sets the list of required AttributeTypes
setMutualAuthentication(boolean) - Method in class org.apache.directory.ldap.client.api.AbstractSaslRequest
Sets the flag indicating if mutual authentication is required.
setName(String) - Method in class org.apache.directory.api.asn1.ber.grammar.AbstractGrammar
Set the grammar's name
setName(String) - Method in interface org.apache.directory.api.asn1.ber.grammar.Grammar
Set the grammar's name
setName(String) - Method in class org.apache.directory.api.dsmlv2.AbstractGrammar
Sets the grammar's name
setName(String) - Method in interface org.apache.directory.api.dsmlv2.Grammar
Set the grammar's name
setName(String) - Method in class org.apache.directory.api.dsmlv2.request.BindRequestDsml
Sets the name of the subject in this authentication request.
setName(String) - Method in class org.apache.directory.api.dsmlv2.Tag
Sets the name of the tag
setName(String) - Method in interface org.apache.directory.api.ldap.model.message.BindRequest
Sets the name of the subject in this authentication request.
setName(String) - Method in class org.apache.directory.api.ldap.model.message.BindRequestImpl
Sets the name of the subject in this authentication request.
setName(String) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OpenLdapObjectIdentifierMacro
Sets the name.
setName(String) - Method in class org.apache.directory.api.ldap.schema.converter.Schema
Set the schema name to parse.
setName(String) - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
Sets the name which is used to authenticate the user.
setName(Dn) - Method in class org.apache.directory.api.dsmlv2.request.CompareRequestDsml
Set the entry to be compared
setName(Dn) - Method in class org.apache.directory.api.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.api.dsmlv2.request.ModifyDNRequestDsml
Sets the entry's distinguished name representing the entry PDU field.
setName(Dn) - Method in class org.apache.directory.api.dsmlv2.request.ModifyRequestDsml
Sets the distinguished name of the entry to be modified by this request.
setName(Dn) - Method in interface org.apache.directory.api.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.api.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.api.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.api.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.api.ldap.model.message.ModifyDnRequest
Sets the entry's distinguished name representing the entry PDU field.
setName(Dn) - Method in class org.apache.directory.api.ldap.model.message.ModifyDnRequestImpl
Sets the entry's distinguished name representing the entry PDU field.
setName(Dn) - Method in interface org.apache.directory.api.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.api.ldap.model.message.ModifyRequestImpl
Sets the distinguished name of the entry to be modified by this request.
setNames(String...) - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
Sets the list of names for this SchemaObject.
setNames(List<String>) - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
Sets the list of names for this SchemaObject.
setNames(List<String>) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
Sets the list of names for this SchemaObject.
setNames(List<String>) - Method in interface org.apache.directory.api.ldap.schema.converter.SchemaElement
Set a list of names for a schemaElement
setNames(List<String>) - Method in class org.apache.directory.api.ldap.schema.converter.SchemaElementImpl
Set a list of names for a schemaElement
setNewPassword(byte[]) - Method in interface org.apache.directory.api.ldap.extras.extended.pwdModify.PasswordModifyRequest
Set a new password
setNewPassword(byte[]) - Method in class org.apache.directory.api.ldap.extras.extended.pwdModify.PasswordModifyRequestImpl
 
setNewRdn(String) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
Set the new Rdn
setNewRdn(Rdn) - Method in class org.apache.directory.api.dsmlv2.request.ModifyDNRequestDsml
Sets the new relative distinguished name for the entry which represents the PDU's newrdn field.
setNewRdn(Rdn) - Method in interface org.apache.directory.api.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.api.ldap.model.message.ModifyDnRequestImpl
Sets the new relative distinguished name for the entry which represents the PDU's newrdn field.
setNewSuperior(String) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
Set the new superior
setNewSuperior(Dn) - Method in class org.apache.directory.api.dsmlv2.request.ModifyDNRequestDsml
Set the new superior
setNewSuperior(Dn) - Method in interface org.apache.directory.api.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.api.ldap.model.message.ModifyDnRequestImpl
Sets the optional distinguished name of the new superior entry where the candidate entry is to be moved.
setNormalizer(Normalizer) - Method in class org.apache.directory.api.ldap.model.schema.MatchingRule
Sets the Normalizer
setNormalizer(NameComponentNormalizer) - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
Sets the NameComponentNormalizer for this parser's dnParser.
setNormalizer(NameComponentNormalizer) - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
Sets the NameComponentNormalizer for this parser's dnParser.
setNormalizerMappingResolver(NormalizerMappingResolver) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
setNormalizerMappingResolver(NormalizerMappingResolver) - Method in class org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParser
Sets the NameComponentNormalizer for this parser's dnParser.
setNotAttributeTypeOids(List<String>) - Method in class org.apache.directory.api.ldap.model.schema.DitContentRule
 
setNotAttributeTypes(List<AttributeType>) - Method in class org.apache.directory.api.ldap.model.schema.DitContentRule
Sets the list of precluded AttributeTypes
setNotFilter(Filter) - Method in class org.apache.directory.api.dsmlv2.request.NotFilter
Set the NotFilter
setNotFilter(Filter) - Method in class org.apache.directory.api.ldap.codec.search.NotFilter
Set the NotFilter
setNoUserModification(boolean) - Method in class org.apache.directory.api.ldap.schema.converter.AttributeTypeHolder
Set the attributeType noUserModification flag
setObjectName(Dn) - Method in class org.apache.directory.api.dsmlv2.response.SearchResultEntryDsml
Set the entry Dn
setObjectName(Dn) - Method in interface org.apache.directory.api.ldap.model.message.SearchResultEntry
Sets the distinguished name of the entry object returned.
setObjectName(Dn) - Method in class org.apache.directory.api.ldap.model.message.SearchResultEntryImpl
Sets the distinguished name of the entry object returned.
setObsolete(boolean) - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
Sets the Obsolete flag.
setObsolete(boolean) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
Sets the Obsolete flag.
setObsolete(boolean) - Method in interface org.apache.directory.api.ldap.schema.converter.SchemaElement
Set the obsolete flag
setObsolete(boolean) - Method in class org.apache.directory.api.ldap.schema.converter.SchemaElementImpl
Set the obsolete flag
setOffset(int) - Method in interface org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewRequest
 
setOffset(int) - Method in class org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewRequestImpl
setOid(String) - Method in class org.apache.directory.api.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.api.ldap.model.schema.comparators.NormalizingComparator
A special method used when renaming an SchemaObject: we may have to change it's OID
setOid(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
A special method used when renaming an SchemaObject: we may have to change it's OID
setOid(String) - Method in class org.apache.directory.api.ldap.model.schema.SyntaxChecker.SCBuilder
Set the SyntaxChecker's OID
setOidLen(long) - Method in class org.apache.directory.api.ldap.schema.converter.AttributeTypeHolder
Set the attributeType's syntax length
setOldPassword(byte[]) - Method in interface org.apache.directory.api.ldap.extras.extended.pwdModify.PasswordModifyRequest
Set the old password
setOldPassword(byte[]) - Method in class org.apache.directory.api.ldap.extras.extended.pwdModify.PasswordModifyRequestImpl
 
setOnError(BatchRequestDsml.OnError) - Method in class org.apache.directory.api.dsmlv2.request.BatchRequestDsml
Sets the on error handling type of the request
setOnServer() - Method in class org.apache.directory.api.ldap.model.schema.comparators.NormalizingComparator
tells that the normalizingComparator should not normalize values which are already normalized on the server
setOperation(int) - Method in class org.apache.directory.api.ldap.model.entry.DefaultModification
Store the modification operation
setOperation(int) - Method in interface org.apache.directory.api.ldap.model.entry.Modification
Store the modification operation
setOperation(ModificationOperation) - Method in class org.apache.directory.api.ldap.model.entry.DefaultModification
Store the modification operation
setOperation(ModificationOperation) - Method in interface org.apache.directory.api.ldap.model.entry.Modification
Store the modification operation
setOrdering(String) - Method in class org.apache.directory.api.ldap.schema.converter.AttributeTypeHolder
Set the ordering Matching Rule
setOrdering(MatchingRule) - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
Sets the Ordering MR for this AttributeType
setOrderingOid(String) - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
Sets the Ordering OID for this AttributeType
setOtherObject(SchemaObject) - Method in exception org.apache.directory.api.ldap.model.exception.LdapSchemaException
Sets the 'other' schema object.
setOut(PrintStream) - Method in class org.apache.directory.ldap.client.api.LdifAnonymizer
Set the PrintStream to use to print information about the processing
setOutput(Writer) - Method in class org.apache.directory.api.ldap.schema.converter.Schema
Set a writer to dump the ldif files
setParent(TLV) - Method in class org.apache.directory.api.asn1.ber.tlv.TLV
 
setParent(Filter) - Method in class org.apache.directory.api.dsmlv2.request.Filter
Set the parent
setParent(Filter, int) - Method in class org.apache.directory.api.ldap.codec.search.Filter
Set the parent
setParentsFirst(int) - Method in interface org.apache.directory.api.ldap.extras.controls.ad.AdDirSyncRequest
Tell the server that it should send the parents of the children before their children.
setParentsFirst(int) - Method in class org.apache.directory.api.ldap.extras.controls.ad.AdDirSyncRequestImpl
Tell the server that it should send the parents of the children before their children.
setParentTLV(TLV) - Method in class org.apache.directory.api.asn1.ber.AbstractContainer
Sets the parent TLV
setParentTLV(TLV) - Method in interface org.apache.directory.api.asn1.ber.Asn1Container
Sets the parent TLV
setParser(XmlPullParser) - Method in class org.apache.directory.api.dsmlv2.Dsmlv2Container
Sets the parser
setPasswordModifyRequest(PasswordModifyRequest) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify.PasswordModifyRequestContainer
Set a PasswordModifyRequest Object into the container.
setPasswordModifyResponse(PasswordModifyResponse) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify.PasswordModifyResponseContainer
Set a PasswordModifyResponse Object into the container.
setPasswordPolicyError(PasswordPolicyErrorEnum) - Method in interface org.apache.directory.api.ldap.extras.controls.ppolicy.PasswordPolicyResponse
Sets the PasswordPolicy error.
setPasswordPolicyError(PasswordPolicyErrorEnum) - Method in class org.apache.directory.api.ldap.extras.controls.ppolicy.PasswordPolicyResponseImpl
Sets the PasswordPolicy error.
setPasswordPolicyError(PasswordPolicyErrorEnum) - Method in exception org.apache.directory.ldap.client.template.exception.PasswordException
Set the Password Policy error
setPasswordPolicyResponder(PasswordPolicyResponder) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
Sets the passwordPolicyResponder implementation for this facade.
setPort(int) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
Sets the port.
setPos(int) - Method in class org.apache.directory.api.asn1.util.Asn1Buffer
Set the current position in the buffer
setPreviousDn(Dn) - Method in interface org.apache.directory.api.ldap.model.message.controls.EntryChange
Sets the previous DN
setPreviousDn(Dn) - Method in class org.apache.directory.api.ldap.model.message.controls.EntryChangeImpl
Sets the previous DN
setProcedure(byte[]) - Method in interface org.apache.directory.api.ldap.extras.extended.storedProcedure.StoredProcedureRequest
 
setProcedure(byte[]) - Method in class org.apache.directory.api.ldap.extras.extended.storedProcedure.StoredProcedureRequestImpl
setProcedure(String) - Method in class org.apache.directory.api.ldap.extras.extended.storedProcedure.StoredProcedureRequestImpl
Store the procedure's name
setProcessing(BatchRequestDsml.Processing) - Method in class org.apache.directory.api.dsmlv2.request.BatchRequestDsml
Sets the processing type of the request
setProtocolCodecFactory(ProtocolCodecFactory) - Method in class org.apache.directory.api.ldap.codec.osgi.DefaultLdapCodecService
 
setQualityOfProtection(SaslQoP) - Method in class org.apache.directory.ldap.client.api.AbstractSaslRequest
Sets the quality of protection.
setQuirksMode(boolean) - Method in class org.apache.directory.api.ldap.model.schema.parsers.AbstractSchemaParser
Sets the quirks mode.
setQuirksMode(boolean) - Method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
Sets the quirks mode.
setQuirksMode(boolean) - Method in class org.apache.directory.ldap.client.api.DefaultSchemaLoader
Sets the quirks mode for all the internal parsers.
setRawOidOrNameSuffix(String) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OpenLdapObjectIdentifierMacro
Sets the raw OID or name plus suffix.
setReadOperationTimeout(Long) - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
Sets read operation timeout in milliseconds.
setRealmName(String) - Method in class org.apache.directory.ldap.client.api.SaslDigestMd5Request
setRealmName(String) - Method in class org.apache.directory.ldap.client.api.SaslGssApiRequest
setReason(CertPathValidatorException.Reason) - Method in class org.apache.directory.api.ldap.model.exception.LdapTlsHandshakeFailCause
 
setReasonPhrase(String) - Method in class org.apache.directory.api.ldap.model.exception.LdapTlsHandshakeFailCause
 
setReferral(Referral) - Method in class org.apache.directory.api.dsmlv2.response.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.api.dsmlv2.response.SearchResultReferenceDsml
Sets the sequence of LdapUrls as a Referral instance.
setReferral(Referral) - Method in interface org.apache.directory.api.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.api.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.api.ldap.model.message.SearchResultReference
Sets the sequence of LdapUrls as a Referral instance.
setReferral(Referral) - Method in class org.apache.directory.api.ldap.model.message.SearchResultReferenceImpl
Sets the sequence of LdapUrls as a Referral instance.
setReferralLength(int) - Method in interface org.apache.directory.api.ldap.model.message.Referral
Set the length of the referral
setReferralLength(int) - Method in class org.apache.directory.api.ldap.model.message.ReferralImpl
Set the length of the referral
setRefinement(ExprNode) - Method in class org.apache.directory.api.ldap.model.subtree.SubtreeSpecificationModifier
Sets a filter using only assertions on objectClass attributes for subtree refinement.
setRefreshDeletes(boolean) - Method in interface org.apache.directory.api.ldap.extras.controls.syncrepl.syncDone.SyncDoneValue
 
setRefreshDeletes(boolean) - Method in class org.apache.directory.api.ldap.extras.controls.syncrepl.syncDone.SyncDoneValueImpl
setRefreshDeletes(boolean) - Method in interface org.apache.directory.api.ldap.extras.intermediate.syncrepl.SyncInfoValue
 
setRefreshDeletes(boolean) - Method in class org.apache.directory.api.ldap.extras.intermediate.syncrepl.SyncInfoValueImpl
setRefreshDone(boolean) - Method in interface org.apache.directory.api.ldap.extras.intermediate.syncrepl.SyncInfoValue
 
setRefreshDone(boolean) - Method in class org.apache.directory.api.ldap.extras.intermediate.syncrepl.SyncInfoValueImpl
setRegistries(Registries) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Associate a new Registries to the SchemaManager
setRegistries(Registries) - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Associate a new Registries to the SchemaManager
setRelatedId(String) - Method in exception org.apache.directory.api.ldap.model.exception.LdapSchemaException
Sets the related ID (name or OID) of the exception.
setRelaxed() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
Change the Registry to a relaxed mode, where invalid SchemaObjects can be registered.
setRelaxed() - Method in class org.apache.directory.api.ldap.model.schema.registries.OidRegistry
Change the Registry to a relaxed mode, where invalid SchemaObjects can be registered.
setRelaxed() - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
Change the Registries to a relaxed mode, where invalid SchemaObjects can be registered.
setRelaxed() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Set the SchemaManager to a RELAXED mode
setRelaxed() - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Change the SchemaManager to a relaxed mode, where invalid SchemaObjects can be registered.
setRelaxed(boolean) - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
Set this AttributeType mode to relaxed
setRelaxed(boolean) - Method in class org.apache.directory.api.ldap.model.schema.registries.AbstractSchemaLoader
Set the SchemzLoader in STRICT or RELAXED mode.
setRelaxed(boolean) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
Set the SchemzLoader in STRICT or RELAXED mode.
setReloadHint(boolean) - Method in interface org.apache.directory.api.ldap.extras.controls.syncrepl.syncRequest.SyncRequestValue
 
setReloadHint(boolean) - Method in class org.apache.directory.api.ldap.extras.controls.syncrepl.syncRequest.SyncRequestValueImpl
setRemainingDn(Dn) - Method in exception org.apache.directory.api.ldap.model.exception.AbstractLdapReferralException
 
setRemainingDn(Dn) - Method in exception org.apache.directory.api.ldap.model.exception.LdapReferralException
 
setReplicaId(int) - Method in class org.apache.directory.api.ldap.model.csn.CsnFactory
Sets the replica ID
setRequestControlFactories(Map<String, ControlFactory<? extends Control>>) - Method in class org.apache.directory.api.ldap.codec.osgi.DefaultLdapCodecService
 
setRequestID(int) - Method in class org.apache.directory.api.dsmlv2.request.BatchRequestDsml
Sets the ID of the request
setRequestID(int) - Method in class org.apache.directory.api.dsmlv2.response.BatchResponseDsml
Sets the ID of the response
setRequestID(int) - Method in class org.apache.directory.api.dsmlv2.response.ErrorResponse
Sets the request ID
setRequestName(String) - Method in class org.apache.directory.api.dsmlv2.request.ExtendedRequestDsml
Sets the Object Identifier corresponding to the extended request type.
setRequestName(String) - Method in class org.apache.directory.api.ldap.model.message.AbstractExtendedRequest
Sets the Object Identifier corresponding to the extended request type.
setRequestName(String) - Method in interface org.apache.directory.api.ldap.model.message.ExtendedRequest
Sets the Object Identifier corresponding to the extended request type.
setRequestName(String) - Method in class org.apache.directory.api.ldap.model.message.OpaqueExtendedRequest
Sets the Object Identifier corresponding to the extended request type.
setRequestName(Oid) - Method in class org.apache.directory.api.dsmlv2.request.ExtendedRequestDsml
Set the extended request name
setRequestValue(byte[]) - Method in class org.apache.directory.api.dsmlv2.request.ExtendedRequestDsml
Set the extended request value
setRequestValue(byte[]) - Method in class org.apache.directory.api.ldap.model.message.OpaqueExtendedRequest
 
setResolvedDn(Dn) - Method in exception org.apache.directory.api.ldap.model.exception.LdapOperationException
 
setResolvedObject(Object) - Method in exception org.apache.directory.api.ldap.model.exception.AbstractLdapReferralException
 
setResolvedObject(Object) - Method in exception org.apache.directory.api.ldap.model.exception.LdapReferralException
 
setResolvedOid(String) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OpenLdapObjectIdentifierMacro
Sets the resolved OID.
setResolveObjectIdentifierMacros(boolean) - Method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
Sets if object identifier macros should be resolved.
setResponse(byte[]) - Method in class org.apache.directory.api.ldap.model.message.extended.NoticeOfDisconnect
Sets the response OID specific encoded response values.
setResponse(ExtendedResponse) - Method in class org.apache.directory.api.ldap.model.message.AbstractExtendedRequest
 
setResponse(Message) - Method in exception org.apache.directory.api.ldap.codec.api.ResponseCarryingException
Set a response if we get an exception while parsing the message
setResponse(Message) - Method in exception org.apache.directory.api.ldap.model.exception.ResponseCarryingMessageException
Set a response if we get an exception while parsing the message
setResponseControlFactories(Map<String, ControlFactory<? extends Control>>) - Method in class org.apache.directory.api.ldap.codec.osgi.DefaultLdapCodecService
 
setResponseName(String) - Method in class org.apache.directory.api.dsmlv2.response.ExtendedResponseDsml
Sets the OID uniquely identifying this extended response (a.k.a. its name).
setResponseName(String) - Method in class org.apache.directory.api.ldap.extras.extended.certGeneration.CertGenerationResponseImpl
Sets the OID uniquely identifying this extended response (a.k.a. its name).
setResponseName(String) - Method in class org.apache.directory.api.ldap.extras.extended.gracefulDisconnect.GracefulDisconnectResponseImpl
Sets the OID uniquely identifying this extended response (a.k.a. its name).
setResponseName(String) - Method in class org.apache.directory.api.ldap.extras.extended.gracefulShutdown.GracefulShutdownResponseImpl
Sets the OID uniquely identifying this extended response (a.k.a. its name).
setResponseName(String) - Method in class org.apache.directory.api.ldap.model.message.AbstractExtendedResponse
Sets the OID uniquely identifying this extended response (a.k.a. its name).
setResponseName(String) - Method in class org.apache.directory.api.ldap.model.message.extended.NoticeOfDisconnect
Sets the OID uniquely identifying this extended response (a.k.a. its name).
setResponseName(String) - Method in interface org.apache.directory.api.ldap.model.message.ExtendedResponse
Sets the OID uniquely identifying this extended response (a.k.a. its name).
setResponseName(String) - Method in interface org.apache.directory.api.ldap.model.message.IntermediateResponse
Sets the response name.
setResponseName(String) - Method in class org.apache.directory.api.ldap.model.message.IntermediateResponseImpl
Sets the OID uniquely identifying this Intermediate response (a.k.a. its name).
setResponseName(Oid) - Method in class org.apache.directory.api.dsmlv2.response.ExtendedResponseDsml
Set the extended response name
setResponseOrder(BatchRequestDsml.ResponseOrder) - Method in class org.apache.directory.api.dsmlv2.request.BatchRequestDsml
Sets the response order type of the request
setResponseValue(byte[]) - Method in class org.apache.directory.api.dsmlv2.response.ExtendedResponseDsml
Set the extended response
setResponseValue(byte[]) - Method in interface org.apache.directory.api.ldap.model.message.IntermediateResponse
Sets the respponseValue
setResponseValue(byte[]) - Method in class org.apache.directory.api.ldap.model.message.IntermediateResponseImpl
Sets the response value
setResponseValue(byte[]) - Method in class org.apache.directory.api.ldap.model.message.OpaqueExtendedResponse
 
setResultCode(ResultCodeEnum) - Method in class org.apache.directory.api.dsmlv2.response.LdapResultDsml
Set the result code
setResultCode(ResultCodeEnum) - Method in interface org.apache.directory.api.ldap.model.message.LdapResult
Sets the result code enumeration associated with the response.
setResultCode(ResultCodeEnum) - Method in class org.apache.directory.api.ldap.model.message.LdapResultImpl
Sets the result code enumeration associated with the response.
setResultCode(ResultCodeEnum) - Method in exception org.apache.directory.ldap.client.template.exception.PasswordException
Sets the LDAP Result code
setReturnECs(boolean) - Method in interface org.apache.directory.api.ldap.model.message.controls.PersistentSearch
Sets the return entry changes flag
setReturnECs(boolean) - Method in class org.apache.directory.api.ldap.model.message.controls.PersistentSearchImpl
Sets the return entry changes flag
setReturningAttributes(String...) - Method in class org.apache.directory.api.ldap.model.message.SearchParams
 
setReverseOrder(boolean) - Method in class org.apache.directory.api.ldap.model.message.controls.SortKey
 
setRootCause(Throwable) - Method in class org.apache.directory.api.ldap.model.exception.LdapTlsHandshakeFailCause
 
setRuleId(int) - Method in class org.apache.directory.api.ldap.model.schema.DitStructureRule
Sets the rule identifier of this DIT structure rule;
setSaslMechanism(String) - Method in class org.apache.directory.api.dsmlv2.request.BindRequestDsml
Sets the SASL mechanism String associated with this BindRequest if the bind operation is using SASL.
setSaslMechanism(String) - Method in interface org.apache.directory.api.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.api.ldap.model.message.BindRequestImpl
Sets the SASL mechanism String associated with this BindRequest if the bind operation is using SASL.
setSchemaManager(SchemaManager) - Method in class org.apache.directory.api.ldap.aci.ACIItemSyntaxChecker.Builder
 
setSchemaManager(SchemaManager) - Method in class org.apache.directory.api.ldap.aci.ACIItemSyntaxChecker
Store the SchemaManager in this instance.
setSchemaManager(SchemaManager) - Method in class org.apache.directory.api.ldap.codec.api.SchemaBinaryAttributeDetector
 
setSchemaManager(SchemaManager) - Method in class org.apache.directory.api.ldap.model.ldif.anonymizer.AbstractAnonymizer
Inject a SchemaManager instance in this Anonymizer
setSchemaManager(SchemaManager) - Method in interface org.apache.directory.api.ldap.model.ldif.anonymizer.Anonymizer
Inject a SchemaManager instance in this Anonymizer
setSchemaManager(SchemaManager) - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
 
setSchemaManager(SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.comparators.DnComparator
Store the SchemaManager in this instance.
setSchemaManager(SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.comparators.ParsedDnComparator
Store the SchemaManager in this instance.
setSchemaManager(SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.comparators.SerializableComparator
 
setSchemaManager(SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.comparators.UniqueMemberComparator
Store the SchemaManager in this instance.
setSchemaManager(SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.LdapComparator
Store the SchemaManager in this instance.
setSchemaManager(SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.Normalizer
Store the SchemaManager in this instance.
setSchemaManager(SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.DnNormalizer
Store the SchemaManager in this instance.
setSchemaManager(SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.NameOrNumericIdNormalizer
Store the SchemaManager in this instance.
setSchemaManager(SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.ObjectIdentifierNormalizer
Store the SchemaManager in this instance.
setSchemaManager(SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.UniqueMemberNormalizer
Store the SchemaManager in this instance.
setSchemaManager(SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.SyntaxChecker
Store the SchemaManager in this instance.
setSchemaManager(SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SubtreeSpecificationSyntaxChecker.Builder
 
setSchemaManager(SchemaManager) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
sets a SchemaManager to be used by this connection
setSchemaManager(SchemaManager) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
sets a SchemaManager to be used by this connection
setSchemaManager(SchemaManager) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
sets a SchemaManager to be used by this connection
setSchemaName(String) - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
Sets the name of the schema this SchemaObject is associated with.
setSchemaName(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
Sets the name of the schema this SchemaObject is associated with.
setScheme(String) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
Sets the scheme.
setScope(int) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
Sets the scope.
setScope(SearchScope) - Method in class org.apache.directory.api.dsmlv2.request.SearchRequestDsml
Sets the search scope parameter enumeration.
setScope(SearchScope) - Method in class org.apache.directory.api.ldap.model.message.SearchParams
 
setScope(SearchScope) - Method in interface org.apache.directory.api.ldap.model.message.SearchRequest
Sets the search scope parameter enumeration.
setScope(SearchScope) - Method in class org.apache.directory.api.ldap.model.message.SearchRequestImpl
Sets the search scope parameter enumeration.
setScope(SearchScope) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
Sets the scope.
setSearchResultDone(SearchResultDoneDsml) - Method in class org.apache.directory.api.dsmlv2.response.SearchResponse
Sets the Search Result Entry
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.AbstractSaslRequest
Sets the security strength.
setSendTimeout(Long) - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
Sets the send timeout in milliseconds.
setServerSaslCreds(byte[]) - Method in class org.apache.directory.api.dsmlv2.response.BindResponseDsml
Sets the optional property holding SASL authentication response paramters that are SASL mechanism specific.
setServerSaslCreds(byte[]) - Method in interface org.apache.directory.api.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.api.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.api.dsmlv2.request.BindRequestDsml
Sets the authentication mechanism to simple or to SASL based authentication.
setSimple(boolean) - Method in interface org.apache.directory.api.ldap.model.message.BindRequest
Sets the authentication mechanism to simple or to SASL based authentication.
setSimple(boolean) - Method in class org.apache.directory.api.ldap.model.message.BindRequestImpl
Sets the authentication mechanism to simple or to SASL based authentication.
setSingleValue(boolean) - Method in class org.apache.directory.api.ldap.schema.converter.AttributeTypeHolder
Set the attributeType singleValue flag
setSingleValued(boolean) - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
Tells if this AttributeType is Single Valued or not
setSize(int) - Method in interface org.apache.directory.api.ldap.model.message.controls.PagedResults
Set the number of entry requested or returned
setSize(int) - Method in class org.apache.directory.api.ldap.model.message.controls.PagedResultsImpl
Set the number of entry requested or returned
setSizeLimit(long) - Method in class org.apache.directory.api.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.api.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.api.ldap.model.message.SearchParams
 
setSizeLimit(long) - Method in interface org.apache.directory.api.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.api.ldap.model.message.SearchRequestImpl
Sets sizelimit that restricts the maximum number of entries to be returned as a result of the search.
setSocketSessionConfig(SocketSessionConfig) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
 
setSortKeys(List<SortKey>) - Method in interface org.apache.directory.api.ldap.model.message.controls.SortRequest
sets the sort keys
setSortKeys(List<SortKey>) - Method in class org.apache.directory.api.ldap.model.message.controls.SortRequestImpl
 
setSortResult(SortResultCode) - Method in interface org.apache.directory.api.ldap.model.message.controls.SortResponse
sets the sort result
setSortResult(SortResultCode) - Method in class org.apache.directory.api.ldap.model.message.controls.SortResponseImpl
sets the sort result
setSourceObject(SchemaObject) - Method in exception org.apache.directory.api.ldap.model.exception.LdapSchemaException
Sets the 'source' schema object.
setSpecification(String) - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
Sets the SchemaObject's specification
setSpecification(String) - Method in interface org.apache.directory.api.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(Enum<Dsmlv2StatesEnum>) - Method in interface org.apache.directory.api.dsmlv2.Container
Sets the new current state
setState(Enum<Dsmlv2StatesEnum>) - Method in class org.apache.directory.api.dsmlv2.Dsmlv2Container
Set the new current state
setState(TLVStateEnum) - Method in class org.apache.directory.api.asn1.ber.AbstractContainer
Sets the new current state
setState(TLVStateEnum) - Method in interface org.apache.directory.api.asn1.ber.Asn1Container
Sets the new current state
setStoredProcedureRequest(StoredProcedureRequest) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureRequestContainer
Set a StoredProcedure object into the container.
setStoreReq(boolean) - Method in class org.apache.directory.api.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.api.asn1.ber.AbstractContainer
Stores the Stream being decoded
setStream(ByteBuffer) - Method in interface org.apache.directory.api.asn1.ber.Asn1Container
Stores the Stream being decoded
setStrict() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
Change the Registry to a strict mode, where invalid SchemaObjects cannot be registered.
setStrict() - Method in class org.apache.directory.api.ldap.model.schema.registries.OidRegistry
Change the Registry to a strict mode, where invalid SchemaObjects cannot be registered.
setStrict() - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
Change the Registries to a strict mode, where invalid SchemaObjects cannot be registered.
setStrict() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Set the SchemaManager to a STRICT mode
setStrict() - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Change the SchemaManager to a strict mode, where invalid SchemaObjects cannot be registered.
setStructuralObjectClass(ObjectClass) - Method in class org.apache.directory.api.ldap.model.schema.NameForm
Sets the structural object class this rule applies to
setStructuralObjectClassOid(String) - Method in class org.apache.directory.api.ldap.model.schema.NameForm
Sets the structural object class this rule applies to
setSubjectDN(String) - Method in interface org.apache.directory.api.ldap.extras.extended.certGeneration.CertGenerationRequest
Sets the subect's DN
setSubjectDN(String) - Method in class org.apache.directory.api.ldap.extras.extended.certGeneration.CertGenerationRequestImpl
Sets the subect's DN
setSubstr(String) - Method in class org.apache.directory.api.ldap.schema.converter.AttributeTypeHolder
Set the substring Matching Rule
setSubstring(MatchingRule) - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
Sets the Substr MR for this AttributeType
setSubstringOid(String) - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
Sets the Substr OID for this AttributeType
setSubstringsLength(int) - Method in class org.apache.directory.api.ldap.codec.search.SubstringFilter
 
setSubtreeSpecification(SubtreeSpecification) - Method in class org.apache.directory.api.ldap.model.subtree.Subentry
Stores the subtree
setSuperior(String) - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
Sets the superior oid for this AttributeType
setSuperior(String) - Method in class org.apache.directory.api.ldap.schema.converter.AttributeTypeHolder
Set the attributeType's superior
setSuperior(AttributeType) - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
Sets the superior for this AttributeType
setSuperiorOid(String) - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
Sets the superior AttributeType OID of this AttributeType
setSuperiorOids(List<String>) - Method in class org.apache.directory.api.ldap.model.schema.ObjectClass
Sets the superior object class OIDs
setSuperiors(List<String>) - Method in class org.apache.directory.api.ldap.schema.converter.ObjectClassHolder
Set the list of inherited objectClasses
setSuperiors(List<ObjectClass>) - Method in class org.apache.directory.api.ldap.model.schema.ObjectClass
Sets the superior object classes
setSuperRules(List<Integer>) - Method in class org.apache.directory.api.ldap.model.schema.DitStructureRule
Sets the list of superior RuleIds
setSyncInfoValue(SyncInfoValue) - Method in class org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl.SyncInfoValueContainer
Set a SyncInfoValue Object into the container.
setSyncInfoValueType(SynchronizationInfoEnum) - Method in interface org.apache.directory.api.ldap.extras.intermediate.syncrepl.SyncInfoValue
 
setSyncInfoValueType(SynchronizationInfoEnum) - Method in class org.apache.directory.api.ldap.extras.intermediate.syncrepl.SyncInfoValueImpl
 
setSyncStateType(SyncStateTypeEnum) - Method in interface org.apache.directory.api.ldap.extras.controls.syncrepl.syncState.SyncStateValue
set the syncState's type
setSyncStateType(SyncStateTypeEnum) - Method in class org.apache.directory.api.ldap.extras.controls.syncrepl.syncState.SyncStateValueImpl
set the syncState's type
setSyncUUIDs(List<byte[]>) - Method in interface org.apache.directory.api.ldap.extras.intermediate.syncrepl.SyncInfoValue
 
setSyncUUIDs(List<byte[]>) - Method in class org.apache.directory.api.ldap.extras.intermediate.syncrepl.SyncInfoValueImpl
setSyntax(String) - Method in class org.apache.directory.api.ldap.schema.converter.AttributeTypeHolder
Set the attributeType's syntax
setSyntax(LdapSyntax) - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
Sets the Syntax for this AttributeType
setSyntax(LdapSyntax) - Method in class org.apache.directory.api.ldap.model.schema.MatchingRule
Sets the Syntax
setSyntaxChecker(SyntaxChecker) - Method in class org.apache.directory.api.ldap.model.schema.LdapSyntax
Sets the associated SyntaxChecker
setSyntaxLength(long) - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
Sets the length limit of this AttributeType based on its associated syntax.
setSyntaxOid(String) - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
Sets the Syntax OID for this AttributeType
setSyntaxOid(String) - Method in class org.apache.directory.api.ldap.model.schema.MatchingRule
Sets the Syntax's OID
setTag(byte) - Method in class org.apache.directory.api.asn1.ber.tlv.TLV
Set a tag value for this TLV.
setTargetDN(String) - Method in interface org.apache.directory.api.ldap.extras.extended.certGeneration.CertGenerationRequest
Sets the target DN
setTargetDN(String) - Method in class org.apache.directory.api.ldap.extras.extended.certGeneration.CertGenerationRequestImpl
Sets the target DN
setTargetPosition(int) - Method in interface org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewResponse
Sets the position in the list of entries
setTargetPosition(int) - Method in class org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewResponseImpl
Sets the position in the list of entries
setTerminalFilter(Filter) - Method in class org.apache.directory.api.dsmlv2.request.SearchRequestDsml
Set the terminal filter
setTerminalFilter(Filter) - Method in class org.apache.directory.api.ldap.codec.api.LdapMessageContainer
 
setTimeBeforeExpiration(int) - Method in interface org.apache.directory.api.ldap.extras.controls.ppolicy.PasswordPolicyResponse
Set a date of expiration for the password.
setTimeBeforeExpiration(int) - Method in class org.apache.directory.api.ldap.extras.controls.ppolicy.PasswordPolicyResponseImpl
Set a date of expiration for the password.
setTimeInMillis(long) - Method in class org.apache.directory.api.util.MockTimeProvider
 
setTimeLimit(int) - Method in class org.apache.directory.api.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.api.ldap.model.message.SearchParams
 
setTimeLimit(int) - Method in interface org.apache.directory.api.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.api.ldap.model.message.SearchRequestImpl
Sets the timelimit that restricts the maximum time (in seconds) allowed for a search.
setTimeOffline(int) - Method in interface org.apache.directory.api.ldap.extras.extended.gracefulDisconnect.GracefulDisconnectResponse
Sets the time offline after disconnection, in minutes.
setTimeOffline(int) - Method in class org.apache.directory.api.ldap.extras.extended.gracefulDisconnect.GracefulDisconnectResponseImpl
Sets the time offline after disconnection, in minutes.
setTimeOffline(int) - Method in interface org.apache.directory.api.ldap.extras.extended.gracefulShutdown.GracefulShutdownRequest
Sets the time offline after disconnection, in minutes.
setTimeOffline(int) - Method in class org.apache.directory.api.ldap.extras.extended.gracefulShutdown.GracefulShutdownRequestImpl
Sets the time offline after disconnection, in minutes.
setTimeout(long) - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
Sets the timeout in milliseconds.
setTimeOut(long) - Method in class org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory
Sets the timeout that will be used by all connections created by this factory.
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.LdapConnectionWrapper
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.api.ldap.codec.api.LdapMessageContainer
Set the SearchRequest PDU TLV's Id
setTopFilter(Filter) - Method in class org.apache.directory.api.ldap.codec.api.LdapMessageContainer
 
setToString(Set<?>) - Static method in class org.apache.directory.api.util.Strings
Utility method that return a String representation of a set
setTransactionId(byte[]) - Method in interface org.apache.directory.api.ldap.extras.extended.endTransaction.EndTransactionRequest
Set the transaction ID to commit or rollback
setTransactionId(byte[]) - Method in class org.apache.directory.api.ldap.extras.extended.endTransaction.EndTransactionRequestImpl
Set the transaction ID to commit or rollback
setTransactionId(byte[]) - Method in class org.apache.directory.api.ldap.extras.extended.startTransaction.StartTransactionResponseImpl
setTransition(Enum<?>) - Method in class org.apache.directory.api.asn1.ber.AbstractContainer
Updates the transition from a state to another
setTransition(Enum<?>) - Method in interface org.apache.directory.api.asn1.ber.Asn1Container
Updates the transition from a state to another
setTransition(Enum<Dsmlv2StatesEnum>) - Method in interface org.apache.directory.api.dsmlv2.Container
Updates the transition from a state to another
setTransition(Enum<Dsmlv2StatesEnum>) - Method in class org.apache.directory.api.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(byte[]) - Method in class org.apache.directory.api.ldap.extras.extended.storedProcedure.StoredProcedureParameter
Sets the type.
setType(int) - Method in class org.apache.directory.api.dsmlv2.Tag
Sets the type of the tag
setType(String) - Method in class org.apache.directory.api.dsmlv2.request.ExtensibleMatchFilter
Set the type
setType(String) - Method in class org.apache.directory.api.dsmlv2.request.SubstringFilter
Set the attribute to match
setType(String) - Method in class org.apache.directory.api.ldap.codec.search.ExtensibleMatchFilter
Set the type
setType(String) - Method in class org.apache.directory.api.ldap.codec.search.SubstringFilter
Set the attribute to match
setType(String) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl.Extension
Sets the type.
setType(ObjectClassTypeEnum) - Method in class org.apache.directory.api.ldap.model.schema.ObjectClass
Set the ObjectClass type, one of ABSTRACT, AUXILIARY or STRUCTURAL.
setTypesOnly(boolean) - Method in class org.apache.directory.api.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.api.ldap.model.message.SearchParams
 
setTypesOnly(boolean) - Method in interface org.apache.directory.api.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.api.ldap.model.message.SearchRequestImpl
An indicator as to whether search results will contain both attribute types and values, or just attribute types.
setUpdateControls(List<UpdateControls>) - Method in class org.apache.directory.api.ldap.extras.extended.endTransaction.EndTransactionResponseImpl
 
setUpId(byte[]) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Sets the User Provided ID as a byte[]
setUpId(byte[], AttributeType) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Sets the User Provided ID as a byte[]
setUpId(String) - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
Set the user provided ID.
setUpId(String) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Set the user provided ID.
setUpId(String, AttributeType) - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
Set the user provided ID.
setUpId(String, AttributeType) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Set the user provided ID.
setUsage(UsageEnum) - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
Sets the AttributeType usage, one of : USER_APPLICATIONS DIRECTORY_OPERATION DISTRIBUTED_OPERATION DSA_OPERATION
setUsage(UsageEnum) - Method in class org.apache.directory.api.ldap.schema.converter.AttributeTypeHolder
Set the attributeType's usage
setUserId(String) - Method in class org.apache.directory.api.ldap.extras.extended.whoAmI.WhoAmIResponseImpl
Set the userId
setUserIdentity(byte[]) - Method in interface org.apache.directory.api.ldap.extras.extended.pwdModify.PasswordModifyRequest
Set the user identity
setUserIdentity(byte[]) - Method in class org.apache.directory.api.ldap.extras.extended.pwdModify.PasswordModifyRequestImpl
 
setUserModifiable(boolean) - Method in class org.apache.directory.api.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.AbstractSaslRequest
Sets the username.
setUseSsl(boolean) - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
Sets whether SSL should be used.
setUseTls(boolean) - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
Sets whether TLS should be used.
setValidateDn(boolean) - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
Turns on/off the DN validation
setValidator(LdapConnectionValidator) - Method in class org.apache.directory.ldap.client.api.AbstractPoolableLdapConnectionFactory
Sets the validator to use when validation occurs.
setValue(byte[]) - Method in class org.apache.directory.api.dsmlv2.DsmlControl
Sets the encoded control value
setValue(byte[]) - Method in interface org.apache.directory.api.ldap.codec.api.CodecControl
Set the Control's encoded control value.
setValue(byte[]) - Method in class org.apache.directory.api.ldap.codec.api.ControlDecorator
Set the encoded control value
setValue(byte[]) - Method in class org.apache.directory.api.ldap.extras.extended.storedProcedure.StoredProcedureParameter
Sets the value.
setValue(byte[]) - Method in class org.apache.directory.api.ldap.model.ldif.LdifControl
Store the control value
setValue(String) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl.Extension
Sets the value.
setValue(Value) - Method in class org.apache.directory.api.ldap.model.filter.ExtensibleNode
Sets the value.
setValue(Value) - Method in class org.apache.directory.api.ldap.model.filter.SimpleNode
Sets the value of this node.
setValue(V) - Method in class org.apache.directory.api.ldap.model.cursor.Tuple
Sets the value for this Tuple.
setValueMap(Map<Value, Value>) - Method in class org.apache.directory.ldap.client.api.LdifAnonymizer
 
setVersion3(boolean) - Method in class org.apache.directory.api.dsmlv2.request.BindRequestDsml
Sets whether or not the LDAP v3 or v2 protocol is used.
setVersion3(boolean) - Method in interface org.apache.directory.api.ldap.model.message.BindRequest
Sets whether or not the LDAP v3 or v2 protocol is used.
setVersion3(boolean) - Method in class org.apache.directory.api.ldap.model.message.BindRequestImpl
Sets whether or not the LDAP v3 or v2 protocol is used.
setVirtualListViewResult(VirtualListViewResultCode) - Method in interface org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewResponse
Store the VLV result
setVirtualListViewResult(VirtualListViewResultCode) - Method in class org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewResponseImpl
Store the VLV result
setVisibility(boolean) - Method in interface org.apache.directory.api.ldap.model.message.controls.Subentries
Set the visibility flag
setVisibility(boolean) - Method in class org.apache.directory.api.ldap.model.message.controls.SubentriesImpl
 
setWriteOperationTimeout(Long) - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
Sets write operation timeout in milliseconds.
SHA1_LENGTH - Static variable in class org.apache.directory.api.ldap.model.password.PasswordUtil
The SHA1 hash length
SHA256_LENGTH - Static variable in class org.apache.directory.api.ldap.model.password.PasswordUtil
The SHA256 hash length
SHA384_LENGTH - Static variable in class org.apache.directory.api.ldap.model.password.PasswordUtil
The SHA384 hash length
SHA512_LENGTH - Static variable in class org.apache.directory.api.ldap.model.password.PasswordUtil
The SHA512 hash length
SHADOW_ACCOUNT_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SHADOW_ACCOUNT_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SHADOW_EXPIRE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SHADOW_EXPIRE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SHADOW_FLAG_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SHADOW_FLAG_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SHADOW_INACTIVE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SHADOW_INACTIVE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SHADOW_LAST_CHANGE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SHADOW_LAST_CHANGE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SHADOW_MAX_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SHADOW_MAX_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SHADOW_MIN_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SHADOW_MIN_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SHADOW_WARNING_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SHADOW_WARNING_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
shallowClone() - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Shallow clone an entry.
shallowClone() - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Shallow Clone the current entry.
shallowClone() - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Shallow Clone the current entry.
SHARP - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
 
SHORT_MASK - Static variable in class org.apache.directory.api.asn1.ber.tlv.TLV
tag mask for the short tag format - 0001 1111 - 0x1F
SIMPLE - org.apache.directory.api.ldap.model.constants.AuthenticationLevel
Simple authentication (bound with plain-text credentials)
SIMPLE_AUTH_PENDING - org.apache.directory.api.ldap.model.message.BindStatus
We have received a Simple BindRequest
SIMPLE_SECURITY_OBJECT_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SIMPLE_SECURITY_OBJECT_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SIMPLE_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
SimpleNode<T> - Class in org.apache.directory.api.ldap.model.filter
A simple assertion value node.
SINGLE_LEVEL - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
SINGLE_LEVEL_QUALITY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SINGLE_LEVEL_QUALITY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SingleLdifSchemaLoader - Class in org.apache.directory.api.ldap.schema.loader
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.api.ldap.schema.loader.SingleLdifSchemaLoader
Instantiates a new single LDIF schema loader.
SingleLdifSchemaLoader(String) - Constructor for class org.apache.directory.api.ldap.schema.loader.SingleLdifSchemaLoader
Instantiates a new single LDIF schema loader.
SingleLdifSchemaLoader(URL) - Constructor for class org.apache.directory.api.ldap.schema.loader.SingleLdifSchemaLoader
Instantiates a new single LDIF schema loader.
SingleReplyRequest - Interface in org.apache.directory.api.ldap.model.message
Super interface for all request messages returning only one type of response.
SingletonCursor<E> - Class in org.apache.directory.api.ldap.model.cursor
A Cursor over a single element.
SingletonCursor(E) - Constructor for class org.apache.directory.api.ldap.model.cursor.SingletonCursor
Creates a new instance of SingletonCursor.
SingletonCursor(E, Comparator<E>) - Constructor for class org.apache.directory.api.ldap.model.cursor.SingletonCursor
Creates a new instance of SingletonCursor, with its associated comparator
SingletonEnumeration<T> - Class in org.apache.directory.api.util
A NamingEnumeration over a single element.
SingletonEnumeration(T) - Constructor for class org.apache.directory.api.util.SingletonEnumeration
Creates a NamingEnumeration over a single element.
size() - Method in class org.apache.directory.api.asn1.util.BitString
 
size() - Method in interface org.apache.directory.api.ldap.extras.extended.storedProcedure.StoredProcedureRequest
Size.
size() - Method in class org.apache.directory.api.ldap.extras.extended.storedProcedure.StoredProcedureRequestImpl
Size.
size() - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
Retrieves the number of values in this attribute.
size() - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Retrieves the number of values in this attribute.
size() - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Returns the number of attributes.
size() - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Returns the number of attributes.
size() - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Returns the number of attributes.
size() - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
 
size() - Method in class org.apache.directory.api.ldap.model.name.Dn
Get the number of RDNs present in the DN
size() - Method in class org.apache.directory.api.ldap.model.name.Rdn
Get the number of Avas of this Rdn
size() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
size() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
size() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableComparatorRegistry
size() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitContentRuleRegistry
size() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitStructureRuleRegistry
size() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
size() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
size() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
size() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNameFormRegistry
size() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNormalizerRegistry
size() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableObjectClassRegistry
size() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
size() - Method in class org.apache.directory.api.ldap.model.schema.registries.OidRegistry
 
size() - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaObjectRegistry
 
size() - Method in class org.apache.directory.api.ldap.util.tree.DnNode
Returns the number of entries under this node.
size() - Method in exception org.apache.directory.api.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.api.util.exception.RuntimeMultiException
Gets the size (number of) exceptions nested within this exception.
size() - Method in class org.apache.directory.api.util.SequencedHashMap
Implements Map.size().
SIZE_LIMIT - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
SIZE_LIMIT_EXCEEDED - org.apache.directory.api.ldap.model.message.ResultCodeEnum
This error should be returned when the number of results generated by a search exceeds the maximum number of results specified by either the client or the server.
SIZE_LIMIT_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
SIZE_STATE - org.apache.directory.api.ldap.codec.controls.search.pagedSearch.PagedResultsStates
Size Value
skipReferral() - Method in exception org.apache.directory.api.ldap.model.cursor.CursorLdapReferralException
Move to the next referral
skipReferral() - Method in exception org.apache.directory.api.ldap.model.exception.LdapReferralException
Move to the next referral
SN_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SN_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SOA_RECORD_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SOA_RECORD_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SOAP_BODY_END_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The soap body end state
SOAP_BODY_START_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The soap body start state
SOAP_ENVELOPE_END_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The soap envelop end state
SOAP_ENVELOPE_START_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The soap envelop start state
SOAP_HEADER_END_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The soap header end state
SOAP_HEADER_START_TAG - org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
The soap header start state
SORT_KEY_SEQUENCE_STATE - org.apache.directory.api.ldap.codec.controls.sort.SortRequestStates
SortKeyList ::= SEQUENCE OF SEQUENCE transition
SORTCONTROLMISSING - org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewResultCode
No Sort Control provided
SortKey - Class in org.apache.directory.api.ldap.model.message.controls
Datastructure to store the Attribute name, matching rule ID of the attribute
and the sort order.
SortKey(String) - Constructor for class org.apache.directory.api.ldap.model.message.controls.SortKey
Create a new instance of a SortKey for a give AttributeType
SortKey(String, String) - Constructor for class org.apache.directory.api.ldap.model.message.controls.SortKey
Create a new instance of a SortKey for a give AttributeType
SortKey(String, String, boolean) - Constructor for class org.apache.directory.api.ldap.model.message.controls.SortKey
Create a new instance of a SortKey for a give AttributeType
sortObjectClasses(List<ObjectClass>) - Static method in class org.apache.directory.api.ldap.model.schema.SchemaObjectSorter
Gets an hierarchical ordered Iterable of the given ObjectClasses.
SortRequest - Interface in org.apache.directory.api.ldap.model.message.controls
Implementation of Server Side Sort request control based on the RFC 2891

SortRequestContainer - Class in org.apache.directory.api.ldap.codec.controls.sort
Container for SortRequestControl.
SortRequestContainer(Control) - Constructor for class org.apache.directory.api.ldap.codec.controls.sort.SortRequestContainer
Creates a new instance of SortRequestContainer.
SortRequestFactory - Class in org.apache.directory.api.ldap.codec.controls.sort
A ControlFactory for SortRequestControl.
SortRequestFactory(LdapApiService) - Constructor for class org.apache.directory.api.ldap.codec.controls.sort.SortRequestFactory
Creates a new instance of SortRequestFactory.
SortRequestGrammar - Class in org.apache.directory.api.ldap.codec.controls.sort
Grammar used for decoding a SortRequestControl.
SortRequestImpl - Class in org.apache.directory.api.ldap.model.message.controls
Implementation of SortRequestControl.
SortRequestImpl() - Constructor for class org.apache.directory.api.ldap.model.message.controls.SortRequestImpl
Creates a new SortRequestControlImpl instance
SortRequestStates - Enum in org.apache.directory.api.ldap.codec.controls.sort
Codec states for SortRequestControl.
SortResponse - Interface in org.apache.directory.api.ldap.model.message.controls
SortResult ::= SEQUENCE { sortResult ENUMERATED { success (0), -- results are sorted operationsError (1), -- server internal failure timeLimitExceeded (3), -- timelimit reached before sorting was completed strongAuthRequired (8), -- refused to return sorted results via insecure protocol adminLimitExceeded (11), -- too many matching entries for the server to sort noSuchAttribute (16), -- unrecognized attribute type in sort key inappropriateMatching (18), -- unrecognized or inappropriate matching rule in sort key insufficientAccessRights (50), -- refused to return sorted results to this client busy (51), -- too busy to process unwillingToPerform (53), -- unable to sort other (80)
}, attributeType [0] AttributeDescription OPTIONAL }
SortResponseContainer - Class in org.apache.directory.api.ldap.codec.controls.sort
Container for SortResponseControl.
SortResponseContainer(Control) - Constructor for class org.apache.directory.api.ldap.codec.controls.sort.SortResponseContainer
Creates a new instance of SortResponseContainer.
SortResponseFactory - Class in org.apache.directory.api.ldap.codec.controls.sort
A ControlFactory for SortResponseControl.
SortResponseFactory(LdapApiService) - Constructor for class org.apache.directory.api.ldap.codec.controls.sort.SortResponseFactory
Creates a new instance of SortResponseFactory.
SortResponseGrammar - Class in org.apache.directory.api.ldap.codec.controls.sort
Grammar for decoding SortResponseControl.
SortResponseImpl - Class in org.apache.directory.api.ldap.model.message.controls
Implementation of SortResponseControl.
SortResponseImpl() - Constructor for class org.apache.directory.api.ldap.model.message.controls.SortResponseImpl
Creates a new SortResponseControlImpl instance
SortResponseStates - Enum in org.apache.directory.api.ldap.codec.controls.sort
Enumeration of states encountered while decoding a SortResponseControl.
SortResultCode - Enum in org.apache.directory.api.ldap.model.message.controls
Enumeration of the result codes of a SortResult defined in RFC 2891 for server side sort control.
SP - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
 
SP - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
 
SP - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
SP - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
SP - Static variable in interface org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
SPACE - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
 
special() - Method in class org.apache.directory.api.ldap.model.name.AntlrDnParser
RFC 4514 Section 3
specificExclusion() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
specificExclusion() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
specificExclusion() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
specificExclusion() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
specificExclusions() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
specificExclusions() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
specificExclusions() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
specificExclusions() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
splitCredentials(byte[]) - Static method in class org.apache.directory.api.ldap.model.password.PasswordUtil
Decompose the stored password in an algorithm, an eventual salt and the password itself.
splitIntoPackages(String, Set<String>) - Static method in class org.apache.directory.api.util.OsgiUtils
Splits a Package-Export OSGi Manifest Attribute value into packages while stripping away the key/value properties.
SPSpec(String, List<StoredProcedureOption>, List<StoredProcedureParameter>) - Constructor for class org.apache.directory.api.ldap.trigger.TriggerSpecification.SPSpec
Instantiates a new stored procedure spec.
ss_base() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
ss_base() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
ss_base() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
ss_base() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
ss_maximum() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
ss_maximum() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
ss_maximum() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
ss_maximum() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
ss_minimum() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
ss_minimum() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
ss_minimum() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
ss_minimum() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
ss_specificationFilter() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
ss_specificationFilter() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
ss_specificExclusions() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
ss_specificExclusions() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
ss_specificExclusions() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
ss_specificExclusions() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
ST_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ST_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
StandaloneLdapApiService - Class in org.apache.directory.api.ldap.codec.standalone
The default LdapApiService implementation.
StandaloneLdapApiService() - Constructor for class org.apache.directory.api.ldap.codec.standalone.StandaloneLdapApiService
Creates a new instance of StandaloneLdapCodecService.
StandaloneLdapApiService(List<String>, List<String>, List<String>, List<String>) - Constructor for class org.apache.directory.api.ldap.codec.standalone.StandaloneLdapApiService
Creates a new instance of StandaloneLdapApiService.
StandaloneLdapApiService.ControlType - Enum in org.apache.directory.api.ldap.codec.standalone
The control's type
start - Variable in class org.apache.directory.api.util.Position
The starting position in the string
start(BundleContext) - Method in class org.apache.directory.api.ldap.codec.osgi.DefaultActivator
start(BundleContext) - Method in class org.apache.directory.api.ldap.codec.protocol.mina.LdapProtocolCodecActivator
start(BundleContext) - Method in class org.apache.directory.api.ldap.extras.ExtrasBundleActivator
START - Static variable in class org.apache.directory.api.dsmlv2.Tag
This int represents a START tag
START_STATE - org.apache.directory.api.ldap.codec.controls.search.entryChange.EntryChangeStates
Sequence Tag
START_STATE - org.apache.directory.api.ldap.codec.controls.search.pagedSearch.PagedResultsStates
Initial state
START_STATE - org.apache.directory.api.ldap.codec.controls.search.persistentSearch.PersistentSearchStates
Initial state
START_STATE - org.apache.directory.api.ldap.codec.controls.search.subentries.SubentriesStates
Starting state
START_STATE - org.apache.directory.api.ldap.codec.controls.sort.SortRequestStates
Initial state
START_STATE - org.apache.directory.api.ldap.codec.controls.sort.SortResponseStates
Initialstate
START_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
START_STATE - org.apache.directory.api.ldap.extras.controls.ad_impl.AdDirSyncRequestStatesEnum
 
START_STATE - org.apache.directory.api.ldap.extras.controls.ad_impl.AdDirSyncResponseStatesEnum
 
START_STATE - org.apache.directory.api.ldap.extras.controls.ad_impl.AdPolicyHintsStates
Initial state
START_STATE - org.apache.directory.api.ldap.extras.controls.ppolicy_impl.PasswordPolicyResponseStates
Initial state
START_STATE - org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncDoneValueStatesEnum
 
START_STATE - org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncRequestValueStatesEnum
Initial state
START_STATE - org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncStateValueStatesEnum
Initial state
START_STATE - org.apache.directory.api.ldap.extras.controls.vlv_impl.VirtualListViewRequestStates
Initial state
START_STATE - org.apache.directory.api.ldap.extras.controls.vlv_impl.VirtualListViewResponseStates
Initial state
START_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.cancel.CancelStatesEnum
Initial state
START_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.certGeneration.CertGenerationRequestStatesEnum
start state
START_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.controls.ControlsStates
start state
START_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.EndTransactionRequestStates
start state
START_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.EndTransactionResponseStates
start state
START_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectStatesEnum
Initial state
START_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownStatesEnum
Initial state
START_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify.PasswordModifyRequestStatesEnum
start state
START_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify.PasswordModifyResponseStatesEnum
start state
START_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureStatesEnum
starting state
START_STATE - org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl.SyncInfoValueStatesEnum
Initial state
startsWith(String, String...) - Static method in class org.apache.directory.ldap.client.api.search.FilterBuilder
Returns a new FilterBuilder that will construct a SubString filter, with an initial part, and zero to N any part, but no final part.
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.
startTlsCalled() - Method in class org.apache.directory.ldap.client.api.MonitoringLdapConnection
 
StartTlsFactory - Class in org.apache.directory.api.ldap.extras.extended.ads_impl.startTls
An ExtendedOperationFactory for creating SartTls extended reques/response pairs.
StartTlsFactory(LdapApiService) - Constructor for class org.apache.directory.api.ldap.extras.extended.ads_impl.startTls.StartTlsFactory
Creates a new instance of StartTlsFactory.
StartTlsRequest - Interface in org.apache.directory.api.ldap.extras.extended.startTls
The RFC 4511 StartTLS request
StartTlsRequestImpl - Class in org.apache.directory.api.ldap.extras.extended.startTls
The RFC 4511 StartTLS request
StartTlsRequestImpl() - Constructor for class org.apache.directory.api.ldap.extras.extended.startTls.StartTlsRequestImpl
Create a new instance of the StartTlsRequest extended operation
StartTlsRequestImpl(int) - Constructor for class org.apache.directory.api.ldap.extras.extended.startTls.StartTlsRequestImpl
Create a new instance of the StartTlsRequest extended operation
StartTlsResponse - Interface in org.apache.directory.api.ldap.extras.extended.startTls
The RFC 4511 StartTLS response
StartTlsResponseImpl - Class in org.apache.directory.api.ldap.extras.extended.startTls
The RFC 4511 StartTLS response :
StartTlsResponseImpl() - Constructor for class org.apache.directory.api.ldap.extras.extended.startTls.StartTlsResponseImpl
Instantiates a new StartTls response.
StartTlsResponseImpl(int) - Constructor for class org.apache.directory.api.ldap.extras.extended.startTls.StartTlsResponseImpl
Instantiates a new StartTls response.
StartTlsResponseImpl(int, ResultCodeEnum) - Constructor for class org.apache.directory.api.ldap.extras.extended.startTls.StartTlsResponseImpl
Create a new instance for the StartTls response
StartTlsResponseImpl(int, ResultCodeEnum, String) - Constructor for class org.apache.directory.api.ldap.extras.extended.startTls.StartTlsResponseImpl
Create a new instance for the StartTls response
StartTransactionFactory - Class in org.apache.directory.api.ldap.extras.extended.ads_impl.startTransaction
An ExtendedOperationFactory for creating StartTransaction extended request response pairs.
StartTransactionFactory(LdapApiService) - Constructor for class org.apache.directory.api.ldap.extras.extended.ads_impl.startTransaction.StartTransactionFactory
Creates a new instance of StartTransactionFactory.
StartTransactionRequest - Interface in org.apache.directory.api.ldap.extras.extended.startTransaction
The StartTransactionRequest interface.
StartTransactionRequestImpl - Class in org.apache.directory.api.ldap.extras.extended.startTransaction
Implement the extended Start Transaction Request as described in RFC 5805.
StartTransactionRequestImpl() - Constructor for class org.apache.directory.api.ldap.extras.extended.startTransaction.StartTransactionRequestImpl
Creates a new instance of StartTransactionRequestImpl.
StartTransactionRequestImpl(int) - Constructor for class org.apache.directory.api.ldap.extras.extended.startTransaction.StartTransactionRequestImpl
Creates a new instance of StartTransactionRequestImpl.
StartTransactionResponse - Interface in org.apache.directory.api.ldap.extras.extended.startTransaction
The interface for Start Transaction Extended Response.
StartTransactionResponseImpl - Class in org.apache.directory.api.ldap.extras.extended.startTransaction
The interface for Start Transaction Extended Response.
StartTransactionResponseImpl() - Constructor for class org.apache.directory.api.ldap.extras.extended.startTransaction.StartTransactionResponseImpl
Create a new StartTransactionResponseImpl instance
StartTransactionResponseImpl(byte[]) - Constructor for class org.apache.directory.api.ldap.extras.extended.startTransaction.StartTransactionResponseImpl
Create a new StartTransactionResponseImpl instance
StartTransactionResponseImpl(int, byte[]) - Constructor for class org.apache.directory.api.ldap.extras.extended.startTransaction.StartTransactionResponseImpl
Create a new StartTransactionResponseImpl instance
StartTransactionResponseImpl(int, ResultCodeEnum, byte[]) - Constructor for class org.apache.directory.api.ldap.extras.extended.startTransaction.StartTransactionResponseImpl
Create a new StartTransactionResponseImpl object
STATEORPROVINCE_NAME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
States - Interface in org.apache.directory.api.asn1.ber.grammar
Interface to get custom function from enum when casting.
StockCodecFactoryUtil - Class in org.apache.directory.api.ldap.codec
A utility class for adding Codec and extended operation factories.
stop(BundleContext) - Method in class org.apache.directory.api.ldap.codec.osgi.DefaultActivator
stop(BundleContext) - Method in class org.apache.directory.api.ldap.codec.protocol.mina.LdapProtocolCodecActivator
stop(BundleContext) - Method in class org.apache.directory.api.ldap.extras.ExtrasBundleActivator
StoreAddRequestEntryName - Class in org.apache.directory.api.ldap.codec.actions.request.add
The action used to store the AddReqyuest entry name
StoreAddRequestEntryName() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.add.StoreAddRequestEntryName
Instantiates a new action.
StoreAfterCount - Class in org.apache.directory.api.ldap.extras.controls.vlv_impl
The action used to store the AfterCount value
StoreAfterCount() - Constructor for class org.apache.directory.api.ldap.extras.controls.vlv_impl.StoreAfterCount
Instantiates a new afterCount action.
StoreAny - Class in org.apache.directory.api.ldap.codec.actions.request.search.filter
The action used to store a any value into a substring filter
StoreAny() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.search.filter.StoreAny
Instantiates a new store any action.
StoreAssertionValue - Class in org.apache.directory.api.ldap.extras.controls.vlv_impl
The action used to store the assertionValue value
StoreAssertionValue() - Constructor for class org.apache.directory.api.ldap.extras.controls.vlv_impl.StoreAssertionValue
Instantiates a new assertionValue action.
StoreBeforeCount - Class in org.apache.directory.api.ldap.extras.controls.vlv_impl
The action used to store the BeforeCount value
StoreBeforeCount() - Constructor for class org.apache.directory.api.ldap.extras.controls.vlv_impl.StoreBeforeCount
Instantiates a new beforeCount action.
StoreCompareRequestAssertionValue - Class in org.apache.directory.api.ldap.codec.actions.request.compare
The action used to store the AssertionValue in a Compare Request
StoreCompareRequestAssertionValue() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.compare.StoreCompareRequestAssertionValue
Instantiates a new action.
StoreCompareRequestAttributeDesc - Class in org.apache.directory.api.ldap.codec.actions.request.compare
The action used to store the AssertionValue attributeDescription in a Compare Request
StoreCompareRequestAttributeDesc() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.compare.StoreCompareRequestAttributeDesc
Instantiates a new action.
StoreCompareRequestEntryName - Class in org.apache.directory.api.ldap.codec.actions.request.compare
The action used to store the Compare Request name
StoreCompareRequestEntryName() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.compare.StoreCompareRequestEntryName
Instantiates a new action.
StoreContentCount - Class in org.apache.directory.api.ldap.extras.controls.vlv_impl
The action used to store the ContentCount value
StoreContentCount() - Constructor for class org.apache.directory.api.ldap.extras.controls.vlv_impl.StoreContentCount
Instantiates a new ContentCount action.
StoreContentCountResponse - Class in org.apache.directory.api.ldap.extras.controls.vlv_impl
The action used to store the contentCount value in VLV response
StoreContentCountResponse() - Constructor for class org.apache.directory.api.ldap.extras.controls.vlv_impl.StoreContentCountResponse
Instantiates a new ContentCount action.
StoreContextId - Class in org.apache.directory.api.ldap.extras.controls.vlv_impl
The action used to store the ContextId value
StoreContextId() - Constructor for class org.apache.directory.api.ldap.extras.controls.vlv_impl.StoreContextId
Instantiates a new ContextId action.
StoreContextIdResponse - Class in org.apache.directory.api.ldap.extras.controls.vlv_impl
The action used to store the contextId value in VLV reponse
StoreContextIdResponse() - Constructor for class org.apache.directory.api.ldap.extras.controls.vlv_impl.StoreContextIdResponse
Instantiates a new contextId action.
StoreControlCriticality - Class in org.apache.directory.api.ldap.codec.actions.controls
The action used to set the control criticality flag
StoreControlCriticality - Class in org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.controls.actions
The action used to set the control criticality flag
StoreControlCriticality() - Constructor for class org.apache.directory.api.ldap.codec.actions.controls.StoreControlCriticality
Instantiates a new StoreControlCriticality action.
StoreControlCriticality() - Constructor for class org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.controls.actions.StoreControlCriticality
Instantiates a new StoreControlCriticality action.
StoreControlName - Class in org.apache.directory.api.ldap.codec.actions.controls
The action used add a new control.
StoreControlName() - Constructor for class org.apache.directory.api.ldap.codec.actions.controls.StoreControlName
Instantiates a new AddControl action.
StoreControlValue - Class in org.apache.directory.api.ldap.codec.actions.controls
The action used to set the value of a control.
StoreControlValue - Class in org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.controls.actions
The action used to set the value of a control.
StoreControlValue() - Constructor for class org.apache.directory.api.ldap.codec.actions.controls.StoreControlValue
Instantiates a new StoreControlValue action.
StoreControlValue() - Constructor for class org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.controls.actions.StoreControlValue
Instantiates a new StoreControlValue action.
STORED_PROCEDURE_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureStatesEnum
StoredProcedure
StoredProcedureFactory - Class in org.apache.directory.api.ldap.extras.extended.ads_impl.storedProcedure
An ExtendedOperationFactory for creating cancel extended request response pairs.
StoredProcedureFactory(LdapApiService) - Constructor for class org.apache.directory.api.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureFactory
Creates a new instance of StoredProcedureFactory.
storedProcedureLanguageSchemeOption() - Method in class org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParser
 
StoredProcedureLanguageSchemeOption - Class in org.apache.directory.api.ldap.trigger
The language schema option of triggered stored procedure.
StoredProcedureLanguageSchemeOption(String) - Constructor for class org.apache.directory.api.ldap.trigger.StoredProcedureLanguageSchemeOption
Instantiates a new stored procedure language scheme option.
StoredProcedureOption - Interface in org.apache.directory.api.ldap.trigger
Just a marker interface for Stored Procedure Options.
StoredProcedureParameter - Class in org.apache.directory.api.ldap.extras.extended.storedProcedure
Bean for representing a Stored Procedure Parameter
StoredProcedureParameter - Class in org.apache.directory.api.ldap.trigger
An entity that represents a stored procedure parameter which can be specified in an LDAP Trigger Specification.
StoredProcedureParameter() - Constructor for class org.apache.directory.api.ldap.extras.extended.storedProcedure.StoredProcedureParameter
 
StoredProcedureParameter.Add_ATTRIBUTES - Class in org.apache.directory.api.ldap.trigger
The Add Attributes factory
StoredProcedureParameter.Add_ENTRY - Class in org.apache.directory.api.ldap.trigger
The Add Entry factory
StoredProcedureParameter.Delete_DELETED_ENTRY - Class in org.apache.directory.api.ldap.trigger
The Delete Deleted factory
StoredProcedureParameter.Delete_NAME - Class in org.apache.directory.api.ldap.trigger
The Delete Name factory
StoredProcedureParameter.Generic_LDAP_CONTEXT - Class in org.apache.directory.api.ldap.trigger
The generic LdapContext factory
StoredProcedureParameter.Generic_OPERATION_PRINCIPAL - Class in org.apache.directory.api.ldap.trigger
The generic Operation Principal factory
StoredProcedureParameter.Modify_MODIFICATION - Class in org.apache.directory.api.ldap.trigger
The Modify Modification factory
StoredProcedureParameter.Modify_NEW_ENTRY - Class in org.apache.directory.api.ldap.trigger
The Modify New Entry factory
StoredProcedureParameter.Modify_OBJECT - Class in org.apache.directory.api.ldap.trigger
The Modify Object factory
StoredProcedureParameter.Modify_OLD_ENTRY - Class in org.apache.directory.api.ldap.trigger
The Modify Old Entry factory
StoredProcedureParameter.ModifyDN_DELETE_OLD_RDN - Class in org.apache.directory.api.ldap.trigger
The Modify DN Delete Old RDN factory
StoredProcedureParameter.ModifyDN_ENTRY - Class in org.apache.directory.api.ldap.trigger
The Modify DN Entry factory
StoredProcedureParameter.ModifyDN_NEW_DN - Class in org.apache.directory.api.ldap.trigger
The Modify DN New DN factory
StoredProcedureParameter.ModifyDN_NEW_RDN - Class in org.apache.directory.api.ldap.trigger
The Modify New Rdn factory
StoredProcedureParameter.ModifyDN_NEW_SUPERIOR - Class in org.apache.directory.api.ldap.trigger
The Modify DN New Superior factory
StoredProcedureParameter.ModifyDN_OLD_RDN - Class in org.apache.directory.api.ldap.trigger
The Modify DN Old RDN factory
StoredProcedureParameter.ModifyDN_OLD_SUPERIOR_DN - Class in org.apache.directory.api.ldap.trigger
The Modify DN Old Superior DN factory
StoredProcedureRequest - Interface in org.apache.directory.api.ldap.extras.extended.storedProcedure
An extended operation requesting the server to execute a stored procedure.
StoredProcedureRequestContainer - Class in org.apache.directory.api.ldap.extras.extended.ads_impl.storedProcedure
A container for the StoredProcedure codec
StoredProcedureRequestContainer() - Constructor for class org.apache.directory.api.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureRequestContainer
Creates a new StoredProcedureContainer instance
StoredProcedureRequestGrammar - Class in org.apache.directory.api.ldap.extras.extended.ads_impl.storedProcedure
ASN.1 BER Grammar for Stored Procedure Extended Operation
StoredProcedureRequestImpl - Class in org.apache.directory.api.ldap.extras.extended.storedProcedure
An extended operation requesting the server to execute a stored procedure.
StoredProcedureRequestImpl() - Constructor for class org.apache.directory.api.ldap.extras.extended.storedProcedure.StoredProcedureRequestImpl
Instantiates a new stored procedure request.
StoredProcedureRequestImpl(int) - Constructor for class org.apache.directory.api.ldap.extras.extended.storedProcedure.StoredProcedureRequestImpl
Instantiates a new stored procedure request.
StoredProcedureRequestImpl(int, String, String) - Constructor for class org.apache.directory.api.ldap.extras.extended.storedProcedure.StoredProcedureRequestImpl
Instantiates a new stored procedure request.
StoredProcedureResponse - Interface in org.apache.directory.api.ldap.extras.extended.storedProcedure
The stored procedure extended operation response.
StoredProcedureResponseImpl - Class in org.apache.directory.api.ldap.extras.extended.storedProcedure
The response sent back from the server when a StoredProcedureRequestImpl is sent.
StoredProcedureResponseImpl() - Constructor for class org.apache.directory.api.ldap.extras.extended.storedProcedure.StoredProcedureResponseImpl
Instantiates a new stored procedure response.
StoredProcedureResponseImpl(int) - Constructor for class org.apache.directory.api.ldap.extras.extended.storedProcedure.StoredProcedureResponseImpl
Instantiates a new stored procedure response.
storedProcedureSearchContext() - Method in class org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParser
 
storedProcedureSearchContextOption() - Method in class org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParser
 
StoredProcedureSearchContextOption - Class in org.apache.directory.api.ldap.trigger
The search context option of the triggered stored procedure.
StoredProcedureSearchContextOption(Dn) - Constructor for class org.apache.directory.api.ldap.trigger.StoredProcedureSearchContextOption
Instantiates a new stored procedure search context option.
StoredProcedureSearchContextOption(Dn, SearchScope) - Constructor for class org.apache.directory.api.ldap.trigger.StoredProcedureSearchContextOption
Instantiates a new stored procedure search context option.
storedProcedureSearchScope() - Method in class org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParser
 
StoredProcedureStatesEnum - Enum in org.apache.directory.api.ldap.extras.extended.ads_impl.storedProcedure
Constants for StoredProcedureGrammar.
StoreError<C extends Asn1Container> - Class in org.apache.directory.api.ldap.extras.controls.ppolicy_impl
The action used to store the error
StoreError() - Constructor for class org.apache.directory.api.ldap.extras.controls.ppolicy_impl.StoreError
Instantiates a new StoreError action.
StoreErrorMessage - Class in org.apache.directory.api.ldap.codec.actions.ldapResult
The action used to set the LdapResult error message.
StoreErrorMessage() - Constructor for class org.apache.directory.api.ldap.codec.actions.ldapResult.StoreErrorMessage
Instantiates a new error message action.
StoreExtendedRequestName - Class in org.apache.directory.api.ldap.codec.actions.request.extended
The action used to store the Extended Request name
StoreExtendedRequestName() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.extended.StoreExtendedRequestName
Instantiates a new action.
StoreExtendedRequestValue - Class in org.apache.directory.api.ldap.codec.actions.request.extended
The action used to store the Extended Request value
StoreExtendedRequestValue() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.extended.StoreExtendedRequestValue
Instantiates a new action.
StoreExtendedResponseName - Class in org.apache.directory.api.ldap.codec.actions.response.extended
The action used to store a Response Name to an ExtendedResponse
StoreExtendedResponseName() - Constructor for class org.apache.directory.api.ldap.codec.actions.response.extended.StoreExtendedResponseName
Instantiates a new response name action.
StoreExtendedResponseValue - Class in org.apache.directory.api.ldap.codec.actions.response.extended
The action used to store a Response to an ExtendedResponse
StoreExtendedResponseValue() - Constructor for class org.apache.directory.api.ldap.codec.actions.response.extended.StoreExtendedResponseValue
Instantiates a new response action.
StoreFinal - Class in org.apache.directory.api.ldap.codec.actions.request.search.filter
The action used to store a final value into a substring filter
StoreFinal() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.search.filter.StoreFinal
Instantiates a new store final action.
StoreFlags - Class in org.apache.directory.api.ldap.extras.controls.ad_impl
The action used to store the AdPolicyHints control's Flags value
StoreFlags() - Constructor for class org.apache.directory.api.ldap.extras.controls.ad_impl.StoreFlags
Instantiates a new Flags action.
StoreGraceAuthNRemaining - Class in org.apache.directory.api.ldap.extras.controls.ppolicy_impl
The action used to store the GraceAuthsRemains
StoreGraceAuthNRemaining() - Constructor for class org.apache.directory.api.ldap.extras.controls.ppolicy_impl.StoreGraceAuthNRemaining
Instantiates a new StoreCusec action.
StoreInitial - Class in org.apache.directory.api.ldap.codec.actions.request.search.filter
The action used to store an initial value into a substring filter
StoreInitial() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.search.filter.StoreInitial
Instantiates a new store any action.
StoreIntermediateResponseName - Class in org.apache.directory.api.ldap.codec.actions.response.intermediate
The action used to store a IntermediateResponse Name
StoreIntermediateResponseName() - Constructor for class org.apache.directory.api.ldap.codec.actions.response.intermediate.StoreIntermediateResponseName
Instantiates a new response name action.
StoreIntermediateResponseValue - Class in org.apache.directory.api.ldap.codec.actions.response.intermediate
The action used to store a IntermediateResponse value
StoreIntermediateResponseValue() - Constructor for class org.apache.directory.api.ldap.codec.actions.response.intermediate.StoreIntermediateResponseValue
Instantiates a new response name action.
StoreMatchedDN - Class in org.apache.directory.api.ldap.codec.actions.ldapResult
The action used to set the LdapResult matched Dn.
StoreMatchedDN() - Constructor for class org.apache.directory.api.ldap.codec.actions.ldapResult.StoreMatchedDN
Instantiates a new matched dn action.
StoreMatchingRuleDnAttributes - Class in org.apache.directory.api.ldap.codec.actions.request.search.filter
The action used to store a matchingRuleAssertion dnAttributes
StoreMatchingRuleDnAttributes() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.search.filter.StoreMatchingRuleDnAttributes
Instantiates a new StoreMatchingRuleDnAttributes.
StoreMatchingRuleId - Class in org.apache.directory.api.ldap.codec.actions.request.search.filter
The action used to store a type matching ID
StoreMatchingRuleId() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.search.filter.StoreMatchingRuleId
Instantiates a new store type matching rule action.
StoreMatchingRuleType - Class in org.apache.directory.api.ldap.codec.actions.request.search.filter
The action used to store a type matching rule
StoreMatchingRuleType() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.search.filter.StoreMatchingRuleType
Instantiates a new store type matching rule action.
StoreMatchValue - Class in org.apache.directory.api.ldap.codec.actions.request.search.filter
The action used to store a match value
StoreMatchValue() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.search.filter.StoreMatchValue
Instantiates a new store match value action.
StoreMessageId - Class in org.apache.directory.api.ldap.codec.actions.ldapMessage
The action used to store the LdapMessage MessageID.
StoreMessageId() - Constructor for class org.apache.directory.api.ldap.codec.actions.ldapMessage.StoreMessageId
Instantiates a new action.
StoreModifyDnRequestDeleteOldRdn - Class in org.apache.directory.api.ldap.codec.actions.request.modifydn
The action used to store the ModifyDnRequest deleteOldRdn flag
StoreModifyDnRequestDeleteOldRdn() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.modifydn.StoreModifyDnRequestDeleteOldRdn
Instantiates a new action.
StoreModifyDnRequestEntryName - Class in org.apache.directory.api.ldap.codec.actions.request.modifydn
The action used to store the ModifyDnRequest entry name
StoreModifyDnRequestEntryName() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.modifydn.StoreModifyDnRequestEntryName
Instantiates a new action.
StoreModifyDnRequestNewRdn - Class in org.apache.directory.api.ldap.codec.actions.request.modifydn
The action used to store the ModifyDnRequest new RDN
StoreModifyDnRequestNewRdn() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.modifydn.StoreModifyDnRequestNewRdn
Instantiates a new action.
StoreModifyDnRequestNewSuperior - Class in org.apache.directory.api.ldap.codec.actions.request.modifydn
The action used to store the ModifyDnRequest new Superior
StoreModifyDnRequestNewSuperior() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.modifydn.StoreModifyDnRequestNewSuperior
Instantiates a new action.
StoreModifyRequestAttributeValue - Class in org.apache.directory.api.ldap.codec.actions.request.modify
The action used to store a Value to an modifyRequest
StoreModifyRequestAttributeValue() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.modify.StoreModifyRequestAttributeValue
Instantiates a new modify attribute value action.
StoreModifyRequestObjectName - Class in org.apache.directory.api.ldap.codec.actions.request.modify
The action used to store the ModificationRequest object name
StoreModifyRequestObjectName() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.modify.StoreModifyRequestObjectName
Instantiates a new action.
StoreName - Class in org.apache.directory.api.ldap.codec.actions.request.bind
The action used to store the BindRequest name.
StoreName() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.bind.StoreName
Instantiates a new action.
StoreOffset - Class in org.apache.directory.api.ldap.extras.controls.vlv_impl
The action used to store the Offset value
StoreOffset() - Constructor for class org.apache.directory.api.ldap.extras.controls.vlv_impl.StoreOffset
Instantiates a new offset action.
StoreOperationType - Class in org.apache.directory.api.ldap.codec.actions.request.modify
The action used to store the ModificationRequest operation type
StoreOperationType() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.modify.StoreOperationType
Instantiates a new action.
StoreReference - Class in org.apache.directory.api.ldap.codec.actions.response.search.reference
The action used to store a reference into a searchResultReference
StoreReference() - Constructor for class org.apache.directory.api.ldap.codec.actions.response.search.reference.StoreReference
Instantiates a new store reference action.
StoreResultCode - Class in org.apache.directory.api.ldap.codec.actions.ldapResult
The action used to set the LdapResult result code.
StoreResultCode() - Constructor for class org.apache.directory.api.ldap.codec.actions.ldapResult.StoreResultCode
Instantiates a new result code action.
StoreSaslCredentials - Class in org.apache.directory.api.ldap.codec.actions.request.bind
The action used to store the BindRequest credentials.
StoreSaslCredentials() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.bind.StoreSaslCredentials
Instantiates a new action.
StoreSaslMechanism - Class in org.apache.directory.api.ldap.codec.actions.request.bind
The action used to store the BindRequest version MessageID.
StoreSaslMechanism() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.bind.StoreSaslMechanism
Instantiates a new action.
StoreSearchRequestAttributeDesc - Class in org.apache.directory.api.ldap.codec.actions.request.search
The action used to store the attribute description
StoreSearchRequestAttributeDesc() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.search.StoreSearchRequestAttributeDesc
Instantiates a new attribute desc action.
StoreSearchRequestBaseObject - Class in org.apache.directory.api.ldap.codec.actions.request.search
The action used to store the SearchRequest base object
StoreSearchRequestBaseObject() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.search.StoreSearchRequestBaseObject
Instantiates a new action.
StoreSearchRequestDerefAlias - Class in org.apache.directory.api.ldap.codec.actions.request.search
The action used to store the SearchRequest derefAlias flag
StoreSearchRequestDerefAlias() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.search.StoreSearchRequestDerefAlias
Instantiates a new action.
StoreSearchRequestScope - Class in org.apache.directory.api.ldap.codec.actions.request.search
The action used to store the SearchRequest scope
StoreSearchRequestScope() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.search.StoreSearchRequestScope
Instantiates a new action.
StoreSearchRequestSizeLimit - Class in org.apache.directory.api.ldap.codec.actions.request.search
The action used to store the SearchRequest sizeLimit
StoreSearchRequestSizeLimit() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.search.StoreSearchRequestSizeLimit
Instantiates a new action.
StoreSearchRequestTimeLimit - Class in org.apache.directory.api.ldap.codec.actions.request.search
The action used to store the SearchRequest timeLimit
StoreSearchRequestTimeLimit() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.search.StoreSearchRequestTimeLimit
Instantiates a new action.
StoreSearchRequestTypesOnly - Class in org.apache.directory.api.ldap.codec.actions.request.search
The action used to store the SearchRequest typesOnly flag
StoreSearchRequestTypesOnly() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.search.StoreSearchRequestTypesOnly
Instantiates a new action.
StoreSearchResultAttributeValue - Class in org.apache.directory.api.ldap.codec.actions.response.search.entry
The action used to store a Value to an search result entry
StoreSearchResultAttributeValue() - Constructor for class org.apache.directory.api.ldap.codec.actions.response.search.entry.StoreSearchResultAttributeValue
Instantiates a new search result attribute value action.
StoreSearchResultEntryObjectName - Class in org.apache.directory.api.ldap.codec.actions.response.search.entry
The action used to store the SearchResultEntry name
StoreSearchResultEntryObjectName() - Constructor for class org.apache.directory.api.ldap.codec.actions.response.search.entry.StoreSearchResultEntryObjectName
Instantiates a new action.
StoreServerSASLCreds - Class in org.apache.directory.api.ldap.codec.actions.response.bind
The action used to store a SASL credentials :
StoreServerSASLCreds() - Constructor for class org.apache.directory.api.ldap.codec.actions.response.bind.StoreServerSASLCreds
Instantiates a new server sasl creds action.
StoreSimpleAuth - Class in org.apache.directory.api.ldap.codec.actions.request.bind
The action used to store the BindRequest simple authentication
StoreSimpleAuth() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.bind.StoreSimpleAuth
Instantiates a new action.
StoreSortResponseResultCode<C extends Asn1Container> - Class in org.apache.directory.api.ldap.codec.controls.sort
The action used to store the result code of a SortResponseControl
StoreSortResponseResultCode() - Constructor for class org.apache.directory.api.ldap.codec.controls.sort.StoreSortResponseResultCode
Instantiates a new StoreSortResponseResultCode action.
StoreSubstringFilterType - Class in org.apache.directory.api.ldap.codec.actions.request.search.filter
The action used to store the Substring Filter type
StoreSubstringFilterType() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.search.filter.StoreSubstringFilterType
Instantiates a new action.
StoreTargetPosition - Class in org.apache.directory.api.ldap.extras.controls.vlv_impl
The action used to store the targetPosition value
StoreTargetPosition() - Constructor for class org.apache.directory.api.ldap.extras.controls.vlv_impl.StoreTargetPosition
Instantiates a new targetPosition action.
StoreTimeBeforeExpiration - Class in org.apache.directory.api.ldap.extras.controls.ppolicy_impl
The action used to store the TimeBeforeExpiration
StoreTimeBeforeExpiration() - Constructor for class org.apache.directory.api.ldap.extras.controls.ppolicy_impl.StoreTimeBeforeExpiration
Instantiates a new StoreTimeBeforeExpiration action.
StoreVersion - Class in org.apache.directory.api.ldap.codec.actions.request.bind
The action used to store the BindRequest version.
StoreVersion() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.bind.StoreVersion
Instantiates a new action.
StoreVirtualListViewResult - Class in org.apache.directory.api.ldap.extras.controls.vlv_impl
The action used to store the virtualListViewResult value
StoreVirtualListViewResult() - Constructor for class org.apache.directory.api.ldap.extras.controls.vlv_impl.StoreVirtualListViewResult
Instantiates a new virtualListViewResult action.
STREET_ADDRESS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
STREET_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
STREET_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
STRICT - Static variable in class org.apache.directory.api.ldap.model.schema.registries.Registries
The strict mode
STRICT - Static variable in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Two flags for RELAXED and STRICT, this is STRICT
string(AntlrDnParser.UpAndNormValue) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnParser
RFC 4514 Section 3
StringAnonymizer - Class in org.apache.directory.api.ldap.model.ldif.anonymizer
A default anonymizer for attributes that are HR.
StringAnonymizer() - Constructor for class org.apache.directory.api.ldap.model.ldif.anonymizer.StringAnonymizer
Creates a new instance of StringAnonymizer.
StringAnonymizer(Map<Integer, String>) - Constructor for class org.apache.directory.api.ldap.model.ldif.anonymizer.StringAnonymizer
Creates a new instance of StringAnonymizer.
StringBuilderWriter - Class in org.apache.directory.api.util
Writer implementation that outputs to a StringBuilder.
StringBuilderWriter() - Constructor for class org.apache.directory.api.util.StringBuilderWriter
Construct a new StringBuilder instance with default capacity.
StringBuilderWriter(int) - Constructor for class org.apache.directory.api.util.StringBuilderWriter
Construct a new StringBuilder instance with the specified capacity.
StringBuilderWriter(StringBuilder) - Constructor for class org.apache.directory.api.util.StringBuilderWriter
Construct a new instance with the specified StringBuilder.
StringComparator - Class in org.apache.directory.api.ldap.model.schema.comparators
A comparator for Strings.
StringComparator(String) - Constructor for class org.apache.directory.api.ldap.model.schema.comparators.StringComparator
The StringComparator constructor.
StringConstants - Class in org.apache.directory.api.util
Various String constants are kept here.
Strings - Class in org.apache.directory.api.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.
stripLineToNChars(String, int) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifUtils
Strips the String every n specified characters
stripOptions(String) - Static method in class org.apache.directory.api.ldap.model.schema.SchemaUtils
Remove the options from the attributeType, and returns the ID.
STRONG - org.apache.directory.api.ldap.model.constants.AuthenticationLevel
Strong authentication (bound with encrypted credentials)
STRONG_AUTH_REQUIRED - org.apache.directory.api.ldap.model.message.ResultCodeEnum
This error may be returned on a bind request if the server only accepts strong authentication or it may be returned when a client attempts an operation which requires the client to be strongly authenticated - for example Delete.
STRONG_AUTHENTICATION_USER_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
STRONG_AUTHENTICATION_USER_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
STRONGAUTHREQUIRED - org.apache.directory.api.ldap.model.message.controls.SortResultCode
 
STRONGAUTHREQUIRED - Static variable in class org.apache.directory.api.ldap.model.message.extended.AddNoDResponse
The single instance with strongAuthRequired result code.
STRONGAUTHREQUIRED - Static variable in class org.apache.directory.api.ldap.model.message.extended.BindNoDResponse
The single instance with strongAuthRequired result code.
STRONGAUTHREQUIRED - Static variable in class org.apache.directory.api.ldap.model.message.extended.CompareNoDResponse
The single instance with strongAuthRequired result code.
STRONGAUTHREQUIRED - Static variable in class org.apache.directory.api.ldap.model.message.extended.DeleteNoDResponse
The single instance with strongAuthRequired result code.
STRONGAUTHREQUIRED - Static variable in class org.apache.directory.api.ldap.model.message.extended.ExtendedNoDResponse
The single instance with strongAuthRequired result code.
STRONGAUTHREQUIRED - Static variable in class org.apache.directory.api.ldap.model.message.extended.ModifyDnNoDResponse
The single instance with strongAuthRequired result code.
STRONGAUTHREQUIRED - Static variable in class org.apache.directory.api.ldap.model.message.extended.ModifyNoDResponse
The single instance with strongAuthRequired result code.
STRONGAUTHREQUIRED - Static variable in class org.apache.directory.api.ldap.model.message.extended.NoticeOfDisconnect
The single instance with strongAuthRequired result code.
STRONGAUTHREQUIRED - Static variable in class org.apache.directory.api.ldap.model.message.extended.SearchNoDResponse
The single instance with strongAuthRequired result code.
STRUCTURAL - org.apache.directory.api.ldap.model.schema.ObjectClassTypeEnum
The enumeration constant value for the structural objectClasses
STRUCTURAL_OBJECT_CLASS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
STRUCTURAL_OBJECT_CLASS_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
STRUCTURAL_VAL - Static variable in enum org.apache.directory.api.ldap.model.schema.ObjectClassTypeEnum
The int constant value for the structural objectClasses
styleDocument(Document) - Static method in class org.apache.directory.api.dsmlv2.ParserUtils
XML Pretty Printer XSLT Transformation
SUB_ENTRY_VISIBILITY_STATE - org.apache.directory.api.ldap.codec.controls.search.subentries.SubentriesStates
Visibility Value
SUB_SCHEMA_ADMIN_SPECIFIC_AREA - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SUB_SCHEMA_ADMIN_SPECIFIC_AREA_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
Subentries - Interface in org.apache.directory.api.ldap.model.message.controls
A simple Subentries Control.
SubentriesContainer - Class in org.apache.directory.api.ldap.codec.controls.search.subentries
 
SubentriesContainer(Control) - Constructor for class org.apache.directory.api.ldap.codec.controls.search.subentries.SubentriesContainer
Creates a new SubEntryControlContainer object, pre-populating it with the supplied Subentries control.
SubentriesFactory - Class in org.apache.directory.api.ldap.codec.controls.search.subentries
A factory for creating Subentries Control instance.
SubentriesFactory(LdapApiService) - Constructor for class org.apache.directory.api.ldap.codec.controls.search.subentries.SubentriesFactory
Creates a new instance of SubentriesFactory.
SubentriesGrammar - Class in org.apache.directory.api.ldap.codec.controls.search.subentries
This class implements the SubEntryControl.
SubentriesImpl - Class in org.apache.directory.api.ldap.model.message.controls
A simple Subentries Control implementation.
SubentriesImpl() - Constructor for class org.apache.directory.api.ldap.model.message.controls.SubentriesImpl
Default constructor
SubentriesStates - Enum in org.apache.directory.api.ldap.codec.controls.search.subentries
This class store the SubEntryControl's grammar constants.
Subentry - Class in org.apache.directory.api.ldap.model.subtree
An operational view of a subentry within the system.
Subentry() - Constructor for class org.apache.directory.api.ldap.model.subtree.Subentry
 
SUBENTRY_ACI_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SUBENTRY_ACI_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SUBENTRY_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SUBENTRY_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SUBJECT_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.certGeneration.CertGenerationRequestStatesEnum
the subject Dn
SUBORDINATE_COUNT_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SUBSCHEMA_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SUBSCHEMA_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SUBSCHEMA_SUBENTRY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SUBSCHEMA_SUBENTRY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SUBSCHEMA_SUBENTRY_RENDERER - Static variable in class org.apache.directory.api.ldap.model.schema.SchemaObjectRenderer
Preconfigured SchemaObjectRenderer that renders the schema object without line break and with X-SCHEMA extension.
SubSchemaSpecificArea - org.apache.directory.api.ldap.model.subtree.AdministrativeRole
The SubSchemaSpecificArea role
substr(AttributeTypeHolder) - Method in class org.apache.directory.api.ldap.schema.converter.antlrSchemaConverterParser
 
substractMillis(long) - Method in class org.apache.directory.api.util.MockTimeProvider
 
substring(String, String...) - Static method in class org.apache.directory.ldap.client.api.search.FilterBuilder
Returns a new FilterBuilder that will construct a SubString filter, with a initial part, zero to N any parts, and a final part.
SUBSTRING - org.apache.directory.api.ldap.model.filter.AssertionType
substring match assertion node
SUBSTRING - org.apache.directory.api.ldap.model.schema.MatchingRuleEnum
value for substring usage
SUBSTRING_ANY - org.apache.directory.api.ldap.model.schema.PrepareString.AssertionType
The ANY part of a substring assertion value
SUBSTRING_ASSERTION_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SUBSTRING_FILTER_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
SUBSTRING_FINAL - org.apache.directory.api.ldap.model.schema.PrepareString.AssertionType
The FINAL part of a substring assertion value
SUBSTRING_INITIAL - org.apache.directory.api.ldap.model.schema.PrepareString.AssertionType
The INITIAL part of a substring assertion value
SubstringAssertionSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a SubstringAssertion according to RFC 4517.
SubstringAssertionSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
SubstringFilter - Class in org.apache.directory.api.dsmlv2.request
A Object that stores the substring filter.
SubstringFilter - Class in org.apache.directory.api.ldap.codec.search
A Object that stores the substring filter.
SubstringFilter() - Constructor for class org.apache.directory.api.dsmlv2.request.SubstringFilter
 
SubstringFilter() - Constructor for class org.apache.directory.api.ldap.codec.search.SubstringFilter
The constructor.
SubstringFilter(int) - Constructor for class org.apache.directory.api.ldap.codec.search.SubstringFilter
The constructor.
SubstringNode - Class in org.apache.directory.api.ldap.model.filter
Filter expression tree node used to represent a substring assertion.
SubstringNode(String) - Constructor for class org.apache.directory.api.ldap.model.filter.SubstringNode
Creates a new SubstringNode object without any value
SubstringNode(String, String, String) - Constructor for class org.apache.directory.api.ldap.model.filter.SubstringNode
Creates a new SubstringNode object with only one wildcard and no internal any fragments between wildcards.
SubstringNode(List<String>, String, String, String) - Constructor for class org.apache.directory.api.ldap.model.filter.SubstringNode
Creates a new SubstringNode object more than one wildcard and an any list.
SubstringNode(List<String>, AttributeType, String, String) - Constructor for class org.apache.directory.api.ldap.model.filter.SubstringNode
Creates a new SubstringNode object more than one wildcard and an any list.
SubstringNode(AttributeType) - Constructor for class org.apache.directory.api.ldap.model.filter.SubstringNode
Creates a new SubstringNode object without any value
SubstringNode(AttributeType, String, String) - Constructor for class org.apache.directory.api.ldap.model.filter.SubstringNode
Creates a new SubstringNode object with only one wildcard and no internal any fragments between wildcards.
SUBSTRINGS - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
SUBSTRINGS_FILTER_ANY_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
SUBSTRINGS_FILTER_FINAL_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
SUBSTRINGS_FILTER_INITIAL_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
SUBSTRINGS_FILTER_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
 
SUBSTRINGS_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
subtree() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
subtree() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
Subtree(Set<SubtreeSpecification>) - Constructor for class org.apache.directory.api.ldap.aci.UserClass.Subtree
Creates a new instance.
SUBTREE - org.apache.directory.api.ldap.model.message.SearchScope
Subtree scope
SUBTREE_MAXIMUM_QUALITY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SUBTREE_MAXIMUM_QUALITY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SUBTREE_MINIMUM_QUALITY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SUBTREE_MINIMUM_QUALITY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SUBTREE_SPECIFICATION_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SUBTREE_SPECIFICATION_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SUBTREE_SPECIFICATION_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
subtreeSpecification() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
subtreeSpecification() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
subtreeSpecification() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
subtreeSpecification() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
SubtreeSpecification - Interface in org.apache.directory.api.ldap.model.subtree
RFC 3672 defined a subtree specification to be included within subentries.
SubtreeSpecificationChecker - Class in org.apache.directory.api.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.api.ldap.model.subtree.SubtreeSpecificationChecker
Creates a normalizing subtree specification parser.
subtreeSpecificationComponent() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
subtreeSpecificationComponent() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
subtreeSpecificationComponent() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
subtreeSpecificationComponent() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
SubtreeSpecificationModifier - Class in org.apache.directory.api.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.api.ldap.model.subtree.SubtreeSpecificationModifier
 
SubtreeSpecificationParser - Class in org.apache.directory.api.ldap.model.subtree
A reusable wrapper around the antlr generated parser for an LDAP subtree specification as defined by RFC 3672.
SubtreeSpecificationParser(NormalizerMappingResolver, SchemaManager) - Constructor for class org.apache.directory.api.ldap.model.subtree.SubtreeSpecificationParser
Creates a normalizing subtree specification parser.
SubtreeSpecificationParser(SchemaManager) - Constructor for class org.apache.directory.api.ldap.model.subtree.SubtreeSpecificationParser
Creates a subtree specification parser.
SubtreeSpecificationSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a subtree specification.
SubtreeSpecificationSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
SUCCESS - org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewResultCode
A success
SUCCESS - org.apache.directory.api.ldap.model.message.controls.SortResultCode
 
SUCCESS - org.apache.directory.api.ldap.model.message.ResultCodeEnum
It is returned when the client operation completed successfully without errors.
SUP_DIT_STRUCTURE_RULE_MATCH - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SUP_DIT_STRUCTURE_RULE_MATCH_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
superior(AttributeTypeHolder) - Method in class org.apache.directory.api.ldap.schema.converter.antlrSchemaConverterParser
 
SUPERIOR - Static variable in class org.apache.directory.api.ldap.model.name.Rdn
Constant used in comparisons
SUPPLIER_AND_CONSUMER_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SUPPLIER_INFORMATION_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SUPPLIER_OR_CONSUMER_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SupplierAndConsumerSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a supplier and consumer according to RFC 2252.
SupplierAndConsumerSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
SupplierInformationSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a supplier information according to RFC 2252.
SupplierInformationSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
SupplierOrConsumerSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a supplier or consummer according to RFC 2252.
SupplierOrConsumerSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
SUPPORTED_ALGORITHM_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SUPPORTED_ALGORITHMS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SUPPORTED_ALGORITHMS_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SUPPORTED_APPLICATION_CONTEXT_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SUPPORTED_APPLICATION_CONTEXT_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SUPPORTED_CONTROL_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SUPPORTED_CONTROL_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SUPPORTED_EXTENSION_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SUPPORTED_EXTENSION_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SUPPORTED_FEATURES_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SUPPORTED_FEATURES_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SUPPORTED_LDAP_VERSION_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SUPPORTED_LDAP_VERSION_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SUPPORTED_SASL_MECHANISMS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SUPPORTED_SASL_MECHANISMS_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SupportedAlgorithmSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a SupportedAlgorithm according to RFC 2252.
SupportedAlgorithmSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
SupportedSaslMechanisms - Class in org.apache.directory.api.ldap.model.constants
Contains constants used for populating the supportedSASLMechanisms in the RootDSE.
SURNAME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
sutf1(AntlrDnParser.UpAndNormValue) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnParser
RFC 4514, Section 3:
SYNC_DONE_VALUE_SEQUENCE_STATE - org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncDoneValueStatesEnum
sequence start state
SYNC_ID_SET - org.apache.directory.api.ldap.extras.intermediate.syncrepl.SynchronizationInfoEnum
The sync ID set
SYNC_ID_SET_COOKIE_STATE - org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl.SyncInfoValueStatesEnum
SyncIdSet cookie state
SYNC_ID_SET_REFRESH_DELETES_STATE - org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl.SyncInfoValueStatesEnum
SyncIdSet refreshDone state
SYNC_ID_SET_SET_OF_UUIDS_STATE - org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl.SyncInfoValueStatesEnum
SyncIdSet SET OF UUIDs state
SYNC_ID_SET_STATE - org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl.SyncInfoValueStatesEnum
SyncIdSet state
SYNC_ID_SET_TAG - org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl.SyncInfoValueTags
Sync ID set
SYNC_ID_SET_UUID_STATE - org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl.SyncInfoValueStatesEnum
SyncIdSet UUID state
SYNC_REQUEST_VALUE_SEQUENCE_STATE - org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncRequestValueStatesEnum
Sequence Value
SYNC_STATE_VALUE_SEQUENCE_STATE - org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncStateValueStatesEnum
Sequence Value
SYNC_TYPE_STATE - org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncStateValueStatesEnum
sync state type Value
SYNC_UUID_STATE - org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncStateValueStatesEnum
syncUUID Value
SyncDoneValue - Interface in org.apache.directory.api.ldap.extras.controls.syncrepl.syncDone
A syncDoneValue object as described in rfc4533 :
SyncDoneValueContainer - Class in org.apache.directory.api.ldap.extras.controls.syncrepl_impl
ASN.1 container for SyncDoneValueControl.
SyncDoneValueContainer(Control) - Constructor for class org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncDoneValueContainer
Creates a new SyncDoneValueControlContainer object.
SyncDoneValueFactory - Class in org.apache.directory.api.ldap.extras.controls.syncrepl_impl
A ControlFactory which creates SyncDoneValue controls.
SyncDoneValueFactory(LdapApiService) - Constructor for class org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncDoneValueFactory
Creates a new instance of SyncDoneValueFactory.
SyncDoneValueGrammar - Class in org.apache.directory.api.ldap.extras.controls.syncrepl_impl
Implementation of SyncDoneValueControl.
SyncDoneValueImpl - Class in org.apache.directory.api.ldap.extras.controls.syncrepl.syncDone
A simple SyncDoneValue implementation to store control properties.
SyncDoneValueImpl() - Constructor for class org.apache.directory.api.ldap.extras.controls.syncrepl.syncDone.SyncDoneValueImpl
Creates a new instance of SyncDoneValueImpl.
SyncDoneValueImpl(boolean) - Constructor for class org.apache.directory.api.ldap.extras.controls.syncrepl.syncDone.SyncDoneValueImpl
Creates a new instance of SyncDoneValueImpl.
SyncDoneValueStatesEnum - Enum in org.apache.directory.api.ldap.extras.controls.syncrepl_impl
ASN.1 grammer constants of SyncDoneValueControl.
SynchronizationInfoEnum - Enum in org.apache.directory.api.ldap.extras.intermediate.syncrepl
This class describes the four possible Info values : newcookie refreshDelete refreshpresent syncIdSet
SynchronizationModeEnum - Enum in org.apache.directory.api.ldap.extras.controls
This class describes the four possible synchronization mode, out of which only two are presently valid :
SynchronizedLRUMap - Class in org.apache.directory.api.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.api.util.SynchronizedLRUMap
Default constructor, primarily for the purpose of de-externalization.
SynchronizedLRUMap(int) - Constructor for class org.apache.directory.api.util.SynchronizedLRUMap
Create a new LRUMap with a maximum capacity of i.
SyncInfoValue - Interface in org.apache.directory.api.ldap.extras.intermediate.syncrepl
A syncInfoValue object, as defined in RFC 4533 ;
SyncInfoValueContainer - Class in org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl
A container for the SyncInfoValue message
SyncInfoValueContainer(SyncInfoValue) - Constructor for class org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl.SyncInfoValueContainer
Creates a new SyncInfoValueContainer object.
SyncInfoValueFactory - Class in org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl
A IntermediateOperationFactory which creates SyncInfoValue instances.
SyncInfoValueFactory() - Constructor for class org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl.SyncInfoValueFactory
Creates a new instance of SyncInfoValueFactory.
SyncInfoValueGrammar - Class in org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl
This class implements the SyncInfoValue response.
SyncInfoValueImpl - Class in org.apache.directory.api.ldap.extras.intermediate.syncrepl
A simple SyncInfoValue implementation to store response properties.
SyncInfoValueImpl() - Constructor for class org.apache.directory.api.ldap.extras.intermediate.syncrepl.SyncInfoValueImpl
Creates a new instance of SyncInfoValueImpl.
SyncInfoValueStatesEnum - Enum in org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl
This class store the SyncInfoValue's grammar constants.
SyncInfoValueTags - Enum in org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl
An enumeration to store the tags used to encode and decode the syncInfoValue response.
SyncModifyDnType - Enum in org.apache.directory.api.ldap.extras.controls
The type of MODDN modification.
SyncRequestValue - Interface in org.apache.directory.api.ldap.extras.controls.syncrepl.syncRequest
A syncRequestValue object, as defined in RFC 4533
SyncRequestValueContainer - Class in org.apache.directory.api.ldap.extras.controls.syncrepl_impl
A container for the SyncRequestValue control
SyncRequestValueContainer(Control) - Constructor for class org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncRequestValueContainer
Creates a new SyncRequestValueControlContainer object.
SyncRequestValueFactory - Class in org.apache.directory.api.ldap.extras.controls.syncrepl_impl
A ControlFactory which creates SyncRequestValue controls.
SyncRequestValueFactory(LdapApiService) - Constructor for class org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncRequestValueFactory
Creates a new instance of SyncRequestValueFactory.
SyncRequestValueGrammar - Class in org.apache.directory.api.ldap.extras.controls.syncrepl_impl
This class implements the SyncRequestValueControl.
SyncRequestValueImpl - Class in org.apache.directory.api.ldap.extras.controls.syncrepl.syncRequest
A syncRequestValue object, as defined in RFC 4533 :
SyncRequestValueImpl() - Constructor for class org.apache.directory.api.ldap.extras.controls.syncrepl.syncRequest.SyncRequestValueImpl
Creates a new instance of SyncRequestValueImpl.
SyncRequestValueImpl(boolean) - Constructor for class org.apache.directory.api.ldap.extras.controls.syncrepl.syncRequest.SyncRequestValueImpl
Creates a new instance of SyncRequestValueImpl.
SyncRequestValueStatesEnum - Enum in org.apache.directory.api.ldap.extras.controls.syncrepl_impl
This class store the SyncRequestValueControl's grammar constants.
SyncStateTypeEnum - Enum in org.apache.directory.api.ldap.extras.controls.syncrepl.syncState
This class describes the four types of states part of the syncStateValue as described in rfc4533.
SyncStateValue - Interface in org.apache.directory.api.ldap.extras.controls.syncrepl.syncState
A syncStateValue object, as defined in RFC 4533 :
SyncStateValueContainer - Class in org.apache.directory.api.ldap.extras.controls.syncrepl_impl
A container for the SyncStateValue control
SyncStateValueContainer(Control) - Constructor for class org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncStateValueContainer
Creates a new SyncStateValueControlContainer object.
SyncStateValueFactory - Class in org.apache.directory.api.ldap.extras.controls.syncrepl_impl
A ControlFactory which creates SyncStateValue controls.
SyncStateValueFactory(LdapApiService) - Constructor for class org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncStateValueFactory
Creates a new instance of SyncStateValueFactory.
SyncStateValueGrammar - Class in org.apache.directory.api.ldap.extras.controls.syncrepl_impl
This class implements the SyncStateValueControl.
SyncStateValueImpl - Class in org.apache.directory.api.ldap.extras.controls.syncrepl.syncState
A simple SyncStateValue Control implementation.
SyncStateValueImpl() - Constructor for class org.apache.directory.api.ldap.extras.controls.syncrepl.syncState.SyncStateValueImpl
SyncStateValueImpl Creates a new instance of SyncDoneValueImpl.
SyncStateValueImpl(boolean) - Constructor for class org.apache.directory.api.ldap.extras.controls.syncrepl.syncState.SyncStateValueImpl
Creates a new instance of SyncStateValueImpl.
SyncStateValueStatesEnum - Enum in org.apache.directory.api.ldap.extras.controls.syncrepl_impl
This class store the SyncStateValueControl's grammar constants.
syntax(AttributeTypeHolder) - Method in class org.apache.directory.api.ldap.schema.converter.antlrSchemaConverterParser
 
SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SYNTAX - Static variable in interface org.apache.directory.api.ldap.schema.converter.antlrSchemaTokenTypes
 
SYNTAX_CHECKER - org.apache.directory.api.ldap.model.schema.SchemaObjectType
A SyntaxChecker
SYNTAX_CHECKER - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SYNTAX_CHECKER_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SYNTAX_CHECKER_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SYNTAX_CHECKER_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SYNTAX_CHECKERS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SYNTAX_CHECKERS_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SYNTAX_CHECKERS_PATH - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SyntaxChecker - Class in org.apache.directory.api.ldap.model.schema
Used to validate values of a particular syntax.
SyntaxChecker.SCBuilder<SC> - Class in org.apache.directory.api.ldap.model.schema
A static Builder for this class
SyntaxCheckerDescription - Class in org.apache.directory.api.ldap.model.schema.parsers
An ApacheDS specific schema description for a SyntaxChecker.
SyntaxCheckerDescription(String) - Constructor for class org.apache.directory.api.ldap.model.schema.parsers.SyntaxCheckerDescription
Default constructor for a SyntaxCheckerDecription
SyntaxCheckerDescriptionSchemaParser - Class in org.apache.directory.api.ldap.model.schema.parsers
A parser for ApacheDS syntax checker descriptions.
SyntaxCheckerDescriptionSchemaParser() - Constructor for class org.apache.directory.api.ldap.model.schema.parsers.SyntaxCheckerDescriptionSchemaParser
Creates a schema parser instance.
SyntaxCheckerRegistry - Interface in org.apache.directory.api.ldap.model.schema.registries
SyntaxChecker registry component's service interface.
SyntaxCheckerSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker for the SyntaxChecker schema element
SyntaxCheckerSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
SYNTAXES - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SYNTAXES_PATH - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
syntaxesMatch(LdapSyntax, LdapSyntax) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.ParserDescriptionUtils
Checks to see if two syntax match exactly.

T

Tag - Class in org.apache.directory.api.dsmlv2
This class represents a XML tag.
Tag(String, int) - Constructor for class org.apache.directory.api.dsmlv2.Tag
Creates a new instance of Tag.
TAG_STATE_END - org.apache.directory.api.asn1.ber.tlv.TLVStateEnum
End means that the Type is totally read
TAG_STATE_OVERFLOW - org.apache.directory.api.asn1.ber.tlv.TLVStateEnum
Overflow could have two meaning : either there are more than 5 bytes to encode the value (5 bytes = 5bits + 4*7 bits = 33 bits) or the value that is represented by those bytes is over MAX_INTEGER
TAG_STATE_PENDING - org.apache.directory.api.asn1.ber.tlv.TLVStateEnum
Pending means that the Type Tag is contained in more that one byte
TAG_STATE_START - org.apache.directory.api.asn1.ber.tlv.TLVStateEnum
Start means that the deconding hasn't read the first byte
TARGETDN_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.certGeneration.CertGenerationRequestStatesEnum
the target Dn
TELEPHONE_NUMBER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
TELEPHONE_NUMBER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
TELEPHONE_NUMBER_MATCH - org.apache.directory.api.ldap.model.schema.MatchingRuleTypeEnum
Telephone Number Match
TELEPHONE_NUMBER_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
TELEPHONE_NUMBER_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
TELEPHONE_NUMBER_SUBSTRINGS_MATCH - org.apache.directory.api.ldap.model.schema.MatchingRuleTypeEnum
Telephone Number Substring Match
TELEPHONE_NUMBER_SUBSTRINGS_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
TELEPHONE_NUMBER_SUBSTRINGS_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
TELEPHONE_NUMBER_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
TelephoneNumberAnonymizer - Class in org.apache.directory.api.ldap.model.ldif.anonymizer
An anonymizer for the TelephoneNumber attribute.
TelephoneNumberAnonymizer() - Constructor for class org.apache.directory.api.ldap.model.ldif.anonymizer.TelephoneNumberAnonymizer
Creates a new instance of TelephoneNumberAnonymizer.
TelephoneNumberAnonymizer(Map<Integer, String>) - Constructor for class org.apache.directory.api.ldap.model.ldif.anonymizer.TelephoneNumberAnonymizer
Creates a new instance of TelephoneNumberAnonymizer.
TelephoneNumberComparator - Class in org.apache.directory.api.ldap.model.schema.comparators
A comparator for TelephoneNumber.
TelephoneNumberComparator(String) - Constructor for class org.apache.directory.api.ldap.model.schema.comparators.TelephoneNumberComparator
The TelephoneNumberComparator constructor.
TelephoneNumberNormalizer - Class in org.apache.directory.api.ldap.model.schema.normalizers
Normalize Telephone Number Strings.
TelephoneNumberNormalizer() - Constructor for class org.apache.directory.api.ldap.model.schema.normalizers.TelephoneNumberNormalizer
Creates a new instance of TelephoneNumberNormalizer.
TelephoneNumberSyntaxChecker - Class in org.apache.directory.api.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.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
TELETEX_STRING - org.apache.directory.api.asn1.ber.tlv.UniversalTag
value for the tag
TELETEX_TERMINAL_IDENTIFIER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
TELETEX_TERMINAL_IDENTIFIER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
TELETEX_TERMINAL_IDENTIFIER_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
TeletexTerminalIdentifierSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a TeletexTerminalIdentifier according to RFC 4517 :
TeletexTerminalIdentifierSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
TELEX_NUMBER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
TELEX_NUMBER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
TELEX_NUMBER_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
TelexNumberSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a Telex Number according to RFC 4517 :
TelexNumberSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
TEXT_ENCODED_OR_ADDRESS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
TEXT_ENCODED_OR_ADDRESS_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
theACIItem() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
theACIItem() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
theCompositeRuleForCallAndSPNameAndSPOptionList() - Method in class org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParser
 
THIS_ENTRY - Static variable in class org.apache.directory.api.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.api.ldap.aci.AntlrACIItemChecker
 
thisEntry() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
THROW - org.apache.directory.api.ldap.model.message.ReferralsPolicyEnum
Throw an exception
TIME_BEFORE_EXPIRATION_TAG - org.apache.directory.api.ldap.extras.controls.ppolicy_impl.PasswordPolicyTags
timeBeforeExpiration [0]
TIME_LIMIT - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
TIME_LIMIT_EXCEEDED - org.apache.directory.api.ldap.model.message.ResultCodeEnum
This error should be returned when the time to perform an operation has exceeded either the time limit specified by the client (which may only be set by the client in a search operation) or the limit specified by the server.
TIME_LIMIT_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
TIME_OFFLINE_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectStatesEnum
Time offline
TIME_OFFLINE_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownStatesEnum
Time offline
TIMELIMITEXCEEDED - org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewResultCode
teh time limit has been exceeded
TIMELIMITEXCEEDED - org.apache.directory.api.ldap.model.message.controls.SortResultCode
 
TimeProvider - Interface in org.apache.directory.api.util
Provides the current time, i.e.
TimeZones - Class in org.apache.directory.api.util
Predefined TimeZones.
TITLE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
TITLE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
TLV - Class in org.apache.directory.api.asn1.ber.tlv
This class is used to store Tags, Lengths and Values decoded from a PDU.
TLV(int) - Constructor for class org.apache.directory.api.asn1.ber.tlv.TLV
Creates a new TLV object.
TLV_STATE_DONE - org.apache.directory.api.asn1.ber.tlv.TLVStateEnum
The decoding of a TLV is done
TLVBerDecoderMBean - Interface in org.apache.directory.api.asn1.ber.tlv
A MBean used to get stats on the decoding process.
TLVStateEnum - Enum in org.apache.directory.api.asn1.ber.tlv
Stores the different states of a PDU parsing.
toApiAttribute(Attribute) - Static method in class org.apache.directory.api.ldap.model.entry.AttributeUtils
Convert a JNDI Attribute to an LDAP API Attribute
toAttributes(Entry) - Static method in class org.apache.directory.api.ldap.model.entry.AttributeUtils
Converts an Entry to an Attributes.
toBufferedReader(Reader) - Static method in class org.apache.directory.api.util.IOUtils
Returns the given reader if it is a BufferedReader, otherwise creates a BufferedReader from the given reader.
toByteArray(InputStream, int) - Static method in class org.apache.directory.api.util.IOUtils
Gets the contents of an InputStream as a byte[].
toByteArray(InputStream, long) - Static method in class org.apache.directory.api.util.IOUtils
Gets contents of an InputStream as a byte[].
toByteArray(String) - Static method in class org.apache.directory.api.util.Strings
Get byte array from hex string
toBytes() - Method in class org.apache.directory.api.asn1.util.Oid
Returns the byte[] representation of the OID.
toCaseInsensitive(Attributes) - Static method in class org.apache.directory.api.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.
toCharset(String) - Static method in class org.apache.directory.api.util.IOUtils
Returns a Charset for the named charset.
toCharset(Charset) - Static method in class org.apache.directory.api.util.IOUtils
Returns the given Charset or the default Charset if the given Charset is null.
toDsml() - Method in class org.apache.directory.api.dsmlv2.request.BatchRequestDsml
Converts this Batch Request to its XML representation in the DSMLv2 format.
toDsml() - Method in class org.apache.directory.api.dsmlv2.response.BatchResponseDsml
Converts this Batch Response to its XML representation in the DSMLv2 format.
toDsml(boolean) - Method in class org.apache.directory.api.dsmlv2.response.BatchResponseDsml
Converts this Batch Response to its XML representation in the DSMLv2 format.
toDsml(Element) - Method in class org.apache.directory.api.dsmlv2.DsmlControl
Converts the request/reponse to its XML representation in the DSMLv2 format
toDsml(Element) - Method in interface org.apache.directory.api.dsmlv2.DsmlDecorator
Converts the request/reponse to its XML representation in the DSMLv2 format
toDsml(Element) - Method in class org.apache.directory.api.dsmlv2.request.AbandonRequestDsml
Creates the Request Element and adds RequestID and Controls.
toDsml(Element) - Method in class org.apache.directory.api.dsmlv2.request.AbstractRequestDsml
Creates the Request Element and adds RequestID and Controls.
toDsml(Element) - Method in class org.apache.directory.api.dsmlv2.request.AbstractResultResponseRequestDsml
Creates the Request Element and adds RequestID and Controls.
toDsml(Element) - Method in class org.apache.directory.api.dsmlv2.request.AddRequestDsml
Creates the Request Element and adds RequestID and Controls.
toDsml(Element) - Method in class org.apache.directory.api.dsmlv2.request.BindRequestDsml
Creates the Request Element and adds RequestID and Controls.
toDsml(Element) - Method in class org.apache.directory.api.dsmlv2.request.CompareRequestDsml
Creates the Request Element and adds RequestID and Controls.
toDsml(Element) - Method in class org.apache.directory.api.dsmlv2.request.DelRequestDsml
Creates the Request Element and adds RequestID and Controls.
toDsml(Element) - Method in class org.apache.directory.api.dsmlv2.request.ExtendedRequestDsml
Creates the Request Element and adds RequestID and Controls.
toDsml(Element) - Method in class org.apache.directory.api.dsmlv2.request.ModifyDNRequestDsml
Creates the Request Element and adds RequestID and Controls.
toDsml(Element) - Method in class org.apache.directory.api.dsmlv2.request.ModifyRequestDsml
Creates the Request Element and adds RequestID and Controls.
toDsml(Element) - Method in class org.apache.directory.api.dsmlv2.request.SearchRequestDsml
Creates the Request Element and adds RequestID and Controls.
toDsml(Element) - Method in class org.apache.directory.api.dsmlv2.response.AddResponseDsml
Converts the request/reponse to its XML representation in the DSMLv2 format
toDsml(Element) - Method in class org.apache.directory.api.dsmlv2.response.BindResponseDsml
Converts the request/reponse to its XML representation in the DSMLv2 format
toDsml(Element) - Method in class org.apache.directory.api.dsmlv2.response.CompareResponseDsml
Converts the request/reponse to its XML representation in the DSMLv2 format
toDsml(Element) - Method in class org.apache.directory.api.dsmlv2.response.DelResponseDsml
Converts the request/reponse to its XML representation in the DSMLv2 format
toDsml(Element) - Method in class org.apache.directory.api.dsmlv2.response.ErrorResponse
Converts the request/reponse to its XML representation in the DSMLv2 format
toDsml(Element) - Method in class org.apache.directory.api.dsmlv2.response.ExtendedResponseDsml
Converts the request/reponse to its XML representation in the DSMLv2 format
toDsml(Element) - Method in class org.apache.directory.api.dsmlv2.response.LdapResultDsml
Converts the request/reponse to its XML representation in the DSMLv2 format
toDsml(Element) - Method in class org.apache.directory.api.dsmlv2.response.ModDNResponseDsml
Converts the request/reponse to its XML representation in the DSMLv2 format
toDsml(Element) - Method in class org.apache.directory.api.dsmlv2.response.ModifyResponseDsml
Converts the request/reponse to its XML representation in the DSMLv2 format
toDsml(Element) - Method in class org.apache.directory.api.dsmlv2.response.SearchResponseDsml
Converts the request/reponse to its XML representation in the DSMLv2 format
toDsml(Element) - Method in class org.apache.directory.api.dsmlv2.response.SearchResultDoneDsml
Converts the request/reponse to its XML representation in the DSMLv2 format
toDsml(Element) - Method in class org.apache.directory.api.dsmlv2.response.SearchResultEntryDsml
Converts the request/reponse to its XML representation in the DSMLv2 format
toDsml(Element) - Method in class org.apache.directory.api.dsmlv2.response.SearchResultReferenceDsml
Converts the request/reponse to its XML representation in the DSMLv2 format
toEntry(Attributes, Dn) - Static method in class org.apache.directory.api.ldap.model.entry.AttributeUtils
Convert a BasicAttributes or a AttributesImpl to an Entry
toGeneralizedTime() - Method in class org.apache.directory.api.util.GeneralizedTime
Returns the string representation of this generalized time.
toGeneralizedTime(GeneralizedTime.Format, GeneralizedTime.FractionDelimiter, int, GeneralizedTime.TimeZoneFormat) - Method in class org.apache.directory.api.util.GeneralizedTime
Returns the string representation of this generalized time.
toGeneralizedTimeWithoutFraction() - Method in class org.apache.directory.api.util.GeneralizedTime
Returns the string representation of this generalized time.
toHexString(byte[]) - Static method in class org.apache.directory.api.util.Strings
Gets a hex string from byte array.
toJndi(ExtendedRequest) - Method in interface org.apache.directory.api.ldap.codec.api.LdapApiService
Creates a JNDI ExtendedRequest from the model ExtendedRequest.
toJndi(ExtendedRequest) - Method in class org.apache.directory.api.ldap.codec.osgi.DefaultLdapCodecService
Creates a JNDI ExtendedRequest from the model ExtendedRequest.
toJndi(ExtendedResponse) - Method in interface org.apache.directory.api.ldap.codec.api.LdapApiService
Creates a JNDI ExtendedResponse from the model ExtendedResponse.
toJndi(ExtendedResponse) - Method in class org.apache.directory.api.ldap.codec.osgi.DefaultLdapCodecService
Creates a JNDI ExtendedResponse from the model ExtendedResponse.
toJndiAttribute(Attribute) - Static method in class org.apache.directory.api.ldap.model.entry.AttributeUtils
Converts an Attribute to a JNDI Attribute.
toJndiControl(LdapApiService, Control) - Static method in class org.apache.directory.api.ldap.util.JndiUtils
Deprecated.
We don't use JNDI anymore
toJndiControl(Control) - Method in interface org.apache.directory.api.ldap.codec.api.LdapApiService
Creates a JNDI control from the ldap model's control.
toJndiControl(Control) - Method in class org.apache.directory.api.ldap.codec.osgi.DefaultLdapCodecService
Creates a JNDI control from the ldap model's control.
toJndiControls(LdapApiService, Control...) - Static method in class org.apache.directory.api.ldap.util.JndiUtils
Deprecated.
We don't use JNDI anymore
toLdif(String) - Method in class org.apache.directory.api.ldap.schema.converter.AttributeTypeHolder
Convert this attributeType to a Ldif string
toLdif(String) - Method in class org.apache.directory.api.ldap.schema.converter.ObjectClassHolder
Convert this objectClass to a Ldif string
toLdif(String) - Method in interface org.apache.directory.api.ldap.schema.converter.SchemaElement
Generate a String representation of this schemaElement, formated as a ldif string
toLowerCase(byte[]) - Static method in class org.apache.directory.api.util.Strings
Rewrote the toLowercase method to improve performances.
toLowerCase(String) - Static method in class org.apache.directory.api.util.Strings
toLowerCaseAscii(String) - Static method in class org.apache.directory.api.util.Strings
Rewrote the toLowercase method to improve performances.
toName(Dn) - Static method in class org.apache.directory.api.ldap.util.JndiUtils
Convert a Dn to a Name
TOO_LATE - org.apache.directory.api.ldap.model.message.ResultCodeEnum
The tooLate resultCode is returned to indicate that it is too late to cancel the outstanding operation.
TooComplexDnException - Exception in org.apache.directory.api.ldap.model.name
This exception is used to signal that the complex parser should be used.
TooComplexDnException() - Constructor for exception org.apache.directory.api.ldap.model.name.TooComplexDnException
Creates a new instance of TooComplexException.
TooComplexDnException(String) - Constructor for exception org.apache.directory.api.ldap.model.name.TooComplexDnException
Creates a new instance of TooComplexException.
TOP_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
TOP_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
toSearchParams(SearchControls, AliasDerefMode) - Static method in class org.apache.directory.api.ldap.model.message.SearchParams
Creates a SearchParams from JNDI search controls.
toString() - Method in class org.apache.directory.api.asn1.ber.grammar.GrammarAction
Prints the action's name
toString() - Method in class org.apache.directory.api.asn1.ber.grammar.GrammarTransition
 
toString() - Method in class org.apache.directory.api.asn1.ber.tlv.BerValue
Return a string representing the Value
toString() - Method in class org.apache.directory.api.asn1.ber.tlv.TLV
Get a String representation of the TLV
toString() - Method in class org.apache.directory.api.asn1.util.Asn1Buffer
toString() - Method in class org.apache.directory.api.asn1.util.Asn1Buffer2
toString() - Method in class org.apache.directory.api.asn1.util.BitString
Return a native String representation of the BitString.
toString() - Method in class org.apache.directory.api.asn1.util.Oid
Returns the string representation of the OID.
toString() - Method in class org.apache.directory.api.dsmlv2.GrammarAction
Print the action's name
toString() - Method in class org.apache.directory.api.dsmlv2.request.AndFilter
Return a string compliant with RFC 2254 representing an AND filter
toString() - Method in class org.apache.directory.api.dsmlv2.request.AttributeValueAssertion
Get a String representation of an AttributeValueAssertion
toString() - Method in class org.apache.directory.api.dsmlv2.request.AttributeValueAssertionFilter
Return a string compliant with RFC 2254 representing an item filter
toString() - Method in class org.apache.directory.api.dsmlv2.request.BatchRequestDsml
toString() - Method in class org.apache.directory.api.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.api.dsmlv2.request.ExtensibleMatchFilter
Return a String representing an extended filter as of RFC 2254
toString() - Method in class org.apache.directory.api.dsmlv2.request.NotFilter
Return a string compliant with RFC 2254 representing a NOT filter
toString() - Method in class org.apache.directory.api.dsmlv2.request.OrFilter
Return a string compliant with RFC 2254 representing an OR filter
toString() - Method in class org.apache.directory.api.dsmlv2.request.PresentFilter
Return a string compliant with RFC 2254 representing a Present filter
toString() - Method in class org.apache.directory.api.dsmlv2.request.SubstringFilter
Return a string compliant with RFC 2254 representing a Substring filter
toString() - Method in class org.apache.directory.api.dsmlv2.Tag
toString() - Method in class org.apache.directory.api.ldap.aci.ACIItem
toString() - Method in class org.apache.directory.api.ldap.aci.ACITuple
toString() - Method in enum org.apache.directory.api.ldap.aci.GrantAndDenial
toString() - Method in class org.apache.directory.api.ldap.aci.ItemFirstACIItem
toString() - Method in class org.apache.directory.api.ldap.aci.ItemPermission
toString() - Method in enum org.apache.directory.api.ldap.aci.MicroOperation
toString() - Method in class org.apache.directory.api.ldap.aci.protectedItem.AbstractAttributeTypeProtectedItem
toString() - Method in class org.apache.directory.api.ldap.aci.protectedItem.AllAttributeValuesItem
toString() - Method in class org.apache.directory.api.ldap.aci.protectedItem.AllUserAttributeTypesAndValuesItem
toString() - Method in class org.apache.directory.api.ldap.aci.protectedItem.AllUserAttributeTypesItem
toString() - Method in class org.apache.directory.api.ldap.aci.protectedItem.AttributeTypeItem
toString() - Method in class org.apache.directory.api.ldap.aci.protectedItem.AttributeValueItem
toString() - Method in class org.apache.directory.api.ldap.aci.protectedItem.ClassesItem
toString() - Method in class org.apache.directory.api.ldap.aci.protectedItem.EntryItem
toString() - Method in class org.apache.directory.api.ldap.aci.protectedItem.MaxImmSubItem
toString() - Method in class org.apache.directory.api.ldap.aci.protectedItem.MaxValueCountElem
toString() - Method in class org.apache.directory.api.ldap.aci.protectedItem.MaxValueCountItem
toString() - Method in class org.apache.directory.api.ldap.aci.protectedItem.RangeOfValuesItem
 
toString() - Method in class org.apache.directory.api.ldap.aci.protectedItem.RestrictedByElem
toString() - Method in class org.apache.directory.api.ldap.aci.protectedItem.RestrictedByItem
toString() - Method in class org.apache.directory.api.ldap.aci.protectedItem.SelfValueItem
toString() - Method in class org.apache.directory.api.ldap.aci.UserClass.AllUsers
toString() - Method in class org.apache.directory.api.ldap.aci.UserClass.Name
toString() - Method in class org.apache.directory.api.ldap.aci.UserClass.ParentOfEntry
toString() - Method in class org.apache.directory.api.ldap.aci.UserClass.Subtree
toString() - Method in class org.apache.directory.api.ldap.aci.UserClass.ThisEntry
toString() - Method in class org.apache.directory.api.ldap.aci.UserClass.UserGroup
toString() - Method in class org.apache.directory.api.ldap.aci.UserFirstACIItem
toString() - Method in class org.apache.directory.api.ldap.aci.UserPermission
toString() - Method in class org.apache.directory.api.ldap.codec.api.ControlDecorator
Return a String representing a Control
toString() - Method in class org.apache.directory.api.ldap.codec.AttributeValueAssertion
Get a String representation of an AttributeValueAssertion
toString() - Method in class org.apache.directory.api.ldap.codec.osgi.DefaultLdapCodecService
 
toString() - Method in class org.apache.directory.api.ldap.codec.search.AndFilter
Return a string compliant with RFC 2254 representing an AND filter
toString() - Method in class org.apache.directory.api.ldap.codec.search.AttributeValueAssertionFilter
Return a string compliant with RFC 2254 representing an item filter
toString() - Method in class org.apache.directory.api.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.api.ldap.codec.search.ExtensibleMatchFilter
Return a String representing an extended filter as of RFC 2254
toString() - Method in class org.apache.directory.api.ldap.codec.search.NotFilter
Return a string compliant with RFC 2254 representing a NOT filter
toString() - Method in class org.apache.directory.api.ldap.codec.search.OrFilter
Return a string compliant with RFC 2254 representing an OR filter
toString() - Method in class org.apache.directory.api.ldap.codec.search.PresentFilter
Return a string compliant with RFC 2254 representing a Present filter
toString() - Method in class org.apache.directory.api.ldap.codec.search.SubstringFilter
Return a string compliant with RFC 2254 representing a Substring filter
toString() - Method in class org.apache.directory.api.ldap.extras.controls.ad.AdDirSyncRequestImpl
 
toString() - Method in enum org.apache.directory.api.ldap.extras.controls.ad.AdDirSyncResponseFlag
 
toString() - Method in class org.apache.directory.api.ldap.extras.controls.ad.AdDirSyncResponseImpl
 
toString() - Method in class org.apache.directory.api.ldap.extras.controls.ad.AdPolicyHintsImpl
 
toString() - Method in class org.apache.directory.api.ldap.extras.controls.ad.TreeDeleteImpl
 
toString() - Method in class org.apache.directory.api.ldap.extras.controls.passwordExpired.PasswordExpiredResponseImpl
Return a String representing this PasswordExpiredControl.
toString() - Method in class org.apache.directory.api.ldap.extras.controls.ppolicy.PasswordPolicyRequestImpl
Get a String representation of a PasswordPolicyImpl
toString() - Method in class org.apache.directory.api.ldap.extras.controls.ppolicy.PasswordPolicyResponseImpl
Return a String representing a Control
toString() - Method in class org.apache.directory.api.ldap.extras.controls.syncrepl.syncDone.SyncDoneValueImpl
 
toString() - Method in class org.apache.directory.api.ldap.extras.controls.syncrepl.syncRequest.SyncRequestValueImpl
 
toString() - Method in class org.apache.directory.api.ldap.extras.controls.syncrepl.syncState.SyncStateValueImpl
 
toString() - Method in class org.apache.directory.api.ldap.extras.controls.transaction.TransactionSpecificationImpl
 
toString() - Method in class org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewRequestImpl
Return a String representing this VirtualListViewRequestImpl.
toString() - Method in class org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewResponseImpl
Return a String representing this VirtualListViewResponseImpl.
toString() - Method in class org.apache.directory.api.ldap.extras.extended.certGeneration.CertGenerationRequestImpl
Get a String representation of an Extended Request
toString() - Method in class org.apache.directory.api.ldap.extras.extended.endTransaction.EndTransactionRequestImpl
 
toString() - Method in class org.apache.directory.api.ldap.extras.extended.endTransaction.UpdateControls
 
toString() - Method in class org.apache.directory.api.ldap.extras.extended.pwdModify.PasswordModifyRequestImpl
 
toString() - Method in class org.apache.directory.api.ldap.extras.extended.pwdModify.PasswordModifyResponseImpl
 
toString() - Method in class org.apache.directory.api.ldap.extras.extended.startTls.StartTlsRequestImpl
 
toString() - Method in class org.apache.directory.api.ldap.extras.extended.startTls.StartTlsResponseImpl
 
toString() - Method in class org.apache.directory.api.ldap.extras.extended.startTransaction.StartTransactionRequestImpl
 
toString() - Method in class org.apache.directory.api.ldap.extras.extended.startTransaction.StartTransactionResponseImpl
 
toString() - Method in class org.apache.directory.api.ldap.extras.extended.whoAmI.WhoAmIRequestImpl
 
toString() - Method in class org.apache.directory.api.ldap.extras.extended.whoAmI.WhoAmIResponseImpl
 
toString() - Method in class org.apache.directory.api.ldap.extras.intermediate.syncrepl.SyncInfoValueImpl
 
toString() - Method in enum org.apache.directory.api.ldap.model.constants.AuthenticationLevel
toString() - Method in class org.apache.directory.api.ldap.model.csn.Csn
 
toString() - Method in class org.apache.directory.api.ldap.model.cursor.SetCursor
 
toString() - Method in class org.apache.directory.api.ldap.model.cursor.Tuple
toString() - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
 
toString() - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
 
toString() - Method in class org.apache.directory.api.ldap.model.entry.DefaultModification
 
toString() - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
 
toString() - Method in enum org.apache.directory.api.ldap.model.entry.ModificationOperation
 
toString() - Method in class org.apache.directory.api.ldap.model.entry.Value
 
toString() - Method in class org.apache.directory.api.ldap.model.filter.AbstractExprNode
 
toString() - Method in class org.apache.directory.api.ldap.model.filter.AndNode
Gets the recursive prefix string represent of the filter from this node down.
toString() - Method in class org.apache.directory.api.ldap.model.filter.ApproximateNode
 
toString() - Method in class org.apache.directory.api.ldap.model.filter.AssertionNode
 
toString() - Method in class org.apache.directory.api.ldap.model.filter.EqualityNode
 
toString() - Method in class org.apache.directory.api.ldap.model.filter.ExtensibleNode
 
toString() - Method in class org.apache.directory.api.ldap.model.filter.GreaterEqNode
 
toString() - Method in class org.apache.directory.api.ldap.model.filter.LessEqNode
 
toString() - Method in class org.apache.directory.api.ldap.model.filter.NotNode
Gets the recursive prefix string represent of the filter from this node down.
toString() - Method in class org.apache.directory.api.ldap.model.filter.ObjectClassNode
toString() - Method in class org.apache.directory.api.ldap.model.filter.OrNode
Gets the recursive prefix string represent of the filter from this node down.
toString() - Method in class org.apache.directory.api.ldap.model.filter.PresenceNode
 
toString() - Method in class org.apache.directory.api.ldap.model.filter.ScopeNode
 
toString() - Method in class org.apache.directory.api.ldap.model.filter.SubstringNode
 
toString() - Method in class org.apache.directory.api.ldap.model.filter.UndefinedNode
toString() - Method in class org.apache.directory.api.ldap.model.ldif.LdifControl
toString() - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
 
toString() - Method in class org.apache.directory.api.ldap.model.message.AbandonRequestImpl
Return a String representing an AbandonRequest
toString() - Method in class org.apache.directory.api.ldap.model.message.AbstractExtendedRequest
Get a String representation of an Extended Request
toString() - Method in class org.apache.directory.api.ldap.model.message.AbstractExtendedResponse
Get a String representation of an ExtendedResponse
toString() - Method in class org.apache.directory.api.ldap.model.message.AbstractResultResponse
Get a String representation of an Response
toString() - Method in class org.apache.directory.api.ldap.model.message.AddRequestImpl
 
toString() - Method in class org.apache.directory.api.ldap.model.message.AddResponseImpl
Get a String representation of an AddResponse
toString() - Method in class org.apache.directory.api.ldap.model.message.BindRequestImpl
Get a String representation of a BindRequest
toString() - Method in class org.apache.directory.api.ldap.model.message.BindResponseImpl
Get a String representation of a BindResponse
toString() - Method in class org.apache.directory.api.ldap.model.message.CompareRequestImpl
Get a String representation of a Compare Request
toString() - Method in class org.apache.directory.api.ldap.model.message.CompareResponseImpl
Get a String representation of an CompareResponse
toString() - Method in class org.apache.directory.api.ldap.model.message.controls.AbstractControl
Return a String representing a Control
toString() - Method in class org.apache.directory.api.ldap.model.message.controls.EntryChangeImpl
Return a String representing this EntryChangeControl.
toString() - Method in class org.apache.directory.api.ldap.model.message.controls.PagedResultsImpl
Return a String representing this PagedSearchControl.
toString() - Method in class org.apache.directory.api.ldap.model.message.controls.PersistentSearchImpl
Return a String representing this PSearchControl.
toString() - Method in class org.apache.directory.api.ldap.model.message.controls.ProxiedAuthzImpl
Return a String representing this PagedSearchControl.
toString() - Method in class org.apache.directory.api.ldap.model.message.controls.SortKey
 
toString() - Method in class org.apache.directory.api.ldap.model.message.controls.SortRequestImpl
Return a String representing a Control
toString() - Method in class org.apache.directory.api.ldap.model.message.controls.SortResponseImpl
Return a String representing a Control
toString() - Method in class org.apache.directory.api.ldap.model.message.controls.SubentriesImpl
Return a String representing this EntryChangeControl.
toString() - Method in class org.apache.directory.api.ldap.model.message.DeleteRequestImpl
Return a String representing a DelRequest
toString() - Method in class org.apache.directory.api.ldap.model.message.DeleteResponseImpl
Get a String representation of a DelResponse
toString() - Method in class org.apache.directory.api.ldap.model.message.IntermediateResponseImpl
Get a String representation of an IntermediateResponse
toString() - Method in class org.apache.directory.api.ldap.model.message.LdapResultImpl
Get a String representation of a LdapResult
toString() - Method in class org.apache.directory.api.ldap.model.message.ModifyDnRequestImpl
Get a String representation of a ModifyDNRequest
toString() - Method in class org.apache.directory.api.ldap.model.message.ModifyDnResponseImpl
Get a String representation of a ModifyDNResponse
toString() - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
Get a String representation of a ModifyRequest
toString() - Method in class org.apache.directory.api.ldap.model.message.ModifyResponseImpl
Get a String representation of a ModifyResponse
toString() - Method in class org.apache.directory.api.ldap.model.message.OpaqueExtendedRequest
Get a String representation of an Extended Request
toString() - Method in class org.apache.directory.api.ldap.model.message.OpaqueExtendedResponse
Get a String representation of an Extended Request
toString() - Method in class org.apache.directory.api.ldap.model.message.ReferralImpl
Get a String representation of a Referral
toString() - Method in class org.apache.directory.api.ldap.model.message.SearchParams
toString() - Method in class org.apache.directory.api.ldap.model.message.SearchRequestImpl
Return a string the represent a SearchRequest
toString() - Method in class org.apache.directory.api.ldap.model.message.SearchResultDoneImpl
Get a String representation of a SearchResultDone
toString() - Method in class org.apache.directory.api.ldap.model.message.SearchResultEntryImpl
Return a string representation of a SearchResultEntry request
toString() - Method in class org.apache.directory.api.ldap.model.message.SearchResultReferenceImpl
Returns the Search Result Reference string
toString() - Method in enum org.apache.directory.api.ldap.model.message.SearchScope
toString() - Method in class org.apache.directory.api.ldap.model.message.UnbindRequestImpl
Get a String representation of a UnBindRequest
toString() - Method in class org.apache.directory.api.ldap.model.name.Ava
A String representation of an Ava, as provided by the user.
toString() - Method in class org.apache.directory.api.ldap.model.name.Dn
Return the user provided Dn as a String.
toString() - Method in class org.apache.directory.api.ldap.model.name.Rdn
 
toString() - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
toString() - Method in class org.apache.directory.api.ldap.model.schema.AttributeTypeOptions
toString() - Method in class org.apache.directory.api.ldap.model.schema.DitContentRule
 
toString() - Method in class org.apache.directory.api.ldap.model.schema.DitStructureRule
toString() - Method in class org.apache.directory.api.ldap.model.schema.LdapComparator
toString() - Method in class org.apache.directory.api.ldap.model.schema.LdapSyntax
toString() - Method in class org.apache.directory.api.ldap.model.schema.MatchingRule
 
toString() - Method in class org.apache.directory.api.ldap.model.schema.MatchingRuleUse
 
toString() - Method in class org.apache.directory.api.ldap.model.schema.NameForm
 
toString() - Method in class org.apache.directory.api.ldap.model.schema.Normalizer
toString() - Method in class org.apache.directory.api.ldap.model.schema.normalizers.OidNormalizer
Return a String representation of this class
toString() - Method in class org.apache.directory.api.ldap.model.schema.normalizers.RegexNormalizer
 
toString() - Method in class org.apache.directory.api.ldap.model.schema.ObjectClass
toString() - Method in class org.apache.directory.api.ldap.model.schema.parsers.LdapComparatorDescription
toString() - Method in class org.apache.directory.api.ldap.model.schema.parsers.NormalizerDescription
toString() - Method in class org.apache.directory.api.ldap.model.schema.parsers.SyntaxCheckerDescription
toString() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultComparatorRegistry
 
toString() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultNormalizerRegistry
 
toString() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchema
toString() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
 
toString() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSyntaxCheckerRegistry
 
toString() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
toString() - Method in class org.apache.directory.api.ldap.model.schema.registries.OidRegistry
 
toString() - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
 
toString() - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectWrapper
 
toString() - Method in class org.apache.directory.api.ldap.model.schema.SyntaxChecker
toString() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OpenLdapObjectIdentifierMacro
 
toString() - Method in class org.apache.directory.api.ldap.model.subtree.AndRefinement
 
toString() - Method in class org.apache.directory.api.ldap.model.subtree.BaseSubtreeSpecification
 
toString() - Method in class org.apache.directory.api.ldap.model.subtree.ItemRefinement
 
toString() - Method in class org.apache.directory.api.ldap.model.subtree.NotRefinement
 
toString() - Method in class org.apache.directory.api.ldap.model.subtree.OrRefinement
 
toString() - Method in class org.apache.directory.api.ldap.model.subtree.Subentry
 
toString() - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
Get a string representation of a LdapUrl.
toString() - Method in class org.apache.directory.api.ldap.schema.converter.AttributeTypeHolder
 
toString() - Method in class org.apache.directory.api.ldap.schema.converter.ObjectClassHolder
 
toString() - Method in class org.apache.directory.api.ldap.schema.converter.Schema
 
toString() - Method in class org.apache.directory.api.ldap.trigger.ActionTime
toString() - Method in enum org.apache.directory.api.ldap.trigger.LdapOperation
toString() - Method in class org.apache.directory.api.ldap.trigger.StoredProcedureLanguageSchemeOption
toString() - Method in class org.apache.directory.api.ldap.trigger.StoredProcedureParameter.Generic_LDAP_CONTEXT
 
toString() - Method in class org.apache.directory.api.ldap.trigger.StoredProcedureParameter
toString() - Method in class org.apache.directory.api.ldap.trigger.StoredProcedureSearchContextOption
toString() - Method in class org.apache.directory.api.ldap.util.tree.DnNode
toString() - Method in class org.apache.directory.api.util.GeneralizedTime
toString() - Method in class org.apache.directory.api.util.Position
 
toString() - Method in class org.apache.directory.api.util.SequencedHashMap
Provides a string representation of the entries within the map.
toString() - Method in class org.apache.directory.api.util.StringBuilderWriter
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.HandshakeFuture
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.MultipleResponseFuture
toString() - Method in class org.apache.directory.ldap.client.api.future.SearchFuture
toString() - Method in class org.apache.directory.ldap.client.api.future.UniqueResponseFuture
toString() - Method in class org.apache.directory.ldap.client.api.search.FilterBuilder
Returns the string version of the filter represented by this FilterBuilder.
toString(int, Enum<Dsmlv2StatesEnum>) - Method in class org.apache.directory.api.dsmlv2.GrammarTransition
Returns a representation of the transition as a string
toString(InputStream, Charset) - Static method in class org.apache.directory.api.util.IOUtils
Gets the contents of an InputStream as a String using the specified character encoding.
toString(String) - Method in class org.apache.directory.api.dsmlv2.request.AttributeValueAssertion
Get a String representation of an AttributeValueAssertion
toString(String) - Method in class org.apache.directory.api.ldap.codec.AttributeValueAssertion
Get a String representation of an AttributeValueAssertion
toString(String) - Method in class org.apache.directory.api.ldap.model.cursor.AbstractCursor
Pretty-print a cursor and its wrapped cursor.
toString(String) - Method in interface org.apache.directory.api.ldap.model.cursor.Cursor
Pretty-print a cursor and its wrapped cursor.
toString(String) - Method in class org.apache.directory.api.ldap.model.cursor.SetCursor
 
toString(String) - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
A pretty-pinter for Attribute
toString(String) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
A pretty-pinter for Attribute
toString(String) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
A pretty-pinter for Entries
toString(String) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
A pretty-pinter for Entries
toString(String) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
A pretty-pinter for Entries
toString(String) - Method in class org.apache.directory.api.ldap.model.message.AbstractMessage
Get a String representation of a LdapMessage
toString(StringBuilder) - Method in class org.apache.directory.api.ldap.model.subtree.BaseSubtreeSpecification
Converts this item into its string representation as stored in directory.
toString(StringBuilder) - Method in interface org.apache.directory.api.ldap.model.subtree.SubtreeSpecification
Converts this item into its string representation as stored in directory.
toStringRFC2254(int) - Method in class org.apache.directory.api.dsmlv2.request.AttributeValueAssertion
Get a String representation of an AttributeValueAssertion, as of RFC 2254.
toStringRFC2254(int) - Method in class org.apache.directory.api.ldap.codec.AttributeValueAssertion
Get a String representation of an AttributeValueAssertion, as of RFC 2254.
toTuples() - Method in class org.apache.directory.api.ldap.aci.ACIItem
Converts this item into a collection of ACITuples.
toTuples() - Method in class org.apache.directory.api.ldap.aci.ItemFirstACIItem
Transform this protected Item and permissions to a set of Tuples
toTuples() - Method in class org.apache.directory.api.ldap.aci.UserFirstACIItem
Converts this item into a collection of ACITuples.
toUpperCase(String) - Static method in class org.apache.directory.api.util.Strings
toUpperCaseAscii(String) - Static method in class org.apache.directory.api.util.Strings
Rewrote the toLowercase method to improve performances.
TransactionSpecification - Interface in org.apache.directory.api.ldap.extras.controls.transaction
The Transaction Specification control.
TransactionSpecificationFactory - Class in org.apache.directory.api.ldap.extras.controls.transaction_impl
A codec ControlFactory implementation for TransactionSpecification controls.
TransactionSpecificationFactory(LdapApiService) - Constructor for class org.apache.directory.api.ldap.extras.controls.transaction_impl.TransactionSpecificationFactory
Creates a new instance of TransactionSpecificationFactory.
TransactionSpecificationImpl - Class in org.apache.directory.api.ldap.extras.controls.transaction
The Transaction Specification control.
TransactionSpecificationImpl() - Constructor for class org.apache.directory.api.ldap.extras.controls.transaction.TransactionSpecificationImpl
Default constructor
transcode(byte[]) - Static method in class org.apache.directory.api.ldap.model.schema.PrepareString
The first step defined by RFC 4518 : Transcode, which transform an UTF-8 encoded String to Unicode.
transform(List<Schema>) - Static method in class org.apache.directory.api.ldap.schema.converter.SchemaToLdif
This method takes a list of schema and transform them to Ldif files
TreeDelete - Interface in org.apache.directory.api.ldap.extras.controls.ad
The Active Directory Tree Delete control.
TreeDeleteFactory - Class in org.apache.directory.api.ldap.extras.controls.ad_impl
A codec ControlFactory implementation for TreeDelete controls.
TreeDeleteFactory(LdapApiService) - Constructor for class org.apache.directory.api.ldap.extras.controls.ad_impl.TreeDeleteFactory
Creates a new instance of TreeDeleteFactory.
TreeDeleteImpl - Class in org.apache.directory.api.ldap.extras.controls.ad
The Active Directory Tree Delete control implementation.
TreeDeleteImpl() - Constructor for class org.apache.directory.api.ldap.extras.controls.ad.TreeDeleteImpl
Default constructor
TreeDeleteImpl(boolean) - Constructor for class org.apache.directory.api.ldap.extras.controls.ad.TreeDeleteImpl
Sets criticality when creating.
TRIGGER_EXECUTION_INNER_AREA - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
TRIGGER_EXECUTION_INNER_AREA_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
TRIGGER_EXECUTION_SPECIFIC_AREA - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
TRIGGER_EXECUTION_SPECIFIC_AREA_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
TRIGGER_EXECUTION_SUBENTRY_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
TRIGGER_EXECUTION_SUBENTRY_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
TriggerExecutionInnerArea - org.apache.directory.api.ldap.model.subtree.AdministrativeRole
The TriggerExecutionInnerArea role
TriggerExecutionSpecificArea - org.apache.directory.api.ldap.model.subtree.AdministrativeRole
The TriggerExecutionSpecificArea role
triggerSpecification() - Method in class org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParser
 
TriggerSpecification - Class in org.apache.directory.api.ldap.trigger
The Trigger Specification Bean.
TriggerSpecification(LdapOperation, ActionTime, List<TriggerSpecification.SPSpec>) - Constructor for class org.apache.directory.api.ldap.trigger.TriggerSpecification
Instantiates a new trigger specification.
TriggerSpecification.SPSpec - Class in org.apache.directory.api.ldap.trigger
The stored procedure spec bean.
TriggerSpecificationParser - Class in org.apache.directory.api.ldap.trigger
A reusable wrapper around the ANTLR generated parser for a TriggerSpecification.
TriggerSpecificationParser() - Constructor for class org.apache.directory.api.ldap.trigger.TriggerSpecificationParser
Creates a TriggerSpecification parser.
TriggerSpecificationParser(NormalizerMappingResolver<Normalizer>) - Constructor for class org.apache.directory.api.ldap.trigger.TriggerSpecificationParser
Creates a normalizing TriggerSpecification parser.
TriggerUtils - Class in org.apache.directory.api.ldap.trigger
A utility class for working with Triggers Execution Administrative Points Trigger Execution Subentries and Trigger Specifications.
trim(byte[]) - Static method in class org.apache.directory.api.util.Strings
Removes spaces (char <= 32) from both start and ends of this bytes array, handling null by returning null.
trim(String) - Static method in class org.apache.directory.api.util.Strings
Removes spaces (char <= 32) from both start and ends of this String, handling null by returning null.
trimConsecutiveToOne(String, char) - Static method in class org.apache.directory.api.util.Strings
Trims several consecutive characters into one.
trimLeft(byte[], int) - Static method in class org.apache.directory.api.util.Strings
Removes spaces (char <= 32) from start of this array, handling null by returning null.
trimLeft(byte[], Position) - Static method in class org.apache.directory.api.util.Strings
Removes spaces (char <= 32) from a position in this array, handling null by returning null.
trimLeft(char[], int) - Static method in class org.apache.directory.api.util.Strings
Removes spaces (char <= 32) from start of this array, handling null by returning null.
trimLeft(String) - Static method in class org.apache.directory.api.util.Strings
Removes spaces (char <= 32) from start of this String, handling null by returning null.
trimLeft(String, Position) - Static method in class org.apache.directory.api.util.Strings
Removes spaces (char <= 32) from a position in this array, handling null by returning null.
trimRight(byte[], int) - Static method in class org.apache.directory.api.util.Strings
Removes spaces (char <= 32) from end of this array, handling null by returning null.
trimRight(byte[], Position) - Static method in class org.apache.directory.api.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.api.util.Strings
Removes spaces (char <= 32) from end of this array, handling null by returning null.
trimRight(String) - Static method in class org.apache.directory.api.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.api.util.Strings
Removes spaces (char <= 32) from end of this String, handling null by returning null.
trimRight(String, Position) - Static method in class org.apache.directory.api.util.Strings
Removes spaces (char <= 32) from end of this string, handling null by returning null.
TRUE - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
TRUE - Static variable in class org.apache.directory.api.util.Serialize
The serialized value for TRUE
TRUE_VALUE - Static variable in class org.apache.directory.api.asn1.ber.tlv.BerValue
The encoded byte for a TRUE value
tryConnect() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
Process the connect.
Tuple<K,​V> - Class in org.apache.directory.api.ldap.model.cursor
A key/value tuple for simple two column persistent Tables with sorted keys.
Tuple() - Constructor for class org.apache.directory.api.ldap.model.cursor.Tuple
Do nothing default that has a null key and null value.
Tuple(K, V) - Constructor for class org.apache.directory.api.ldap.model.cursor.Tuple
Creates a Tuple using a key and a value.
TupleRenderer - Interface in org.apache.directory.api.ldap.model.cursor
A table key/value String renderer for the display or logging of human readable potentially binary data.
TYPE - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
TYPE_CLASS_MASK - Static variable in class org.apache.directory.api.asn1.ber.tlv.TLV
mask to get the type class value
TYPE_CLASS_UNIVERSAL - Static variable in class org.apache.directory.api.asn1.ber.tlv.TLV
value for the universal type class
TYPE_MATCHING_RULE_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
TYPE_MOD_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
TYPE_SR_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
TYPE_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
TYPE_SUBSTRING_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
TYPES_ONLY - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
TYPES_ONLY_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 

U

UID_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
UID_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
UID_NUMBER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
UID_NUMBER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
UID_OBJECT_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
UID_OBJECT_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
UID_OBJECT_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
UID_OBJECT_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
UNAUTHENT - org.apache.directory.api.ldap.model.constants.AuthenticationLevel
Unauthentication, if the BIND contains a Dn but no credentials
UNAVAILABLE - org.apache.directory.api.ldap.model.message.ResultCodeEnum
This error code is returned when the server is unavailable to process the client's request.
UNAVAILABLE - Static variable in class org.apache.directory.api.ldap.model.message.extended.AddNoDResponse
The single instance with unavailable result code.
UNAVAILABLE - Static variable in class org.apache.directory.api.ldap.model.message.extended.BindNoDResponse
The single instance with unavailable result code.
UNAVAILABLE - Static variable in class org.apache.directory.api.ldap.model.message.extended.CompareNoDResponse
The single instance with unavailable result code.
UNAVAILABLE - Static variable in class org.apache.directory.api.ldap.model.message.extended.DeleteNoDResponse
The single instance with unavailable result code.
UNAVAILABLE - Static variable in class org.apache.directory.api.ldap.model.message.extended.ExtendedNoDResponse
The single instance with unavailable result code.
UNAVAILABLE - Static variable in class org.apache.directory.api.ldap.model.message.extended.ModifyDnNoDResponse
The single instance with unavailable result code.
UNAVAILABLE - Static variable in class org.apache.directory.api.ldap.model.message.extended.ModifyNoDResponse
The single instance with unavailable result code.
UNAVAILABLE - Static variable in class org.apache.directory.api.ldap.model.message.extended.NoticeOfDisconnect
The single instance with unavailable result code.
UNAVAILABLE - Static variable in class org.apache.directory.api.ldap.model.message.extended.SearchNoDResponse
The single instance with unavailable result code.
UNAVAILABLE_CRITICAL_EXTENSION - org.apache.directory.api.ldap.model.message.ResultCodeEnum
The server was unable to satisfy the request because one or more critical extensions were not available [X511, Section 12.8].
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.LdapConnectionWrapper
UnBind from a server.
unBind() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
UnBind from a server.
UNBIND_REQUEST - org.apache.directory.api.ldap.model.message.MessageTypeEnum
The UnbindRequest message
UNBIND_REQUEST_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
UNBIND_REQUEST_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
LDAP contextual tags
UnbindRequest - Interface in org.apache.directory.api.ldap.model.message
Unbind protocol request message used to end a client session.
UnbindRequestFactory - Class in org.apache.directory.api.ldap.codec.factory
The UnbindRequest factory.
UnbindRequestImpl - Class in org.apache.directory.api.ldap.model.message
Lockable UnbindRequest implementation.
UnbindRequestImpl() - Constructor for class org.apache.directory.api.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.api.ldap.model.subtree.SubtreeSpecification
an unbounded maximum depth value in a subtree specification
UNDEFINED - org.apache.directory.api.ldap.model.filter.AssertionType
Undefined operation
UNDEFINED - Static variable in class org.apache.directory.api.ldap.model.name.Rdn
CompareTo() results
UNDEFINED_ATTRIBUTE_TYPE - org.apache.directory.api.ldap.model.message.ResultCodeEnum
This error may be returned if the specified attribute is unrecognized by the server, since it is not present in the server's defined schema.
UNDEFINED_CHANGE_NUMBER - Static variable in class org.apache.directory.api.ldap.codec.controls.search.entryChange.EntryChangeFactory
Default value when no change number is provided
UNDEFINED_CHANGE_NUMBER - Static variable in interface org.apache.directory.api.ldap.model.message.controls.EntryChange
No defined change number
UNDEFINED_NODE - Static variable in class org.apache.directory.api.ldap.model.filter.UndefinedNode
A static instance of this node
UndefinedNode - Class in org.apache.directory.api.ldap.model.filter
An empty class used for Undefined Nodes.
UndefinedNode(String) - Constructor for class org.apache.directory.api.ldap.model.filter.UndefinedNode
Creates a new instance of UndefinedNode.
UNDERSCORE - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
 
UNDETERMINED - Static variable in interface org.apache.directory.api.ldap.extras.extended.gracefulShutdown.GracefulShutdownRequest
Undetermined value used for offline time
unescapeValue(String) - Static method in class org.apache.directory.api.ldap.model.name.Rdn
Unescape the given string according to RFC 2253 If in <string> form, a LDAP string representation asserted value can be obtained by replacing (left-to-right, non-recursively) each <pair> appearing in the <string> as follows: replace <ESC><ESC> with <ESC> replace <ESC><special> with <special> replace <ESC><hexpair> with the octet indicated by the <hexpair> If in <hexstring> form, a BER representation can be obtained from converting each <hexpair> of the <hexstring> to the octet indicated by the <hexpair>
Unicode - Class in org.apache.directory.api.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.
UNIQUE_IDENTIFIER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
UNIQUE_IDENTIFIER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
UNIQUE_MEMBER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
UNIQUE_MEMBER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
UNIQUE_MEMBER_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
UNIQUE_MEMBER_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
UniqueMemberComparator - Class in org.apache.directory.api.ldap.model.schema.comparators
A comparator that sorts OIDs based on their numeric id value.
UniqueMemberComparator(String) - Constructor for class org.apache.directory.api.ldap.model.schema.comparators.UniqueMemberComparator
The IntegerComparator constructor.
UniqueMemberNormalizer - Class in org.apache.directory.api.ldap.model.schema.normalizers
A normalizer for UniqueMember.
UniqueMemberNormalizer() - Constructor for class org.apache.directory.api.ldap.model.schema.normalizers.UniqueMemberNormalizer
Creates a new UniqueMemberNormalizer instance
UniqueResourceException - Exception in org.apache.directory.api.ldap.schema.extractor
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.api.ldap.schema.extractor.UniqueResourceException
Instantiates a new unique resource exception.
UniqueResourceException(String, URL, Enumeration<URL>, String) - Constructor for exception org.apache.directory.api.ldap.schema.extractor.UniqueResourceException
Instantiates a new unique resource exception.
UniqueResourceException(String, List<URL>, String) - Constructor for exception org.apache.directory.api.ldap.schema.extractor.UniqueResourceException
Instantiates a new unique resource exception.
UniqueResponseFuture<R extends Response> - Class in org.apache.directory.ldap.client.api.future
A Future implementation used in LdapConnection operations for operations that only get one single response.
UniqueResponseFuture(LdapConnection, int) - Constructor for class org.apache.directory.ldap.client.api.future.UniqueResponseFuture
Creates a new instance of UniqueResponseFuture.
UNIVERSAL_STRING - org.apache.directory.api.asn1.ber.tlv.UniversalTag
value for the tag
UniversalTag - Enum in org.apache.directory.api.asn1.ber.tlv
Enum for ASN.1 UNIVERSAL class tags.
UNKNOWN - org.apache.directory.api.ldap.model.message.ResultCodeEnum
A unknown result code to cover all the other cases
UNKNOWN - Static variable in exception org.apache.directory.api.ldap.model.exception.LdapUriException
No specified reason code.
unload(String...) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Unload the given set of Schemas
unload(String...) - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Unload the given set of Schemas
unload(Schema...) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Unload the given set of Schemas
unload(Schema...) - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Unload the given set of Schemas
unlock() - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
Unlock the Schema Object and make it modifiable again.
UNORDERED - org.apache.directory.api.dsmlv2.request.BatchRequestDsml.ResponseOrder
Unordered response order.
UNORDERED - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
unregister(int) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultDitStructureRuleRegistry
Unregisters a DitStructureRule using it's rule identifier.
unregister(int) - Method in interface org.apache.directory.api.ldap.model.schema.registries.DitStructureRuleRegistry
Unregisters a DitStructureRule using it's rule identifier.
unregister(int) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitStructureRuleRegistry
Unregisters a DitStructureRule using it's rule identifier.
unregister(String) - Method in interface org.apache.directory.api.ldap.model.schema.registries.ComparatorRegistry
Removes the LdapComparator registered with this registry, using its numeric OID.
unregister(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultAttributeTypeRegistry
Removes the SchemaObject registered with this registry, using its numeric OID.
unregister(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultObjectClassRegistry
Removes the SchemaObject registered with this registry, using its numeric OID.
unregister(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
Removes the SchemaObject registered with this registry, using its numeric OID.
unregister(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
Removes the SchemaObject registered with this registry, using its numeric OID.
unregister(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableComparatorRegistry
Removes the LdapComparator registered with this registry, using its numeric OID.
unregister(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitContentRuleRegistry
Removes the SchemaObject registered with this registry, using its numeric OID.
unregister(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitStructureRuleRegistry
Removes the SchemaObject registered with this registry, using its numeric OID.
unregister(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
Removes the SchemaObject registered with this registry, using its numeric OID.
unregister(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
Removes the SchemaObject registered with this registry, using its numeric OID.
unregister(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
Removes the SchemaObject registered with this registry, using its numeric OID.
unregister(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNameFormRegistry
Removes the SchemaObject registered with this registry, using its numeric OID.
unregister(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNormalizerRegistry
Removes the Normalizer registered with this registry, using its numeric OID.
unregister(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableObjectClassRegistry
Removes the ObjectClass registered with this registry.
unregister(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
Removes the SyntaxChecker registered with this registry, using its numeric OID.
unregister(String) - Method in interface org.apache.directory.api.ldap.model.schema.registries.NormalizerRegistry
Removes the Normalizer registered with this registry, using its numeric OID.
unregister(String) - Method in interface org.apache.directory.api.ldap.model.schema.registries.ObjectClassRegistry
Removes the ObjectClass registered with this registry.
unregister(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.OidRegistry
Removes an oid from this registry.
unregister(String) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaObjectRegistry
Removes the SchemaObject registered with this registry, using its numeric OID.
unregister(String) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SyntaxCheckerRegistry
Removes the SyntaxChecker registered with this registry, using its numeric OID.
unregister(AttributeType) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
Removes the SchemaObject registered with this registry.
unregister(DitContentRule) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitContentRuleRegistry
Removes the SchemaObject registered with this registry.
unregister(DitStructureRule) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitStructureRuleRegistry
Removes the SchemaObject registered with this registry.
unregister(LdapComparator<?>) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableComparatorRegistry
Removes the SchemaObject registered with this registry.
unregister(LdapSyntax) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
Removes the SchemaObject registered with this registry.
unregister(MatchingRule) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
Removes the SchemaObject registered with this registry.
unregister(MatchingRuleUse) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
Removes the SchemaObject registered with this registry.
unregister(NameForm) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNameFormRegistry
Removes the SchemaObject registered with this registry.
unregister(Normalizer) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNormalizerRegistry
Removes the SchemaObject registered with this registry.
unregister(ObjectClass) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableObjectClassRegistry
Removes the SchemaObject registered with this registry.
unregister(SyntaxChecker) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
Removes the SchemaObject registered with this registry.
unregister(T) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
Removes the SchemaObject registered with this registry.
unregister(T) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaObjectRegistry
Removes the SchemaObject registered with this registry.
unregisterAttributeType(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Removes the registered attributeType from the attributeTypeRegistry
unregisterAttributeType(String) - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Removes the registered attributeType from the attributeTypeRegistry
unregisterComparator(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Removes the registered Comparator from the ComparatorRegistry
unregisterComparator(String) - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Removes the registered Comparator from the ComparatorRegistry
unregisterDescendants(AttributeType, AttributeType) - Method in interface org.apache.directory.api.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.api.ldap.model.schema.registries.DefaultAttributeTypeRegistry
Remove the AttributeType from the map associating an AttributeType to its descendants.
unregisterDescendants(AttributeType, AttributeType) - Method in class org.apache.directory.api.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.api.ldap.model.schema.registries.DefaultObjectClassRegistry
Remove the ObjectClass from the map associating an ObjectClass to its descendants.
unregisterDescendants(ObjectClass, List<ObjectClass>) - Method in class org.apache.directory.api.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.api.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.api.ldap.model.schema.SchemaManager
Removes the registered DitControlRule from the DitControlRuleRegistry
unregisterDitControlRule(String) - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Removes the registered DitControlRule from the DitControlRuleRegistry
unregisterDitStructureRule(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Removes the registered DitStructureRule from the DitStructureRuleRegistry
unregisterDitStructureRule(String) - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Removes the registered DitStructureRule from the DitStructureRuleRegistry
unregisterExtendedRequest(String) - Method in interface org.apache.directory.api.ldap.codec.api.LdapApiService
Unregisters an ExtendedOperationFactory for generating extended request response pairs.
unregisterExtendedRequest(String) - Method in class org.apache.directory.api.ldap.codec.osgi.DefaultLdapCodecService
Unregisters an ExtendedOperationFactory for generating extended request response pairs.
unregisterExtendedResponse(String) - Method in interface org.apache.directory.api.ldap.codec.api.LdapApiService
Unregisters an ExtendedOperationFactory for generating extended responses.
unregisterExtendedResponse(String) - Method in class org.apache.directory.api.ldap.codec.osgi.DefaultLdapCodecService
Unregisters an ExtendedOperationFactory for generating extended responses.
unregisterIntermediateResponse(String) - Method in interface org.apache.directory.api.ldap.codec.api.LdapApiService
Unregisters an IntermediateOperationFactory for generating intermediate response
unregisterIntermediateResponse(String) - Method in class org.apache.directory.api.ldap.codec.osgi.DefaultLdapCodecService
Unregisters an IntermediateOperationFactory for generating intermediate response
unregisterLdapSyntax(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Removes the registered LdapSyntax from the LdapSyntaxRegistry
unregisterLdapSyntax(String) - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Removes the registered LdapSyntax from the LdapSyntaxRegistry
unregisterMatchingRule(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Removes the registered MatchingRule from the MatchingRuleRegistry
unregisterMatchingRule(String) - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Removes the registered MatchingRule from the MatchingRuleRegistry
unregisterMatchingRuleUse(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Removes the registered MatchingRuleUse from the MatchingRuleUseRegistry
unregisterMatchingRuleUse(String) - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Removes the registered MatchingRuleUse from the MatchingRuleUseRegistry
unregisterNameForm(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Removes the registered NameForm from the NameFormRegistry
unregisterNameForm(String) - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Removes the registered NameForm from the NameFormRegistry
unregisterNormalizer(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Removes the registered Normalizer from the NormalizerRegistry
unregisterNormalizer(String) - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Removes the registered Normalizer from the NormalizerRegistry
unregisterObjectClass(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Removes the registered ObjectClass from the ObjectClassRegistry
unregisterObjectClass(String) - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Removes the registered ObjectClass from the ObjectClassRegistry
unregisterRequestControl(String) - Method in interface org.apache.directory.api.ldap.codec.api.LdapApiService
Unregisters a request ControlFactory with this service.
unregisterRequestControl(String) - Method in class org.apache.directory.api.ldap.codec.osgi.DefaultLdapCodecService
Unregisters a request ControlFactory with this service.
unregisterResponseControl(String) - Method in interface org.apache.directory.api.ldap.codec.api.LdapApiService
Unregisters a response ControlFactory with this service.
unregisterResponseControl(String) - Method in class org.apache.directory.api.ldap.codec.osgi.DefaultLdapCodecService
Unregisters a response ControlFactory with this service.
unregisterSchemaElements(String) - Method in interface org.apache.directory.api.ldap.model.schema.registries.ComparatorRegistry
Unregisters all LdapComparators defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultComparatorRegistry
Unregisters all SchemaObjects defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultDitStructureRuleRegistry
Unregisters all SchemaObjects defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultNormalizerRegistry
Unregisters all SchemaObjects defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
Unregisters all SchemaObjects defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSyntaxCheckerRegistry
Unregisters all SchemaObjects defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in interface org.apache.directory.api.ldap.model.schema.registries.DitStructureRuleRegistry
Unregisters all DITStructureRules defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
Unregisters all SchemaObjects defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableComparatorRegistry
Unregisters all LdapComparators defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitContentRuleRegistry
Unregisters all SchemaObjects defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitStructureRuleRegistry
Unregisters all DITStructureRules defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
Unregisters all SchemaObjects defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
Unregisters all SchemaObjects defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
Unregisters all SchemaObjects defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNameFormRegistry
Unregisters all SchemaObjects defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNormalizerRegistry
Unregisters all Normalizers defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableObjectClassRegistry
Unregisters all SchemaObjects defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
Unregisters all SyntaxCheckers defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in interface org.apache.directory.api.ldap.model.schema.registries.NormalizerRegistry
Unregisters all Normalizers defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaObjectRegistry
Unregisters all SchemaObjects defined for a specific schema from this registry.
unregisterSchemaElements(String) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SyntaxCheckerRegistry
Unregisters all SyntaxCheckers defined for a specific schema from this registry.
unregisterSyntaxChecker(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Removes the registered SyntaxChecker from the SyntaxCheckerRegistry
unregisterSyntaxChecker(String) - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Removes the registered SyntaxChecker from the SyntaxCheckerRegistry
UNRESOLVABLE_URI - org.apache.directory.api.dsmlv2.response.ErrorResponse.ErrorResponseType
Unresolveable URI error response type.
unstackFilters() - Method in class org.apache.directory.api.ldap.codec.api.LdapMessageContainer
This method is used to clear the filter's stack for terminated elements.
UNUSED - org.apache.directory.api.ldap.extras.controls.SynchronizationModeEnum
Unused
UNWILLING_TO_PERFORM - org.apache.directory.api.ldap.model.message.ResultCodeEnum
This error code should be returned by the server when a client request is properly formed but which the server is unable to complete due to server-defined restrictions.
UNWILLINGTOPERFORM - org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewResultCode
Unwilling to perform the operation
UNWILLINGTOPERFORM - org.apache.directory.api.ldap.model.message.controls.SortResultCode
 
UPDATE_CONTROL_SEQ_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.EndTransactionResponseStates
The update control SEQ
UPDATE_CONTROLS_SEQ_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.EndTransactionResponseStates
The update controls SEQ
UpdateControls - Class in org.apache.directory.api.ldap.extras.extended.endTransaction
The interface for End Transaction Extended Response UpdateControl.
UpdateControls() - Constructor for class org.apache.directory.api.ldap.extras.extended.endTransaction.UpdateControls
A default constructor for the UpdateControls class
updateParent() - Method in class org.apache.directory.api.asn1.ber.AbstractContainer
Update the parent's length
updateParent() - Method in interface org.apache.directory.api.asn1.ber.Asn1Container
Update the parent's length
updateSyntaxChecker(SyntaxChecker) - Method in class org.apache.directory.api.ldap.model.schema.LdapSyntax
Update the associated SyntaxChecker, even if the SchemaObject is readOnly
upperCase(String) - Static method in class org.apache.directory.api.util.Strings
Converts a String to upper case as per String.toUpperCase( Locale ).
UrlDecoderException - Exception in org.apache.directory.api.ldap.model.exception
Thrown when a Decoder has encountered a failure condition during a decode.
UrlDecoderException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.UrlDecoderException
Creates a DecoderException
UrlDecoderException(String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.UrlDecoderException
Creates a DecoderException
urlEncode(String, boolean) - Static method in class org.apache.directory.api.ldap.model.url.LdapUrl
Encode a String to avoid special characters.
usage(AttributeTypeHolder) - Method in class org.apache.directory.api.ldap.schema.converter.antlrSchemaConverterParser
 
UsageEnum - Enum in org.apache.directory.api.ldap.model.schema
Type safe enum for an AttributeType definition's usage string.
useComponent(String) - Method in class org.apache.directory.api.util.AbstractSimpleComponentsMonitor
Use a component.
useComponent(String) - Method in interface org.apache.directory.api.util.ComponentsMonitor
Use a component.
useComponent(String) - Method in class org.apache.directory.api.util.MandatoryAndOptionalComponentsMonitor
Use a component.
useDnAttributes() - Method in class org.apache.directory.ldap.client.api.search.MatchingRuleAssertionFilterBuilder
If set, the dn attributes will be included in the matching.
USER_APPLICATIONS - org.apache.directory.api.ldap.model.schema.UsageEnum
value for attributes with userApplications usage
USER_CERTIFICATE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
USER_CERTIFICATE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
USER_CLASS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
USER_CLASS_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
USER_ID_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
USER_IDENTITY_STATE - org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify.PasswordModifyRequestStatesEnum
the UserIdentity
USER_IDENTITY_TAG - Static variable in class org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify.PasswordModifyRequestConstants
This is the TAG used for the userIdentity.
USER_PASSWORD_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
USER_PASSWORD_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
USER_PKCS12_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
USER_PKCS12_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
USER_SECURITY_INFORMATION_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
USER_SECURITY_INFORMATION_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
USER_SMIME_CERTIFICATE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
USER_SMIME_CERTIFICATE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
userClass() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
userClass() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
UserClass - Class in org.apache.directory.api.ldap.aci
Defines a set of zero or more users the permissions apply to.
UserClass.AllUsers - Class in org.apache.directory.api.ldap.aci
Every directory user (with possible requirements for authenticationLevel).
UserClass.Name - Class in org.apache.directory.api.ldap.aci
The user with the specified distinguished name.
UserClass.ParentOfEntry - Class in org.apache.directory.api.ldap.aci
The user as parent (ancestor) of accessed entry.
UserClass.Subtree - Class in org.apache.directory.api.ldap.aci
The set of users whose distinguished names fall within the definition of the (unrefined) subtree.
UserClass.ThisEntry - Class in org.apache.directory.api.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.api.ldap.aci
The set of users who are members of the groupOfUniqueNames entry, identified by the specified distinguished name.
userClasses() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
userClasses() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
userFirst() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
userFirst() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
UserFirstACIItem - Class in org.apache.directory.api.ldap.aci
An ACIItem which specifies UserClasses first and then ProtectedItems each UserClass will have. (18.4.2.4.
UserFirstACIItem(String, int, AuthenticationLevel, Collection<UserClass>, Collection<UserPermission>) - Constructor for class org.apache.directory.api.ldap.aci.UserFirstACIItem
Creates a new instance.
userGroup() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
userGroup() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
UserGroup(Set<String>) - Constructor for class org.apache.directory.api.ldap.aci.UserClass.UserGroup
Creates a new instance.
userPermission() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
userPermission() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
UserPermission - Class in org.apache.directory.api.ldap.aci
Represents permissions to be applied to all UserClasses in UserFirstACIItem.
UserPermission(Integer, Collection<GrantAndDenial>, Collection<ProtectedItem>) - Constructor for class org.apache.directory.api.ldap.aci.UserPermission
Creates a new instance
userPermissions() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
userPermissions() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
UTC_TIME - org.apache.directory.api.asn1.ber.tlv.UniversalTag
value for the tag
UTC_TIME_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
UtcTimeSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a UTC time according to RFC 4517.
UtcTimeSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
UTF8_STRING - org.apache.directory.api.asn1.ber.tlv.UniversalTag
value for the tag
UTF8String - Static variable in interface org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
 
utf8ToString(byte[]) - Static method in class org.apache.directory.api.util.Strings
Return an UTF-8 encoded String
utf8ToString(byte[], int) - Static method in class org.apache.directory.api.util.Strings
Return an UTF-8 encoded String
utf8ToString(byte[], int, int) - Static method in class org.apache.directory.api.util.Strings
Return an UTF-8 encoded String
utfmb(AntlrDnParser.UpAndNormValue) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnParser
Process a UTFMB char
UTFMB - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
 
UUID_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
UUID_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
UUID_ORDERING_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
UUID_ORDERING_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
UUID_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
UuidComparator - Class in org.apache.directory.api.ldap.model.schema.comparators
A comparator for UUID.
UuidComparator(String) - Constructor for class org.apache.directory.api.ldap.model.schema.comparators.UuidComparator
The UUIDComparator constructor.
UuidSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
An UUID syntax checker.
UuidSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A static Builder for this class
uuidToBytes(String) - Static method in class org.apache.directory.api.util.Strings
converts the string representation of an UUID to bytes
uuidToBytes(UUID) - Static method in class org.apache.directory.api.ldap.model.schema.SchemaUtils
Transform an UUID in a byte array
uuidToString(byte[]) - Static method in class org.apache.directory.api.util.Strings
converts the bytes of a UUID to string

V

validate(LdapConnection) - Method in class org.apache.directory.ldap.client.api.DefaultLdapConnectionValidator
Returns true if connection is connected, and authenticated.
validate(LdapConnection) - Method in interface org.apache.directory.ldap.client.api.LdapConnectionValidator
Return true if the connection is still valid.
validate(LdapConnection) - Method in class org.apache.directory.ldap.client.api.LookupLdapConnectionValidator
Returns true if connection is connected, authenticated, and a lookup on the rootDSE returns a non-null response.
validateObject(PooledObject<LdapConnection>) - Method in class org.apache.directory.ldap.client.api.AbstractPoolableLdapConnectionFactory
Validating a connection is done by checking the connection status.
ValidatingPoolableLdapConnectionFactory - Class in org.apache.directory.ldap.client.api
A factory for creating LdapConnection objects managed by LdapConnectionPool.
ValidatingPoolableLdapConnectionFactory(LdapConnectionConfig) - Constructor for class org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory
Creates a new instance of ValidatingPoolableLdapConnectionFactory.
ValidatingPoolableLdapConnectionFactory(LdapConnectionConfig, Class<? extends LdapConnectionFactory>) - Constructor for class org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory
Creates a new instance of ValidatingPoolableLdapConnectionFactory.
ValidatingPoolableLdapConnectionFactory(LdapConnectionFactory) - Constructor for class org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory
Creates a new instance of ValidatingPoolableLdapConnectionFactory.
VALS_SR_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
VALS_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
Value - Class in org.apache.directory.api.ldap.model.entry
A Class for wrapping attribute values stored into an Entry Attribute, or a AVA.
Value(byte[]) - Constructor for class org.apache.directory.api.ldap.model.entry.Value
Creates a Value with an initial user provided binary value.
Value(String) - Constructor for class org.apache.directory.api.ldap.model.entry.Value
Creates a Value with an initial user provided String value.
Value(AttributeType, byte[]) - Constructor for class org.apache.directory.api.ldap.model.entry.Value
Creates a schema aware binary Value with an initial value.
Value(AttributeType, String) - Constructor for class org.apache.directory.api.ldap.model.entry.Value
Creates a schema aware StringValue with an initial user provided String value.
Value(AttributeType, String, String) - Constructor for class org.apache.directory.api.ldap.model.entry.Value
Creates a schema aware StringValue with an initial user provided String value and its normalized Value
Value(AttributeType, Value) - Constructor for class org.apache.directory.api.ldap.model.entry.Value
Creates a Value from an existing Value with an AttributeType
VALUE - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
VALUE_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
VALUE_STATE_END - org.apache.directory.api.asn1.ber.tlv.TLVStateEnum
End means that the Value is totally read
VALUE_STATE_PENDING - org.apache.directory.api.asn1.ber.tlv.TLVStateEnum
Pending means that the Type Value is contained in more that one byte
VALUE_STATE_START - org.apache.directory.api.asn1.ber.tlv.TLVStateEnum
Start means that the decoding hasn't read the first byte
valueOf(String) - Static method in enum org.apache.directory.api.asn1.ber.tlv.TLVStateEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.asn1.ber.tlv.UniversalTag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.dsmlv2.request.BatchRequestDsml.OnError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.dsmlv2.request.BatchRequestDsml.Processing
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.dsmlv2.request.BatchRequestDsml.ResponseOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.dsmlv2.response.ErrorResponse.ErrorResponseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.i18n.I18n
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.aci.GrantAndDenial
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.aci.MicroOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.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.api.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.api.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.api.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.api.ldap.codec.controls.sort.SortRequestStates
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.codec.controls.sort.SortResponseStates
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.codec.LdapStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.codec.standalone.StandaloneLdapApiService.ControlType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.extras.controls.ad_impl.AdDirSyncRequestStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.extras.controls.ad_impl.AdDirSyncResponseStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.extras.controls.ad_impl.AdPolicyHintsStates
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.extras.controls.ad.AdDirSyncResponseFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.extras.controls.ppolicy_impl.PasswordPolicyResponseStates
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.extras.controls.ppolicy_impl.PasswordPolicyTags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.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.api.ldap.extras.controls.SynchronizationModeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.extras.controls.SyncModifyDnType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.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.api.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.api.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.api.ldap.extras.controls.syncrepl.syncState.SyncStateTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.extras.controls.vlv_impl.VirtualListViewerTags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.extras.controls.vlv_impl.VirtualListViewRequestStates
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.extras.controls.vlv_impl.VirtualListViewResponseStates
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewResultCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.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.api.ldap.extras.extended.ads_impl.certGeneration.CertGenerationRequestStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.controls.ControlsStates
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.EndTransactionRequestStates
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.EndTransactionResponseStates
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.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.api.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.api.ldap.extras.extended.ads_impl.pwdModify.PasswordModifyRequestStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify.PasswordModifyResponseStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.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.api.ldap.extras.intermediate.syncrepl_impl.SyncInfoValueStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl.SyncInfoValueTags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.extras.intermediate.syncrepl.SynchronizationInfoEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.model.constants.AuthenticationLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.model.constants.LdapSecurityConstants
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.model.constants.Loggers
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.model.constants.SaslQoP
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.model.constants.SaslSecurityStrength
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.model.cursor.CursorStateEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.model.entry.ModificationOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.model.exception.LdapTlsHandshakeFailCause.LdapApiReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.model.filter.AssertionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.model.ldif.ChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.model.message.AliasDerefMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.model.message.BindStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.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.api.ldap.model.message.controls.SortResultCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.model.message.MessageTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.model.message.ReferralsPolicyEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.model.message.ResultCodeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.model.message.SearchScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.model.schema.MatchingRuleEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.model.schema.MatchingRuleTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.model.schema.ObjectClassTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.model.schema.PrepareString.AssertionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.model.schema.SchemaObjectType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.model.schema.UsageEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.model.subtree.AdministrativeRole
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.model.url.HostTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.trigger.LdapOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.util.GeneralizedTime.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.util.GeneralizedTime.FractionDelimiter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.util.GeneralizedTime.TimeZoneFormat
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.directory.api.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.api.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.api.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.api.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.api.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.api.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.api.dsmlv2.response.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.api.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.api.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.api.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.api.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.api.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.api.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.api.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.api.ldap.codec.controls.sort.SortRequestStates
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.api.ldap.codec.controls.sort.SortResponseStates
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.api.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.api.ldap.codec.standalone.StandaloneLdapApiService.ControlType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.api.ldap.extras.controls.ad_impl.AdDirSyncRequestStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.api.ldap.extras.controls.ad_impl.AdDirSyncResponseStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.api.ldap.extras.controls.ad_impl.AdPolicyHintsStates
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.api.ldap.extras.controls.ad.AdDirSyncResponseFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.api.ldap.extras.controls.ppolicy_impl.PasswordPolicyResponseStates
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.api.ldap.extras.controls.ppolicy_impl.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.api.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.api.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.api.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.api.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.api.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.api.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.api.ldap.extras.controls.syncrepl.syncState.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.api.ldap.extras.controls.vlv_impl.VirtualListViewerTags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.api.ldap.extras.controls.vlv_impl.VirtualListViewRequestStates
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.api.ldap.extras.controls.vlv_impl.VirtualListViewResponseStates
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewResultCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.api.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.api.ldap.extras.extended.ads_impl.certGeneration.CertGenerationRequestStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.controls.ControlsStates
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.EndTransactionRequestStates
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.EndTransactionResponseStates
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.api.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.api.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.api.ldap.extras.extended.ads_impl.pwdModify.PasswordModifyRequestStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify.PasswordModifyResponseStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.api.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.api.ldap.extras.intermediate.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.api.ldap.extras.intermediate.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.api.ldap.extras.intermediate.syncrepl.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.api.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.api.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.api.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.api.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.api.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.api.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.api.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.api.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.api.ldap.model.exception.LdapTlsHandshakeFailCause.LdapApiReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.api.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.api.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.api.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.api.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.api.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.api.ldap.model.message.controls.SortResultCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.api.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.api.ldap.model.message.ReferralsPolicyEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.api.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.api.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.api.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.api.ldap.model.schema.MatchingRuleTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.api.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.api.ldap.model.schema.PrepareString.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.api.ldap.model.schema.SchemaObjectType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.api.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.api.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.api.ldap.model.url.HostTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.api.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.api.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.api.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.api.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.api.util.SequencedHashMap
Implements Map.values().
VALUES_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
VENDOR_NAME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
VENDOR_NAME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
VENDOR_VERSION_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
VENDOR_VERSION_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
verify(String...) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Check that the Schemas are consistent regarding the current Registries.
verify(String...) - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Check that the Schemas are consistent regarding the current Registries.
verify(Schema...) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Check that the Schemas are consistent regarding the current Registries.
verify(Schema...) - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
Check that the Schemas are consistent regarding the current Registries.
VERSION_STATE - org.apache.directory.api.ldap.codec.LdapStatesEnum
 
VIDEOTEX_STRING - org.apache.directory.api.asn1.ber.tlv.UniversalTag
value for the tag
VirtualListViewerTags - Enum in org.apache.directory.api.ldap.extras.controls.vlv_impl
Tags used for decoding VirtualListViewerRequest.
VirtualListViewRequest - Interface in org.apache.directory.api.ldap.extras.controls.vlv
Virtual List View control as specified in draft-ietf-ldapext-ldapv3-vlv-09.
VirtualListViewRequestContainer - Class in org.apache.directory.api.ldap.extras.controls.vlv_impl
A container for the VLV request control.
VirtualListViewRequestContainer(Control) - Constructor for class org.apache.directory.api.ldap.extras.controls.vlv_impl.VirtualListViewRequestContainer
Creates a new VirtualListViewRequestContainer instance
VirtualListViewRequestFactory - Class in org.apache.directory.api.ldap.extras.controls.vlv_impl
VirtualListViewRequestFactory(LdapApiService) - Constructor for class org.apache.directory.api.ldap.extras.controls.vlv_impl.VirtualListViewRequestFactory
Creates a new instance of VirtualListViewRequestFactory.
VirtualListViewRequestGrammar - Class in org.apache.directory.api.ldap.extras.controls.vlv_impl
The VLV grammar
VirtualListViewRequestImpl - Class in org.apache.directory.api.ldap.extras.controls.vlv
Virtual List View control as specified in draft-ietf-ldapext-ldapv3-vlv-09.
VirtualListViewRequestImpl() - Constructor for class org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewRequestImpl
Creates a new instance of VirtualListViewRequestImpl.
VirtualListViewRequestStates - Enum in org.apache.directory.api.ldap.extras.controls.vlv_impl
This class store the VirtualListViewRequest grammar constants.
VirtualListViewResponse - Interface in org.apache.directory.api.ldap.extras.controls.vlv
Virtual List View response control as specified in draft-ietf-ldapext-ldapv3-vlv-09.
VirtualListViewResponseContainer - Class in org.apache.directory.api.ldap.extras.controls.vlv_impl
A container for the VLV response control.
VirtualListViewResponseContainer(Control) - Constructor for class org.apache.directory.api.ldap.extras.controls.vlv_impl.VirtualListViewResponseContainer
Creates a new VirtualListViewResponseContainer object.
VirtualListViewResponseFactory - Class in org.apache.directory.api.ldap.extras.controls.vlv_impl
VirtualListViewResponseFactory(LdapApiService) - Constructor for class org.apache.directory.api.ldap.extras.controls.vlv_impl.VirtualListViewResponseFactory
Creates a new instance of VirtualListViewResponseFactory.
VirtualListViewResponseGrammar - Class in org.apache.directory.api.ldap.extras.controls.vlv_impl
The grammar for the VLV response which described as :
VirtualListViewResponseImpl - Class in org.apache.directory.api.ldap.extras.controls.vlv
Virtual List View response control as specified in draft-ietf-ldapext-ldapv3-vlv-09.
VirtualListViewResponseImpl() - Constructor for class org.apache.directory.api.ldap.extras.controls.vlv.VirtualListViewResponseImpl
Creates a new VirtualListViewResponseImpl instance
VirtualListViewResponseStates - Enum in org.apache.directory.api.ldap.extras.controls.vlv_impl
This class store the VirtualListViewResponse grammar constants.
VirtualListViewResultCode - Enum in org.apache.directory.api.ldap.extras.controls.vlv
Enumeration of the result codes of a Virtual List View response control as specified in draft-ietf-ldapext-ldapv3-vlv-09.
VISIBLE_STRING - org.apache.directory.api.asn1.ber.tlv.UniversalTag
value for the tag
visit(ExprNode) - Method in class org.apache.directory.api.ldap.model.filter.BranchNormalizedVisitor
 
visit(ExprNode) - Method in interface org.apache.directory.api.ldap.model.filter.FilterVisitor
Visits a filter expression AST using a specific visitation order.
VLV_AFTER_COUNT_STATE - org.apache.directory.api.ldap.extras.controls.vlv_impl.VirtualListViewRequestStates
afterCount INTEGER (0..maxInt) transition
VLV_ASSERTION_VALUE_STATE - org.apache.directory.api.ldap.extras.controls.vlv_impl.VirtualListViewRequestStates
greaterThanOrEqual [1] AssertionValue transition
VLV_BEFORE_COUNT_STATE - org.apache.directory.api.ldap.extras.controls.vlv_impl.VirtualListViewRequestStates
beforeCount INTEGER (0..maxInt) transition
VLV_CONTENT_COUNT_STATE - org.apache.directory.api.ldap.extras.controls.vlv_impl.VirtualListViewRequestStates
contentCount INTEGER (0 .. maxInt) transition
VLV_CONTENT_COUNT_STATE - org.apache.directory.api.ldap.extras.controls.vlv_impl.VirtualListViewResponseStates
contentCount INTEGER (0 .. maxInt) transition
VLV_CONTEXT_ID_STATE - org.apache.directory.api.ldap.extras.controls.vlv_impl.VirtualListViewRequestStates
contextID OCTET STRING OPTIONAL transition
VLV_CONTEXT_ID_STATE - org.apache.directory.api.ldap.extras.controls.vlv_impl.VirtualListViewResponseStates
contextID OCTET STRING OPTIONAL transition
VLV_OFFSET_STATE - org.apache.directory.api.ldap.extras.controls.vlv_impl.VirtualListViewRequestStates
offset INTEGER (1 .. maxInt) transition
VLV_SEQUENCE_STATE - org.apache.directory.api.ldap.extras.controls.vlv_impl.VirtualListViewRequestStates
VirtualListViewRequest ::= SEQUENCE transition
VLV_SEQUENCE_STATE - org.apache.directory.api.ldap.extras.controls.vlv_impl.VirtualListViewResponseStates
VirtualListViewResponse ::= SEQUENCE transition
VLV_TARGET_BY_OFFSET_STATE - org.apache.directory.api.ldap.extras.controls.vlv_impl.VirtualListViewRequestStates
byOffset [0] SEQUENCE transition
VLV_TARGET_POSITION_STATE - org.apache.directory.api.ldap.extras.controls.vlv_impl.VirtualListViewResponseStates
targetPosition INTEGER (0 .. maxInt) transition
VLV_VIRTUAL_LIST_VIEW_RESULT_STATE - org.apache.directory.api.ldap.extras.controls.vlv_impl.VirtualListViewResponseStates
virtualListViewResult ENUMERATED transition

W

wasError() - Method in class org.apache.directory.api.ldap.model.schema.LoggingSchemaErrorHandler
 
wasError() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaErrorHandler
Returns true if the implementation handled at least one error.
WhoAmIFactory - Class in org.apache.directory.api.ldap.extras.extended.ads_impl.whoAmI
An ExtendedOperationFactory for creating WhoAmI extended request response pairs.
WhoAmIFactory(LdapApiService) - Constructor for class org.apache.directory.api.ldap.extras.extended.ads_impl.whoAmI.WhoAmIFactory
Creates a new instance of WhoAmIFactory.
WhoAmIRequest - Interface in org.apache.directory.api.ldap.extras.extended.whoAmI
The RFC 4532 WhoAmI request
WhoAmIRequestImpl - Class in org.apache.directory.api.ldap.extras.extended.whoAmI
The RFC 4532 WhoAmI request
WhoAmIRequestImpl() - Constructor for class org.apache.directory.api.ldap.extras.extended.whoAmI.WhoAmIRequestImpl
Create a new instance of the WhoAmIRequest extended operation
WhoAmIRequestImpl(int) - Constructor for class org.apache.directory.api.ldap.extras.extended.whoAmI.WhoAmIRequestImpl
Create a new instance of the WhoAmIRequest extended operation
WhoAmIResponse - Interface in org.apache.directory.api.ldap.extras.extended.whoAmI
The RFC 4532 WhoAmI response :
WhoAmIResponseImpl - Class in org.apache.directory.api.ldap.extras.extended.whoAmI
The RFC 4532 WhoAmI response :
WhoAmIResponseImpl() - Constructor for class org.apache.directory.api.ldap.extras.extended.whoAmI.WhoAmIResponseImpl
Instantiates a new WhoAmI response.
WhoAmIResponseImpl(int) - Constructor for class org.apache.directory.api.ldap.extras.extended.whoAmI.WhoAmIResponseImpl
Instantiates a new WhoAmI response.
WhoAmIResponseImpl(int, ResultCodeEnum) - Constructor for class org.apache.directory.api.ldap.extras.extended.whoAmI.WhoAmIResponseImpl
Create a new instance for the WhoAmI response
WhoAmIResponseImpl(int, ResultCodeEnum, String) - Constructor for class org.apache.directory.api.ldap.extras.extended.whoAmI.WhoAmIResponseImpl
Create a new instance for the WhoAmI response
WHOLE_SUBTREE - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
 
woid() - Method in class org.apache.directory.api.ldap.schema.converter.antlrSchemaConverterParser
 
woidlist() - Method in class org.apache.directory.api.ldap.schema.converter.antlrSchemaConverterParser
 
WORD_MATCH - org.apache.directory.api.ldap.model.schema.MatchingRuleTypeEnum
Word Match
WORD_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
WORD_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
WordComparator - Class in org.apache.directory.api.ldap.model.schema.comparators
A comparator for Words/KeyWords.
WordComparator(String) - Constructor for class org.apache.directory.api.ldap.model.schema.comparators.WordComparator
The StringComparator constructor.
wrap(Throwable) - Static method in class org.apache.directory.api.ldap.util.JndiUtils
Wraps a LDAP exception into a NaingException
wrapped() - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
Returns the wrapped object.
wrapped() - Method in interface org.apache.directory.ldap.client.api.Wrapper
Returns the wrapped object.
Wrapper<T> - Interface in org.apache.directory.ldap.client.api
An interface for defining wrapper objects.
wrapperEntryPoint() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
wrapperEntryPoint() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
wrapperEntryPoint() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
wrapperEntryPoint() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
wrapperEntryPoint() - Method in class org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParser
 
write(char[], int, int) - Method in class org.apache.directory.api.util.StringBuilderWriter
Write a portion of a character array to the StringBuilder.
write(String) - Method in class org.apache.directory.api.util.StringBuilderWriter
Write a String to the StringBuilder.
write(String, OutputStream, Charset) - Static method in class org.apache.directory.api.util.IOUtils
Writes chars from a String to bytes on an OutputStream using the specified character encoding.
writeByteArrayToFile(File, byte[]) - Static method in class org.apache.directory.api.util.FileUtils
Writes a byte array to a file creating the file if it does not exist.
writeByteArrayToFile(File, byte[], boolean) - Static method in class org.apache.directory.api.util.FileUtils
Writes a byte array to a file creating the file if it does not exist.
writeByteArrayToFile(File, byte[], int, int, boolean) - Static method in class org.apache.directory.api.util.FileUtils
Writes len bytes from the specified byte array starting at offset off to a file, creating the file if it does not exist.
writeBytesTo(OutputStream) - Method in class org.apache.directory.api.asn1.util.Oid
Writes the bytes respresenting this OID to the provided stream.
writeBytesTo(ByteBuffer) - Method in class org.apache.directory.api.asn1.util.Oid
Writes the bytes respresenting this OID to the provided buffer.
writeExternal(ObjectOutput) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
This is the place where we serialize attributes, and all theirs elements.
writeExternal(ObjectOutput) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
This is the place where we serialize entries, and all theirs elements.
writeExternal(ObjectOutput) - Method in class org.apache.directory.api.ldap.model.entry.DefaultModification
 
writeExternal(ObjectOutput) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
This is the place where we serialize entries, and all theirs elements.
writeExternal(ObjectOutput) - Method in class org.apache.directory.api.ldap.model.entry.Value
writeExternal(ObjectOutput) - Method in class org.apache.directory.api.ldap.model.ldif.LdifControl
writeExternal(ObjectOutput) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
 
writeExternal(ObjectOutput) - Method in class org.apache.directory.api.ldap.model.name.Ava
An Ava is composed of a type and a value.
writeExternal(ObjectOutput) - Method in class org.apache.directory.api.ldap.model.name.Dn
writeExternal(ObjectOutput) - Method in class org.apache.directory.api.ldap.model.name.Rdn
A Rdn is composed of on to many Avas (AttributeType And Value).
writeExternal(ObjectOutput) - Method in class org.apache.directory.api.util.SequencedHashMap
Serializes this map to the given stream.
writeStringToFile(File, String) - Static method in class org.apache.directory.api.util.FileUtils
writeStringToFile(File, String, String) - Static method in class org.apache.directory.api.util.FileUtils
Writes a String to a file creating the file if it does not exist.
writeStringToFile(File, String, Charset, boolean) - Static method in class org.apache.directory.api.util.FileUtils
Writes a String to a file creating the file if it does not exist.
writeUTF(ObjectOutput, String) - Static method in class org.apache.directory.api.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.api.ldap.schema.converter.antlrSchemaTokenTypes
 

X

X_NOT_HUMAN_READABLE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
X_NOT_HUMAN_READABLE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
X_NOT_HUMAN_READABLE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
X_NOT_HUMAN_READABLE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
X_READ_ONLY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
X_READ_ONLY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
X_READ_ONLY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
X_READ_ONLY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
X_SCHEMA_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
X_SCHEMA_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
X_SCHEMA_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
 
X_SCHEMA_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
X12_1ADDRESS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
X121_ADDRESS_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
X500_UNIQUE_IDENTIFIER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
X500_UNIQUE_IDENTIFIER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
XML_SCHEMA_INSTANCE_URI - Static variable in class org.apache.directory.api.dsmlv2.ParserUtils
W3C XML Schema Instance URI.
XML_SCHEMA_URI - Static variable in class org.apache.directory.api.dsmlv2.ParserUtils
W3C XML Schema URI.
XSD - Static variable in class org.apache.directory.api.dsmlv2.ParserUtils
XSD namespace prefix.
XSD_COLON - Static variable in class org.apache.directory.api.dsmlv2.ParserUtils
XSD namespace prefix with ':'.
XSD_NAMESPACE - Static variable in class org.apache.directory.api.dsmlv2.ParserUtils
The XSD namespace
XSI - Static variable in class org.apache.directory.api.dsmlv2.ParserUtils
XSI namespace prefix.
XSI_NAMESPACE - Static variable in class org.apache.directory.api.dsmlv2.ParserUtils
The XSI namespace

Y

YEAR_MONTH_DAY_HOUR - org.apache.directory.api.util.GeneralizedTime.Format
Time format, minutes and seconds are omitted, excluding fraction.
YEAR_MONTH_DAY_HOUR_FRACTION - org.apache.directory.api.util.GeneralizedTime.Format
Time format, minutes and seconds are omitted, including fraction of an hour.
YEAR_MONTH_DAY_HOUR_MIN - org.apache.directory.api.util.GeneralizedTime.Format
Time format with minutes, seconds are omitted, excluding fraction.
YEAR_MONTH_DAY_HOUR_MIN_FRACTION - org.apache.directory.api.util.GeneralizedTime.Format
Time format with minutes seconds are omitted, including fraction of a minute.
YEAR_MONTH_DAY_HOUR_MIN_SEC - org.apache.directory.api.util.GeneralizedTime.Format
Time format with minutes and seconds, excluding fraction.
YEAR_MONTH_DAY_HOUR_MIN_SEC_FRACTION - org.apache.directory.api.util.GeneralizedTime.Format
Time format with minutes and seconds, including fraction.

Z

Z - org.apache.directory.api.util.GeneralizedTime.TimeZoneFormat
g-time-zone (Zulu) format.

_

_tokenNames - Static variable in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
 
_tokenNames - Static variable in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
 
_tokenNames - Static variable in class org.apache.directory.api.ldap.model.name.AntlrDnParser
 
_tokenNames - Static variable in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
_tokenNames - Static variable in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
_tokenNames - Static variable in class org.apache.directory.api.ldap.schema.converter.antlrSchemaConverterParser
 
_tokenNames - Static variable in class org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParser
 
_tokenSet_0 - Static variable in class org.apache.directory.api.ldap.aci.AntlrACIItemCheckerLexer
 
_tokenSet_0 - Static variable in class org.apache.directory.api.ldap.aci.AntlrACIItemLexer
 
_tokenSet_0 - Static variable in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
 
_tokenSet_0 - Static variable in class org.apache.directory.api.ldap.model.name.AntlrDnParser
 
_tokenSet_0 - Static variable in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
 
_tokenSet_0 - Static variable in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationLexer
 
_tokenSet_0 - Static variable in class org.apache.directory.api.ldap.schema.converter.antlrSchemaConverterLexer
 
_tokenSet_0 - Static variable in class org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationLexer
 
_tokenSet_1 - Static variable in class org.apache.directory.api.ldap.aci.AntlrACIItemCheckerLexer
 
_tokenSet_1 - Static variable in class org.apache.directory.api.ldap.aci.AntlrACIItemLexer
 
_tokenSet_1 - Static variable in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
 
_tokenSet_1 - Static variable in class org.apache.directory.api.ldap.model.name.AntlrDnParser
 
_tokenSet_1 - Static variable in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
 
_tokenSet_1 - Static variable in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationLexer
 
_tokenSet_1 - Static variable in class org.apache.directory.api.ldap.schema.converter.antlrSchemaConverterLexer
 
_tokenSet_1 - Static variable in class org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationLexer
 
_tokenSet_2 - Static variable in class org.apache.directory.api.ldap.aci.AntlrACIItemCheckerLexer
 
_tokenSet_2 - Static variable in class org.apache.directory.api.ldap.aci.AntlrACIItemLexer
 
_tokenSet_2 - Static variable in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
 
_tokenSet_2 - Static variable in class org.apache.directory.api.ldap.model.name.AntlrDnParser
 
_tokenSet_2 - Static variable in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
 
_tokenSet_2 - Static variable in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationLexer
 
_tokenSet_2 - Static variable in class org.apache.directory.api.ldap.schema.converter.antlrSchemaConverterLexer
 
_tokenSet_2 - Static variable in class org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationLexer
 
_tokenSet_3 - Static variable in class org.apache.directory.api.ldap.aci.AntlrACIItemCheckerLexer
 
_tokenSet_3 - Static variable in class org.apache.directory.api.ldap.aci.AntlrACIItemLexer
 
_tokenSet_3 - Static variable in class org.apache.directory.api.ldap.model.name.AntlrDnParser
 
_tokenSet_3 - Static variable in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
 
_tokenSet_3 - Static variable in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationLexer
 
_tokenSet_3 - Static variable in class org.apache.directory.api.ldap.schema.converter.antlrSchemaConverterLexer
 
_tokenSet_4 - Static variable in class org.apache.directory.api.ldap.aci.AntlrACIItemCheckerLexer
 
_tokenSet_4 - Static variable in class org.apache.directory.api.ldap.aci.AntlrACIItemLexer
 
_tokenSet_4 - Static variable in class org.apache.directory.api.ldap.model.name.AntlrDnParser
 
_tokenSet_5 - Static variable in class org.apache.directory.api.ldap.aci.AntlrACIItemCheckerLexer
 
_tokenSet_5 - Static variable in class org.apache.directory.api.ldap.aci.AntlrACIItemLexer
 
_tokenSet_5 - Static variable in class org.apache.directory.api.ldap.model.name.AntlrDnParser
 
_tokenSet_6 - Static variable in class org.apache.directory.api.ldap.aci.AntlrACIItemCheckerLexer
 
_tokenSet_6 - Static variable in class org.apache.directory.api.ldap.aci.AntlrACIItemLexer
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes All Packages