- 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(AbandonRequest) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
An abandon request essentially with the request message ID of the operation to be canceled
and/or potentially some controls and timeout (the controls and timeout are not mandatory).
- abandon(int) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Abandons a request submitted to the server for performing a particular operation.
- 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(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 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 - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
-
- 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_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(String) - 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(int) - 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() - Constructor for class org.apache.directory.api.asn1.ber.grammar.AbstractGrammar
-
Default constructor
- 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.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
-
- 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
-
- 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_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_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
-
- 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(SchemaManager) - Constructor for class org.apache.directory.api.ldap.aci.ACIItemParser
-
Creates a ACIItem parser.
- ACIItemParser(NameComponentNormalizer, SchemaManager) - Constructor for class org.apache.directory.api.ldap.aci.ACIItemParser
-
Creates a normalizing 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(E) - Method in class org.apache.directory.api.asn1.actions.AbstractReadInteger
-
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 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(C) - Method in interface org.apache.directory.api.asn1.ber.grammar.Action
-
The action to be executed.
- Action - Interface in org.apache.directory.api.dsmlv2
-
IAction interface just contains the method 'action' which must be implemented
in all the implementation classes.
- action(Dsmlv2Container) - Method in interface org.apache.directory.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<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<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<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<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<DeleteRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.del.InitDelRequest
-
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<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<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<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<UnbindRequest>) - Method in class org.apache.directory.api.ldap.codec.actions.request.unbind.InitUnbindRequest
-
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<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<CompareResponse>) - Method in class org.apache.directory.api.ldap.codec.actions.response.compare.InitCompareResponse
-
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<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<ModifyResponse>) - Method in class org.apache.directory.api.ldap.codec.actions.response.modify.InitModifyResponse
-
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<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(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.
- ActionTime - Class in org.apache.directory.api.ldap.trigger
-
An enumeration that represents action times
for an LDAP trigger specification.
- actionTime() - Method in class org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParser
-
- 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.
- ADD - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
-
- 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, byte[]...) - Method in class org.apache.directory.api.dsmlv2.request.ModifyRequestDsml
- add(Attribute) - Method in class org.apache.directory.api.dsmlv2.request.ModifyRequestDsml
-
marks a given attribute for addition in the target entry.
- add(String...) - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
-
Adds some values to this attribute.
- add(byte[]...) - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
-
Adds some values to this attribute.
- 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(String...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
-
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(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, 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, 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, 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, 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, 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(Attribute...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Add some Attributes to the current Entry.
- add(String, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Add some binary values to the current Entry.
- add(String, String...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Add some String values to the current Entry.
- add(String, Value...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Add some Values 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(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, 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, 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, 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, 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, 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, String...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Add some String 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, Value...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Add some Values to the current 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.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.ImmutableEntry
-
Add an attribute (represented by its AttributeType and some 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, 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(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(Attribute...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Add some Attributes 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, String...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Add some String 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, 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, byte[]...) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
-
- add(Attribute) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
-
marks a given attribute for addition in the target entry.
- 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, byte[]...) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
-
- add(Attribute) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
-
marks a given attribute for addition in the target entry.
- 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(String) - Method in class org.apache.directory.api.ldap.model.name.Dn
-
Adds a single Rdn to the (leaf) end of this name.
- 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(SchemaObject, boolean) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
Applies the added SchemaObject to the given register
- 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(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(Entry) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Add an entry to the server.
- add(AddRequest) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Add an entry present in the
AddRequest
to the server.
- add(Entry) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Add an entry 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(Entry) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Add an entry to the server.
- add(AddRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Add an entry present in the
AddRequest
to the server.
- add(AddRequest) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
-
Adds an entry specified by an AddRequest to the LDAP server.
- 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, 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, 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 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(AddRequest) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Adds an entry specified by an AddRequest to the LDAP server.
- ADD_ORDINAL - Static variable in enum org.apache.directory.api.ldap.model.ldif.ChangeType
-
Add ordinal value
- ADD_REQUEST - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
-
- ADD_REQUEST_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
-
- ADD_RESPONSE - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
-
- 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
AttributeList ::= SEQUENCE OF SEQUENCE {
type 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(AddRequest) - Method in interface org.apache.directory.ldap.client.api.LdapAsyncConnection
-
Add an entry present in the AddRequest to the server.
- addAsync(Entry) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Add an entry to the server asynchronously.
- addAsync(AddRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Add an entry present in the AddRequest to the server.
- addAttribute(String) - Method in class org.apache.directory.api.dsmlv2.response.SearchResultEntryDsml
-
Create a new attribute
- addAttribute(Attribute) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
-
Add an attribute to the entry
- addAttribute(String, Object...) - 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 - Class in org.apache.directory.api.ldap.codec.actions.response.search.entry
-
The action used to store the SearchResultEntry attributes
SearchResultEntry ::= [APPLICATION 4] SEQUENCE { ...
...
- AddAttributeType() - Constructor for class org.apache.directory.api.ldap.codec.actions.response.search.entry.AddAttributeType
-
Instantiates a new action.
- addAttributeType(String) - Method in class org.apache.directory.api.ldap.model.message.AddRequestImpl
-
Create a new attributeValue
- addAttributeTypeAndValues(String) - Method in class org.apache.directory.api.dsmlv2.request.ModifyRequestDsml
-
Add a new attributeTypeAndValue
- addAttributeValue(String) - 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.dsmlv2.request.AddRequestDsml
-
Add a new value to the current attribute
- addAttributeValue(byte[]) - 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.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(String) - Method in class org.apache.directory.api.dsmlv2.request.ModifyRequestDsml
-
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 - Class in org.apache.directory.api.ldap.codec.actions.request.add
-
The action used to store a Value to an AddRequest
AttributeList ::= SEQUENCE OF SEQUENCE {
...
- AddAttributeValue() - Constructor for class org.apache.directory.api.ldap.codec.actions.request.add.AddAttributeValue
-
Instantiates a new value action.
- 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.ldap.model.message.AddRequestImpl
-
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
- 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 - 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.
- 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.ldif.LdifEntry
-
Add a control to the entry
- 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.
- 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(ByteBuffer) - Method in class org.apache.directory.api.asn1.ber.tlv.BerValue
-
Append some bytes to the data buffer.
- addData(byte[]) - 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, List<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 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
-
- 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
-
- 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(Modification) - Method in class org.apache.directory.api.dsmlv2.request.ModifyRequestDsml
-
Adds a ModificationItem to the set of modifications composing this modify
request.
- addModification(Attribute, ModificationOperation) - Method in class org.apache.directory.api.dsmlv2.request.ModifyRequestDsml
-
Add a modification
- addModification(Modification) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
-
Add a modification item (used by modify operations)
- addModification(ModificationOperation, Attribute) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
-
Add a modification item (used by modify operations)
- 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(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(Attribute, ModificationOperation) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
-
Add a modification
- 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(Attribute, ModificationOperation) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
-
Add a modification
- AddModifyRequestAttribute - Class in org.apache.directory.api.ldap.codec.actions.request.modify
-
The action used to store the ModificationRequest's attribute type
ModifyRequest ::= [APPLICATION 6] SEQUENCE {
...
- 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(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
- addParameter(Object, Object) - Method in class org.apache.directory.api.ldap.extras.extended.storedProcedure.StoredProcedureRequestImpl
-
Adds the 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
Referral ::= SEQUENCE SIZE (1..MAX) OF uri URI (RFC 4511)
URI ::= LDAPString
- 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(Schema) - Method in class org.apache.directory.api.ldap.model.schema.registries.AbstractSchemaLoader
-
Add a new schema to the schema's list
- addSchema(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
Create a new schema association with its content
- addSchema(Schema) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
-
Add a new schema to the schema's list
- addSchema(File) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
parses the given schema file present in OpenLDAP schema format
and adds all the SchemaObjects present in it to the SchemaManager
- addSchema(String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
- 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
- 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
- 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
-
- 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.
- 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 - Static variable in class org.apache.directory.api.ldap.trigger.ActionTime
-
The AFTER instance.
- 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.
- 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_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
-
- 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 - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
-
- 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_FILTER_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
-
- AndFilter - Class in org.apache.directory.api.dsmlv2.request
-
And Filter Object to store the And filter.
- AndFilter() - Constructor for class org.apache.directory.api.dsmlv2.request.AndFilter
-
- AndFilter - Class in org.apache.directory.api.ldap.codec.search
-
And Filter Object to store the And filter.
- AndFilter(int) - Constructor for class org.apache.directory.api.ldap.codec.search.AndFilter
-
The constructor.
- AndFilter() - 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(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.
- AndNode() - Constructor for class org.apache.directory.api.ldap.model.filter.AndNode
-
Creates an empty AndNode
- 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(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)
- anonymize(String) - Method in class org.apache.directory.ldap.client.api.LdifAnonymizer
-
Anonymize a LDIF
- 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.
- 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(TokenBuffer) - Constructor for class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
-
- AntlrACIItemChecker(TokenStream) - Constructor for class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
-
- AntlrACIItemChecker(ParserSharedInputState) - 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(InputStream) - Constructor for class org.apache.directory.api.ldap.aci.AntlrACIItemCheckerLexer
-
- AntlrACIItemCheckerLexer(Reader) - Constructor for class org.apache.directory.api.ldap.aci.AntlrACIItemCheckerLexer
-
- AntlrACIItemCheckerLexer(InputBuffer) - Constructor for class org.apache.directory.api.ldap.aci.AntlrACIItemCheckerLexer
-
- AntlrACIItemCheckerLexer(LexerSharedInputState) - 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(InputStream) - Constructor for class org.apache.directory.api.ldap.aci.AntlrACIItemLexer
-
- AntlrACIItemLexer(Reader) - Constructor for class org.apache.directory.api.ldap.aci.AntlrACIItemLexer
-
- AntlrACIItemLexer(InputBuffer) - Constructor for class org.apache.directory.api.ldap.aci.AntlrACIItemLexer
-
- AntlrACIItemLexer(LexerSharedInputState) - 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(TokenBuffer) - Constructor for class org.apache.directory.api.ldap.aci.AntlrACIItemParser
-
- AntlrACIItemParser(TokenStream) - Constructor for class org.apache.directory.api.ldap.aci.AntlrACIItemParser
-
- AntlrACIItemParser(ParserSharedInputState) - 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(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
-
- 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
-
- AntlrDnParser - Class in org.apache.directory.api.ldap.model.name
-
An antlr generated Dn parser.
- 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
-
- AntlrDnParser(ParserSharedInputState) - 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(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
-
- 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
-
- antlrSchemaConverterParser - Class in org.apache.directory.api.ldap.schema.converter
-
- 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
-
- antlrSchemaConverterParser(ParserSharedInputState) - 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(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
-
- AntlrSubtreeSpecificationChecker(ParserSharedInputState) - 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(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
-
- 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
-
- 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(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
-
- 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
-
- AntlrSubtreeSpecificationParser - Class in org.apache.directory.api.ldap.model.subtree
-
The antlr generated subtree specification parser.
- 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
-
- AntlrSubtreeSpecificationParser(ParserSharedInputState) - 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(InputStream) - Constructor for class org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationLexer
-
- AntlrTriggerSpecificationLexer(Reader) - Constructor for class org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationLexer
-
- AntlrTriggerSpecificationLexer(InputBuffer) - Constructor for class org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationLexer
-
- AntlrTriggerSpecificationLexer(LexerSharedInputState) - 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(TokenBuffer) - Constructor for class org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParser
-
- AntlrTriggerSpecificationParser(TokenStream) - Constructor for class org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParser
-
- AntlrTriggerSpecificationParser(ParserSharedInputState) - 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
-
- 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 the bytes to this buffer.
- append(byte) - Method in class org.apache.directory.api.util.ExpansibleByteBuffer
-
Appends a byte to this buffer.
- append(int) - Method in class org.apache.directory.api.util.ExpansibleByteBuffer
-
Appends an int to this buffer.
- append(char) - Method in class org.apache.directory.api.util.StringBuilderWriter
-
Append a single character to this Writer.
- 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
-
- 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
-
- 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(AttributeType, Value) - 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(String, byte[]) - Constructor for class org.apache.directory.api.ldap.model.filter.ApproximateNode
-
Creates a new ApproximateNode object.
- 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.
- 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, 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(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(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.
- 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 - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
-
- 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.
- 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.
- ATTR - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
-
- ATTRIBUTE - 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_CERTIFICATE_ASSERTION_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
-
- 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_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
-
- 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
-
- 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 = descr / numericoid
- 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.
- attributeType() - Method in class org.apache.directory.api.ldap.schema.converter.antlrSchemaConverterParser
-
- attributeTypeAndValue(SchemaManager, Ava) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnParser
-
RFC 4514, Section 3
attributeTypeAndValue = attributeType EQUALS attributeValue
RFC 2253, Section 3
attributeTypeAndValue = attributeType "=" attributeValue
- 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:
AttributeTypeDescription = LPAREN WSP
numericoid ; object identifier
[ SP "NAME" SP qdescrs ] ; short names (descriptors)
[ SP "DESC" SP qdstring ] ; description
[ SP "OBSOLETE" ] ; not active
[ SP "SUP" SP oid ] ; supertype
[ SP "EQUALITY" SP oid ] ; equality matching rule
[ SP "ORDERING" SP oid ] ; ordering matching rule
[ SP "SUBSTR" SP oid ] ; substrings matching rule
[ SP "SYNTAX" SP noidlen ] ; value syntax
[ SP "SINGLE-VALUE" ] ; single-value
[ SP "COLLECTIVE" ] ; collective
[ SP "NO-USER-MODIFICATION" ] ; not user modifiable
[ SP "USAGE" SP usage ] ; usage
extensions WSP RPAREN ; extensions
usage = "userApplications" / ; user
"directoryOperation" / ; directory operational
"distributedOperation" / ; DSA-shared operational
"dSAOperation" ; DSA-specific operational
extensions = *( SP xstring SP qdstrings )
xstring = "X" HYPHEN 1*( ALPHA / HYPHEN / USCORE )
Each attribute type description must contain at least one of the SUP
or SYNTAX fields.
- 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
attributeValue = string / hexstring
RFC 2253, Section 3
attributeValue = string
string = *( stringchar / pair )
/ "#" hexstring
/ QUOTATION *( quotechar / pair ) QUOTATION ; only from v2
We still accept both forms, which means we can have a value surrounded by '"'
- AttributeValueAssertion - Class in org.apache.directory.api.dsmlv2.request
-
A class to store an attribute value assertion.
- AttributeValueAssertion() - Constructor for class org.apache.directory.api.dsmlv2.request.AttributeValueAssertion
-
- 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.ldap.codec.AttributeValueAssertion
-
- AttributeValueAssertionFilter - Class in org.apache.directory.api.dsmlv2.request
-
Object to store the filter.
- AttributeValueAssertionFilter(int) - Constructor for class org.apache.directory.api.dsmlv2.request.AttributeValueAssertionFilter
-
The constructor.
- AttributeValueAssertionFilter - Class in org.apache.directory.api.ldap.codec.search
-
Object to store the filter.
- AttributeValueAssertionFilter(int, int) - Constructor for class org.apache.directory.api.ldap.codec.search.AttributeValueAssertionFilter
-
The constructor.
- AttributeValueAssertionFilter(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_REQUEST - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
-
- 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(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(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(Dn, char[]) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
-
Attempts to authenticate the supplied credentials.
- 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(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.
- 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 class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Attempts to authenticate the supplied credentials.
- 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
-
- 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(SchemaManager) - Constructor for class org.apache.directory.api.ldap.model.name.Ava
-
Constructs an empty schema aware Ava.
- Ava(SchemaManager, Ava) - Constructor for class org.apache.directory.api.ldap.model.name.Ava
-
Constructs new Ava using the provided SchemaManager and AVA
- Ava(String, byte[]) - Constructor for class org.apache.directory.api.ldap.model.name.Ava
-
Construct an Ava containing a binary value.
- 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, byte[]) - Constructor for class org.apache.directory.api.ldap.model.name.Ava
-
Construct a schema aware 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, 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, String) - Constructor for class org.apache.directory.api.ldap.model.name.Ava
-
Construct a schema aware Ava with a String value.
- 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.
- 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
- BASE_OBJECT - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
-
- 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
-
- 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.
- 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(byte[]) - Constructor for class org.apache.directory.api.asn1.ber.tlv.BerValue
-
Creates a new Value from a byte[]
- BerValue() - Constructor for class org.apache.directory.api.asn1.ber.tlv.BerValue
-
The default constructor.
- 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(Dn) - Method in class org.apache.directory.ldap.client.api.AbstractLdapConnection
-
Unauthenticated authentication bind on a server.
- bind(String) - Method in class org.apache.directory.ldap.client.api.AbstractLdapConnection
-
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(Dn, String) - Method in class org.apache.directory.ldap.client.api.AbstractLdapConnection
-
Simple bind on a server.
- bind() - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
- bind(String) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Unauthenticated authentication bind on a server.
- bind(String, String) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Simple bind on a server.
- bind(Dn) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Unauthenticated authentication bind on a server.
- bind(Dn, String) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Simple bind on a server.
- bind(BindRequest) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Bind to the server using a bind request object.
- bind(SaslRequest) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
SASL Bind to the server using a SASL request object.
- bind() - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
- bind(String) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Unauthenticated authentication bind on a server.
- bind(String, String) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Simple bind on a server.
- bind(Dn) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Unauthenticated authentication bind on a server.
- bind(Dn, String) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Simple bind on a server.
- bind(BindRequest) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Bind to the server using a bind 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() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
- bind(BindRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Bind to the server using a bind request object.
- bind(SaslRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Bind to the server using a SaslRequest object.
- 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(SaslGssApiRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Bind to the server using a GssApiRequest object.
- bind(SaslExternalRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Bind to the server using a SaslExternalRequest object.
- bind() - Method in class org.apache.directory.ldap.client.api.MonitoringLdapConnection
-
- 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.MonitoringLdapConnection
-
Simple 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.MonitoringLdapConnection
-
Simple bind on a server.
- bind(BindRequest) - Method in class org.apache.directory.ldap.client.api.MonitoringLdapConnection
-
Bind to the server using a bind request object.
- 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_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
-
- 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(String, String) - Method in interface org.apache.directory.ldap.client.api.LdapAsyncConnection
-
Simple asynchronous Bind on a server.
- bindAsync(Dn, String) - Method in interface org.apache.directory.ldap.client.api.LdapAsyncConnection
-
Simple asynchronous Bind on a server.
- bindAsync(BindRequest) - Method in interface org.apache.directory.ldap.client.api.LdapAsyncConnection
-
Do an asynchronous bind, based on a BindRequest.
- bindAsync() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Asynchronous Bind on a server, using the LdapConnectionConfig informations.
- bindAsync(String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Asynchronous unauthenticated authentication bind
- bindAsync(String, String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Simple asynchronous Bind on a server.
- bindAsync(Dn) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Asynchronous unauthenticated authentication Bind on a server.
- bindAsync(Dn, String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Simple asynchronous Bind on a server.
- bindAsync(BindRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Do an asynchronous bind, based on a BindRequest.
- bindAsync(SaslRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Do an asynchronous bind, based on a SaslPlainRequest.
- bindAsync(SaslGssApiRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Do an asynchronous bind, based on a GssApiRequest.
- 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_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(int) - Constructor for class org.apache.directory.api.asn1.util.BitString
-
Creates a BitString with a specific length (length is the number of
bits).
- BitString(byte[]) - Constructor for class org.apache.directory.api.asn1.util.BitString
-
Creates a BitString from a byte[].
- 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
- BODY - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
-
- 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 :
bootparameter = key "=" server ":" path
key = keystring
server = keystring
path = keystring
- 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
-
- 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
-
- 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_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(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() - 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(boolean) - Method in class org.apache.directory.ldap.client.api.future.UniqueResponseFuture
- cancel() - Method in class org.apache.directory.ldap.client.api.future.UniqueResponseFuture
-
Cancel the Future
- CancelFactory - Class in org.apache.directory.api.ldap.extras.extended.ads_impl.cancel
-
- 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 :
cancelRequestValue ::= SEQUENCE {
cancelID MessageID
-- MessageID is as defined in [RFC2251]
- 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(int, int) - Constructor for class org.apache.directory.api.ldap.extras.extended.cancel.CancelRequestImpl
-
Creates a new instance of CancelRequest.
- CancelRequestImpl() - 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(int, ResultCodeEnum) - Constructor for class org.apache.directory.api.ldap.extras.extended.cancel.CancelResponseImpl
-
Create a new CancelResponse object
- CancelResponseImpl(int) - Constructor for class org.apache.directory.api.ldap.extras.extended.cancel.CancelResponseImpl
-
Create a new CancelResponse instance
- CancelResponseImpl() - Constructor for class org.apache.directory.api.ldap.extras.extended.cancel.CancelResponseImpl
-
Create a new CancelResponse instance
- CancelStatesEnum - Enum in org.apache.directory.api.ldap.extras.extended.ads_impl.cancel
-
This class store the Cancel's grammar constants.
- 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
-
- 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_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_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_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_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_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_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_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_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_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_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 '...'.
- CertGenerationFactory - Class in org.apache.directory.api.ldap.extras.extended.ads_impl.certGeneration
-
- 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(int, String, String, String, String) - Constructor for class org.apache.directory.api.ldap.extras.extended.certGeneration.CertGenerationRequestImpl
-
Creates a new instance of CertGenerationRequest.
- CertGenerationRequestImpl() - 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(int, ResultCodeEnum) - 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() - 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 :
"Due to changes made to the definition of a CertificateList through time,
no LDAP-specific encoding is defined for this syntax.
- 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 :
"Due to changes made to the definition of a CertificatePair through time,
no LDAP-specific encoding is defined for this syntax.
- 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 :
"Due to changes made to the definition of a Certificate through time,
no LDAP-specific encoding is defined for this syntax.
- 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_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
- 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
-
- 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.
- 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
-
- 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
- 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
- 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, 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
- checkClientTrusted(X509Certificate[], String) - 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, 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
- checkServerTrusted(X509Certificate[], String) - 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
-
- 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(Exception) - Method in class org.apache.directory.api.ldap.model.cursor.AbstractCursor
-
Closes this Cursor and frees any resources it my have allocated.
- 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(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(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() - 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(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(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() - Method in class org.apache.directory.api.ldap.model.cursor.EmptyCursor
- 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() - Method in class org.apache.directory.api.ldap.model.cursor.ListCursor
- 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() - Method in class org.apache.directory.api.ldap.model.cursor.SetCursor
- 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() - Method in class org.apache.directory.api.ldap.model.cursor.SingletonCursor
- 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() - 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(Exception) - Method in class org.apache.directory.ldap.client.api.EntryCursorImpl
-
Closes this Cursor and frees any resources it my have allocated.
- close() - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Disconnect from the remote LDAP server.
- close() - Method in class org.apache.directory.ldap.client.api.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.ldap.client.api.SearchCursorImpl
-
Closes this Cursor and frees any resources it my have allocated.
- 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
-
- closeQuietly(InputStream) - Static method in class org.apache.directory.api.util.IOUtils
-
Closes an InputStream
unconditionally.
- 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.
- 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
-
- 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
-
- 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 - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
-
- COMMENT - Static variable in interface org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
-
- 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 - 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(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(byte[], byte[]) - Method in class org.apache.directory.api.ldap.model.schema.comparators.ByteArrayComparator
- 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(Object, Object) - Method in class org.apache.directory.api.ldap.model.schema.comparators.CsnComparator
- 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(Object, Object) - Method in class org.apache.directory.api.ldap.model.schema.comparators.DnComparator
- compare(String, String) - Method in class org.apache.directory.api.ldap.model.schema.comparators.GeneralizedTimeComparator
- compare(Object, Object) - Method in class org.apache.directory.api.ldap.model.schema.comparators.IntegerComparator
- compare(Long, Long) - Method in class org.apache.directory.api.ldap.model.schema.comparators.LongComparator
- 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(T, T) - Method in class org.apache.directory.api.ldap.model.schema.comparators.ObjectClassTypeComparator
- compare(Object, Object) - Method in class org.apache.directory.api.ldap.model.schema.comparators.ObjectIdentifierComparator
- compare(String, String) - Method in class org.apache.directory.api.ldap.model.schema.comparators.ObjectIdentifierFirstComponentComparator
- compare(Object, Object) - Method in class org.apache.directory.api.ldap.model.schema.comparators.ParsedDnComparator
- compare(E, E) - Method in class org.apache.directory.api.ldap.model.schema.comparators.SerializableComparator
- 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(UUID, UUID) - Method in class org.apache.directory.api.ldap.model.schema.comparators.UuidComparator
-
Compare two UUID.
- compare(String, String) - Method in class org.apache.directory.api.ldap.model.schema.comparators.WordComparator
- compare(byte[], byte[]) - Static method in class org.apache.directory.api.util.Strings
-
- 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, 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, 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, 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, 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, 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(CompareRequest) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Compares an entry's attribute's value with that of the given value.
- compare(String, String, String) - Method in class org.apache.directory.ldap.client.api.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.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.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.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.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.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(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(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, 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, 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(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, 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, 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(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_REQUEST - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
-
- COMPARE_REQUEST_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
-
- COMPARE_RESPONSE - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
-
- COMPARE_RESPONSE_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
-
- 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(Csn) - Method in class org.apache.directory.api.ldap.model.csn.Csn
-
Compares this object with the specified object for order.
- compareTo(String) - Method in class org.apache.directory.api.ldap.model.entry.Value
-
Compare the current value with a String.
- compareTo(byte[]) - Method in class org.apache.directory.api.ldap.model.entry.Value
-
Compare two values.
- 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 :
0xA0 L1 super.computeLength()
Length(AndFilter) = Length(0xA0) + Length(super.computeLength()) +
super.computeLength()
- computeLength() - Method in class org.apache.directory.api.ldap.codec.search.AttributeValueAssertionFilter
-
Compute the AttributeValueFilter length
AttributeValueFilter :
0xA(3, 5, 6, 8) L1
|
+--> 0x04 L2 attributeDesc
+--> 0x04 L3 assertionValue
L2 = Length(attributeDesc)
L3 = Length(assertionValue)
L1 = 1 + Length(L2) + L2
+ 1 + Length(L3) + L3
Length(AttributeValueFilter) = Length(0xA?)
- 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 :
0xA9 L1
|
[+--> 0x81 L3 matchingRule]
[+--> 0x82 L4 type]
[+--> 0x83 L5 matchValue]
[+--> 0x01 0x01 dnAttributes]
- 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 :
0xA2 L1 super.computeLength()
Length(NotFilter) = Length(0xA2) + Length(super.computeLength()) +
super.computeLength()
- computeLength() - Method in class org.apache.directory.api.ldap.codec.search.OrFilter
-
Compute the OrFilter length
OrFilter :
0xA1 L1 super.computeLength()
Length(OrFilter) = Length(0xA1) + Length(super.computeLength()) +
super.computeLength()
- computeLength() - Method in class org.apache.directory.api.ldap.codec.search.PresentFilter
-
Compute the PresentFilter length
PresentFilter :
0x87 L1 present
Length(PresentFilter) = Length(0x87) + Length(super.computeLength()) +
super.computeLength()
- computeLength() - Method in class org.apache.directory.api.ldap.codec.search.SubstringFilter
-
Compute the SubstringFilter length
SubstringFilter :
0xA4 L1
|
+--> 0x04 L2 type
+--> 0x30 L3
|
[+--> 0x80 L4 initial]
[+--> 0x81 L5-1 any]
[+--> 0x81 L5-2 any]
[+--> ...
- 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.
- 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.
- ConnectionCallback<T> - Interface in org.apache.directory.ldap.client.template
-
- 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() - Constructor for class org.apache.directory.api.dsmlv2.request.ConnectorFilter
-
- 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(int) - Constructor for class org.apache.directory.api.ldap.codec.search.ConnectorFilter
-
The constructor.
- ConnectorFilter() - Constructor for class org.apache.directory.api.ldap.codec.search.ConnectorFilter
-
The constructor.
- CONSTRUCTED_FLAG - Static variable in class org.apache.directory.api.asn1.ber.tlv.TLV
-
tag flag for the primitive/constructed bit - 0010 0000 - 0x20
- 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(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(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(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(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(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(Attribute...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Checks if an entry contains a list of attributes.
- 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, 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, 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(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, 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, Value...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Checks if an entry contains an attribute with some 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, 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, 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(Attribute...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Checks if an entry contains a list of attributes.
- 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, 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, Value...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Checks if an entry contains an attribute with some values.
- contains(Attribute...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Checks if an entry contains a list of attributes.
- 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.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.ImmutableEntry
-
Checks if an entry contains an attribute with some given 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.ImmutableEntry
-
Checks if an entry contains an attribute with some String 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(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(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(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(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(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.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(SchemaObject) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
Tells if the given SchemaObject is present in one schema.
- 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(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(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.
- containsAttribute(String...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
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(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.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 - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
-
- Control - Interface in org.apache.directory.api.ldap.model.message
-
Protocol request and response altering control interface.
- CONTROL_VALUE - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
-
- 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_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(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
- convert(LdapSyntax, Schema, SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.AttributesFactory
-
Convert a Syntax 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(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(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(DitStructureRule, Schema, SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.AttributesFactory
-
Converts a DitStructureRule into an Entry
- convert(DitContentRule, Schema, SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.AttributesFactory
-
Converts a DitContentRule 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(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(ObjectClass, Schema, SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.AttributesFactory
-
Creates the attributes of an entry representing an objectClass.
- 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, 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(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
- 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
- copy(SchemaObject) - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
-
Copies the given schema object into this schema object.
- 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(SchemaObjectRegistry<T>) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
-
Copy a SchemaObject registry
- 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(SchemaObject) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
-
Copies the given schema object into this schema object.
- 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(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(byte[]) - Static method in class org.apache.directory.api.util.Strings
-
Copy a byte array into a new byte array
- 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(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, 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
-
- 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(String) - Method in class org.apache.directory.api.ldap.model.name.DefaultDnFactory
-
Creates a Dn form a user provided Dn.
- create(String...) - Method in class org.apache.directory.api.ldap.model.name.DefaultDnFactory
-
Creates a Dn from user provided RDNs.
- create(String...) - Method in interface org.apache.directory.api.ldap.model.name.DnFactory
-
Creates a Dn from user provided RDNs.
- create(String) - Method in interface org.apache.directory.api.ldap.model.name.DnFactory
-
Creates a Dn form a user provided Dn.
- 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(String, LdapSecurityConstants) - Static method in class org.apache.directory.api.ldap.model.password.PasswordUtil
-
- 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.
- 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
-
- CRITICALITY - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
-
- 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
-
- 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.
- 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(Throwable) - Constructor for exception org.apache.directory.api.ldap.model.cursor.CursorException
-
Creates a new instance of LdapException.
- CursorException(String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.cursor.CursorException
-
Creates a new instance of CursorException.
- 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.
- 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(ByteBuffer, Asn1Container) - Static method in class org.apache.directory.api.asn1.ber.Asn1Decoder
-
The decoder main function.
- decode(Object) - Method in interface org.apache.directory.api.asn1.Decoder
-
Decodes an "encoded" Object and returns a "decoded" Object.
- 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(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(byte[]) - Method in class org.apache.directory.api.ldap.codec.BasicControlDecorator
-
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
- decode(IoSession, IoBuffer, ProtocolDecoderOutput) - Method in class org.apache.directory.api.ldap.codec.protocol.mina.LdapProtocolDecoder
- 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(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(char[]) - Static method in class org.apache.directory.api.util.Base64
-
- 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(Control, byte[]) - Method in class org.apache.directory.api.ldap.codec.api.AbstractControlFactory
-
Decode a Control's value.
- decodeValue(ControlContainer, Control, byte[]) - Method in class org.apache.directory.api.ldap.codec.api.AbstractControlFactory
-
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(ExtendedResponse, byte[]) - Method in class org.apache.directory.api.ldap.codec.api.AbstractExtendedOperationFactory
-
Decode the value part of the extended response operation.
- 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 interface org.apache.directory.api.ldap.codec.api.ControlFactory
-
Decode a Control's value.
- decodeValue(ExtendedRequest, byte[]) - Method in interface org.apache.directory.api.ldap.codec.api.ExtendedOperationFactory
-
Decode the value part of the extended request 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(IntermediateResponse, byte[]) - Method in interface org.apache.directory.api.ldap.codec.api.IntermediateOperationFactory
-
Decode the value part of the intermediate response operation.
- 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.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(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(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(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(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.extras.extended.ads_impl.whoAmI.WhoAmIFactory
-
Decode the value part of the extended 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, boolean) - Static method in class org.apache.directory.api.util.Strings
-
Put common code to deepTrim(String) and deepTrimToLower here.
- 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.
- 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(String) - Constructor for class org.apache.directory.api.ldap.model.schema.normalizers.DeepTrimNormalizer
-
Creates a new instance of DeepTrimNormalizer with OID known.
- 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.
- 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(String) - Constructor for class org.apache.directory.api.ldap.model.schema.normalizers.DeepTrimToLowerNormalizer
-
Creates a new instance of DeepTrimToLowerNormalizer.
- 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.
- 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(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(String) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultAttribute
-
Create a new instance of an Attribute, without value.
- DefaultAttribute(byte[]) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultAttribute
-
Create a new instance of an Attribute, without value.
- 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, 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.
- 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(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.
- 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.
- 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, 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(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(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(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.
- 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.
- DefaultDnFactory - Class in org.apache.directory.api.ldap.model.name
-
The default Dn factory implementation.
- DefaultDnFactory(SchemaManager, int) - Constructor for class org.apache.directory.api.ldap.model.name.DefaultDnFactory
-
Instantiates a new default Dn factory.
- DefaultEntry - Class in org.apache.directory.api.ldap.model.entry
-
A default implementation of a ServerEntry which should suite most
use cases.
- DefaultEntry() - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Creates a new instance of DefaultEntry.
- DefaultEntry(SchemaManager) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Creates a new instance of DefaultEntry, schema aware.
- DefaultEntry(String) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Creates a new instance of DefaultEntry, with a Dn.
- DefaultEntry(Dn) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Creates a new instance of DefaultEntry, with a Dn.
- DefaultEntry(SchemaManager, String) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Creates a new instance of DefaultEntry, schema aware.
- DefaultEntry(SchemaManager, Dn) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Creates a new instance of DefaultEntry, schema aware.
- 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, 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, 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, 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, Entry) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Creates a new instance of DefaultEntry, copying
another entry.
- DefaultLdapCodecService - Class in org.apache.directory.api.ldap.codec.osgi
-
- 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, Attribute) - 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, byte[]...) - 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, String) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultModification
-
Creates a new instance of DefaultModification with no value
- DefaultModification(ModificationOperation, AttributeType, String...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultModification
-
Creates a new instance of DefaultModification.
- DefaultModification(ModificationOperation, AttributeType, byte[]...) - 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(ModificationOperation, AttributeType) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultModification
-
Creates a new instance of DefaultModification with no value.
- 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(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
- 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
- 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 - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
-
- DEL_REQUEST_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
-
- DEL_RESPONSE - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
-
- DEL_RESPONSE_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
-
- 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 - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
-
- 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(String) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Deletes the entry with the given distinguished name.
- delete(Dn) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
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(String) - 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.LdapConnectionWrapper
-
Deletes the entry with the given distinguished name.
- delete(DeleteRequest) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Performs a delete operation based on the delete request object.
- delete(String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Deletes the entry with the given distinguished name.
- delete(Dn) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Deletes the entry with the given distinguished name.
- 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(Dn) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
-
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) - 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 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(DeleteRequest) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Deletes an entry specified by a DeleteRequest from the LDAP server.
- 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_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(Dn) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
deletes the entry with the given Dn, and all its children
- deleteTree(String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
deletes the entry with the given Dn, and all its children
- DELIVERY_METHOD_SYNTAX - Static variable in class org.apache.directory.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
-
- 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_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 - 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 - 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 - 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(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(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(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(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(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.
- 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.
- 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() - Method in class org.apache.directory.api.ldap.model.name.AntlrDnParser
-
RFC 4512 Section 1.4
descr = keystring
keystring = leadkeychar *keychar
leadkeychar = ALPHA
keychar = ALPHA / DIGIT / HYPHEN
We additionally add UNDERSCORE because some servers allow them.
- 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(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.
- 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
- 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
-
- 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
-
- 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_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(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(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(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(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_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(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(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(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.
- 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.
- 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
- 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(SchemaManager, Dn) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnParser
-
Parses a Dn string.
- 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
-
- 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 - 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:
DITContentRuleDescription = LPAREN WSP
numericoid ; object identifier
[ SP "NAME" SP qdescrs ] ; short names (descriptors)
[ SP "DESC" SP qdstring ] ; description
[ SP "OBSOLETE" ] ; not active
[ SP "AUX" SP oids ] ; auxiliary object classes
[ SP "MUST" SP oids ] ; attribute types
[ SP "MAY" SP oids ] ; attribute types
[ SP "NOT" SP oids ] ; attribute types
extensions WSP RPAREN ; extensions
- 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:
DITStructureRuleDescription = LPAREN WSP
ruleid ; rule identifier
[ SP "NAME" SP qdescrs ] ; short names (descriptors)
[ SP "DESC" SP qdstring ] ; description
[ SP "OBSOLETE" ] ; not active
SP "FORM" SP oid ; NameForm
[ SP "SUP" ruleids ] ; superior rules
extensions WSP RPAREN ; extensions
ruleids = ruleid / ( LPAREN WSP ruleidlist WSP RPAREN )
ruleidlist = ruleid *( SP ruleid )
ruleid = numbers
- 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 - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
-
- 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(SchemaManager) - Constructor for class org.apache.directory.api.ldap.model.name.Dn
-
Construct an empty Schema aware Dn object
- Dn(SchemaManager, Dn) - Constructor for class org.apache.directory.api.ldap.model.name.Dn
-
Construct an empty Schema aware 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(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(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, Rdn...) - Constructor for class org.apache.directory.api.ldap.model.name.Dn
-
Creates a Schema aware Dn from a list of Rdns.
- 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_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.
- DnFactory - Interface in org.apache.directory.api.ldap.model.name
-
A factory for DNs, with a cache.
- DnNode<N> - Class in org.apache.directory.api.ldap.util.tree
-
A class storing nodes in a tree designed to map DNs.
- 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 - 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_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 :
<DsaQualitySyntax> ::= <DSAKeyword> [ '#' <description> ]
<DSAKeyword> ::= 'DEFUNCT' | 'EXPERIMENTAL' | 'BEST-EFFORT' |
'PILOT-SERVICE' | 'FULL-SERVICE'
<description> ::= encoded as a PrintableString
- 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 :
<DSEType> ::= '(' <sp>* <DSEBit> <sp>* <DSEBitList> ')'
<DSEBitList> ::= '$' <sp>* <DSEBit> <sp>* <DSEBitList> | e
<DSEBit> ::= 'root' | 'glue' | 'cp' | 'entry' | 'alias' | 'subr' |
'nssr' | 'supr' | 'xr' | 'admPoint' | 'subentry' |
'shadow' | 'zombie' | 'immSupr' | 'rhob' | 'sa'
- 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
-
- 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[], int, int) - 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
- 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
-
- 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
-
- 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(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(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(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.
- 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.
- 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(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(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(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.
- 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.
- encode(ByteBuffer) - Method in interface org.apache.directory.api.asn1.Asn1Object
-
Encode the object to a PDU.
- 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, byte[]) - Static method in class org.apache.directory.api.asn1.ber.tlv.BerValue
-
Encode an OctetString value
- encode(ByteBuffer, Oid) - Static method in class org.apache.directory.api.asn1.ber.tlv.BerValue
-
Encode an OID 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, byte, int) - Static method in class org.apache.directory.api.asn1.ber.tlv.BerValue
-
Encode an integer value
- encode(ByteBuffer, boolean) - Static method in class org.apache.directory.api.asn1.ber.tlv.BerValue
-
Encode a boolean value
- 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 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(IoSession, Object, ProtocolEncoderOutput) - Method in class org.apache.directory.api.ldap.codec.protocol.mina.LdapProtocolEncoder
- 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(byte[]) - Static method in class org.apache.directory.api.util.Base64
-
- 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(Asn1Buffer, 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(ByteBuffer, 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, int) - Static method in class org.apache.directory.api.asn1.ber.tlv.BerValue
-
Encode an integer value
- 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, long) - Static method in class org.apache.directory.api.asn1.ber.tlv.BerValue
-
Encode an integer value
- encodeInteger(Asn1Buffer, byte, long) - Static method in class org.apache.directory.api.asn1.ber.tlv.BerValue
-
Encode an integer value, with a specific tag
- 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, String) - 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
- 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, int) - Static method in class org.apache.directory.api.asn1.ber.tlv.BerValue
-
Encode a Sequence, with a specific length
- 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
- encodeSet(Asn1Buffer) - Static method in class org.apache.directory.api.asn1.ber.tlv.BerValue
-
Encode a Set
- encodeSet(Asn1Buffer, int) - Static method in class org.apache.directory.api.asn1.ber.tlv.BerValue
-
Encode a Set, with a specific length
- 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
- encodeValue(Asn1Buffer, Control) - Method in class org.apache.directory.api.ldap.codec.api.AbstractControlFactory
-
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, ExtendedResponse) - Method in class org.apache.directory.api.ldap.codec.api.AbstractExtendedOperationFactory
-
Encode the value part of the extended response operation.
- encodeValue(Asn1Buffer, Control) - Method in interface org.apache.directory.api.ldap.codec.api.ControlFactory
-
Encode the value part of the control.
- 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, ExtendedResponse) - Method in interface org.apache.directory.api.ldap.codec.api.ExtendedOperationFactory
-
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, 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.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, 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, 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, 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, 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.extras.extended.ads_impl.whoAmI.WhoAmIFactory
-
Encode the value part of the extended response operation.
- encodeValue(Asn1Buffer, IntermediateResponse) - Method in class org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl.SyncInfoValueFactory
-
- END - Static variable in class org.apache.directory.api.dsmlv2.Tag
-
This int represents a END tag
- end - Variable in class org.apache.directory.api.util.Position
-
The token end position in the string
- 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
-
- 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(int) - Constructor for class org.apache.directory.api.ldap.extras.extended.endTransaction.EndTransactionRequestImpl
-
Creates a new instance of EndTransactionRequestImpl.
- EndTransactionRequestImpl() - 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(int, ResultCodeEnum) - Constructor for class org.apache.directory.api.ldap.extras.extended.endTransaction.EndTransactionResponseImpl
-
Create a new EndTransactionResponseImpl object
- EndTransactionResponseImpl(int) - Constructor for class org.apache.directory.api.ldap.extras.extended.endTransaction.EndTransactionResponseImpl
-
Create a new EndTransactionResponseImpl instance
- EndTransactionResponseImpl() - Constructor for class org.apache.directory.api.ldap.extras.extended.endTransaction.EndTransactionResponseImpl
-
Create a new StartTransactionResponseImpl instance
- 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 - Static variable in class org.apache.directory.api.ldap.aci.ProtectedItem
-
The entry contents as a whole.
- Entry - Interface in org.apache.directory.api.ldap.model.entry
-
This interface represent a LDAP entry.
- 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_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_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
-
- 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
-
- 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 - 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
- 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.
- equality(AttributeTypeHolder) - Method in class org.apache.directory.api.ldap.schema.converter.antlrSchemaConverterParser
-
- 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
-
- EqualityNode<T> - Class in org.apache.directory.api.ldap.model.filter
-
A assertion value node for Equality.
- EqualityNode(AttributeType, Value) - Constructor for class org.apache.directory.api.ldap.model.filter.EqualityNode
-
Creates a new Equality object.
- 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.
- 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 - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
-
- 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
-
- equals(String, String) - Static method in class org.apache.directory.api.util.Strings
-
Compares two Strings, returning true
if they are equal.
- err(I18n, Object...) - Static method in enum org.apache.directory.api.i18n.I18n
-
Translate an error code with argument(s)
- ERROR - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
-
- ERROR_MESSAGE - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
-
- 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, MessageTypeEnum) - Constructor for class org.apache.directory.api.dsmlv2.response.ErrorResponse
-
Creates a new instance of ErrorResponse.
- ErrorResponse(int, ErrorResponse.ErrorResponseType, String) - 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(String) - Static method in class org.apache.directory.api.ldap.model.name.Rdn
-
Transform a value in a String, accordingly to RFC 2253
- escapeValue(byte[]) - 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(Dn) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Tells if an Entry exists in the server.
- exists(String) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
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(String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Tells if an entry exists in the server.
- exists(Dn) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Tells if an Entry exists in the server.
- EXIT - 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
- 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, byte[]) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Sends a extended operation request to the server with the given OID and value.
- extended(Oid) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Sends a extended operation request to the server with the given OID and no value.
- extended(Oid, byte[]) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Sends a extended operation request to the server with the given OID and value.
- extended(ExtendedRequest) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Performs an extended operation based on the extended request object.
- extended(String) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Sends a extended operation request to the server with the given OID and no value.
- extended(String, byte[]) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Sends a extended operation request to the server with the given OID and value.
- extended(Oid) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Sends a extended operation request to the server with the given OID and no value.
- extended(Oid, byte[]) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Sends a extended operation request to the server with the given OID and value.
- extended(ExtendedRequest) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Performs an extended operation based on the extended request object.
- extended(String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Sends a extended operation request to the server with the given OID and no value.
- extended(String, byte[]) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Sends a extended operation request to the server with the given OID and value.
- extended(Oid) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Sends a extended operation request to the server with the given OID and no value.
- extended(Oid, byte[]) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Sends a extended operation request to the server with the given OID and value.
- extended(ExtendedRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Performs an extended operation based on the extended request object.
- extended(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 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 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 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 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 - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
-
- EXTENDED_REQUEST_NAME_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
-
- 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 - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
-
- EXTENDED_RESPONSE_NAME_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
-
- 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
-
- extensible(String, String) - Static method in class org.apache.directory.ldap.client.api.search.FilterBuilder
-
Creates an extensible match filter.
- 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_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() - Constructor for class org.apache.directory.api.dsmlv2.request.ExtensibleMatchFilter
-
- ExtensibleMatchFilter - Class in org.apache.directory.api.ldap.codec.search
-
The search request filter Matching Rule assertion
- ExtensibleMatchFilter(int) - Constructor for class org.apache.directory.api.ldap.codec.search.ExtensibleMatchFilter
-
Creates a new ExtensibleMatchFilter object.
- ExtensibleMatchFilter() - 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(AttributeType) - Constructor for class org.apache.directory.api.ldap.model.filter.ExtensibleNode
-
Creates a new emptyExtensibleNode object.
- ExtensibleNode(String) - 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.
- ExtensibleNode(String, 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
- 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() - 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(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.
- 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.
- 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.
- 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_TAG - Static variable in class org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify.PasswordModifyResponseConstants
-
This is the TAG used for the genPassword.
- 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(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(Calendar) - Constructor for class org.apache.directory.api.util.GeneralizedTime
-
Creates a new instance of GeneralizedTime, based on the given Calendar object.
- 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.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(int, SecureRandom) - Static method in class org.apache.directory.api.ldap.model.password.BCrypt
-
Generate a salt for use with the BCrypt.hashpw() method
- 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() - 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
- get(Object) - Method in class org.apache.directory.api.dsmlv2.AbstractDsmlMessageDecorator
-
Gets a message scope parameter.
- 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() - 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(String) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Returns the attribute with the specified alias.
- get(AttributeType) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Returns the attribute associated with an AttributeType
- get(String) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Returns the attribute with the specified alias.
- get(AttributeType) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Returns the attribute associated with an AttributeType
- get(String) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Returns the attribute with the specified alias.
- get(AttributeType) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Returns the attribute associated with an AttributeType
- 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(String) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
-
Returns a attribute given it's id
- get(Object) - Method in class org.apache.directory.api.ldap.model.message.AbstractMessage
-
Gets a message scope parameter.
- get(int) - Static method in enum org.apache.directory.api.ldap.model.message.controls.SortResultCode
-
returns the enum value representing the given code.
- get(Object) - Method in interface org.apache.directory.api.ldap.model.message.Message
-
Gets a message scope parameter.
- 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(Object) - Method in class org.apache.directory.api.ldap.model.schema.registries.LowerCaseKeyMap
- get(String) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaObjectRegistry
-
Gets the SchemaObject associated with a given OID.
- get() - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectWrapper
-
- get(int) - Method in class org.apache.directory.api.util.ExpansibleByteBuffer
-
Returns the byte at a given position.
- get(Object) - Method in class org.apache.directory.api.util.SequencedHashMap
-
- get(int) - Method in class org.apache.directory.api.util.SequencedHashMap
-
Gets the key at the specified index.
- get(Object) - Method in class org.apache.directory.api.util.SynchronizedLRUMap
-
Get the value for a key from the Map.
- 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(long, TimeUnit) - Method in class org.apache.directory.ldap.client.api.future.HandshakeFuture
- get() - Method in class org.apache.directory.ldap.client.api.future.MultipleResponseFuture
- get(long, TimeUnit) - Method in class org.apache.directory.ldap.client.api.future.MultipleResponseFuture
- get() - Method in class org.apache.directory.ldap.client.api.future.UniqueResponseFuture
- get(long, TimeUnit) - 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.
- 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(String) - Static method in enum org.apache.directory.api.ldap.model.constants.LdapSecurityConstants
-
Get the associated constant from a string
- 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.
- 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
-
- 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(SchemaObject, Schema, SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.AttributesFactory
-
Get a SchemaObject as an Entry
- getAttributes() - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
-
- 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(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.
- getAttributeType(String) - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
-
Get an AttributeType in the AttributeType registry.
- 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(String) - Method in class org.apache.directory.api.ldap.model.name.Rdn
-
Get the Ava which type is given as an argument.
- 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
- 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(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 :
1) positive integer
- [0 - 0x7F] : 0xVV
- [0x80 - 0xFF] : 0x00 0xVV
- [0x0100 - 0x7FFF] : 0xVV 0xVV
- [0x8000 - 0xFFFF] : 0x00 0xVV 0xVV
- [0x010000 - 0x7FFFFF] : 0xVV 0xVV 0xVV
- [0x800000 - 0xFFFFFF] : 0x00 0xVV 0xVV 0xVV
- [0x01000000 - 0x7FFFFFFF] : 0xVV 0xVV 0xVV 0xVV
2) Negative number - (~value) + 1
- getBytes(long) - Static method in class org.apache.directory.api.asn1.ber.tlv.BerValue
-
Utility function that return a byte array representing the Value.
- 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() - 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
Note that this method returns the first value only.
- 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
Note that this method returns the first value only.
- 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[]
.
- 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(int) - Static method in enum org.apache.directory.api.ldap.model.ldif.ChangeType
-
Get the ChangeType instance from an integer value
- getChangeType() - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
-
Get the change type
- getChangeType(int) - Static method in enum org.apache.directory.api.ldap.model.message.controls.ChangeType
-
Gets the changeType enumeration type for an integer value.
- 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
- 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(String) - Static method in enum org.apache.directory.api.ldap.model.schema.ObjectClassTypeEnum
-
Gets the objectClass type enumeration of AUXILIARY, STRUCTURAL, or,
ABSTRACT.
- getClassType() - Method in class org.apache.directory.api.ldap.schema.converter.ObjectClassHolder
-
- 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(String) - Method in class org.apache.directory.api.dsmlv2.AbstractDsmlMessageDecorator
-
Gets the control associated with the given OID.
- 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.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(String) - Static method in class org.apache.directory.api.util.DateUtils
-
Converts a generalized time string to a
Date
object.
- getDate() - Method in class org.apache.directory.api.util.GeneralizedTime
-
- 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 ancestor DN.
- getDescription() - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
-
Gets a short description about this SchemaObject.
- 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.
- 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
- 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(Object) - Method in class org.apache.directory.api.ldap.model.schema.comparators.UniqueMemberComparator
-
Get the DN from the given object
- getDn() - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
-
- getDn() - Method in class org.apache.directory.api.ldap.util.tree.DnNode
-
- getDnFactory() - Method in interface org.apache.directory.api.ldap.codec.api.LdapApiService
-
Get the DN Factory
- getDnFactory() - Method in class org.apache.directory.api.ldap.codec.api.LdapMessageContainer
-
- getDnFactory() - Method in class org.apache.directory.api.ldap.codec.osgi.DefaultLdapCodecService
-
Get the DN Factory
- 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(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
- 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
- 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(TimeProvider) - Static method in class org.apache.directory.api.util.DateUtils
-
Gets the generalized time right now.
- getGeneralizedTime(Date) - Static method in class org.apache.directory.api.util.DateUtils
-
- getGeneralizedTime(long) - Static method in class org.apache.directory.api.util.DateUtils
-
- 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
-
- getHexValue(char, char) - Static method in class org.apache.directory.api.util.Hex
-
Translate two chars to an hex value.
- 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]
- 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
-
- 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
-
- getLdapCodecService() - Method in class org.apache.directory.api.dsmlv2.request.Dsmlv2Grammar
-
- getLdapCodecService() - Method in class org.apache.directory.api.ldap.codec.api.LdapMessageContainer
-
- getLdapCodecService() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.controls.ControlsContainer
-
- 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, 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, 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, LdapComparatorDescription, Registries, String) - Method in class org.apache.directory.api.ldap.schema.loader.SchemaEntityFactory
-
Construct a LdapComparator from a description of a comparator.
- 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.
- 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
-
- getLoginModuleConfiguration() - Method in class org.apache.directory.ldap.client.api.SaslGssApiRequest
-
- 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
-
- getMicroOperations() - Method in class org.apache.directory.api.ldap.aci.ACITuple
-
- 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(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(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.
- 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() - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
-
- 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.
- getNormalized() - Method in class org.apache.directory.api.ldap.model.entry.Value
-
- 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.
- 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.
- 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, NormalizerDescription, Registries, String) - Method in interface org.apache.directory.api.ldap.schema.loader.EntityFactory
-
Create a new instance of a 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, NormalizerDescription, Registries, String) - Method in class org.apache.directory.api.ldap.schema.loader.SchemaEntityFactory
-
Create a new instance of a Normalizer
- 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.
- 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 interface org.apache.directory.api.ldap.extras.controls.relax.RelaxControl
-
- getOID() - Method in class org.apache.directory.api.ldap.extras.controls.relax.RelaxControlImpl
-
- 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(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.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
- 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(String) - Static method in class org.apache.directory.api.ldap.model.schema.SchemaUtils
-
Get the options from the attributeType.
- getOptions() - Method in class org.apache.directory.api.ldap.trigger.TriggerSpecification.SPSpec
-
Gets the options.
- 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(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.
- 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.
- 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
-
- getProtectedItems() - Method in class org.apache.directory.api.ldap.aci.ItemFirstACIItem
-
- getProtectedItems() - Method in class org.apache.directory.api.ldap.aci.UserPermission
-
- 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(int) - Method in class org.apache.directory.api.ldap.model.name.Dn
-
Retrieves a component of this name.
- 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
-
- 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(Map<?, ?>) - 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.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(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.
- 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.
- 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(String...) - 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(String...) - 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 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(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() - 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(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(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(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(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.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() - 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(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.
- getSchemaName() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
-
Gets the name of the schema this SchemaObject 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(String) - Method in enum org.apache.directory.api.ldap.model.message.SearchScope
-
Gets the SearchScope associated with a scope String
- getScope() - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
-
- 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(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.
- getSearchScope() - Method in class org.apache.directory.api.ldap.trigger.StoredProcedureSearchContextOption
-
Gets the search scope.
- 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
Note that this method returns the first value only.
- 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
Note that this method returns the first value only.
- 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
-
- 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
-
- getSyncMode(int) - Static method in enum org.apache.directory.api.ldap.extras.intermediate.syncrepl.SynchronizationInfoEnum
-
- getSyncRequestValue() - Method in class org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncRequestValueContainer
-
- getSyncStateType(int) - Static method in enum org.apache.directory.api.ldap.extras.controls.syncrepl.syncState.SyncStateTypeEnum
-
- 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
- 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, SyntaxCheckerDescription, Registries, String) - Method in interface org.apache.directory.api.ldap.schema.loader.EntityFactory
-
Create a new instance of a SyntaxChecker
- 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 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(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() - 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<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(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.
- getUsage() - Method in class org.apache.directory.api.ldap.schema.converter.AttributeTypeHolder
-
Get the attributeType's usage
- 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
UserClass
es this tuple relates to.
- getUserClasses() - Method in class org.apache.directory.api.ldap.aci.ItemPermission
-
- getUserClasses() - Method in class org.apache.directory.api.ldap.aci.UserFirstACIItem
-
- 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
-
- 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.PasswordPolicyErrorEnum
-
- 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.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.VirtualListViewResultCode
-
- getValue() - Method in enum org.apache.directory.api.ldap.extras.controls.vlv_impl.VirtualListViewerTags
-
- 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.SynchronizationInfoEnum
-
- getValue() - Method in enum org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl.SyncInfoValueTags
-
- 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(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.
- 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.
- 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
-
- 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.
- 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
-
- 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
-
- 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(int) - Constructor for class org.apache.directory.api.ldap.extras.extended.gracefulShutdown.GracefulShutdownRequestImpl
-
Instantiates a new graceful shutdown request.
- GracefulShutdownRequestImpl() - 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
-
- GracefulShutdownResponseImpl - Class in org.apache.directory.api.ldap.extras.extended.gracefulShutdown
-
- GracefulShutdownResponseImpl(int, ResultCodeEnum) - 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() - 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.
- 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() - 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 - Class in org.apache.directory.api.dsmlv2
-
A top level grammar class that store meta informations about the actions.
- 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(Enum<?>, Enum<?>, int, Action<C>) - Constructor for class org.apache.directory.api.asn1.ber.grammar.GrammarTransition
-
Creates a new GrammarTransition object.
- GrammarTransition(Enum<?>, Enum<?>, int) - 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<?>, Enum<?>, UniversalTag) - Constructor for class org.apache.directory.api.asn1.ber.grammar.GrammarTransition
-
Creates a new GrammarTransition object.
- GrammarTransition - Class in org.apache.directory.api.dsmlv2
-
Define a transition between two states of a grammar.
- GrammarTransition(Enum<Dsmlv2StatesEnum>, Enum<Dsmlv2StatesEnum>, GrammarAction) - Constructor for class org.apache.directory.api.dsmlv2.GrammarTransition
-
Creates a new GrammarTransition object.
- 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
-
- grantsAndDenials() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
-
- grantsAndDenials() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
-
- 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
-
- GreaterEqNode<T> - Class in org.apache.directory.api.ldap.model.filter
-
A assertion value node for GreaterOrEqual.
- GreaterEqNode(AttributeType, Value) - 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(String, byte[]) - 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
- I18n - Enum in org.apache.directory.api.i18n
-
Provides i18n handling of error codes.
- 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
-
- 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_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.
- 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 - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
-
- 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, int) - Method in class org.apache.directory.api.dsmlv2.request.ModifyRequestDsml
-
marks a given attribute for increment in the target entry.
- 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, int) - Method in class org.apache.directory.api.dsmlv2.request.ModifyRequestDsml
-
marks a given attribute for increment 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, int) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
-
marks a given attribute for increment 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, int) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
-
marks a given attribute for increment 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.ldap.model.message.ModifyRequestImpl
-
marks a given attribute for increment 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.ldap.model.message.ModifyRequestImpl
-
marks a given attribute for increment in the target entry.
- 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(int) - Method in class org.apache.directory.api.asn1.ber.tlv.BerValue
-
Initialize the Value
- init() - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemChecker
-
Creates a (normalizing) subordinate DnParser for parsing Names.
- init(SchemaManager) - Method in class org.apache.directory.api.ldap.aci.AntlrACIItemParser
-
Creates a (normalizing) subordinate DnParser for parsing Names.
- init() - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
Initialize the LdifReader
- 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() - 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
-
- InitAbandonRequest - Class in org.apache.directory.api.ldap.codec.actions.request.abandon
-
The action used to initialize the AbandonRequest
LdapMessage ::= ...
- 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
LdapMessage ::= ...
- 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
LdapMessage ::= ...
- 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
ModifyRequest ::= [APPLICATION 6] SEQUENCE {
...
- 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
LdapMessage ::= ...
- 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
LdapMessage ::= ...
- 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
LdapMessage ::= ...
- 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
LdapMessage ::= ...
- 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
LdapMessage ::= ...
- 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
LdapMessage ::= ...
- 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
-
- initialize(LdapApiService) - Static method in class org.apache.directory.api.ldap.codec.api.LdapApiServiceFactory
-
Initialization can only take place once.
- 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
- 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
LdapMessage ::= ...
- 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
LDAPMessage --> SEQUENCE { ...
- 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
LdapMessage ::= ...
- 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
ModifyDNResponse ::= [APPLICATION 13] SEQUENCE {
- 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
LdapMessage ::= ...
- 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
LdapMessage ::= ...
- 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 :
LDAPResult ::= SEQUENCE {
...
- 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
LdapMessage ::= ...
- 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
SearchRequest ::= [APPLICATION 3] SEQUENCE {
...
- 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
LdapMessage ::= ...
- 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
LdapMessage ::= ...
- 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
LdapMessage ::= ...
- 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 :
LdapMessage ::= ...
- 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 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
- 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(Dn) - Static method in class org.apache.directory.api.ldap.trigger.StoredProcedureParameter.Generic_LDAP_CONTEXT
-
Creates a new instance of StoredProcedureParameter
- 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
-
- 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_NAME_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
-
- INTERMEDIATE_RESPONSE_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
-
- 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(String) - Constructor for class org.apache.directory.api.ldap.model.message.IntermediateResponseImpl
-
Creates an IntermediateResponseImpl instance
- IntermediateResponseImpl(int, String) - Constructor for class org.apache.directory.api.ldap.model.message.IntermediateResponseImpl
-
Creates an IntermediateResponseImpl instance
- IntermediateResponseImpl(int) - Constructor for class org.apache.directory.api.ldap.model.message.IntermediateResponseImpl
-
Creates a new 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
-
- 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, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.csn.InvalidCSNException
-
Creates a new instance with the specified message and
cause.
- InvalidCSNException(String) - Constructor for exception org.apache.directory.api.ldap.model.csn.InvalidCSNException
-
Creates a new instance with the specified message.
- 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.
- 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
-
- 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[], 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).
- 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).
- 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.
- isAncestorOf(Dn) - Method in class org.apache.directory.api.ldap.model.name.Dn
-
Tells if the current Dn is a parent of another Dn.
- 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(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(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(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.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.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(byte) - Static method in class org.apache.directory.api.asn1.ber.tlv.TLV
-
Checks to see if the tag is constructed.
- isConstructed() - Method in class org.apache.directory.api.asn1.ber.tlv.TLV
-
Checks to see if the current tlv's 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.dsmlv2.request.ModifyDNRequestDsml
-
Tells if the old Rdn is to be deleted
- isDeleteOldRdn() - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
-
- 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.
- isDescendantOf(Dn) - Method in class org.apache.directory.api.ldap.model.name.Dn
-
Tells if a Dn is a child of another Dn.
- 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 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(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[], 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[], 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'
- 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'
- 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(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
-
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() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
-
Tells if this SchemaObject 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 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
-
- isEmpty(String) - Static method in class org.apache.directory.api.util.Strings
-
Checks if a String is empty ("") or null.
- isEmpty(byte[]) - Static method in class org.apache.directory.api.util.Strings
-
Checks if a bytes array 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(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
-
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() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
-
Tells if this SchemaObject 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 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(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(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[], 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(String, int, char) - Static method in class org.apache.directory.api.util.Chars
-
Test if the current character is equal to a specific character.
- 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.
- 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
- 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(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 '\'
- 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(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 '\'
- 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(String) - Static method in class org.apache.directory.api.ldap.model.csn.Csn
-
Check if the given String is a valid CSN.
- 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(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.
- isValid(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.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 :
<name-component> ::= <attributeType> <spaces> '='
<spaces> <attributeValue> <nameComponents>
- isValid(SchemaManager, String) - Static method in class org.apache.directory.api.ldap.model.name.Rdn
-
Validate a NameComponent :
<name-component> ::= <attributeType> <spaces> '='
<spaces> <attributeValue> <nameComponents>
- 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.schema.syntaxCheckers.BitStringSyntaxChecker
-
A shared and static method used to check that the string is a BitString.
- 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
-
- 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
-
- 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
-
- iterator() - Method in class org.apache.directory.api.ldap.aci.protectedItem.MaxValueCountItem
-
- iterator() - Method in class org.apache.directory.api.ldap.aci.protectedItem.RestrictedByItem
-
- 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.
- 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
-
- 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.
- lastIndexOf(Object) - Method in class org.apache.directory.api.util.SequencedHashMap
-
Gets the last index of the specified key.
- LDAP_RESULT_REFERRAL_SEQUENCE_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
-
- 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_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
-
- 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
-
- LdapAffectMultipleDsaException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapAffectMultipleDsaException
-
Creates a new instance of LdapAffectMultipleDsaException.
- LdapAffectMultipleDsaException() - 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
-
- LdapAliasDereferencingException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapAliasDereferencingException
-
Creates a new instance of LdapAliasDereferencingException.
- LdapAliasDereferencingException() - 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
-
- LdapAliasException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapAliasException
-
Creates a new instance of LdapAliasException.
- LdapAliasException() - 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
-
- LdapAttributeInUseException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapAttributeInUseException
-
Creates a new instance of LdapAttributeInUseException.
- LdapAttributeInUseException() - 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
-
- LdapAuthenticationException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapAuthenticationException
-
Creates a new instance of LdapAuthenticationException.
- LdapAuthenticationException() - 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
-
- LdapAuthenticationNotSupportedException(ResultCodeEnum, String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapAuthenticationNotSupportedException
-
Creates a new instance of LdapAuthenticationNotSupportedException.
- LdapAuthenticationNotSupportedException(ResultCodeEnum) - 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
-
- 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
-
- LdapConfigurationException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapConfigurationException
-
Creates a new instance of LdapConfigurationException.
- LdapConfigurationException() - 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
-
- LdapConnectionOperations - Interface in org.apache.directory.ldap.client.template
-
- LdapConnectionPool - Class in org.apache.directory.ldap.client.api
-
A pool implementation for LdapConnection objects.
- 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.
- 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.
- 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
-
- 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(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapContextNotEmptyException
-
Creates a new instance of LdapContextNotEmptyException.
- LdapContextNotEmptyException() - 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
-
- LdapEntryAlreadyExistsException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapEntryAlreadyExistsException
-
Creates a new instance of LdapEntryAlreadyExistsException.
- LdapEntryAlreadyExistsException() - 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(Throwable) - 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.
- LdapInvalidAttributeTypeException - Exception in org.apache.directory.api.ldap.model.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, String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapInvalidAttributeValueException
-
Creates a new instance of LdapInvalidAttributeValueException.
- LdapInvalidAttributeValueException(ResultCodeEnum) - 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
-
- 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, 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.
- LdapInvalidDnException(ResultCodeEnum) - 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
-
- LdapInvalidSearchFilterException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapInvalidSearchFilterException
-
Creates a new instance of LdapInvalidSearchFilterException.
- LdapInvalidSearchFilterException() - 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
-
- LdapLoopDetectedException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapLoopDetectedException
-
Creates a new instance of LdapLoopDetectedException.
- LdapLoopDetectedException() - 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(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
- 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, LdapApiService) - Constructor for class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Creates a new LdapNetworkConnection instance
- 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, 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, 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, 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, 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.
- LdapNoPermissionException - Exception in org.apache.directory.api.ldap.model.exception
-
- LdapNoPermissionException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapNoPermissionException
-
Creates a new instance of LdapNoPermissionException.
- LdapNoPermissionException() - 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
-
- 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.
- LdapNoSuchAttributeException() - 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
-
- LdapNoSuchObjectException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapNoSuchObjectException
-
Creates a new instance of LdapNoSuchObjectException.
- LdapNoSuchObjectException() - 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
-
- 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
-
- 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.
- LdapOperationErrorException() - 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(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.
- 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.
- LdapOtherException - Exception in org.apache.directory.api.ldap.model.exception
-
- 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.
- LdapOtherException() - 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
-
- 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(LdapApiService) - 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
-
- 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.
- LdapProtocolErrorException() - 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
-
- 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(LdapSchemaExceptionCodes) - 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, String) - 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
-
- LdapSchemaException(LdapSchemaExceptionCodes, String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapSchemaException
-
Creates a new instance of 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, 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
-
- LdapSchemaViolationException(ResultCodeEnum) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapSchemaViolationException
-
Creates a new instance of 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
-
- LdapServiceUnavailableException(ResultCodeEnum, String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapServiceUnavailableException
-
Creates a new instance of LdapServiceUnavailableException.
- LdapServiceUnavailableException(ResultCodeEnum) - 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
-
- 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
-
- LdapStrongAuthenticationRequiredException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapStrongAuthenticationRequiredException
-
Creates a new instance of LdapStrongAuthenticationRequiredException.
- LdapStrongAuthenticationRequiredException() - 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:
SyntaxDescription = LPAREN WSP
numericoid ; object identifier
[ SP "DESC" SP qdstring ] ; description
extensions WSP RPAREN ; extensions
- 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
-
- 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(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
-
- 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.
- 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(SchemaManager) - Constructor for class org.apache.directory.api.ldap.model.ldif.LdifEntry
-
Creates a new schema aware LdifEntry object.
- 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(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
- 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(SchemaManager) - Constructor for class org.apache.directory.api.ldap.model.ldif.LdifReader
-
Creates a Schema aware reader
- LdifReader(String) - Constructor for class org.apache.directory.api.ldap.model.ldif.LdifReader
-
A constructor which takes a file name.
- LdifReader(Reader) - Constructor for class org.apache.directory.api.ldap.model.ldif.LdifReader
-
A constructor which takes a Reader.
- LdifReader(InputStream) - Constructor for class org.apache.directory.api.ldap.model.ldif.LdifReader
-
A constructor which takes an InputStream.
- 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.
- 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() - Method in class org.apache.directory.api.ldap.model.entry.Value
-
- length - Variable in class org.apache.directory.api.util.Position
-
The current token length
- 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
- 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
-
- LessEqNode<T> - Class in org.apache.directory.api.ldap.model.filter
-
A assertion value node for LessOrEqual.
- LessEqNode(AttributeType, Value) - Constructor for class org.apache.directory.api.ldap.model.filter.LessEqNode
-
Creates a new LessEqNode object.
- 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.
- 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(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(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(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(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(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>) - 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(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>) - 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() - Constructor for class org.apache.directory.api.ldap.model.cursor.ListCursor
-
Creates a new ListCursor without any elements.
- ListCursor(Comparator<E>) - Constructor for class org.apache.directory.api.ldap.model.cursor.ListCursor
-
Creates a new ListCursor without any elements.
- 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(Schema...) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
-
Load some Schemas into the registries.
- load(String...) - 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.
- load(String...) - 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(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(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 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(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(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 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(Schema...) - 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 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.
- loadDisabled(String...) - 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(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(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 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(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(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 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(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(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 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(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(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 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(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(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 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(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(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 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(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(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 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(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(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(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.
- 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.
- loadSchema() - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Loads all the default schemas that are bundled with the API.
- loadSchema() - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Loads all the default schemas that are bundled with the API.
- loadSchema() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Loads all the default schemas that are bundled with the API.
- 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.
- 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.
- 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.
- 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(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(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 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(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(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 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(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(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(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.
- 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.
- 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(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(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 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(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(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(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(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(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(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.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(Dn) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Searches for an entry having the given distinguished name..
- lookup(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 interface org.apache.directory.ldap.client.api.LdapConnection
-
Searches for an entry having the given distinguished name.
- lookup(Dn, Control[], 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 interface org.apache.directory.ldap.client.api.LdapConnection
-
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(Dn) - 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.LdapConnectionWrapper
-
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, Control[], 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.LdapConnectionWrapper
-
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(Dn) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
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(Dn, String...) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
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(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 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, 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, EntryMapper<T>) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Performs a lookup, 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
.
- 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
-
- 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
- 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
- lowerCase(String) - Static method in class org.apache.directory.api.util.Strings
-
- 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:
LUTF1 = %x01-1F / %x21 / %x24-2A / %x2D-3A /
%x3D / %x3F-5B / %x5D-7F
The rule CHAR_REST doesn't contain the following charcters,
so we must check them additionally
EQUALS (0x3D)
HYPHEN (0x2D)
UNDERSCORE (0x5F)
DIGIT (0x30-0x39)
ALPHA (0x41-0x5A and 0x61-0x7A)
- NAME - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
-
- 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_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 - 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
-
- 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:
NameFormDescription = LPAREN WSP
numericoid ; object identifier
[ SP "NAME" SP qdescrs ] ; short names (descriptors)
[ SP "DESC" SP qdstring ] ; description
[ SP "OBSOLETE" ] ; not active
SP "OC" SP oid ; structural object class
SP "MUST" SP oids ; attribute types
[ SP "MAY" SP oids ] ; attribute types
extensions WSP RPAREN ; extensions
- 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
-
- 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 - 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_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_SUPERIOR - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
-
- 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, 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, 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, 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) - 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 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 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 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(Dn) - 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 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
-
- newInstance(long, int) - Method in class org.apache.directory.api.ldap.model.csn.CsnFactory
-
Returns a new
Csn
created from the given values.
- 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.
- 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(Dn) - 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 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(byte[]) - Method in class org.apache.directory.api.ldap.codec.api.AbstractExtendedOperationFactory
-
- newRequest() - Method in interface org.apache.directory.api.ldap.codec.api.ExtendedOperationFactory
-
- newRequest(byte[]) - Method in interface org.apache.directory.api.ldap.codec.api.ExtendedOperationFactory
-
- newRequest() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.cancel.CancelFactory
-
- newRequest(byte[]) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.cancel.CancelFactory
-
- newRequest() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.certGeneration.CertGenerationFactory
-
- newRequest(byte[]) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.certGeneration.CertGenerationFactory
-
- newRequest() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.EndTransactionFactory
-
- newRequest(byte[]) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.EndTransactionFactory
-
- newRequest() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectFactory
-
- newRequest() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownFactory
-
- newRequest(byte[]) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownFactory
-
- 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
-
- newRequest(byte[]) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify.PasswordModifyFactory
-
- newRequest() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.startTls.StartTlsFactory
-
- newRequest() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.startTransaction.StartTransactionFactory
-
- newRequest() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureFactory
-
- newRequest(byte[]) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureFactory
-
- newRequest() - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.whoAmI.WhoAmIFactory
-
- newRequest(byte[]) - Method in class org.apache.directory.api.ldap.extras.extended.ads_impl.whoAmI.WhoAmIFactory
-
- 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() - Method in interface org.apache.directory.api.ldap.codec.api.ExtendedOperationFactory
-
Creates a new ExtendedResponse, for the ExtendedRequest with no 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() - Method in interface org.apache.directory.api.ldap.codec.api.IntermediateOperationFactory
-
- newResponse(byte[]) - Method in interface org.apache.directory.api.ldap.codec.api.IntermediateOperationFactory
-
- 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(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() - 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(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() - 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(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() - 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(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() - 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(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() - Method in class org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl.SyncInfoValueFactory
-
- newResponse(byte[]) - Method in class org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl.SyncInfoValueFactory
-
- 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, 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, 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, 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, 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, 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, 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, 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, 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, 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) - 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) - 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 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, 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, 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, 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 :
nisnetgrouptriple = "(" hostname "," username "," domainname ")"
hostname = "" / "-" / keystring
username = "" / "-" / keystring
domainname = "" / "-" / keystring
- 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
-
- NoDFactory - Class in org.apache.directory.api.ldap.extras.extended.ads_impl.nod
-
- 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_ORDINAL - Static variable in enum org.apache.directory.api.ldap.model.ldif.ChangeType
-
None ordinal value
- NoOpNormalizer - Class in org.apache.directory.api.ldap.model.schema.normalizers
-
No op (pass through or do nothing) normalizer returning what its given.
- NoOpNormalizer(String) - Constructor for class org.apache.directory.api.ldap.model.schema.normalizers.NoOpNormalizer
-
Creates a new instance of NoOpNormalizer.
- 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.
- normalize(SchemaManager) - Method in class org.apache.directory.api.ldap.model.message.SearchParams
-
Normalize the ReturningAttributes.
- normalize(String) - Method in class org.apache.directory.api.ldap.model.schema.Normalizer
-
Gets the normalized value of AssertionValues.
- 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) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.BooleanNormalizer
-
Gets the normalized value of AssertionValues.
- 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) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.DeepTrimNormalizer
-
Gets the normalized value of AssertionValues.
- 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) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.DeepTrimToLowerNormalizer
-
Gets the normalized value of AssertionValues.
- 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) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.DnNormalizer
-
Gets the normalized value of AssertionValues.
- 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(Dn) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.DnNormalizer
-
Normalize a Dn
- normalize(String) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.GeneralizedTimeNormalizer
-
Gets the normalized value of AssertionValues.
- 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) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.NameOrNumericIdNormalizer
-
Gets the normalized value of AssertionValues.
- 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) - 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, PrepareString.AssertionType) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.NoOpNormalizer
-
Gets the normalized value of a substring assertion.
- 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(Value) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.NumericNormalizer
-
Normalize a Value
- normalize(String) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.NumericNormalizer
-
Gets the normalized value of AssertionValues.
- 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) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.ObjectIdentifierNormalizer
-
Gets the normalized value of AssertionValues.
- 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) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.RegexNormalizer
-
Gets the normalized value of AssertionValues.
- 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) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.TelephoneNumberNormalizer
-
Gets the normalized value of AssertionValues.
- 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) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.UniqueMemberNormalizer
-
Gets the normalized value of AssertionValues.
- 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(String) - Static method in class org.apache.directory.api.ldap.model.schema.PrepareString
-
Normalize a String
- 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(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(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, 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 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, 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.
- 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, 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, String) - 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, byte[]) - 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 - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
-
- Normalizer - Class in org.apache.directory.api.ldap.model.schema
-
Converts attribute values to a canonical form.
- 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.
- NOT - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
-
- 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_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
-
- NotFilter - Class in org.apache.directory.api.dsmlv2.request
-
Not Filter Object to store the Not filter.
- NotFilter() - Constructor for class org.apache.directory.api.dsmlv2.request.NotFilter
-
- NotFilter - Class in org.apache.directory.api.ldap.codec.search
-
Not Filter Object to store the Not filter.
- NotFilter(int) - Constructor for class org.apache.directory.api.ldap.codec.search.NotFilter
-
The constructor.
- NotFilter() - 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(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.
- NotNode() - Constructor for class org.apache.directory.api.ldap.model.filter.NotNode
-
Creates an empty NotNode
- 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_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 - Static variable in interface org.apache.directory.api.ldap.schema.converter.antlrSchemaTokenTypes
-
- 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_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_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 - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- NUMERICOID - Static variable in interface org.apache.directory.api.ldap.aci.AntlrACIItemParserTokenTypes
-
- numericoid() - Method in class org.apache.directory.api.ldap.model.name.AntlrDnParser
-
RFC 4512 Section 1.4
numericoid = number 1*( DOT number )
number = DIGIT / ( LDIGIT 1*DIGIT )
DIGIT = %x30 / LDIGIT ; "0"-"9"
LDIGIT = %x31-39 ; "1"-"9"
- NUMERICOID - Static variable in interface org.apache.directory.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
- 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
pair = ESC ( ESC / special / hexpair )
special = escaped / SPACE / SHARP / EQUALS
escaped = DQUOTE / PLUS / COMMA / SEMI / LANGLE / RANGLE
hexpair = HEX HEX
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>.
- PARALLEL - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
-
- 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
-
- 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, 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) - Static method in class org.apache.directory.api.asn1.ber.tlv.IntegerDecoder
-
Parse a byte buffer and send back an integer
- 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(BerValue) - Static method in class org.apache.directory.api.asn1.ber.tlv.LongDecoder
-
Parse a byte buffer and send back an integer
- 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(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, 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(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
- 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:
AttributeTypeDescription = LPAREN WSP
numericoid ; object identifier
[ SP "NAME" SP qdescrs ] ; short names (descriptors)
[ SP "DESC" SP qdstring ] ; description
[ SP "OBSOLETE" ] ; not active
[ SP "SUP" SP oid ] ; supertype
[ SP "EQUALITY" SP oid ] ; equality matching rule
[ SP "ORDERING" SP oid ] ; ordering matching rule
[ SP "SUBSTR" SP oid ] ; substrings matching rule
[ SP "SYNTAX" SP noidlen ] ; value syntax
[ SP "SINGLE-VALUE" ] ; single-value
[ SP "COLLECTIVE" ] ; collective
[ SP "NO-USER-MODIFICATION" ] ; not user modifiable
[ SP "USAGE" SP usage ] ; usage
extensions WSP RPAREN ; extensions
usage = "userApplications" / ; user
"directoryOperation" / ; directory operational
"distributedOperation" / ; DSA-shared operational
"dSAOperation" ; DSA-specific operational
extensions = *( SP xstring SP qdstrings )
xstring = "X" HYPHEN 1*( ALPHA / HYPHEN / USCORE )
- parse(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.DitContentRuleDescriptionSchemaParser
-
Parses a DIT content rule description according to RFC 4512:
DITContentRuleDescription = LPAREN WSP
numericoid ; object identifier
[ SP "NAME" SP qdescrs ] ; short names (descriptors)
[ SP "DESC" SP qdstring ] ; description
[ SP "OBSOLETE" ] ; not active
[ SP "AUX" SP oids ] ; auxiliary object classes
[ SP "MUST" SP oids ] ; attribute types
[ SP "MAY" SP oids ] ; attribute types
[ SP "NOT" SP oids ] ; attribute types
extensions WSP RPAREN ; extensions
- parse(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.DitStructureRuleDescriptionSchemaParser
-
Parses a DIT structure rule description according to RFC 4512:
DITStructureRuleDescription = LPAREN WSP
ruleid ; rule identifier
[ SP "NAME" SP qdescrs ] ; short names (descriptors)
[ SP "DESC" SP qdstring ] ; description
[ SP "OBSOLETE" ] ; not active
SP "FORM" SP oid ; NameForm
[ SP "SUP" ruleids ] ; superior rules
extensions WSP RPAREN ; extensions
ruleids = ruleid / ( LPAREN WSP ruleidlist WSP RPAREN )
ruleidlist = ruleid *( SP ruleid )
ruleid = numbers
- parse(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.LdapComparatorDescriptionSchemaParser
-
Parses an comparator description:
ComparatorDescription = LPAREN WSP
numericoid ; object identifier
[ SP "DESC" SP qdstring ] ; description
SP "FQCN" SP fqcn ; fully qualified class name
[ SP "BYTECODE" SP base64 ] ; optional base64 encoded bytecode
extensions WSP RPAREN ; extensions
base64 = *(4base64-char)
base64-char = ALPHA / DIGIT / "+" / "/"
fqcn = fqcnComponent 1*( DOT fqcnComponent )
fqcnComponent = ???
- parse(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.LdapSyntaxDescriptionSchemaParser
-
Parses a LDAP syntax description according to RFC 4512:
SyntaxDescription = LPAREN WSP
numericoid ; object identifier
[ SP "DESC" SP qdstring ] ; description
extensions WSP RPAREN ; extensions
- parse(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.MatchingRuleDescriptionSchemaParser
-
Parses a matching rule description according to RFC 4512:
MatchingRuleDescription = LPAREN WSP
numericoid ; object identifier
[ SP "NAME" SP qdescrs ] ; short names (descriptors)
[ SP "DESC" SP qdstring ] ; description
[ SP "OBSOLETE" ] ; not active
SP "SYNTAX" SP numericoid ; assertion syntax
extensions WSP RPAREN ; extensions
extensions = *( SP xstring SP qdstrings )
xstring = "X" HYPHEN 1*( ALPHA / HYPHEN / USCORE )
- parse(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.MatchingRuleUseDescriptionSchemaParser
-
Parses a matching rule use description according to RFC 4512:
MatchingRuleUseDescription = LPAREN WSP
numericoid ; object identifier
[ SP "NAME" SP qdescrs ] ; short names (descriptors)
[ SP "DESC" SP qdstring ] ; description
[ SP "OBSOLETE" ] ; not active
SP "APPLIES" SP oids ; attribute types
extensions WSP RPAREN ; extensions
extensions = *( SP xstring SP qdstrings )
xstring = "X" HYPHEN 1*( ALPHA / HYPHEN / USCORE )
- parse(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.NameFormDescriptionSchemaParser
-
Parses a name form description according to RFC 4512:
NameFormDescription = LPAREN WSP
numericoid ; object identifier
[ SP "NAME" SP qdescrs ] ; short names (descriptors)
[ SP "DESC" SP qdstring ] ; description
[ SP "OBSOLETE" ] ; not active
SP "OC" SP oid ; structural object class
SP "MUST" SP oids ; attribute types
[ SP "MAY" SP oids ] ; attribute types
extensions WSP RPAREN ; extensions
- parse(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.NormalizerDescriptionSchemaParser
-
Parses a normalizer description:
NormalizerDescription = LPAREN WSP
numericoid ; object identifier
[ SP "DESC" SP qdstring ] ; description
SP "FQCN" SP fqcn ; fully qualified class name
[ SP "BYTECODE" SP base64 ] ; optional base64 encoded bytecode
extensions WSP RPAREN ; extensions
base64 = *(4base64-char)
base64-char = ALPHA / DIGIT / "+" / "/"
fqcn = fqcnComponent 1*( DOT fqcnComponent )
fqcnComponent = ???
- parse(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.ObjectClassDescriptionSchemaParser
-
Parses a object class definition according to RFC 4512:
ObjectClassDescription = LPAREN WSP
numericoid ; object identifier
[ SP "NAME" SP qdescrs ] ; short names (descriptors)
[ SP "DESC" SP qdstring ] ; description
[ SP "OBSOLETE" ] ; not active
[ SP "SUP" SP oids ] ; superior object classes
[ SP kind ] ; kind of class
[ SP "MUST" SP oids ] ; attribute types
[ SP "MAY" SP oids ] ; attribute types
extensions WSP RPAREN
kind = "ABSTRACT" / "STRUCTURAL" / "AUXILIARY"
extensions = *( SP xstring SP qdstrings )
xstring = "X" HYPHEN 1*( ALPHA / HYPHEN / USCORE )
- parse(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
Parses an OpenLDAP schemaObject element/object.
- parse(InputStream) - Method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
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(File) - Method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
Parses a file of OpenLDAP schemaObject elements/objects.
- parse(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.SyntaxCheckerDescriptionSchemaParser
-
Parses a syntax checker description:
SyntaxCheckerDescription = LPAREN WSP
numericoid ; object identifier
[ SP "DESC" SP qdstring ] ; description
SP "FQCN" SP fqcn ; fully qualified class name
[ SP "BYTECODE" SP base64 ] ; optional base64 encoded bytecode
extensions WSP RPAREN ; extensions
base64 = *(4base64-char)
base64-char = ALPHA / DIGIT / "+" / "/"
fqcn = fqcnComponent 1*( DOT fqcnComponent )
fqcnComponent = ???
- 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(InputStream) - Method in class org.apache.directory.api.ldap.schema.converter.SchemaParser
-
Thread safe method parses a stream 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(String) - Method in class org.apache.directory.api.ldap.trigger.TriggerSpecificationParser
-
Parses an TriggerSpecification without exhausting the parser.
- 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(char[], Position, boolean, boolean) - Static method in class org.apache.directory.api.ldap.model.entry.AttributeUtils
-
Parse an attribute.
- parseAttribute(byte[], 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(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.
- parseLdif(BufferedReader) - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
The main entry point of the LdifParser.
- 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.
- 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.
- 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
- PasswordException(String) - 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
controlType: 2.16.840.1.113730.3.4.5,
controlValue: an octet string to indicate the time in seconds until
the password expires.
- PasswordExpiredResponseFactory - Class in org.apache.directory.api.ldap.extras.controls.passwordExpired_impl
-
- 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
-
- 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 :
PasswdModifyRequestValue ::= SEQUENCE {
userIdentity [0] OCTET STRING OPTIONAL
oldPasswd [1] OCTET STRING OPTIONAL
newPasswd [2] OCTET STRING OPTIONAL }
- 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 :
PasswdModifyRequestValue ::= SEQUENCE {
userIdentity [0] OCTET STRING OPTIONAL
oldPasswd [1] OCTET STRING OPTIONAL
newPasswd [2] OCTET STRING OPTIONAL }
- 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 :
PasswdModifyResponseValue ::= SEQUENCE {
genPasswd [0] OCTET STRING OPTIONAL }
- 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 :
PasswdModifyResponseValue ::= SEQUENCE {
genPasswd [0] OCTET STRING OPTIONAL }
- PasswordModifyResponseImpl(int, ResultCodeEnum, String) - Constructor for class org.apache.directory.api.ldap.extras.extended.pwdModify.PasswordModifyResponseImpl
-
Create a new instance for the PwdModify 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) - Constructor for class org.apache.directory.api.ldap.extras.extended.pwdModify.PasswordModifyResponseImpl
-
Instantiates a new password Modify response.
- PasswordModifyResponseImpl() - Constructor for class org.apache.directory.api.ldap.extras.extended.pwdModify.PasswordModifyResponseImpl
-
Instantiates a new password Modify 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- Permission - Class in org.apache.directory.api.ldap.aci
-
- 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
-
- 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
PersistentSearch ::= SEQUENCE {
changeTypes INTEGER,
changesOnly BOOLEAN,
returnECs BOOLEAN
}
- 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 :
<postal-address> = <dstring> <dstring-list>
<dstring-list> = "$" <dstring> <dstring-list> | e
- 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
-
- 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
-
- PresenceNode - Class in org.apache.directory.api.ldap.model.filter
-
Filter expression tree node representing a filter attribute value assertion
for presence.
- PresenceNode(AttributeType) - Constructor for class org.apache.directory.api.ldap.model.filter.PresenceNode
-
Creates a PresenceNode object based on an attribute.
- PresenceNode(String) - Constructor for class org.apache.directory.api.ldap.model.filter.PresenceNode
-
Creates a PresenceNode object based on an attribute.
- PRESENT - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
-
- 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_FILTER_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
-
- 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() - Constructor for class org.apache.directory.api.dsmlv2.request.PresentFilter
-
- PresentFilter - Class in org.apache.directory.api.ldap.codec.search
-
Object to store the filter.
- PresentFilter(int) - Constructor for class org.apache.directory.api.ldap.codec.search.PresentFilter
-
The constructor.
- PresentFilter() - 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.
- PRINCIPAL - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
-
- 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(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(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() - 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(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.
- 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() - 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.
- printToBuffer(StringBuilder) - Method in class org.apache.directory.api.ldap.model.filter.SimpleNode
-
Pretty prints this expression node along with annotation information.
- process(PasswordPolicyOperation) - Method in class org.apache.directory.ldap.client.template.AbstractPasswordPolicyResponder
-
- 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 interface org.apache.directory.ldap.client.template.PasswordPolicyResponder
-
- processDSML(String) - Method in class org.apache.directory.api.dsmlv2.engine.Dsmlv2Engine
-
Processes the file given and return the result of the operations
- 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
- processDSMLFile(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)
- 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_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
- 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.
- 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.Asn1Buffer
-
Store some bytes 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.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(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, 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, 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(Attribute...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
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, 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, 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, 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, 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, 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(Attribute...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Places attributes in 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, 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, 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, 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, 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, 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, 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, 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, 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, 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.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.ImmutableEntry
-
Put an attribute (represented by its ID and some values) into an entry.
- 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.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.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.ImmutableEntry
-
Places a new attribute with the supplied AttributeType and some values
into the attribute collection.
- put(String, AttributeType, byte[]...) - Method in class org.apache.directory.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.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.ImmutableEntry
-
Places a new attribute with the supplied AttributeType and some values
into the attribute collection.
- put(Object, Object) - Method in class org.apache.directory.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(String, Schema) - Method in class org.apache.directory.api.ldap.model.schema.registries.LowerCaseKeyMap
- 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.
- putAll(Map<? extends String, ? extends Schema>) - Method in class org.apache.directory.api.ldap.model.schema.registries.LowerCaseKeyMap
- 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)
).
- 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
-
- 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(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(String) - Constructor for class org.apache.directory.api.ldap.model.name.Rdn
-
A constructor that parse a String representing a 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(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(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(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, Rdn) - Constructor for class org.apache.directory.api.ldap.model.name.Rdn
-
Constructs an Rdn from the given rdn.
- 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
-
- readFileToString(File, Charset) - Static method in class org.apache.directory.api.util.FileUtils
-
Reads the contents of a file into a String.
- readFileToString(File, String) - 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
-
- 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.
- 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
-
- REFERRAL - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
-
- 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_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
-
- 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
-
- 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.
- 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(LdapComparator<?>) - Method in interface org.apache.directory.api.ldap.model.schema.registries.ComparatorRegistry
-
Registers a new LdapComparator 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(T) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
-
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(AttributeType) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
-
Registers a new SchemaObject 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(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.ImmutableDitStructureRuleRegistry
-
Registers a new DitStructureRule 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(ObjectClass) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableObjectClassRegistry
-
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(Normalizer) - Method in interface org.apache.directory.api.ldap.model.schema.registries.NormalizerRegistry
-
Registers a new Normalizer 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(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.
- register(SyntaxChecker) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SyntaxCheckerRegistry
-
Registers a new SyntaxChecker 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(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(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.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
-
- registerExtendedRequest(ExtendedOperationFactory) - Method in class org.apache.directory.api.ldap.codec.osgi.DefaultLdapCodecService
-
- registerExtendedResponse(ExtendedOperationFactory) - Method in interface org.apache.directory.api.ldap.codec.api.LdapApiService
-
- registerExtendedResponse(ExtendedOperationFactory) - Method in class org.apache.directory.api.ldap.codec.osgi.DefaultLdapCodecService
-
- registerIntermediateResponse(IntermediateOperationFactory) - Method in interface org.apache.directory.api.ldap.codec.api.LdapApiService
-
- registerIntermediateResponse(IntermediateOperationFactory) - Method in class org.apache.directory.api.ldap.codec.osgi.DefaultLdapCodecService
-
- 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
-
- registerRequestControl(ControlFactory<?>) - Method in class org.apache.directory.api.ldap.codec.osgi.DefaultLdapCodecService
-
- registerResponseControl(ControlFactory<?>) - Method in interface org.apache.directory.api.ldap.codec.api.LdapApiService
-
- registerResponseControl(ControlFactory<?>) - Method in class org.apache.directory.api.ldap.codec.osgi.DefaultLdapCodecService
-
- 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.
- 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
-
- 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.
- 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, byte[]...) - Method in class org.apache.directory.api.dsmlv2.request.ModifyRequestDsml
- remove(Attribute) - Method in class org.apache.directory.api.dsmlv2.request.ModifyRequestDsml
-
marks a given attribute for removal from the target entry.
- remove(String) - Method in class org.apache.directory.api.dsmlv2.request.ModifyRequestDsml
-
marks a given attribute name for removal from the target entry.
- remove() - Method in class org.apache.directory.api.ldap.model.cursor.CursorIterator
- 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(byte[]...) - 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 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(byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
-
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(Attribute...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Removes the specified attributes.
- remove(AttributeType, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
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, Value...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Removes the specified values from an attribute.
- remove(String, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Removes the specified binary values from an attribute.
- remove(String, String...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Removes the specified String values from an attribute.
- remove(String, Value...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Removes the specified 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, String...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Removes the specified String 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(Attribute...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Removes the specified attributes.
- remove(String, byte[]...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Removes the specified binary 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, Value...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Removes the specified values from an attribute.
- remove(Attribute...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Removes the specified attributes.
- 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.ImmutableEntry
-
Removes the specified String 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(String, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Removes the specified binary 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, Value...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Removes the specified values from an attribute.
- remove() - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
Always throws UnsupportedOperationException!
- 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, byte[]...) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
-
- remove(Attribute) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
-
marks a given attribute 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, 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, byte[]...) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
- remove(Attribute) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
-
marks a given attribute 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(Object) - Method in class org.apache.directory.api.ldap.model.schema.registries.LowerCaseKeyMap
- remove(Dn) - Method in class org.apache.directory.api.ldap.util.tree.DnNode
-
Removes a node from the tree.
- remove(Object) - Method in class org.apache.directory.api.util.SequencedHashMap
-
- remove(int) - Method in class org.apache.directory.api.util.SequencedHashMap
-
Removes the element at the specified index.
- 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 class org.apache.directory.api.ldap.model.ldif.LdifEntry
-
Remove a list of Attributes from the LdifEntry
- 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.
- removeAttributes(AttributeType...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Removes the attribute with the specified AttributeTypes.
- removeAttributes(String...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Removes the attribute with the specified alias.
- removeAttributes(AttributeType...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Removes the attribute with the specified AttributeTypes.
- removeAttributes(String...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Removes the attribute with the specified alias.
- removeAttributes(AttributeType...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Removes the attribute with the specified AttributeTypes.
- removeAttributes(String...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Removes the attribute with the specified alias.
- 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<Response>) - Method in class org.apache.directory.api.dsmlv2.response.BatchResponseDsml
-
Removes a request from the Batch Response DSML.
- removeResponse(DsmlDecorator<? extends Response>) - Method in class org.apache.directory.api.dsmlv2.response.SearchResponseDsml
-
Removes a response.
- 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(Rdn) - Method in class org.apache.directory.api.ldap.util.tree.DnNode
-
rename the DnNode's Dn
- 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(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(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(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(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(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(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(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(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(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(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, 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.
- 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(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(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(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(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(MatchingRuleUse) - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectRenderer
-
NOT FULLY IMPLEMENTED!
- 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(NameForm) - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectRenderer
-
NOT FULLY IMPLEMENTED!
- render(StringBuilder, List<String>) - Static method in class org.apache.directory.api.ldap.model.schema.SchemaUtils
-
Renders qdescrs into an existing buffer.
- 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(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(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(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(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(LoadableSchemaObject) - Static method in class org.apache.directory.api.ldap.model.schema.SchemaUtils
-
Returns a String description of a schema.
- 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
- 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
- REPLACE - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
-
- replace(String) - Method in class org.apache.directory.api.dsmlv2.request.ModifyRequestDsml
- 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, byte[]...) - Method in class org.apache.directory.api.dsmlv2.request.ModifyRequestDsml
- replace(Attribute) - Method in class org.apache.directory.api.dsmlv2.request.ModifyRequestDsml
-
marks a given attribute for replacement in the target entry.
- replace(String) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
-
- 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, byte[]...) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
-
- replace(Attribute) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
-
marks a given attribute for replacement in the target entry.
- replace(String) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
-
- 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(String, byte[]...) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
-
- replace(Attribute) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
-
marks a given attribute for replacement in the target entry.
- Request - Interface in org.apache.directory.api.ldap.model.message
-
Ldap protocol request messages derive from this super interface.
- 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_VALUE - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
-
- 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.
- 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 - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
-
- Response - Interface in org.apache.directory.api.ldap.model.message
-
Super interface used as a marker for all protocol response type messages.
- 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_NAME - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
-
- RESPONSE_ORDER - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
-
- 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(Throwable) - 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.
- 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
-
- 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
-
- 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 - 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.
- 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_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.
- 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
-
- 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 - Interface in org.apache.directory.api.ldap.model.schema.registries
-
Base schema interface.
- Schema - Class in org.apache.directory.api.ldap.schema.converter
-
A bean used to hold a schema.
- 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 - 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_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(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(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(SearchRequest) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Performs search using a search request object.
- 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(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(SearchRequest) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Performs search using a search request object.
- 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(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(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(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, 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, 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, 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, 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, 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, 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, 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(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(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(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(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(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(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, 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, 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, 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(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_REQUEST - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
-
- SEARCH_REQUEST_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
-
- SEARCH_RESPONSE - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
-
- SEARCH_RESULT_DONE - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
-
- SEARCH_RESULT_DONE_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
-
- SEARCH_RESULT_ENTRY - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
-
- SEARCH_RESULT_ENTRY_TAG - Static variable in class org.apache.directory.api.ldap.codec.api.LdapCodecConstants
-
- SEARCH_RESULT_REFERENCE - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
-
- 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(Dn, String, SearchScope, String...) - Method in interface org.apache.directory.ldap.client.api.LdapAsyncConnection
-
Do an asynchronous search, on the base object, using the given filter.
- searchAsync(SearchRequest) - Method in interface org.apache.directory.ldap.client.api.LdapAsyncConnection
-
Do a search, on the base object, using the given filter.
- searchAsync(Dn, String, SearchScope, String...) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Do an asynchronous search, on the base object, using the given filter.
- searchAsync(String, String, SearchScope, String...) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Do an asynchronous search, on the base object, using the given filter.
- searchAsync(SearchRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Do a search, on the base object, using the given filter.
- SearchCursor - Interface in org.apache.directory.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, 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, 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, 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, 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, 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, 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, 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, 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(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(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(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(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
.
- 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(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, 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, 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, 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(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
.
- 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
-
- 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.
- 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 - 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(ObjectOutput) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Serialize an Entry.
- 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 - Class in org.apache.directory.api.util
-
A class containing static methods used to serialize and deserialize base types
- 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(byte[], byte[], int) - Static method in class org.apache.directory.api.util.Serialize
-
Write a byte[] into a buffer at a given position
- 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
-
- 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
- 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(AttributeValueAssertion) - Method in class org.apache.directory.api.dsmlv2.request.AttributeValueAssertionFilter
-
Set the assertion
- setAssertion(byte[]) - Method in class org.apache.directory.api.ldap.codec.AttributeValueAssertion
-
- setAssertion(AttributeValueAssertion) - Method in class org.apache.directory.api.ldap.codec.search.AttributeValueAssertionFilter
-
Set the assertion
- setAssertionValue(Value) - Method in class org.apache.directory.api.dsmlv2.request.AttributeValueAssertion
-
Set the assertion value
- 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(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(String) - Method in interface org.apache.directory.api.ldap.model.message.CompareRequest
-
Sets the attribute value to use in the comparison.
- setAssertionValue(byte[]) - 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(byte[]) - Method in class org.apache.directory.api.ldap.model.message.CompareRequestImpl
-
Sets the attribute value to use in the comparison.
- 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(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.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 :
authzId = dnAuthzId / uAuthzId / <empty>
dnAuthzId = "dn:" dn
dn = utf8string
uAuthzId = "u:" userid
userid = utf8string
- 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(ChangeType) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
-
Set the modification type
- setChangeType(String) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
-
Set the change 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(String) - Method in class org.apache.directory.api.dsmlv2.request.BindRequestDsml
-
Sets the simple credentials associated with a simple authentication
attempt.
- setCredentials(byte[]) - 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(byte[]) - 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(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.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(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.
- 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.
- setData(ByteBuffer) - 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.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.
- 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(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(String) - 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(String) - 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(String) - 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(String) - 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
- setDnfactory(DnFactory) - Method in interface org.apache.directory.api.ldap.codec.api.LdapApiService
-
Associate a DnFactory to the service
- setDnFactory(DnFactory) - Method in class org.apache.directory.api.ldap.codec.api.LdapMessageContainer
-
- setDnfactory(DnFactory) - Method in class org.apache.directory.api.ldap.codec.osgi.DefaultLdapCodecService
-
Associate a DnFactory to the service
- setElement(N) - Method in class org.apache.directory.api.ldap.util.tree.DnNode
-
Store the given element into the node
- 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(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.
- 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.
- 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(MatchingRule) - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
-
Sets the Equality MR for this AttributeType
- setEquality(String) - Method in class org.apache.directory.api.ldap.schema.converter.AttributeTypeHolder
-
Set the equality Matching Rule
- 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(ExprNode) - Method in class org.apache.directory.api.dsmlv2.request.SearchRequestDsml
-
Sets the search filter associated with this search request.
- setFilter(String) - 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(String) - 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(String) - 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
- setFilter(String) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
-
Sets the 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(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
- 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.
- 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, String) - Method in class org.apache.directory.api.dsmlv2.Dsmlv2Parser
-
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
- setInput(InputStream, String) - Method in class org.apache.directory.api.dsmlv2.Dsmlv2ResponseParser
-
Sets the input stream the parser is going to process
- setInput(InputStream) - Method in class org.apache.directory.api.ldap.schema.converter.Schema
-
Set the inputStream mapped on the schema file
- 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
-
- setLoginModuleConfiguration(Configuration) - Method in class org.apache.directory.ldap.client.api.SaslGssApiRequest
-
- 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(String) - Method in class org.apache.directory.api.dsmlv2.response.ErrorResponse
-
Sets the message
- setMessage(E) - Method in class org.apache.directory.api.ldap.codec.api.LdapMessageContainer
-
Set a Message Object into the container.
- 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(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(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(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.
- 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.
- setNames(List<String>) - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
-
Sets the list of names for this SchemaObject.
- 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 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(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(String) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
-
Set the new Rdn
- 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(Dn) - Method in class org.apache.directory.api.dsmlv2.request.ModifyDNRequestDsml
-
Set the new superior
- setNewSuperior(String) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
-
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(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.
- setNormalizer(Normalizer) - Method in class org.apache.directory.api.ldap.model.schema.MatchingRule
-
Sets the Normalizer
- 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(ModificationOperation) - 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 interface org.apache.directory.api.ldap.model.entry.Modification
-
Store the modification operation
- setOrdering(MatchingRule) - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
-
Sets the Ordering MR for this AttributeType
- setOrdering(String) - Method in class org.apache.directory.api.ldap.schema.converter.AttributeTypeHolder
-
Set the ordering Matching Rule
- 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
-
Sets the realm name.
- setRealmName(String) - Method in class org.apache.directory.ldap.client.api.SaslGssApiRequest
-
Sets the realm name.
- 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(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() - 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(boolean) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
-
Set the SchemzLoader in STRICT or RELAXED mode.
- 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.
- 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(Oid) - Method in class org.apache.directory.api.dsmlv2.request.ExtendedRequestDsml
-
Set the extended request name
- 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.
- 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(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
- setResponse(ExtendedResponse) - Method in class org.apache.directory.api.ldap.model.message.AbstractExtendedRequest
-
- setResponse(byte[]) - Method in class org.apache.directory.api.ldap.model.message.extended.NoticeOfDisconnect
-
Sets the response OID specific encoded response values.
- 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(Oid) - Method in class org.apache.directory.api.dsmlv2.response.ExtendedResponseDsml
-
Set the extended response 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).
- 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(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(int) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
-
Sets the scope.
- 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(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
- 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
- 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(AttributeType) - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
-
Sets the superior for this AttributeType
- 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
- 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<ObjectClass>) - Method in class org.apache.directory.api.ldap.model.schema.ObjectClass
-
Sets the superior object classes
- setSuperiors(List<String>) - Method in class org.apache.directory.api.ldap.schema.converter.ObjectClassHolder
-
Set the list of inherited objectClasses
- 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(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
- setSyntax(String) - Method in class org.apache.directory.api.ldap.schema.converter.AttributeTypeHolder
-
Set the attributeType's 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.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.LdapConnectionConfig
-
Sets the timeout in milliseconds.
- 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(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(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.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(byte[]) - Method in class org.apache.directory.api.ldap.extras.extended.storedProcedure.StoredProcedureParameter
-
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.
- setType(String) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl.Extension
-
Sets the type.
- 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(String) - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
-
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) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
-
Set the user provided ID.
- setUpId(byte[]) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
-
Sets the User Provided ID as a byte[]
- setUpId(String, AttributeType) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
-
Set the user provided ID.
- setUpId(byte[], AttributeType) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
-
Sets the User Provided ID as a byte[]
- 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(V) - Method in class org.apache.directory.api.ldap.model.cursor.Tuple
-
Sets the value for this Tuple.
- 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(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.
- 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_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
-
- 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
-
- SIZE_LIMIT - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
-
- 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
-
- 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
-
- SortRequest - Interface in org.apache.directory.api.ldap.model.message.controls
-
Implementation of Server Side Sort request control based on
the
RFC 2891
SortKeyList ::= SEQUENCE OF SEQUENCE {
attributeType AttributeDescription,
orderingRule [0] MatchingRuleId OPTIONAL,
reverseOrder [1] BOOLEAN DEFAULT FALSE }
- 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
-
- 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
-
- 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
special = escaped / SPACE / SHARP / EQUALS
escaped = DQUOTE / PLUS / COMMA / SEMI / LANGLE / RANGLE
- 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
-
- 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 - Static variable in class org.apache.directory.api.dsmlv2.Tag
-
This int represents a START tag
- 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 - Variable in class org.apache.directory.api.util.Position
-
The starting position in the string
- 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
-
- 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
-
- 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(int, ResultCodeEnum, String) - Constructor for class org.apache.directory.api.ldap.extras.extended.startTls.StartTlsResponseImpl
-
Create a new instance for the 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) - Constructor for class org.apache.directory.api.ldap.extras.extended.startTls.StartTlsResponseImpl
-
Instantiates a new StartTls response.
- StartTlsResponseImpl() - Constructor for class org.apache.directory.api.ldap.extras.extended.startTls.StartTlsResponseImpl
-
Instantiates a new StartTls response.
- StartTransactionFactory - Class in org.apache.directory.api.ldap.extras.extended.ads_impl.startTransaction
-
- 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(int) - Constructor for class org.apache.directory.api.ldap.extras.extended.startTransaction.StartTransactionRequestImpl
-
Creates a new instance of StartTransactionRequestImpl.
- StartTransactionRequestImpl() - 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(int, ResultCodeEnum, byte[]) - Constructor for class org.apache.directory.api.ldap.extras.extended.startTransaction.StartTransactionResponseImpl
-
Create a new StartTransactionResponseImpl object
- StartTransactionResponseImpl(int, byte[]) - 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() - Constructor for class org.apache.directory.api.ldap.extras.extended.startTransaction.StartTransactionResponseImpl
-
Create a new StartTransactionResponseImpl instance
- 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
AddRequest ::= [APPLICATION 8] SEQUENCE {
entry LDAPDN,
...
- 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
SubstringFilter ::= SEQUENCE {
...
- 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
CompareRequest ::= [APPLICATION 14] SEQUENCE {
...
- 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
CompareRequest ::= [APPLICATION 14] SEQUENCE {
...
- 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
CompareRequest ::= [APPLICATION 14] SEQUENCE {
entry LDAPDN,
...
- 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
Control ::= SEQUENCE {
...
- StoreControlCriticality() - Constructor for class org.apache.directory.api.ldap.codec.actions.controls.StoreControlCriticality
-
Instantiates a new StoreControlCriticality action.
- StoreControlCriticality - Class in org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.controls.actions
-
The action used to set the control criticality flag
Control ::= SEQUENCE {
...
- 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() - Constructor for class org.apache.directory.api.ldap.codec.actions.controls.StoreControlValue
-
Instantiates a new StoreControlValue action.
- 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.extras.extended.ads_impl.endTransaction.controls.actions.StoreControlValue
-
Instantiates a new StoreControlValue action.
- StoredProcedureFactory - Class in org.apache.directory.api.ldap.extras.extended.ads_impl.storedProcedure
-
- 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() - Constructor for class org.apache.directory.api.ldap.extras.extended.storedProcedure.StoredProcedureParameter
-
- 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.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(int) - Constructor for class org.apache.directory.api.ldap.extras.extended.storedProcedure.StoredProcedureRequestImpl
-
Instantiates a new stored procedure request.
- StoredProcedureRequestImpl() - 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
-
- StoredProcedureResponseImpl(int) - Constructor for class org.apache.directory.api.ldap.extras.extended.storedProcedure.StoredProcedureResponseImpl
-
Instantiates a new stored procedure response.
- StoredProcedureResponseImpl() - 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
ExtendedRequest ::= [APPLICATION 23] SEQUENCE {
requestName [0] LDAPOID,
...
- 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
ExtendedRequest ::= [APPLICATION 23] SEQUENCE {
...
- 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
LdapMessage ::= ...
- 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
ExtendedResponse ::= [APPLICATION 24] SEQUENCE {
...
- 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
SubstringFilter ::= SEQUENCE {
...
- 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
SubstringFilter ::= SEQUENCE {
...
- 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
IntermediateResponse ::= [APPLICATION 25] SEQUENCE {
responseName [0] LDAPOID OPTIONAL,
- 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
IntermediateResponse ::= [APPLICATION 25] SEQUENCE {
...
- 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
Filter ::= CHOICE {
...
- 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
Filter ::= CHOICE {
...
- 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
ModifyDNRequest ::= [APPLICATION 12] SEQUENCE { ...
...
- 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
ModifyDNRequest ::= [APPLICATION 12] SEQUENCE { ...
- 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
ModifyDNRequest ::= [APPLICATION 12] SEQUENCE { ...
...
- 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
ModifyDNRequest ::= [APPLICATION 12] SEQUENCE { ...
...
- 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
ModifyRequest ::= [APPLICATION 6] SEQUENCE {
object LDAPDN,
...
- 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
ModifyRequest ::= [APPLICATION 6] SEQUENCE {
...
- 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
LdapMessage ::= ...
- 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
SearchRequest ::= [APPLICATION 3] SEQUENCE {
...
- 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
SearchRequest ::= [APPLICATION 3] SEQUENCE {
baseObject LDAPDN,
...
- 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
SearchRequest ::= [APPLICATION 3] SEQUENCE {
...
- 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
SearchRequest ::= [APPLICATION 3] SEQUENCE {
...
- 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
SearchRequest ::= [APPLICATION 3] SEQUENCE {
...
- 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
SearchRequest ::= [APPLICATION 3] SEQUENCE {
...
- 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
SearchRequest ::= [APPLICATION 3] SEQUENCE {
...
- 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
PartialAttributeList ::= SEQUENCE OF SEQUENCE {
...
- 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
LdapMessage ::= ...
- 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 :
BindResponse ::= APPLICATION 1] SEQUENCE {
...
- 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
BindRequest ::= [APPLICATION 0] SEQUENCE {
....
- 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
Filter ::= CHOICE {
...
- 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
; The following characters are to be escaped when they appear
; in the value to be encoded: ESC, one of <escaped>, <leading>
; SHARP or SPACE, trailing SPACE, and NULL.
- 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
-
- StringBuilderWriter() - Constructor for class org.apache.directory.api.util.StringBuilderWriter
-
- 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
-
- 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_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 - 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_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_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
-
- 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.
- 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_ASSERTION_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
-
- 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() - Constructor for class org.apache.directory.api.dsmlv2.request.SubstringFilter
-
- SubstringFilter - Class in org.apache.directory.api.ldap.codec.search
-
A Object that stores the substring filter.
- SubstringFilter(int) - Constructor for class org.apache.directory.api.ldap.codec.search.SubstringFilter
-
The constructor.
- SubstringFilter() - 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(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.
- 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(AttributeType) - Constructor for class org.apache.directory.api.ldap.model.filter.SubstringNode
-
Creates a new SubstringNode object without any value
- SubstringNode(String) - Constructor for class org.apache.directory.api.ldap.model.filter.SubstringNode
-
Creates a new SubstringNode object without any value
- 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(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.
- 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
-
- 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_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(SchemaManager) - Constructor for class org.apache.directory.api.ldap.model.subtree.SubtreeSpecificationParser
-
Creates a subtree specification parser.
- SubtreeSpecificationParser(NormalizerMappingResolver, SchemaManager) - Constructor for class org.apache.directory.api.ldap.model.subtree.SubtreeSpecificationParser
-
Creates a normalizing 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
- 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 - Static variable in class org.apache.directory.api.ldap.model.name.Rdn
-
Constant used in comparisons
- superior(AttributeTypeHolder) - Method in class org.apache.directory.api.ldap.schema.converter.antlrSchemaConverterParser
-
- 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:
SUTF1 = %x01-21 / %x23-2A / %x2D-3A /
%x3D / %x3F-5B / %x5D-7F
The rule CHAR_REST doesn't contain the following charcters,
so we must check them additionally
EQUALS (0x3D)
HYPHEN (0x2D)
UNDERSCORE (0x5F)
DIGIT (0x30-0x39)
ALPHA (0x41-0x5A and 0x61-0x7A)
SHARP (0x23)
SPACE (0x20)
- SyncDoneValue - Interface in org.apache.directory.api.ldap.extras.controls.syncrepl.syncDone
-
A syncDoneValue object as described in rfc4533 :
2.4.
- 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
-
- 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 :
syncRequestValue ::= SEQUENCE {
mode ENUMERATED {
-- 0 unused
refreshOnly (1),
-- 2 reserved
refreshAndPersist (3)
...
- 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 ;
2.5.
- 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
-
- 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
-
- 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 :
2.2.
- 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 :
2.3.
- 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
-
- 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 - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
-
- syntax(AttributeTypeHolder) - Method in class org.apache.directory.api.ldap.schema.converter.antlrSchemaConverterParser
-
- SYNTAX - Static variable in interface org.apache.directory.api.ldap.schema.converter.antlrSchemaTokenTypes
-
- 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.
- 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.
- 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_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_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_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 :
teletex-id = ttx-term *(DOLLAR ttx-param)
ttx-term = PrintableString ; terminal identifier
ttx-param = ttx-key COLON ttx-value ; parameter
ttx-key = "graphic" | "control" | "misc" | "page" | "private"
ttx-value = *ttx-value-octet
ttx-value-octet = %x00-23 | (%x5C "24") | %x25-5B | (%x5C "5C") | %x5D-FF
- TeletexTerminalIdentifierSyntaxChecker.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 :
telex-number = actual-number DOLLAR country-code DOLLAR answerback
actual-number = PrintableString
country-code = PrintableString
answerback = PrintableString
- 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
-
- TIME_LIMIT - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
-
- TimeProvider - Interface in org.apache.directory.api.util
-
Provides the current time, i.e.
- TimeZones - Class in org.apache.directory.api.util
-
- 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.
- 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
-
- 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(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.
- toCharset(String) - Static method in class org.apache.directory.api.util.IOUtils
-
Returns a Charset for the named charset.
- 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() - Method in class org.apache.directory.api.dsmlv2.request.BatchRequestDsml
-
Converts this Batch Request to its XML representation in the DSMLv2 format.
- 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() - 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.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(ExtendedResponse) - Method in interface org.apache.directory.api.ldap.codec.api.LdapApiService
-
- toJndi(ExtendedRequest) - Method in interface org.apache.directory.api.ldap.codec.api.LdapApiService
-
- toJndi(ExtendedResponse) - Method in class org.apache.directory.api.ldap.codec.osgi.DefaultLdapCodecService
-
- toJndi(ExtendedRequest) - Method in class org.apache.directory.api.ldap.codec.osgi.DefaultLdapCodecService
-
- toJndiAttribute(Attribute) - Static method in class org.apache.directory.api.ldap.model.entry.AttributeUtils
-
- 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.
- toJndiControl(LdapApiService, Control) - Static method in class org.apache.directory.api.ldap.util.JndiUtils
-
- toJndiControls(LdapApiService, Control...) - Static method in class org.apache.directory.api.ldap.util.JndiUtils
-
- 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(String) - Static method in class org.apache.directory.api.util.Strings
-
- toLowerCase(byte[]) - Static method in class org.apache.directory.api.util.Strings
-
Rewrote the toLowercase method to improve performances.
- 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
-
- 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
-
- 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(int, Enum<Dsmlv2StatesEnum>) - Method in class org.apache.directory.api.dsmlv2.GrammarTransition
-
Returns a representation of the transition as a string
- toString() - Method in class org.apache.directory.api.dsmlv2.request.AndFilter
-
Return a string compliant with RFC 2254 representing an AND filter
- toString(String) - 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.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(String) - 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.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(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() - Method in class org.apache.directory.api.ldap.model.cursor.SetCursor
-
- toString() - Method in class org.apache.directory.api.ldap.model.cursor.Tuple
- toString(String) - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
-
A pretty-pinter for Attribute
- toString() - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
-
- toString(String) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
-
A pretty-pinter for Attribute
- toString() - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
- toString(String) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
A pretty-pinter for Entries
- toString() - Method in class org.apache.directory.api.ldap.model.entry.DefaultModification
-
- toString(String) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
A pretty-pinter for Entries
- toString() - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
- toString(String) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
A pretty-pinter for Entries
- 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(String) - Method in class org.apache.directory.api.ldap.model.message.AbstractMessage
-
Get a String representation of a LdapMessage
- 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(StringBuilder) - Method in class org.apache.directory.api.ldap.model.subtree.BaseSubtreeSpecification
-
Converts this item into its string representation as stored
in directory.
- 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(StringBuilder) - Method in interface org.apache.directory.api.ldap.model.subtree.SubtreeSpecification
-
Converts this item into its string representation as stored
in directory.
- 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(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() - 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.
- 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
ACITuple
s.
- 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
ACITuple
s.
- 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
-
- 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
-
- 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
-
- 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(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
.
- 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
.
- trimConsecutiveToOne(String, char) - Static method in class org.apache.directory.api.util.Strings
-
Trims several consecutive characters into one.
- 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(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, 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(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(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
.
- 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(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, 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(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(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
.
- 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
- TYPES_ONLY - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
-
- 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.
- VALUE - Static variable in class org.apache.directory.api.dsmlv2.DsmlLiterals
-
- 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(String) - Constructor for class org.apache.directory.api.ldap.model.entry.Value
-
Creates a Value with an initial user provided String value.
- Value(byte[]) - Constructor for class org.apache.directory.api.ldap.model.entry.Value
-
Creates a Value with an initial user provided binary 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
- 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.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.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.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.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.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.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.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.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.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.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.SynchronizationInfoEnum
-
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.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.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.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.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.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.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.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.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.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.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.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.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.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.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
-
- 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(Schema...) - 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 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.
- verify(String...) - Method in class org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager
-
Check that the Schemas are consistent regarding the current Registries.
- 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 :
VirtualListViewResponse ::= SEQUENCE {
targetPosition INTEGER (0 .. maxInt),
contentCount INTEGER (0 .. maxInt),
virtualListViewResult ENUMERATED {
success (0),
operationsError (1),
protocolError (3),
unwillingToPerform (53),
insufficientAccessRights (50),
timeLimitExceeded (3),
adminLimitExceeded (11),
innapropriateMatching (18),
sortControlMissing (60),
offsetRangeError (61),
other(80),
...
},
contextID OCTET STRING OPTIONAL
}
- 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.
- 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.